/*

    Name:       Base16 Default Light
    Author:     Chris Kempson (http://chriskempson.com)

    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-chrome-devtools)
    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)

*/

/* based on https://raw.githubusercontent.com/FarhadG/code-mirror-themes/master/themes/chrome-devtools.css */
.cm-s-base16-light.CodeMirror {background: #f5f5f5; color: #202020;}
.cm-s-base16-light div.CodeMirror-selected {background: #e0e0e0 !important;}
.cm-s-base16-light .CodeMirror-gutters {background: #f5f5f5; border-right: 0px;}
.cm-s-base16-light .CodeMirror-linenumber {color: #b0b0b0;}
.cm-s-base16-light .CodeMirror-cursor {border-left: 1px solid #505050 !important;}

.cm-s-base16-light span.cm-comment {color: #8f5536;}
.cm-s-base16-light span.cm-atom {color: #aa759f;}
.cm-s-base16-light span.cm-number {color: #aa759f;}

.cm-s-base16-light span.cm-property, .cm-s-base16-light span.cm-attribute {color: #90a959;}
.cm-s-base16-light span.cm-keyword {color: #ac4142;}
.cm-s-base16-light span.cm-string {color: #F0A742;}

.cm-s-base16-light span.cm-variable {color: #7D944C;}
.cm-s-base16-light span.cm-variable-2 {color: #6a9fb5;}
.cm-s-base16-light span.cm-def {color: #d28445;}
.cm-s-base16-light span.cm-bracket {color: #202020;}
.cm-s-base16-light span.cm-tag {color: #ac4142;}
.cm-s-base16-light span.cm-link {color: #aa759f;}
.cm-s-base16-light span.cm-error {background: #ac4142; color: #505050;}

.cm-s-base16-light .CodeMirror-activeline-background {background: #DDDCDC !important;}
.cm-s-base16-light .CodeMirror-matchingbracket { text-decoration: underline; color: #ff00ff !important;}

.CodeMirror-activeline-gutter .CodeMirror-linenumber{
  color: #464646;
}

/* Based on Sublime Text's Monokai theme */

/* body.invert .cm-s-base16-light.CodeMirror {background: rgb(22,23,25); color: #f8f8f2;}
body.invert .cm-s-base16-light div.CodeMirror-selected {background: #49483E !important;}
body.invert .cm-s-base16-light .CodeMirror-gutters {background: rgb(22,23,25); border-right: 0px;}
body.invert .cm-s-base16-light .CodeMirror-linenumber {color: #484848;}
body.invert .cm-s-base16-light .CodeMirror-cursor {border-left: 1px solid #f8f8f0 !important;}

body.invert .cm-s-base16-light span.cm-comment {color: #75715e;}
body.invert .cm-s-base16-light span.cm-atom {color: #ae81ff;}
body.invert .cm-s-base16-light span.cm-number {color: #ae81ff;}

body.invert .cm-s-base16-light span.cm-property,body.invert .cm-s-base16-light span.cm-attribute {color: #a6e22e;}
body.invert .cm-s-base16-light span.cm-keyword {color: #f92672;}
body.invert .cm-s-base16-light span.cm-string {color: #e6db74;}

body.invert .cm-s-base16-light span.cm-variable {color: #a6e22e;}
body.invert .cm-s-base16-light span.cm-variable-2 {color: #9effff;}
body.invert .cm-s-base16-light span.cm-def {color: #fd971f;}
body.invert .cm-s-base16-light span.cm-bracket {color: #f8f8f2;}
body.invert .cm-s-base16-light span.cm-tag {color: #f92672;}
body.invert .cm-s-base16-light span.cm-link {color: #ae81ff;}
body.invert .cm-s-base16-light span.cm-error {background: #f92672; color: #f8f8f0;}

body.invert .cm-s-base16-light .CodeMirror-activeline-background {background: #373831 !important;} */

/*
    Name:       one-dark 1.1.1
    Author:     Török Ádám (http://github.com/Aerobird98)
    Original Atom One Dark Theme (https://github.com/atom/one-dark-ui & https://github.com/atom/one-dark-syntax)
*/

/* basic */

body.invert .cm-s-base16-light.CodeMirror {
  background: rgb(22,23,25); color: #f8f8f2;}
body.invert .cm-s-base16-light .CodeMirror-selected {background-color: #3e4451;}
body.invert .cm-s-base16-light .CodeMirror-gutters {background: rgb(22,23,25); border-right: 0px;}

body.invert .cm-s-base16-light .CodeMirror-linenumber {color: #484848;}

body.invert .cm-s-base16-light .CodeMirror-lines {
  color: #abb2bf !important;
  background-color: transparent;
}
body.invert .cm-s-base16-light .CodeMirror-cursor {border-left: 2px solid #56b6c2 !important;}
/* addon: edit/machingbrackets.js & addon: edit/matchtags.js */
body.invert .cm-s-base16-light .CodeMirror-matchingbracket,
body.invert .cm-s-base16-light .CodeMirror-matchingtag {
  border-bottom: 2px solid #56b6c2;
  color: #abb2bf !important;
  background-color: transparent;
}
body.invert .cm-s-base16-light .CodeMirror-nonmatchingbracket {
  border-bottom: 2px solid #e06c75;
  color: #abb2bf !important;
  background-color: transparent;
}
/* addon: fold/foldgutter.js */
body.invert .cm-s-base16-light .CodeMirror-foldmarker,
body.invert .cm-s-base16-light .CodeMirror-foldgutter,
body.invert .cm-s-base16-light .CodeMirror-foldgutter-open,
body.invert .cm-s-base16-light .CodeMirror-foldgutter-folded {
  border: none;
  text-shadow: none;
  color: #5c6370 !important;
  background-color: transparent;
}
/* addon: selection/active-line.js */
body.invert .cm-s-base16-light .CodeMirror-activeline-background {
  background-color: rgba(153, 187, 255, 0.04);
}
/* basic syntax */
body.invert .cm-s-base16-light .cm-header {color: #e06c75;}
body.invert .cm-s-base16-light .cm-quote {color: #5c6370;font-style: italic;}
body.invert .cm-s-base16-light .cm-negative {color: #e06c75;}
body.invert .cm-s-base16-light .cm-positive {color: #e06c75;}
body.invert .cm-s-base16-light .cm-strong {color: #d19a66;font-weight: bold;}
body.invert .cm-s-base16-light .cm-header .cm-strong {color: #d19a66;font-weight: bold;}
body.invert .cm-s-base16-light .cm-em {color: #c678dd;font-style: italic;}
body.invert .cm-s-base16-light .cm-header .cm-em {color: #c678dd;font-style: italic;}
body.invert .cm-s-base16-light .cm-tag {color: #e06c75;}
body.invert .cm-s-base16-light .cm-attribute {color: #d19a66;}
body.invert .cm-s-base16-light .cm-link {color: #98c379;border-bottom: solid 1px #98c379;}
body.invert .cm-s-base16-light .cm-builtin {color: #e06c75;}
body.invert .cm-s-base16-light .cm-keyword {color: #c678dd;}
body.invert .cm-s-base16-light .cm-def {color: #e5c07b;} /* original:  #d19a66; */
body.invert .cm-s-base16-light .cm-atom {color: #d19a66;}
body.invert .cm-s-base16-light .cm-number {color: #d19a66;}
body.invert .cm-s-base16-light .cm-property {color: #56b6c2;} /* original: #abb2bf */
body.invert .cm-s-base16-light .cm-qualifier {color: #d19a66;}
body.invert .cm-s-base16-light .cm-variable {color: #e06c75;}
body.invert .cm-s-base16-light .cm-string {color: #98c379;}
body.invert .cm-s-base16-light .cm-punctuation {color: #abb2bf;}
body.invert .cm-s-base16-light .cm-operator {color: #56b6c2;} /* original: #abb2bf */
body.invert .cm-s-base16-light .cm-meta {color: #abb2bf;}
body.invert .cm-s-base16-light .cm-bracket {color: #abb2bf;}
body.invert .cm-s-base16-light .cm-comment {color: #5c6370;font-style: italic;}
body.invert .cm-s-base16-light .cm-error {color: #e06c75;}
/* css syntax corrections */
body.invert .cm-s-base16-light .cm-m-css.cm-variable {color: #828997;}
body.invert .cm-s-base16-light .cm-m-css.cm-property  {color: #abb2bf;}
body.invert .cm-s-base16-light .cm-m-css.cm-atom  {color: #56b6c2;}
body.invert .cm-s-base16-light .cm-m-css.cm-builtin {color: #56b6c2;}
/* lua syntax corrections */
body.invert .cm-s-base16-light .cm-m-lua.cm-variable {color: #56b6c2;}

body.invert .cm-s-base16-light .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

body.invert .CodeMirror-activeline-gutter .CodeMirror-linenumber{
  color: #9e9e9e;
}

body.invert .cm-s-base16-light .CodeMirror-activeline-background {
  background: rgb(39, 40, 43) !important;
} 
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=button]{cursor:pointer}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}.h1,h1{font-size:36px}.h2,h2{font-size:30px}.h3,h3{font-size:24px}.h4,h4{font-size:18px}.h5,h5{font-size:14px}.h6,h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}.small,small{font-size:85%}.mark,mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover{color:#286090}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer:before,blockquote small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}}.form-group{margin-bottom:15px}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.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.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.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.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.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.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.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.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.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.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px)and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{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);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{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)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{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)}.progress-bar-warning{background-color:#f0ad4e}.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);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:#d9534f}.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);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)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;line-height:1.4;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px)and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px)and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px)and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px)and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}
/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
}
.CodeMirror-scroll {
  /* Set scrolling behaviour here */
  overflow: auto;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
}

/* CURSOR */

.CodeMirror div.CodeMirror-cursor {
  border-left: 1px solid black;
  z-index: 3;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
  width: auto;
  border: 0;
  background: #7e7;
  z-index: 1;
}
/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}

.cm-tab { display: inline-block; }

/* DEFAULT THEME */

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable {color: black;}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-property {color: black;}
.cm-s-default .cm-operator {color: black;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  line-height: 1;
  position: relative;
  overflow: hidden;
  background: white;
  color: black;
}

.CodeMirror-scroll {
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px; padding-right: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-sizer {
  position: relative;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actuall scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  padding-bottom: 30px;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-bottom: 30px;
  margin-bottom: -32px;
  display: inline-block;
  /* Hack to make IE7 behave */
  *zoom:1;
  *display:inline;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.CodeMirror-lines {
  cursor: text;
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-code pre {
  border-right: 30px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.CodeMirror-wrap .CodeMirror-code pre {
  border-right: none;
  width: auto;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-wrap .CodeMirror-scroll {
  overflow-x: hidden;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-measure pre { position: static; }

.CodeMirror div.CodeMirror-cursor {
  position: absolute;
  visibility: hidden;
  border-right: none;
  width: 0;
}
.CodeMirror-focused div.CodeMirror-cursor {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursor {
    visibility: hidden;
  }
}

.firepad {
  /* Default height for a firepad. */
  height: 400px;
  position: relative;
}

.firepad {
  text-align: left;
  line-height: normal;
}

.firepad .CodeMirror {
  /* Use width / height of the firepad wrapper element. */
  position: absolute;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.firepad-richtext .CodeMirror {
  font-family: Verdana, sans-serif;
  font-size: 14px;
}

.firepad-with-toolbar .CodeMirror {
  /* Leave room for toolbar and add some padding on the left. */
  top: 70px;
  left: 10px;
}

/** Styles for all of the rich-text formatting we support. */
.firepad-b { font-weight: bold; }
.firepad-i { font-style: italic; }
.firepad-u { text-decoration: underline; }
.firepad-s { text-decoration: line-through; }
.firepad-u.firepad-s { text-decoration: underline line-through; }

.firepad-f-arial { font-family: Arial, Helvetica, sans-serif; }
.firepad-f-comic-sans-ms { font-family: "Comic Sans MS", cursive, sans-serif; }
.firepad-f-courier-new { font-family: "Courier New", Courier, monospace; }
.firepad-f-impact { font-family: Impact, Charcoal, sans-serif; }
.firepad-f-times-new-roman { font-family: "Times New Roman", Times, serif; }
.firepad-f-verdana { font-family: Verdana, Geneva, sans-serif; }

.firepad-la-left { text-align: left; }
.firepad-la-center { text-align: center; }
.firepad-la-right { text-align: right; }

/** Line Styles */
pre.firepad-lt-o, pre.firepad-lt-u, pre.firepad-lt-t, pre.firepad-lt-tc {
  margin-left: 40px;
}

.firepad-list-left {
  display:inline-block;
  margin-left: -40px;
  width: 40px;
  padding-right: 5px;
  text-align: right;
}

.firepad-todo-left {
  display:inline-block;
  margin-left: -20px;
  width: 20px;
}

.powered-by-firepad {
  position: absolute;
  display: block;
  z-index: 5;
  right: 20px;
  bottom: 20px;
  width: 129px;
  height: 23px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIEAAAAXCAYAAAAsnywOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowN0M3OUFEQTk4ODUxMUUyQUFBRTg2NUQxMTExQTUxQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowN0M3OUFEQjk4ODUxMUUyQUFBRTg2NUQxMTExQTUxQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRBNEIyOTA5OTg4NDExRTJBQUFFODY1RDExMTFBNTFDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRBNEIyOTBBOTg4NDExRTJBQUFFODY1RDExMTFBNTFDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+o21teAAABctJREFUeNrEWttV8zgQFjl5X1EBTgVr3vKGqYBQQZIKgAoMFUAqiKkgTgUxT/CGUwH+K8DbwVrnjDbzKzOjS9jdOUcnCVjyXD7NTTp7f39XkZQPoxjGn8PI4Lulbhi3w2jht4bnzXMX8Jkx6zbD+DWMSnj3Yhh38H2J3vMTlCN+DfUeXixlwJPVSwfrtDBeE/g0a85hbhf4fDmM7TDqmBdNp1N1FgACDco3Rp/Bb4mM8p6G8ZxojEeY79Ia+MC0DDSUS8ZYV/ApAfMFeOmZ/5fAr4/MOg8R/O3Q5jIgWMEaHN0jfdvnK4HvIBBoMPgNfP7X5AJBUnYIEGYA4sLxXD8NSokePIa09AxGdeksYU7l8w4GBCMCUQaF3yDk/wEAatdKu03i07jor2FsYI0i4f17ZuctItcpPV5UC8ZUHt63Qvg0sn+iMHdEY0dhsS68g9E6rmcPa2We+XieXWvr5BTrAD7WkFP0xN+zRPD1sHtrxqCxZL1rRQD1MzBnaZj/3QTM3YFHe5FAoAONXiND9Z5nS/h8A0apmN4yqG+B8ewEBfeRgLbJ3J4Bld1dOhFYc4LHTeDcPzxGdmXJGE9zA8n7P7KNnF0pZbGG+QnsjiZAwS28jNtNPfO+BRj/ixDOzLlm5t0xPEjUILkmwO8T8MvJd8XkDecQt8/g+5LI7AtC1lBPlXt0jcnKQslRgH41BYIeGO8j405MbHcNIClZMwBo4LMnlJQH8rwEY10zxpISTDf/qIkKQqPhyxNS9SflLQXwdQuAeHT4yzEQRgSizgmldLH1J2GgLNBAnLDYA3BeJCeAVjNAK8AIdjwHGGxDGPYV8b2A+P4F62nPeplQSVAhTwuhjNODLdkvCSCUbk6AGw9ZpFv1EZW41IygGVNnt6iJEuNGMybkLJj3L5k1HoXyLDSud45X4UrSF9BZwezwlPyhg420RiC5//j4WI0dpnom9mwRExpqbktvgmvnBOaSylww5KcnLlIhpgiY44IjJ8LNPBJkHK08fDWoJ9EQILg60SO3INs3ts0YjLpTv7dLqRJsLSheqhSoWP0akXSpwH4FFdtTSzlNxPhTCTeLSkEGqT+xAF20sF6XwMcRsEbq0PdOFdjXhYvJ2lOaUzahperv2OZQBbHTl9XHUANrvnj0VavDWUzJhFAbLmfgGWeCjjn9rqU+wSlC1h4X6xqtSSiDKCC9Kr5HvmYA0xBA9x30NJG82UR6RQBqHlF5+DxWz4Skvwi9lsz6b2MQ/jExvnRMIsUBQCm+z58FKncFCu483ilnXHKVIKuJ0/eCJ2oBKHukF07GxQ9svB71azJCVtxx3QiezPBZjZEhpfZsDQu/CeVZaB28OgEEvtM0KQQ1gQDQhGfh8p1JZFwuBe8U4wVwyCoYj1p6wph57+10Ou3HaHfeEfXlRMW1Xl33lhHIywJqWyWUY3O0CyRDKk8ymqPncojBOdGTkAAaAwDOCzyAjmeMh6FKdu1Jpn09j1ahlv0YMZgTbjsUABoplbpsghWxQ8lc7eklcHnDDgzQoBK1c4QsIiocl3YOf6ckhlIu0CLvZN53AfG8QSCkjqy1J+RKdHRHYiwgPaZNHHvsbGMVLps0s0u4I9iMaPo0sON/nWgwDZ6xFnZbk+AZJe9UEfLFJou+BP6J4nsU0XjxJSopdCGUjT0A5DrC7RbgCn/i2tmDJxy0kaDSTK4l5Q9U67lzbBNySHatDucuigNBm9h4kBobPqrV7zd2toTbsrxdquNDEEnhXcJOxUq+dJTbnugpe8LgvUfnSwYkywAw2g00kYxvCV8vK9ThgCT2TpyZ84VQ26O4tke7qfEgdwPur1b8ieZC+a+9naMEibsX2anDhdBOHV9oceX7dhR/mRBibGfWHrP7Nt4CeQNbxTVE2PhEsqxiymDujmGRuItsFtud6FUyFX7DdqYOJ4Ia1c+VUAnElLju+woiCf235HP16quGshS5DAj+FmAA6gfBqr4bldAAAAAASUVORK5CYII=');
  opacity: 0.5;
}

.powered-by-firepad:hover {
  opacity: 1;
}

.firepad-toolbar {
  position: absolute;
  top: 20px;
  left: 10px;
  right: 0;
  white-space: nowrap;

  /* Don't select text when double-clicking in toolbar */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.firepad-btn-group {
  margin: 0 5px;
  display: inline-block;
}

a.firepad-btn, a.firepad-btn:visited, a.firepad-btn:active {
  font-family: "Arial" sans-serif;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  padding: 6px 6px 4px 6px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  background-color: #fcfcfc;
  border: 1px solid #c9c9c9;
  border-bottom-width: 4px;
  color: #9c9c9c;
}

a.firepad-btn:hover {
  color: #fff;
  background-color: #ffbf86;
  border-color: #e6a165;
  text-decoration: none;
}

a.firepad-btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
}

.firepad-btn-group > .firepad-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-left: -1px;
}


.firepad-btn-group > .firepad-btn:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  margin-left: 0px;
}

.firepad-btn-group > .firepad-btn:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-topright: 6px;
}

.firepad-dropdown {
  position: relative;
}

.firepad-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 4px 0;
  margin: 4px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.firepad-dropdown-menu a {
  text-align: left;
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}

.firepad-dropdown-menu a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffbf86;
}

.firepad-color-dropdown-item {
  height: 25px;
  width: 25px;
}

.firepad-dialog {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 1000;
}

.firepad-dialog-div {
     position: relative;
     width: 520px;
     height: 100px;
     margin: 100px auto;
     background-color: #fff;
     border: 1px solid #000;
     padding: 15px;
}

.firepad-dialog-input {
  width: 500px;
  display: block;
  padding: 5px 5px;
  margin: 10px 10px 10px 5px;
  clear: both;
  font-weight: normal;
  line-height: 25px;
  color: #333333;
  white-space: nowrap;
}

/********************************************************************
 * Generated via icomoon.io.
  If you want to make changes, you can go to http://icomoon.io/app/, go to the bottom right and click the
  database-looking icon, then "Load Session" and use the checked-in font/firepad-icomoon.json file.

  Note: When you download the generated font, turn on the "Base 64 Encode ..." option to generate the font inline
  in the CSS (to avoid needing to distribute a font file with firepad).
 */
@font-face {
  font-family: 'firepad';
  src:url('firepad.eot');
}
@font-face {
  font-family: 'firepad';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAzsAAsAAAAAFegAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAACZUAABDLmL2mHkZGVE0AAAqgAAAAGgAAABxoZGqgR0RFRgAACrwAAAAdAAAAIABFAARPUy8yAAAK3AAAAEsAAABgL9zcQGNtYXAAAAsoAAAAXgAAAX7gqNO7aGVhZAAAC4gAAAAuAAAANv1GCI1oaGVhAAALuAAAAB4AAAAkBBD/5GhtdHgAAAvYAAAAHgAAADYEYAEQbWF4cAAAC/gAAAAGAAAABgAYUABuYW1lAAAMAAAAAOAAAAGGNHbrq3Bvc3QAAAzgAAAADAAAACAAAwAAeJy9V3l0lNUVf1+YjWQyQJghBMIMZafTCoERQUQWIaCDYGGkiNKypuBIC5hYUERB9o9FYMoOrWgrEPDkQMqpcKpCkUqnRyONCBRo2FKSgbAY+L7yDdz+7vcmw5ZqT//omTP33nff3d6977vvPUVYLEJRFEfexKnjJ48eJ5QUoYjH9U4peuc6emOL6qyjOi3eVJE1NINUNUk47WpYj+gF1mzlsXrZQtTPVsINsoUzu74vQ2SxDYeoJxqJZqKV8ItOopvoJfqLQeJZ8YIYK14UU8Q08YaYJ5aIiFgvNoutoqjg5xNzO3bsCNQviXIk6iRRZ4kCEj0sUReJHpGoq0TdJOotUR+JnpCor0T9TJQjHeVIRznSUY50lCMd5SQc5SZSVJMpIZT5ygJlobJIUZXFyhJlqbJMeVtZrqxQVioR5VfKKmW1skZZq6xT1isblI2iMaclRTjFLcWrHKrzjk23++wT7AvsW+yf2csd3tSqtCfTNqUddjqcp9Id6TnpH7jedKl6viUe0SN2Fymjr7xH4tJ21UOidfuuRBUrrpJoXN6K6OtHT6tEX87d7CD6MHyQ6GDk0QTA0OtXg2pYVfVQoRrFz0oiF1Oim5R8lYXm+WCgbMcKouqiMURn+44gutSrD5zs+TWM/qTeCyRWDC3wGG4SnT4RdhJNjQskGh1oTCL79/tJtHzqcQmoovsFyaNzlsY+kJ8IoxQxN+u2jkTmwTye/BPL9pCALvAE8+jMwTwfUdGbwnDbXHpID3mM/HDUZgTi7qCqhrV8VS0MqlpAd2MVLq2aBcbZEXmsch/RjdOLiC7ubUF0eUoboqtZw7GGJc9gOP4c0T9teRA5fprofNY6tQYyV9Rt7ZOSov66bNZuS8JVvoUtLiTRsO8plYTb09OhjQvCHQKctpJE/83LiD6eP4nE8JFTGOxk3iASvXh28PxJXm2c3SiNuz3NU116RMv3EL3YY6cNqzzUFfa2PkJ0/JVcEmnDDhEdnV2iIs/RG/OJSutOR7YGNyHRoqg8AfyYkLwAzwbqTmPeAhjDLJ0c3MQXtSHKlpNRvEuF86CVUYSCpj6GlOtDIDbkIVSrzyCiY6zqZOpI1RqV4TCVuXuIvvnjTpb8IWrIVFkqqnnB/gFbnAsnl56B4IllmyQkkRF6zeSS8F3fLyWF0iqLiFqdBNWuGNT3UWTF3xfUD55ymAkIaxHbvQs4zwtoaq6CFz8tsagozz6YEF/Qdl8ArmQAVyC2428yfNHmRq5ckmjfYJvKcILK3AVy+ZA8LFMC7QOcpvps8VVO3TWZSsBG708i0t/4CFRmkOhaz5nYEL0HOEgU9Dpgc2mWGHa241gjEvY2lZAERVqbSp/fbuIEp4bt9dsYVzAnU6qwsi9mTxqpSLIzvX/v7ilMzJgmpA+2E7bVZt4XtkvzNcFkmsreQttdMUofMO/TW+2tPfgaMzXWM6VTo/i+6BN2CmuPXivWQvfZNw1V/G/2M5P2Jdvr50+qtvC735P7C//X3FfeFUytuU94XW9Yvm3jPJCb+4NPpOa7gs9MBl9Re/D3VeS/3TjanG/bOQ9s+wcqm8jCf9g5Lo1bf/NUo9S4C8UjWrXne6lGyJIAEIua01roDooHCj3BcKG/0BY2mnqiW9VSP06OqKpODU5S+8TMA8QaDXr84Wg4aP5jfNRYWsC+/26fMQ+zMGiRmpgP3DUfDzwwb5TePR95UB/2a4MurdgS1KqjdqM65kkQUEtQfkkUxjyaWw36rVHNjUNYjcasuBGc2FlEyp4dh1GMDg22E5WYvXznzd8weZTBOjTdXZBigHNfjChDJ5v5MJFxtR0oFTcA7RdorJ62k9DTcn78uQkgmbX4rwwWc+NcNY+o/OUAxkuPw94t2BcpdTKs4E7ZBu4y9O0j4c9UHuPgLZ9cDqkVlzcBXN1iSk0wuXzaTNzDZtawwQJ4TLGOMg3CY53bfyCKK2jPlonTQe22gPodTuFbvT6FvaMNCxh0hj2j+DWI8xXF+PoLUAv3QtwzC9RFPkRvxbdzfCGrzAJS0xareNr6jkkC1Ed8YlL6coAGE6wmg6fasNAZiHbIuMaqvNZRR3CIjPqql8e0yLarrFKWSi435WTj2GBZc8zLvnoR4Eq56Xw1czdxRfh+VnJxMfsakwzRkpWQgsciM8RzbHsiS51HiAOfxtE2cCAubES/RZ4qZqcjJa5hoF7ejU9leVuiyqNfwd7n718B2JJjNfNq1oWT/VJdriHXZfK79yY7a+mz4E69hupGuqlcw6YAS1ycmPrvcmLamFLHTcCbYKUuy4vxseQmsPqsXLNcrt4vUY5VfwH1ZBzUc/iqUz5+Hfba8rLbVs6EPUsQOynOR7KlXSdQ+Tht61TO5OrNdmA/z6gaFkamF4/A4b66+DYuAp1wbfmmoU63q+ecIvqX/SUHYpnRYZMRMkIa/hjNrJgO0/8YJUhYe+zCpS2M68aYE5eI/twyg2iNccGBT4yUsSVjPLAztzkJmx6B7ZxtRM6LiHDx8y2JJgRToNGihMTPLI2lFbGxZUNpmW7uHwTPNKvRfM30q4WsLj2ALtUyVcPt1KMFNDcaTQyfpur3c8Uu9R7A558y/vWH1HAh3T4++7B6RyffKPbEVANaRsBwoy358XlDKx1apaw1o0pqvZXBN123zg0hErXH/MhPg7W4MLvycJ+9Coqq8vJ8RsBuEglWDd/rN9xGBKGh/1aNP4uJdc2kKhvxadC6Yy3J92qluLFrASQZAkr/zgHtPbh1ljQnur4RFUkd68bVqkNZAlzfsJ1BFQ9PSQCRkOSZasL5RRnzMqQu87z3ds07MNEb3VoEjQ5p8Vu/QzISRW9E5mOcXoseiQfiEZueX+jRquMho9qulZrhN5l5E31uli0BzGGSR5Wg6DxT55PDWnhJXW/MmOPxa62CzxtuLeA3IqhSBFUimrpxMtGSMW8TbS7DzlnSXPDb6qMPkeXWVi/Rp/sG4O11Hk+SY6fQU8UufFjGj9CNxWg4Mbr0g7Thex3wZDoeL2f6biA6HX4Cw73j8DjpYsXXd23RPlSu5yt4FChTi0j03vwlnjEnwiS63OqQAOlKlOj28CGghu5GB2nhBLVSR4cUHJ3gOMVIH662U8v6MBAybDGyuTBX4cOzxa16VGcqXvYNhUVR7M/9dG1QK43a03A/Hqrj1bbdkQDmMMmjs6DoBFMnksNaeEldb1pQx/ZOi/lV4xy+A6093iP6EQuDXB7GvfF8W5KPhmMHJRxHcn2qdi4Ws6b9G/R4y/0AAAB4nGNgYGBkAIIztovOg+hzwskvYDQASW0G1AAAeJxjYGRgYOADYgkGEGBiYARCcSBmAfMYAAVHAEoAAAB4nGNgZmJgnMDAysDB6MOYxsDA4A6lvzJIMrQwMDAxsDIzwIEAgskQkOaawuDwgOEDA+OD/w8Y9BgfMCg0MDAwwhUoACEjABBCDB8AeJzljdkRgCAMRB+I94UH+mNpFmK5lmAHGGCsws1ksjvJmwAZqQ8UQZckFbPhlFlJ6bC43YP30fE5q+JtEUktpCGXVApT09DS0TMwYtmZmFlYcWyghEkP/6sX448KEgAAeJxjYGRgYADiA48eTY3nt/nKwM3EAALnhJNfIOj/D5gYGB8AuRwMYGkAXjsL7AAAeJxjYGRgYHzw/wGDHhMDA8M/BiAJFEEBzABt5wP2AAB4nGNigAAmBoYEBgcghgAFBmSgwGCAwmcAADLOAXUAAAAAUAAAGAAAeJx1jk9qwkAUh79otJRK6ap0OeCmm4RkXAgeIAfown2gYwhIIqNCT9KVR3DpMXqAHqHH6C/2bbpw4DHf++b9GWDGJwnDSbjjyXgkfjUeM+fDOJU/G0944Mt4Kv+jyiS9l3m8dg08Er8Yj6kojFP5k/GEZy7GU/lvNrREAjtq3mHTxrCrBW9yDUe28lFpaI7bWlDR03G43lEVAYcn1zbHSvF/3p/zLMhYKrzqSmVUfXeo+tgE5/PCrZztFflFtsx8Uaro1t/WcpG9Xoe/OE0c9rMOcd/2nSvz4mbvL7EuORF4nGNgZsALAAB9AAQ=) format('woff'),
  url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAANAIAAAwBQRkZUTWhkaqAAAA9wAAAAHEdERUYARwAGAAAPUAAAACBPUy8yL7vcIAAAAVgAAABWY21hcODA1NYAAAHwAAABfmdhc3D//wADAAAPSAAAAAhnbHlmMPUBFgAAA6gAAAkIaGVhZP1GCI0AAADcAAAANmhoZWEEEf/lAAABFAAAACRobXR4BQoBEQAAAbAAAAA+bG9jYR04G1IAAANwAAAANm1heHAAZQCTAAABOAAAACBuYW1lNHbrqwAADLAAAAGGcG9zdFMv72QAAA44AAABDgABAAAAAQAABST+1l8PPPUACwIAAAAAAM4TY+gAAAAAzhNj6AAA/98CAAHhAAAACAACAAAAAAAAAAEAAAHh/98ALgIAAAD+AAIAAAEAAAAAAAAAAAAAAAAAAAAFAAEAAAAaAJAACQAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQMAAAAAAAAAAAAAEAAAAAAAAAAAAAAAUGZFZABA4ADwAAHg/+AALgHhACGAAAABAAAAAAAAAgAAAAAAAAAAqgAAAAAAAAIAAGAAQABgAAAAAAAAACAAAAAAAAAAAAAAAAAAIAAxAAAAAAAAAAAAAAAAAAAAAAAAAAMAAAADAAAAHAABAAAAAAB4AAMAAQAAABwABABcAAAACAAIAAIAAAAA4BXwAP//AAAAAOAA8AD//wAAAAAQAwABAAAABgAAAAAABAAFAAYABwAIAAkACgALAAwADQAOAA8AEAARABIAGQATABQAFQAWABcAGAAAAQYAAAEAAAAAAAAAAQIAAAACAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA4APgBWAHwAugF0AbAB7AISAjgCXgKEAq4DFAM0A1QDfgOoA+AEDAQ2BGAEhAAAAAEAAP/gAgAB4AACAAARASECAP4AAeD+AAAAAAADAGAAAAGgAcAAEQAZACEAACU2NTQmKwMROwIyNjU0JiczMhYUBisBFyM1MzIWFAYBYh5LNUBAICBAYDVLIr4zFR4eFTNQUFAVHx/uIy81S/5ASzUiO6MmNCbAgCY0JgABAEAAAAHAAcAACwAAARUjAzMVIzUzEyM1AcBAoEDgQKBAAcAg/oAgIAGAIAAAAAACAGAAAAGgAcAAEQAVAAABMxUUBiImPQEzFRQXFjI3NjUFIRUhAWBAXoReQBocVBwa/wABQP7AAcDQPFRUPNDQHxcaGhcfsEAAAAAAAQAAAAACAAHAACoAACUVIxYVFAcGIicmNTMUFjI2NCYjITUzJicmNDc2MhcWFSM0JiIGFBYzMhcCAHUVMi6ALjJAOU45OSf/AJYCAjIyLoAuMkA5Tjk5Jz0t4CAeIjglIyMlOBomJjQmIAECJXAlIyMlOBomJjQmIAAAAAkAAP/gAgAB4AAPAB8ALwA/AE8AXwBvAH8AjwAANyMiBh0BFBY7ATI2PQE0JgcUBisBIiY9ATQ2OwEyFhUlISIGHQEUFjMhMjY9ATQmJyEiBh0BFBYzITI2PQE0JiUjIgYdARQWOwEyNj0BNCYHFAYrASImPQE0NjsBMhYVFyMiBh0BFBY7ATI2PQE0JgcUBisBIiY9ATQ2OwEyFhUlISIGHQEUFjMhMjY9ATQmcGAHCQkHYAcJCRcJByAHCQkHIAcJAZD+4AcJCQcBIAcJCQf+4AcJCQcBIAcJCf55YAcJCQdgBgoJFwkHIAcJCQcgBwkQYAcJCQdgBwkJFwkHIAcJCQcgBwkBkP7gBwkJBwEgBwkJYAkHYAcJCQdgBwlQBwkJByAHCQkHEAkHIAcJCQcgBwnACQcgBwkJByAHCeAJB2AHCRgIUAcJUAcJCQcgBwkJB5AJB2AHCQkHYAcJUAcJCQcgBwkJB9AJByAHCQkHIAcJAAYAAP/gAgAB4AADAAcACwATABsAIwAAEyEVIRUhFSEVIRUhAhQWMjY0JiIGFBYyNjQmIgYUFjI2NCYiwAFA/sABQP7AAUD+wMAmNCYmNCYmNCYmNCYmNCYmNAHAQIBAgEABujQmJjQm5jQmJjQm5jQmJjQmAAAAAAYAIP/gAgAB4AADAAcACwARAB0AKQAANyEVIREhFSERIRUhJxUjNSM1ExUzFSM1NzUjNTMdAiM1MzUjNTM1IzXAAUD+wAFA/sABQP7AYCAgIEBgQEBgYEBAQEBAQAEAQAEAQGCAYCD++RkgSR4ZIEl3oCAgICAgAAUAAAAAAgABwAADAAcACwAPABMAABEhFSEVIRUhFSEVITUhFSEVIRUhAgD+AAFA/sABQP7AAgD+AAIA/gABwEAgQIBAoECAQAAAAAAFAAAAAAIAAcAAAwAHAAsADwATAAARIRUhFyEVIRUhFSEnIRUhFSEVIQIA/gBgAUD+wAFA/sBgAgD+AAIA/gABwEAgQIBAoECAQAAABQAAAAACAAHAAAMABwALAA8AEwAAESEVIRchFSEVIRUhJyEVIRUhFSECAP4AwAFA/sABQP7AwAIA/gACAP4AAcBAIECAQKBAgEAAAAUAAAAAAgABwAADAAcACwAPABMAABEhFSEVIRUhFSEVIRUhFSEVIRUhAgD+AAIA/gACAP4AAgD+AAIA/gABwEAgQCBAIEAgQAAAAAAGAAAAIAIAAYAAAwAHAAsADwASABUAABEhFSE1IRUhFSEVIRUhFSElFzc1JwcBYP6gAWD+oAFg/qABYP6gAYBAQEBAASBAoECAQCBAoGBgIGBgAAACAAD/4AIAAeEAIABBAAABJyYiDwEGFB8BFhc3Ji8BJjQ/ATYyHwEWFA8BFgc3NjQHJicHFh8BFhQPAQYiLwEmND8BJjcHBhQfARYyPwE2NCcB3QIkZCNuIyMCBgcoCAUCExNtEzYTAhQUMQ0BTSPEBgcoCAUCExNtEzYTAhQUMQ0BTSMjAiRkI24jIwG7AiMjbSRkJAIFBSgEBgITNhNtFBQCEzYTMh8jTSNkeQUFKAQGAhM2E20UFAITNhMyHyNNI2QkAiMjbSRkJAABACD/4AHPAeAAEAAABT4BLgIHFSc3FTYeAg4BAX0SEwclVkDAwEFiOBkLKSAhREY1IAF/wMB8ASM8UVdZAAAAAQAx/98B4AHgABAAAAE1Fwc1Jg4CFhcuAj4CASDAwEBWJQcTEiMpCxk4YgFkfMDAfwEgNUZEISVZV1E8IwAAAAMAAAAAAgABwAALABIAFgAAASEHERQWMyEyNjURASczNTMVMyU3IRcBoP7AYAkHAeAHCf8AoGCAYP6tIAEmIAHAYP6wBwkJBwFQ/uCAYGDAICAAAAMAAAAAAgABwAALABIAFgAAASEHERQWMyEyNjURBxUjNSM3FyU3IRcBoP7AYAkHAeAHCcCAYKCg/q0gASYgAcBg/rAHCQkHAVDAYGCAgOAgIAAAAAQAAAAAAgABwAADABcAGwAjAAATIRUhBSEiBh0BFBY7ARUhNTMyNj0BNCYDIzUzNhQGIiY0NjKAAQD/AAFg/kANExMNYAEAYA0TE43AwIcNFA0NFAHAQCATDaANE4CAEw2gDRP+wKB6FA0NFA0AAAAGAAAAAAIAAcAAAwAHAAsADwATABYAABEhFSEXIRUhFSEVIRUhFSEHIRUhExUnAgD+AMABQP7AAUD+wAFA/sDAAgD+AICAAcBAIEAgQCBAIEABQMBgAAAABgAAAAACAAHAAAMABwALAA8AEwAWAAARIRUhFyEVIRUhFSEVIRUhByEVIT0BFwIA/gDAAUD+wAFA/sABQP7AwAIA/gCAAcBAIEAgQCBAIECAwGAABAAAAAACAAGgAAMABwAPABQAABkBIREDIREhBhQWMjY0JiITIRMXNwIAIP5AAcCAHCgcHChE/oBggEABoP5gAaD+gAFgPCgcHCgc/uABAKAwAAAAAQAA/+ACAAHAABQAABIyFhQGIyInDgEHNT4BNTQnLgE1NJbUlpZqFBQmWTkcJAEsMwHAeqx6AyYbAg4NLBkHBx5UMFYAAAAAAAAMAJYAAQAAAAAAAQAHABAAAQAAAAAAAgAHACgAAQAAAAAAAwAjAHgAAQAAAAAABAAHAKwAAQAAAAAABQALAMwAAQAAAAAABgAHAOgAAwABBAkAAQAOAAAAAwABBAkAAgAOABgAAwABBAkAAwBGADAAAwABBAkABAAOAJwAAwABBAkABQAWALQAAwABBAkABgAOANgAZgBpAHIAZQBwAGEAZAAAZmlyZXBhZAAAUgBlAGcAdQBsAGEAcgAAUmVndWxhcgAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABmAGkAcgBlAHAAYQBkACAAOgAgADIAMwAtADcALQAyADAAMQAzAABGb250Rm9yZ2UgMi4wIDogZmlyZXBhZCA6IDIzLTctMjAxMwAAZgBpAHIAZQBwAGEAZAAAZmlyZXBhZAAAVgBlAHIAcwBpAG8AbgAgADEALgAwAABWZXJzaW9uIDEuMAAAZgBpAHIAZQBwAGEAZAAAZmlyZXBhZAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABoAAAABAAIBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYB3VuaUYwMDAHdW5pRTAwMAd1bmlFMDAxB3VuaUUwMDIHdW5pRTAwMwd1bmlFMDA0B3VuaUUwMDUHdW5pRTAwNgd1bmlFMDA3B3VuaUUwMDgHdW5pRTAwOQd1bmlFMDBBB3VuaUUwMEIHdW5pRTAwQwd1bmlFMDBEB3VuaUUwMEUHdW5pRTAxMAd1bmlFMDExB3VuaUUwMTIHdW5pRTAxMwd1bmlFMDE0B3VuaUUwMTUHdW5pRTAwRgAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAZAAEABAAAAAIAAAAAAAEAAAAAzD2izwAAAADOE2PoAAAAAM4TY+g=) format('truetype');
  font-weight: normal;
  font-style: normal;
}

.firepad-tb-bold, .firepad-tb-italic, .firepad-tb-underline, .firepad-tb-strikethrough, .firepad-tb-list, .firepad-tb-list-2, .firepad-tb-numbered-list, .firepad-tb-paragraph-left, .firepad-tb-paragraph-center, .firepad-tb-paragraph-right, .firepad-tb-paragraph-justify, .firepad-tb-menu, .firepad-tb-link, .firepad-tb-undo, .firepad-tb-redo, .firepad-tb-box-add, .firepad-tb-box-remove, .firepad-tb-print, .firepad-tb-indent-decrease, .firepad-tb-indent-increase, .firepad-tb-insert-image, .firepad-tb-bubble {
  font-family: 'firepad';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.firepad-tb-bold:before {
  content: "\e000";
}
.firepad-tb-italic:before {
  content: "\e001";
}
.firepad-tb-underline:before {
  content: "\e002";
}
.firepad-tb-strikethrough:before {
  content: "\e003";
}
.firepad-tb-list:before {
  content: "\e004";
}
.firepad-tb-list-2:before {
  content: "\e005";
}
.firepad-tb-numbered-list:before {
  content: "\e006";
}
.firepad-tb-paragraph-left:before {
  content: "\e007";
}
.firepad-tb-paragraph-center:before {
  content: "\e008";
}
.firepad-tb-paragraph-right:before {
  content: "\e009";
}
.firepad-tb-paragraph-justify:before {
  content: "\e00a";
}
.firepad-tb-menu:before {
  content: "\e00b";
}
.firepad-tb-link:before {
  content: "\e00c";
}
.firepad-tb-undo:before {
  content: "\e00d";
}
.firepad-tb-redo:before {
  content: "\e00e";
}
.firepad-tb-box-add:before {
  content: "\e010";
}
.firepad-tb-box-remove:before {
  content: "\e011";
}
.firepad-tb-print:before {
  content: "\e012";
}
.firepad-tb-indent-decrease:before {
  content: "\e013";
}
.firepad-tb-indent-increase:before {
  content: "\e014";
}
.firepad-tb-insert-image:before {
  content: "\e015";
}
.firepad-tb-bubble:before {
  content: "\e00f";
}

@font-face {
  font-family: octicons-link;
  src: url(data:font/woff;charset=utf-8;base64,d09GRgABAAAAAAZwABAAAAAACFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABEU0lHAAAGaAAAAAgAAAAIAAAAAUdTVUIAAAZcAAAACgAAAAoAAQAAT1MvMgAAAyQAAABJAAAAYFYEU3RjbWFwAAADcAAAAEUAAACAAJThvmN2dCAAAATkAAAABAAAAAQAAAAAZnBnbQAAA7gAAACyAAABCUM+8IhnYXNwAAAGTAAAABAAAAAQABoAI2dseWYAAAFsAAABPAAAAZwcEq9taGVhZAAAAsgAAAA0AAAANgh4a91oaGVhAAADCAAAABoAAAAkCA8DRGhtdHgAAAL8AAAADAAAAAwGAACfbG9jYQAAAsAAAAAIAAAACABiATBtYXhwAAACqAAAABgAAAAgAA8ASm5hbWUAAAToAAABQgAAAlXu73sOcG9zdAAABiwAAAAeAAAAME3QpOBwcmVwAAAEbAAAAHYAAAB/aFGpk3jaTY6xa8JAGMW/O62BDi0tJLYQincXEypYIiGJjSgHniQ6umTsUEyLm5BV6NDBP8Tpts6F0v+k/0an2i+itHDw3v2+9+DBKTzsJNnWJNTgHEy4BgG3EMI9DCEDOGEXzDADU5hBKMIgNPZqoD3SilVaXZCER3/I7AtxEJLtzzuZfI+VVkprxTlXShWKb3TBecG11rwoNlmmn1P2WYcJczl32etSpKnziC7lQyWe1smVPy/Lt7Kc+0vWY/gAgIIEqAN9we0pwKXreiMasxvabDQMM4riO+qxM2ogwDGOZTXxwxDiycQIcoYFBLj5K3EIaSctAq2kTYiw+ymhce7vwM9jSqO8JyVd5RH9gyTt2+J/yUmYlIR0s04n6+7Vm1ozezUeLEaUjhaDSuXHwVRgvLJn1tQ7xiuVv/ocTRF42mNgZGBgYGbwZOBiAAFGJBIMAAizAFoAAABiAGIAznjaY2BkYGAA4in8zwXi+W2+MjCzMIDApSwvXzC97Z4Ig8N/BxYGZgcgl52BCSQKAA3jCV8CAABfAAAAAAQAAEB42mNgZGBg4f3vACQZQABIMjKgAmYAKEgBXgAAeNpjYGY6wTiBgZWBg2kmUxoDA4MPhGZMYzBi1AHygVLYQUCaawqDA4PChxhmh/8ODDEsvAwHgMKMIDnGL0x7gJQCAwMAJd4MFwAAAHjaY2BgYGaA4DAGRgYQkAHyGMF8NgYrIM3JIAGVYYDT+AEjAwuDFpBmA9KMDEwMCh9i/v8H8sH0/4dQc1iAmAkALaUKLgAAAHjaTY9LDsIgEIbtgqHUPpDi3gPoBVyRTmTddOmqTXThEXqrob2gQ1FjwpDvfwCBdmdXC5AVKFu3e5MfNFJ29KTQT48Ob9/lqYwOGZxeUelN2U2R6+cArgtCJpauW7UQBqnFkUsjAY/kOU1cP+DAgvxwn1chZDwUbd6CFimGXwzwF6tPbFIcjEl+vvmM/byA48e6tWrKArm4ZJlCbdsrxksL1AwWn/yBSJKpYbq8AXaaTb8AAHja28jAwOC00ZrBeQNDQOWO//sdBBgYGRiYWYAEELEwMTE4uzo5Zzo5b2BxdnFOcALxNjA6b2ByTswC8jYwg0VlNuoCTWAMqNzMzsoK1rEhNqByEyerg5PMJlYuVueETKcd/89uBpnpvIEVomeHLoMsAAe1Id4AAAAAAAB42oWQT07CQBTGv0JBhagk7HQzKxca2sJCE1hDt4QF+9JOS0nbaaYDCQfwCJ7Au3AHj+LO13FMmm6cl7785vven0kBjHCBhfpYuNa5Ph1c0e2Xu3jEvWG7UdPDLZ4N92nOm+EBXuAbHmIMSRMs+4aUEd4Nd3CHD8NdvOLTsA2GL8M9PODbcL+hD7C1xoaHeLJSEao0FEW14ckxC+TU8TxvsY6X0eLPmRhry2WVioLpkrbp84LLQPGI7c6sOiUzpWIWS5GzlSgUzzLBSikOPFTOXqly7rqx0Z1Q5BAIoZBSFihQYQOOBEdkCOgXTOHA07HAGjGWiIjaPZNW13/+lm6S9FT7rLHFJ6fQbkATOG1j2OFMucKJJsxIVfQORl+9Jyda6Sl1dUYhSCm1dyClfoeDve4qMYdLEbfqHf3O/AdDumsjAAB42mNgYoAAZQYjBmyAGYQZmdhL8zLdDEydARfoAqIAAAABAAMABwAKABMAB///AA8AAQAAAAAAAAAAAAAAAAABAAAAAA==) format('woff');
}

.markdown-body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
}

.markdown-body a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.markdown-body a:active,
.markdown-body a:hover {
  outline-width: 0;
}

.markdown-body strong {
  font-weight: inherit;
}

.markdown-body strong {
  font-weight: bolder;
}

.markdown-body h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.markdown-body img {
  border-style: none;
}

.markdown-body svg:not(:root) {
  overflow: hidden;
}

.markdown-body code,
.markdown-body kbd,
.markdown-body pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.markdown-body hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.markdown-body input {
  font: inherit;
  margin: 0;
}

.markdown-body input {
  overflow: visible;
}

.markdown-body button:-moz-focusring,
.markdown-body [type="button"]:-moz-focusring,
.markdown-body [type="reset"]:-moz-focusring,
.markdown-body [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.markdown-body [type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

.markdown-body table {
  border-spacing: 0;
  border-collapse: collapse;
}

.markdown-body td,
.markdown-body th {
  padding: 0;
}

.markdown-body * {
  box-sizing: border-box;
}

.markdown-body input {
  font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.markdown-body a {
  color: #4078c0;
  text-decoration: none;
}

.markdown-body a:hover,
.markdown-body a:active {
  text-decoration: underline;
}

.markdown-body hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.markdown-body hr::before {
  display: table;
  content: "";
}

.markdown-body hr::after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.markdown-body h1 {
  font-size: 30px;
}

.markdown-body h2 {
  font-size: 21px;
}

.markdown-body h3 {
  font-size: 16px;
}

.markdown-body h4 {
  font-size: 14px;
}

.markdown-body h5 {
  font-size: 12px;
}

.markdown-body h6 {
  font-size: 11px;
}

.markdown-body p {
  margin-top: 0;
  margin-bottom: 10px;
}

.markdown-body blockquote {
  margin: 0;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body ol ol,
.markdown-body ul ol {
  list-style-type: lower-roman;
}

.markdown-body ul ul ol,
.markdown-body ul ol ol,
.markdown-body ol ul ol,
.markdown-body ol ol ol {
  list-style-type: lower-alpha;
}

.markdown-body dd {
  margin-left: 0;
}

.markdown-body code {
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.markdown-body pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.markdown-body .pl-0 {
  padding-left: 0 !important;
}

.markdown-body .pl-1 {
  padding-left: 3px !important;
}

.markdown-body .pl-2 {
  padding-left: 6px !important;
}

.markdown-body .pl-3 {
  padding-left: 12px !important;
}

.markdown-body .pl-4 {
  padding-left: 24px !important;
}

.markdown-body .pl-5 {
  padding-left: 36px !important;
}

.markdown-body .pl-6 {
  padding-left: 48px !important;
}

.markdown-body .form-select::-ms-expand {
  opacity: 0;
}

.markdown-body:before {
  display: table;
  content: "";
}

.markdown-body:after {
  display: table;
  clear: both;
  content: "";
}

.markdown-body>*:first-child {
  margin-top: 0 !important;
}

.markdown-body>*:last-child {
  margin-bottom: 0 !important;
}

.markdown-body a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.markdown-body .anchor {
  display: inline-block;
  padding-right: 2px;
  margin-left: -18px;
}

.markdown-body .anchor:focus {
  outline: none;
}

.markdown-body h1,
.markdown-body h2,
.markdown-body h3,
.markdown-body h4,
.markdown-body h5,
.markdown-body h6 {
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.markdown-body h1 .octicon-link,
.markdown-body h2 .octicon-link,
.markdown-body h3 .octicon-link,
.markdown-body h4 .octicon-link,
.markdown-body h5 .octicon-link,
.markdown-body h6 .octicon-link {
  color: #000;
  vertical-align: middle;
  visibility: hidden;
}

.markdown-body h1:hover .anchor,
.markdown-body h2:hover .anchor,
.markdown-body h3:hover .anchor,
.markdown-body h4:hover .anchor,
.markdown-body h5:hover .anchor,
.markdown-body h6:hover .anchor {
  text-decoration: none;
}

.markdown-body h1:hover .anchor .octicon-link,
.markdown-body h2:hover .anchor .octicon-link,
.markdown-body h3:hover .anchor .octicon-link,
.markdown-body h4:hover .anchor .octicon-link,
.markdown-body h5:hover .anchor .octicon-link,
.markdown-body h6:hover .anchor .octicon-link {
  visibility: visible;
}

.markdown-body h1 {
  padding-bottom: 0.3em;
  font-size: 2.25em;
  line-height: 1.2;
  border-bottom: 1px solid #eee;
}

.markdown-body h1 .anchor {
  line-height: 1;
}

.markdown-body h2 {
  padding-bottom: 0.3em;
  font-size: 1.75em;
  line-height: 1.225;
  border-bottom: 1px solid #eee;
}

.markdown-body h2 .anchor {
  line-height: 1;
}

.markdown-body h3 {
  font-size: 1.5em;
  line-height: 1.43;
}

.markdown-body h3 .anchor {
  line-height: 1.2;
}

.markdown-body h4 {
  font-size: 1.25em;
}

.markdown-body h4 .anchor {
  line-height: 1.2;
}

.markdown-body h5 {
  font-size: 1em;
}

.markdown-body h5 .anchor {
  line-height: 1.1;
}

.markdown-body h6 {
  font-size: 1em;
  color: #777;
}

.markdown-body h6 .anchor {
  line-height: 1.1;
}

.markdown-body p,
.markdown-body blockquote,
.markdown-body ul,
.markdown-body ol,
.markdown-body dl,
.markdown-body table,
.markdown-body pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.markdown-body hr {
  height: 4px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}

.markdown-body ul,
.markdown-body ol {
  padding-left: 2em;
}

.markdown-body ul ul,
.markdown-body ul ol,
.markdown-body ol ol,
.markdown-body ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.markdown-body li>p {
  margin-top: 16px;
}

.markdown-body dl {
  padding: 0;
}

.markdown-body dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

.markdown-body dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.markdown-body blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}

.markdown-body blockquote>:first-child {
  margin-top: 0;
}

.markdown-body blockquote>:last-child {
  margin-bottom: 0;
}

.markdown-body table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
  word-break: keep-all;
}

.markdown-body table th {
  font-weight: bold;
}

.markdown-body table th,
.markdown-body table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}

.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.markdown-body table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

.markdown-body img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: #fff;
}

.markdown-body code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(0,0,0,0.04);
  border-radius: 3px;
}

.markdown-body code:before,
.markdown-body code:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}

.markdown-body pre>code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.markdown-body .highlight {
  margin-bottom: 16px;
}

.markdown-body .highlight pre,
.markdown-body pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}

.markdown-body .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.markdown-body pre {
  word-wrap: normal;
}

.markdown-body pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.markdown-body pre code:before,
.markdown-body pre code:after {
  content: normal;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}

.markdown-body .pl-c {
  color: #969896;
}

.markdown-body .pl-c1,
.markdown-body .pl-s .pl-v {
  color: #0086b3;
}

.markdown-body .pl-e,
.markdown-body .pl-en {
  color: #795da3;
}

.markdown-body .pl-s .pl-s1,
.markdown-body .pl-smi {
  color: #333;
}

.markdown-body .pl-ent {
  color: #63a35c;
}

.markdown-body .pl-k {
  color: #a71d5d;
}

.markdown-body .pl-pds,
.markdown-body .pl-s,
.markdown-body .pl-s .pl-pse .pl-s1,
.markdown-body .pl-sr,
.markdown-body .pl-sr .pl-cce,
.markdown-body .pl-sr .pl-sra,
.markdown-body .pl-sr .pl-sre {
  color: #183691;
}

.markdown-body .pl-v {
  color: #ed6a43;
}

.markdown-body .pl-id {
  color: #b52a1d;
}

.markdown-body .pl-ii {
  background-color: #b52a1d;
  color: #f8f8f8;
}

.markdown-body .pl-sr .pl-cce {
  color: #63a35c;
  font-weight: bold;
}

.markdown-body .pl-ml {
  color: #693a17;
}

.markdown-body .pl-mh,
.markdown-body .pl-mh .pl-en,
.markdown-body .pl-ms {
  color: #1d3e81;
  font-weight: bold;
}

.markdown-body .pl-mq {
  color: #008080;
}

.markdown-body .pl-mi {
  color: #333;
  font-style: italic;
}

.markdown-body .pl-mb {
  color: #333;
  font-weight: bold;
}

.markdown-body .pl-md {
  background-color: #ffecec;
  color: #bd2c00;
}

.markdown-body .pl-mi1 {
  background-color: #eaffea;
  color: #55a532;
}

.markdown-body .pl-mdr {
  color: #795da3;
  font-weight: bold;
}

.markdown-body .pl-mo {
  color: #1d3e81;
}

.markdown-body kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}

.markdown-body .full-commit .btn-outline:not(:disabled):hover {
  color: #4078c0;
  border: 1px solid #4078c0;
}

.markdown-body :checked+.radio-label {
  position: relative;
  z-index: 1;
  border-color: #4078c0;
}

.markdown-body .octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

.markdown-body .task-list-item {
  list-style-type: none;
}

.markdown-body .task-list-item+.task-list-item {
  margin-top: 3px;
}

.markdown-body .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.markdown-body hr {
  border-bottom-color: #eee;
}

@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(fonts/KaTeX_AMS-Regular.woff2) format("woff2"),url(fonts/KaTeX_AMS-Regular.woff) format("woff"),url(fonts/KaTeX_AMS-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(fonts/KaTeX_Caligraphic-Bold.woff2) format("woff2"),url(fonts/KaTeX_Caligraphic-Bold.woff) format("woff"),url(fonts/KaTeX_Caligraphic-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Caligraphic-Regular.woff2) format("woff2"),url(fonts/KaTeX_Caligraphic-Regular.woff) format("woff"),url(fonts/KaTeX_Caligraphic-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(fonts/KaTeX_Fraktur-Bold.woff2) format("woff2"),url(fonts/KaTeX_Fraktur-Bold.woff) format("woff"),url(fonts/KaTeX_Fraktur-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Fraktur-Regular.woff2) format("woff2"),url(fonts/KaTeX_Fraktur-Regular.woff) format("woff"),url(fonts/KaTeX_Fraktur-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(fonts/KaTeX_Main-Bold.woff2) format("woff2"),url(fonts/KaTeX_Main-Bold.woff) format("woff"),url(fonts/KaTeX_Main-Bold.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(fonts/KaTeX_Main-BoldItalic.woff2) format("woff2"),url(fonts/KaTeX_Main-BoldItalic.woff) format("woff"),url(fonts/KaTeX_Main-BoldItalic.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(fonts/KaTeX_Main-Italic.woff2) format("woff2"),url(fonts/KaTeX_Main-Italic.woff) format("woff"),url(fonts/KaTeX_Main-Italic.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Main-Regular.woff2) format("woff2"),url(fonts/KaTeX_Main-Regular.woff) format("woff"),url(fonts/KaTeX_Main-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(fonts/KaTeX_Math-BoldItalic.woff2) format("woff2"),url(fonts/KaTeX_Math-BoldItalic.woff) format("woff"),url(fonts/KaTeX_Math-BoldItalic.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(fonts/KaTeX_Math-Italic.woff2) format("woff2"),url(fonts/KaTeX_Math-Italic.woff) format("woff"),url(fonts/KaTeX_Math-Italic.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:700;src:url(fonts/KaTeX_SansSerif-Bold.woff2) format("woff2"),url(fonts/KaTeX_SansSerif-Bold.woff) format("woff"),url(fonts/KaTeX_SansSerif-Bold.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:italic;font-weight:400;src:url(fonts/KaTeX_SansSerif-Italic.woff2) format("woff2"),url(fonts/KaTeX_SansSerif-Italic.woff) format("woff"),url(fonts/KaTeX_SansSerif-Italic.ttf) format("truetype")}@font-face{font-family:"KaTeX_SansSerif";font-style:normal;font-weight:400;src:url(fonts/KaTeX_SansSerif-Regular.woff2) format("woff2"),url(fonts/KaTeX_SansSerif-Regular.woff) format("woff"),url(fonts/KaTeX_SansSerif-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Script-Regular.woff2) format("woff2"),url(fonts/KaTeX_Script-Regular.woff) format("woff"),url(fonts/KaTeX_Script-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size1-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size1-Regular.woff) format("woff"),url(fonts/KaTeX_Size1-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size2-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size2-Regular.woff) format("woff"),url(fonts/KaTeX_Size2-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size3-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size3-Regular.woff) format("woff"),url(fonts/KaTeX_Size3-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Size4-Regular.woff2) format("woff2"),url(fonts/KaTeX_Size4-Regular.woff) format("woff"),url(fonts/KaTeX_Size4-Regular.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(fonts/KaTeX_Typewriter-Regular.woff2) format("woff2"),url(fonts/KaTeX_Typewriter-Regular.woff) format("woff"),url(fonts/KaTeX_Typewriter-Regular.ttf) format("truetype")}.katex{text-rendering:auto;font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.9"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}

.rc-collapse {
  background-color: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}
.rc-collapse-anim-active {
  transition: height 0.2s ease-out;
}
.rc-collapse > .rc-collapse-item {
  border-top: 1px solid #d9d9d9;
}
.rc-collapse > .rc-collapse-item:first-child {
  border-top: none;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header {
  height: 38px;
  line-height: 38px;
  text-indent: 16px;
  color: #666;
  cursor: pointer;
}
.rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
  display: inline-block;
  content: '\20';
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #666;
  vertical-align: middle;
  margin-right: 8px;
}
.rc-collapse > .rc-collapse-item-disabled > .rc-collapse-header {
  cursor: not-allowed;
  color: #999;
  background-color: #f3f3f3;
}
.rc-collapse-content {
  overflow: hidden;
  color: #666;
  padding: 0 16px;
  background-color: #fff;
}
.rc-collapse-content > .rc-collapse-content-box {
  margin-top: 16px;
  margin-bottom: 16px;
}
.rc-collapse-content-inactive {
  display: none;
}
.rc-collapse-item:last-child > .rc-collapse-content {
  border-radius: 0 0 3px 3px;
}
.rc-collapse > .rc-collapse-item-active > .rc-collapse-header .arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #666;
  margin-right: 6px;
}

.rc-slider {
  position: relative;
  height: 4px;
  width: 100%;
  border-radius: 6px;
  background-color: #e9e9e9;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle-active:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
}
.rc-slider-mark {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot:first-child {
  margin-left: -4px;
}
.rc-slider-dot:last-child {
  margin-left: -4px;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 4px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-track {
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  position: absolute;
  margin-left: -5px;
  margin-bottom: -7px;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 10px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.react-resizable {
    position: relative;
  }
  .react-resizable-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-origin: content-box;
    box-sizing: border-box;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
    background-position: bottom right;
    padding: 0 3px 3px 0;
  }
  .react-resizable-handle-sw {
    bottom: 0;
    left: 0;
    cursor: sw-resize;
    transform: rotate(90deg);
  }
  .react-resizable-handle-se {
    bottom: 0;
    right: 0;
    cursor: se-resize;
  }
  .react-resizable-handle-nw {
    top: 0;
    left: 0;
    cursor: nw-resize;
    transform: rotate(180deg);
  }
  .react-resizable-handle-ne {
    top: 0;
    right: 0;
    cursor: ne-resize;
    transform: rotate(270deg);
  }
  .react-resizable-handle-w,
  .react-resizable-handle-e {
    top: 50%;
    margin-top: -10px;
    cursor: ew-resize;
  }
  .react-resizable-handle-w {
    left: 0;
    transform: rotate(135deg);
  }
  .react-resizable-handle-e {
    right: 0;
    transform: rotate(315deg);
  }
  .react-resizable-handle-n,
  .react-resizable-handle-s {
    left: 50%;
    margin-left: -10px;
    cursor: ns-resize;
  }
  .react-resizable-handle-n {
    top: 0;
    transform: rotate(225deg);
  }
  .react-resizable-handle-s {
    bottom: 0;
    transform: rotate(45deg);
  }
/**
 * React Select Plus
 * =================
 * MIT License: https://github.com/HubSpot/react-select-plus
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option-group-label {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  font-weight: bold;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select-option-group-label ~ .Select-option,
.Select-option-group-label ~ .Select-option-group {
  padding-left: 20px;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.react-toggle {
    touch-action: pan-x;
  
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    padding: 0;
  
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
  }
  
  .react-toggle-screenreader-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .react-toggle--disabled {
    cursor: not-allowed;
    opacity: 0.5;
    -webkit-transition: opacity 0.25s;
    transition: opacity 0.25s;
  }
  
  .react-toggle-track {
    width: 50px;
    height: 24px;
    padding: 0;
    border-radius: 30px;
    background-color: #4D4D4D;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .react-toggle:hover:not(.react-toggle--disabled) .react-toggle-track {
    background-color: #000000;
  }
  
  .react-toggle--checked .react-toggle-track {
    background-color: #19AB27;
  }
  
  .react-toggle--checked:hover:not(.react-toggle--disabled) .react-toggle-track {
    background-color: #128D15;
  }
  
  .react-toggle-track-check {
    position: absolute;
    width: 14px;
    height: 10px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 0;
    left: 8px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  
  .react-toggle--checked .react-toggle-track-check {
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  
  .react-toggle-track-x {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 0;
    right: 10px;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease;
    -moz-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  
  .react-toggle--checked .react-toggle-track-x {
    opacity: 0;
  }
  
  .react-toggle-thumb {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 22px;
    height: 22px;
    border: 1px solid #4D4D4D;
    border-radius: 50%;
    background-color: #FAFAFA;
  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  
  .react-toggle--checked .react-toggle-thumb {
    left: 27px;
    border-color: #19AB27;
  }
  
  .react-toggle--focus .react-toggle-thumb {
    -webkit-box-shadow: 0px 0px 3px 2px #0099E0;
    -moz-box-shadow: 0px 0px 3px 2px #0099E0;
    box-shadow: 0px 0px 2px 3px #0099E0;
  }
  
  .react-toggle:active:not(.react-toggle--disabled) .react-toggle-thumb {
    -webkit-box-shadow: 0px 0px 5px 5px #0099E0;
    -moz-box-shadow: 0px 0px 5px 5px #0099E0;
    box-shadow: 0px 0px 5px 5px #0099E0;
  }
/*

This is the CSS for remote interview. We are just using some of these for our app.
*/

/* :root {
    --vh: 50vh;
} */

@import './rc-steps/index.css';
@import './rc-steps//iconfont.css';
@import './react-resizable.css';
@import './react-toggle.css';
@import './katex.min.css';

#stdinput + .hsplitter + .term-area.bottom_panel {
    position: absolute !important;
}
/* Canny button css start*/
.top-btn-cntr {
    float: right;
    display: flex;
}

.top-btn-cntr .canny {
    padding: 6px 10px;
    border: 1px solid #dde4ea;
    background: none;
    margin: 0 10px;
    border-radius: 4px;
}
button.canny-btn{
    margin-left: 10px;
    vertical-align: top;
    border: 1px solid #d0d0d0;
    background: #ececec;
    padding: 6px;
    border-radius: 4px;
    /* filter: invert(1); */
    margin-top: 4px;
}
button.btn.btn-default.btn-large.btn-call {
    padding: 6px !important;
    margin-right: 10px;
}

button.btn.btn-default.btn-large.btn-call.incall {
    padding: 3px 12px !important;
} 
.invite-img {
    width: 16px;
    height: 16px;
}
/* .canny-btn .glyphicon.glyphicon-bullhorn {
    filter: invert(1); 
} */
/* These are the default badge styles */
.canny-btn .Canny_BadgeContainer .Canny_Badge {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 10px;
    padding: 5px;
    margin: 4px;
    background: rgb(204 40 40 / 91%);
    border: 1px solid #333333;
    filter: invert();
  }

.dont-display {
    display: none !important;
}

/* Canny button css end*/
.dropdown.btn-group.btn-group-restart-btn-dropdown {
    width: 100%;
    background-color: #eae9e7;
}

.multifile-shell-pane > .btn-group.btn-group-restart-btn-dropdown {
    padding-top: 8px;
}

.terminal.xterm {
    height: 100% !important;
}

#restart-btn-dropdown > span.caret {
    margin-bottom: 4px;
    margin-left: 2px;
}

#restart-btn-dropdown.btn.caret {
    margin-bottom: 4;
}


.xterm-viewport {
    height: 100% !important;
}

.xterm-screen {
    height: 100% !important;
}

.dropup.open.btn-group.btn-group-restart-btn-dropdown > ul.dropdown-menu {
    position: absolute;
    right: 0;
    left: unset !important;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 2px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    font-family: "Signika","Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Verdana, sans-serif;
}

#top_button_clearterm {
    margin-left: 10px;
}

.restart-btn {
    border-radius: 4px !important;
}

.term-area-btn {
    font-family: "Signika","Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);
    vertical-align: top;
    background: #ececec;
    padding: 3px 12px;
    margin-top: 4px;
    text-decoration: none;
    font-size: 14px;
}

#restart-btn-dropdown {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    overflow: visible;
    text-transform: none;
    -webkit-appearance: button;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    color: #333;
    float: right;

    font-family: "Signika","Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    outline: none;
    box-shadow: none;
    border: 1px solid rgba(0,0,0,.125);
    vertical-align: top;
    background: #ececec;
    padding: 3px 12px;
    margin-top: 4px;
    text-decoration: none;
    font-size: 14px;
}

.editor-pane-only-codemode .languageDropdown {
    left: unset !important;
    right: 0 !important;
}

.editor-pane-only-codemode .languageDropdown .arrow {
    left: unset !important;
    right: 12.75% !important;
}


#server-logs-buttons .btn-default.btn-large {
    vertical-align: top;
    border: 1px solid #D0D0D0 !important;
    background: #ececec;
    padding: 3px 12px;
    margin-top: 4px;
    text-decoration: none;
}

#server-logs-buttons .btn-default.btn-large.active {
    background-color: #ccc;
}

.Pane.horizontal.Pane2 {
    position: unset !important;
    background-color: #e9e8e6;
}

.Resizer.horizontal {
    height: 1px !important;
    margin: -5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
    cursor: row-resize;
    width: 100%;
    background: #F5F5F5;
}

.Resizer.horizontal.disabled {
    background: rgb(233, 232, 230);
}

a {
    cursor: pointer;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.nopaddingleft {
    padding-left: 0px !important;
}
.nopaddingright {
    padding-right: 0px;
}

.marginx0{
    margin-top:0px;
    margin-bottom:0px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}
.margintop30 {
    margin-top: 30px !important;
}
.marginleft10 {
    margin-left: 10px;
}

.marginleft20 {
    margin-left: 20px;
}
.marginbottom10 {
    margin-bottom: 10px;
}
.marginbottom100 {
    margin-bottom: 100px;
}

.paddingtop15 {
    padding-top: 15px !important;
}

h2{
  font-weight: 400;
}
h4{
  font-weight: 300;
  line-height: 1.5;
}

#loginerror {
    display: none;
}
#homepage{
    display: block;
    border-radius: 0px;
    border: 0px;
    box-shadow: none;
    margin: 0px;

    width: calc(100% - 80px);
    border-left: 1px solid #ddd;
    margin-left: 80px;


}
#codeview{
    padding: 0;
    height: calc(100% - 70px);
    overflow: hidden;
}
.whitebg {
    background: #fff;
}
.height40 {
    height: 40px;
}
.noborder {
    border: 0px;
}
.bold {
    font-weight: 700;
}
.panel {
    display: none;
}
#footer {
    display: none;
}
.clearboth {
    clear: both;
}
#notloggedin #homepage, #loggedin #roomlist, #roomadminmode #roomsadmin, #roommode #partroom {
    display: block;
}
#notloggedin #footer, #loggedin #footer, #roomadminmode #footer {
    display: block;
}
#roomadminmode #button_newparticipant {
    display: block;
}
#button_videotoggle {
    display: none;
}
#button_endtoggle {
    display: none;
}
.navbar {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid transparent;
    min-height: 45px;
}
.breadarrow {
    display: none;
}
.breadarrow {
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/breadarrow.png');
    width: 30px;
    height: 45px;
    background-position: 0px -1px;
}

#button_home {
    font-size: 22px;
    font-weight: 100;
    padding-left: 7px;
    padding-top: 13px;
}
.navbar-toggle {
    margin-bottom: 3px;
}
.navbar .logo {
    background: url('../images/logoicon.png');
    width: 62px;
    margin: 0px;
    padding: 0px;
    height: 45px;
    margin-left: 10px;
}
#roomadminmode #button_home, #roommode #button_home {
    display: none;
}
#roommode #button_videotoggle {
    display: block;
}
#button_summarytoggle {
    display: none;
}
#roomadminmode #button_newinterview, #roommode #button_newinterview {
    display: none !important;
}
.shape {
    border-style: solid;
    border-width: 0 70px 40px 0;
    float:right;
    height: 0px;
    width: 0px;
    -ms-transform:rotate(360deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform:rotate(360deg);
    /* Safari and Chrome */
    transform:rotate(360deg);
}
.offer {
    background:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0);
    margin: 15px 0;
    border:1px solid #ddd;
    overflow:hidden;
    height: 140px;
}
.offer #skills {
    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.offer #location {
    font-weight: 100;
}
#participants-tiles .circular {
    width: 85px
}
#participants-tiles .offer #name {
    margin-top: 38px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.editbutton {
    background-color: #ccc;
    padding: 8px;
    border-radius: 50%;
    margin: 10px;
    color: white;
    margin-top: 9px;
}
#roomsadmin #roomname {
    border: 0;
    font-size: 22px;
    font-weight: 400;
    width: 92%;
    height: 47px;
}
.offerbg {
    z-index: -1;
    height: 100%;
}
.offer:hover {
    border:1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.offer h3 {
    font-size: 20px;
    margin-top: 33px;
}
.offer #position {
    font-size: 13px;
    color: #777;
    font-weight: 100;
}
.offer #location {
    margin-bottom: 0px;
}
.shape {
    border-color: rgba(255, 255, 255, 0) #d9534f rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.offer-radius {
    border-radius:7px;
}
.offer-danger {
    border-color: #d9534f;
}
.offer-danger .shape {
    border-color: transparent #d9534f transparent transparent;
}
.offer-success {
    border-color: #5cb85c;
}
.offer-success .shape {
    border-color: transparent #5cb85c transparent transparent;
}

.offer-default .shape {
    border-color: transparent #999999 transparent transparent;
}
.offer-primary {
    border-color: #4c81dd;
}
.offer-primary .shape {
    border-color: transparent #4c81dd transparent transparent;
}
.offer-info {
    border-color: #5bc0de;
}
.offer-info .shape {
    border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {
    border-color: #f0ad4e;
}
.offer-warning .shape {
    border-color: transparent #f0ad4e transparent transparent;
}
.tile-addnew #name {
    float: left;
}
.tile-addnew #plus {
    font-size: 50px;
    font-weight: 100;
    color: #ccc;
}

.tile-addnew .offer #name {
    margin-top: 52px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tile-addnew .offer-content {
    width: 100%;
}
#addnewpart .circular {
    width:85px;
    border: 0px !important;
}
#addnewadmin .circular {
    border: 0px !important;
    margin-top: 34px;
}
#addnewadmin #name {
    margin-top: 56px;
}
#admin-tiles .circular {
    margin-top: 34px;
}
.shape-text {
    color:#fff;
    font-size:12px;
    font-weight:bold;
    position:relative;
    right:-40px;
    top:2px;
    white-space: nowrap;
    -ms-transform:rotate(30deg);
    /* IE 9 */
    -o-transform: rotate(360deg);
    /* Opera 10.5 */
    -webkit-transform:rotate(30deg);
    /* Safari and Chrome */
    transform:rotate(30deg);
}
.offer-content {
    width: 89%;
    float: left;
}
/* custom template */
 html, body {
    height: 100%;
    font-family: "Signika","Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    color:#555555;
}
.nav {
    font-family:"Signika","Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size:13px;
    margin-right: 0;
}
.nav .badge {
    margin-top: 16px;
}
a {
    color:#222222;
}
a:hover {
    text-decoration:none;
}
hr {
    border-color:#dedede;
}
.wrapper, .row {
    margin-left:0;
    margin-right:0;
}
.wrapper:before, .wrapper:after, .column:before, .column:after {
    content:"";
    display: table;
}
.wrapper:after, .column:after {
    clear: both;
}
.column {
    height: 100%;
    overflow: auto;
    zoom:1;
}
.column .padding {
    padding: 20px;
}

.box {
    bottom: 0;
    /* increase for footer use */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color:#fff;
    /*
    background-image:url('http://bootply.com/assets/example/bg_suburb.jpg');
    background-size:cover;
    background-attachment:fixed;
  */
}
.divider {
    margin-top:32px;
}
.navbar-blue {
    border-width:0;
    background-color:#4c81dd;
    color:#ffffff;
    font-family:"Signika","Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    top:0;
    margin-bottom: 0px;
    /*position:fixed;*/
    width:inherit;
}
.navbar-blue li > a, .navbar-toggle {
    color:#fff;
}
.navbar-blue .dropdown-menu li a {
    color:#126468;
}
.navbar-blue .dropdown-menu li > a {
    padding-left:30px;
}
.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus {
    color:#fff;
}
.navbar-right .open a {
    background: #fff;
    color:#4c81dd;
}
#main {
    background-color:#fff;
    padding-left:0;
    padding-right:0;
    scrollbar-gutter: stable;
}
#main .img-circle {
    margin-top:18px;
    height:70px;
    width:70px;
}
#sidebar {
    padding:0px;
    padding-top:15px;
}
#sidebar, #sidebar a, #sidebar-footer a {
    color:#ffffff;
    background-color:transparent;
    text-shadow:0 0 2px #000000;
    padding-left:5px;
}
#sidebar .nav li>a:hover {
    background-color:#393939;
}
.logo {
    display:block;
    padding:3px;
    font-family:"Signika","Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    background-color:#fff;
    color:#4c81dd;
    height:28px;
    width:28px;
    margin:9px;
    margin-right:2px;
    margin-left:15px;
    font-size:20px;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    text-shadow:0 0 1px;
    border-radius:2px;
}


#sidebar-footer {
    background-color:#444;
    position:absolute;
    bottom:5px;
    padding:5px;
}
#footer {
    margin-top: -10px;
    font-size: 11px;
}
/* bootstrap overrides */
 h1, h2, h3 {
    font-weight:700;
}
.navbar-toggle, .close {
    outline:0;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.btn-primary, .label-primary, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #5cb5f7;
    color:#fffffe;
}
.btn-lightred {
    background: rgb(217,99,89);
    color:#fff;
}

.btn-lightred:hover,.btn-lightred:active{
    background: rgb(209,82,76);
    color:#fff;
}

.btn-primary:hover {
    background-color:rgb(88, 164, 249);
}
/*
.btn-default {
    color:#666666;
    text-shadow:0 0 1px rgba(0, 0, 0, .3);
}
*/
.panel textarea, .well textarea, textarea.form-control {
    resize: none;
}
.badge {
    color:#4c81dd;
    background-color:#fff;
    font-weight: 400;
}
#button_roomtitle, #button_roomclose {
    display: none;
}
#roommode #button_roomtitle, #roommode #button_roomclose, #roomadminmode #button_roomclose {
    display: block;
}
.badge-inverse {
    background-color:#4c81dd;
    color:#fff;
}
.badge-pending, .badge-pending:hover {
    background-color:#FA6900;
    color:#fff;
}
.jumbotron {
    background-color:transparent;
}
.label-default {
    background-color:#dddddd;
}
.page-header {
    margin-top: 55px;
    padding-top: 9px;
    border-top:1px solid #eeeeee;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}
.panel-default .panel-heading {
    background-color:#f9fafb;
    color:#555555;
}
.col-sm-9.full {
    width: 100%;
}

textarea.form-control {
    box-shadow: 0 0 0;
    margin-bottom: 5px;
    height: 100px;
    border-radius: 0px;
    font-size: 14px;
}
textarea.form-control:focus {
    outline: none;
    outline:0px !important;
    -webkit-appearance:none;
}
.form-control[readonly] {
    cursor: default;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
small.text-muted {
    font-family:courier, courier-new, monospace;
}


/*Custom Code*/
 .accname {
    margin-right:10px;
}
#logoutnav {
    display: none;
}
#button_newinterview {
    display: none;
}
#button_newparticipant {
    display: none;
}
.centered-form {
    margin-top: 60px;
}
.centered {
    margin: 0 auto;
}
.centered-form .panel {
    background: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}
.bootstrap-tagsinput {
    width: 100%;
}
.bootstrap-tagsinput > input {
    height: 30px;
    padding: 5px 10px !important;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: 100% !important;
}
.error {
    color: #ffffff;
    background-color: rgba(236, 94, 90, 0.6);
    border-color: rgba(238, 77, 99, 1);
    padding: 4px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
}
.circular {
    margin: auto;
    width: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.offer .circular {
    margin: 10px;
    margin-bottom: 21px;
    margin-top: 0px;
}
.offer .lead {
    margin-bottom: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.offer-default {
    border-width: 1px;
}
.offer .firepad-container {
    width: 100%;
}
.firepad-container .firepad {
    width: 100%;
    height: 100%;
}
.offer .CodeMirror {
    background: rgba(0, 0, 0, 0);
    opacity: 0.5;
    font-size: 9px;
}
.powered-by-firepad {
    display: none !important;
}
.partroom .firepad-container {
    width: 100%;
    height: calc(100% - 90px + 55px);/*300px;*/
}
.chat {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;

}
.chat li {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    background-color: #4c81dd;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 5px;
}
.chat #name {
    color: #999;
    font-weight: 400;
}
.chat li.left .chat-body {
    margin-left: 42px !important;
}
.chat li.right .chat-body {
    margin-right: 42px !important;
}
.chat li .chat-body p {
    margin: 0;
    color: #777777;
    word-break: break-word;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
.chat #date {
    color: #666;
    font-size: 9px;
}
.infomsg #message {
    margin-top: 8px;
}
.infomsg #name {
    display: none;
}
#chatcontainer {

    z-index: 10;
}
#chatcontainer .tab-content {
    width:100%;

}
.tab-content-margin {
    margin-bottom: 46px;
}
.nonadminchatcontainer #chatTab {
    visibility: hidden;
}
.chatbox .panel-body {
    overflow-y: auto;
    height: calc(100vh - 118px);
    height: calc(var(--vh, 100vh) - 118px);
    overflow-y: scroll;
    padding:0px;
}
.chatbox .panel {
    display: block !important;
}
.chatbox .img-circle {
    margin-top:0px !important;
    height:35px !important;
    width:35px !important;
    border: 2px solid darkgray;
}
#chatcontainer {
    padding: 1px;
}
#chatcontainer .panel-footer {
    padding: 8px 6px;
    border-top: 1px solid #eee;
}
.chat .left .chat-img {
    float: left;
}
body.invert .chat .left .chat-img{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.chat .glyphicon-chevron-up {
    margin-right: 5px;
    color: green;
}
.chat .glyphicon-chevron-down {
    margin-right: 5px;
    color: red;
}
.chat .glyphicon-file {
    margin-right: 5px;
    color: #5cb5f7;
}
.chat .right .chat-img {
    float: right;
    margin-right: 3px;
}

body.invert .chat .right .chat-img{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.modal-dialog .panel {
    display: block;
}
#votetools {
    margin-right: 30px;
}
#votetools .btn {
    height: 34px;
}
#votetools .textbox {
    margin-right: 5px;
}
.width50 {
    width: 70%;
}
.angled {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    background-color: #f1f1f1;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.votes {
    display: inline-block;
    vertical-align: text-top;
    margin-right: 10px;
    padding: 0 5px;
    line-height: 34px;
    font-size: 14px;
    color: white;
    text-shadow: 0 1px #902a27;
    background: #e93631;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}
.votesgreen {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 10px;
    padding: 0 5px;
    line-height: 34px;
    font-size: 14px;
    color: white;
    text-shadow: 0 1px #902a27;
    background: #5cb85c;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}
#btn-question {
    height: 100px;
    width: 100%;
}
.offer .circular {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.offer .circular {
    width: 70px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.offer .circular {
    margin: 10px;
    margin-bottom: 21px;
    margin-top: 25px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.offer .score {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 20px;
    padding-top: 20px;
}
.offer .score #totalvotesup, .offer .glyphicon-chevron-up {
    color: green;
}
.offer .score #totalvotesdown, .offer .glyphicon-chevron-down {
    color: red;
}
#reviews .miniprofile h3, #reviews .miniprofile p {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.miniprofile .circular {
    width: 115px;
    margin-right: 20px;
    border: 1px solid #ccc;
}
.reviewheading {
    clear: both;
}

#reviews .score {
    font-size: 30px;
}
#reviews ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#reviews ul li {
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    padding-top: 5px;
    padding-bottom: 0px;
}
#reviews .chat-img {
    float: left;
    margin: 10px;
}
#reviews .header {
    margin-top: 10px;
}
#reviews #msgs p {
    border-top: 1px solid #e1e1e1;
    padding: 15px 10px;
    margin-bottom: 0;
}
#reviews #msgs p:hover {
    background-color: #efefef;
}


#reviews .header {
    margin-top: 24px;
    margin-bottom: 30px;
    font-size: 18px;
}
#reviews .img-circle {
    margin-top: 0px !important;
    height: 50px !important;
    width: 50px !important;
    border: 1px solid #ccc;
}

#reviews .glyphicon-chevron-up {
    margin-right: 5px;
    color: green;
}
#reviews .glyphicon-chevron-down {
    margin-right: 5px;
    color: red;
}
#reviews .glyphicon-file {
    margin-right: 5px;
    color: #5cb5f7;
}


/*
TEMPORARY CSS TO DO ANONYMOUS INTERVIEW

*/

#chatTab #name, #chatTab .glyphicon, #chatTab #panelisttext {
    color: #999;
}
#chatTab .active #name, #chatTab .active .glyphicon, #chatTab .active #panelisttext {
    color: #000 !important;
}
#mode {
    width: 185px;
    display: inline;
}

#keymode, #tabsize, #testcases{
    width: 100px;
    display: inline-block;
}
.codetoolbar {
    white-space: nowrap;
    overflow-x:auto;
    /*background-color: #eee;*/
    width: 100%;
    background: #f5f5f5;
    padding: 5px 3px 10px;
    bottom: 0;
    position: absolute;
    z-index: 1000;
    font-size: 15px;
    border-top: 1px solid #e1e1e1;
    
}

.codetoolbar .btn{
    font-size: 15px;
}

body.invert .codetoolbar{
    border-top: 1px solid transparent;
    filter: invert(100%);
    background: rgb(22,23,25);
}

body.invert .codetoolbar .btn:not(#button_run, .commandDropdown){
    background: transparent;
    border: 1px solid #d0d0d0;
}

body.invert .codetoolbar .Select-control{
    background: transparent;
    border: 1px solid #d0d0d0;
}

body.invert .codetoolbar > *{
    filter: invert(100%);
}
body:not(.invert) .codemode-container{
    filter: brightness(100%);
}

body.invert .codetoolbar .btn-success,
body.invert .codetoolbar .btn-danger
{
    filter: invert(0%);
}

.codetoolbar > * {
    vertical-align: top;
}
.codetoolbar .btn-default{
    text-shadow: none;
}
.codetoolbar .btn{
  margin-left: 2px;
}
#button_run {
    padding: 6px 20px;
    margin-right: 5px;
    margin-left: 10px;
}

#button_run.has_command_dropdown {
    border-radius: 4px 0 0 4px;
    margin-right:0px !important;
    filter: invert(1);
}

#button_run .glyphicon{
    top: 2px;
    margin-right: 4px;
}

.question {
    z-index: 20;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-top: 0px;
    padding-left: 42px;
    height:100% !important;
}
.question:focus{
    border-color: #ccc;
    box-shadow: none;
    -webkit-box-shadow: none;

}
#questioncontainer {
    height:90px;

    font-family: monospace;
}
.roomquestionactive .question {
    height: 300px;
    -webkit-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.35) !important;
    -moz-box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.35) !important;
    box-shadow: 4px 4px 12px 0px rgba(50, 50, 50, 0.35) !important;
}

#homepage.codepadmode{
    border-left: 0px;
    margin-left: 0px;
    width: 100%;
}

.firepad-container {
    border: 0px solid #e1e1e1;
    height: calc(var(--vh, 100vh) - 90px);
    margin-bottom: 50px;
    background: #f5f5f5;
}

.has-no-topbar {
    height: calc(var(--vh, 100vh) - 50px);
    /* margin-bottom: 0px !important; */
}

.has-no-run{
    margin-bottom:0px !important;
    height: calc(var(--vh, 100vh) - 50px);
}

.database-creator .firepad-container{
    height: 300px;
    margin-bottom:0px;
    /* padding: 6px 12px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

    border: 1px solid #ccc;
    border-radius: 4px;
    
}

@keyframes fadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

  .placeHolder-questionDescription {
    position: absolute;
    font-family: Lato;
    font-style: italic;
    color: var(--input-border-color);
    top: 0px;
    left: 15px;
    animation: fadeIn 500ms;
    animation-timing-function: ease-out;
    z-index: 2;
  }

.questiondescriptioneditor{
    height:100%;
}

.interview-content{
    position: relative;
    height: 100%;
    background-color: #f5f5f5;
    font-family: Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    overflow: auto;
    padding-bottom: 10%;
    margin-left: 10;
    font-size: 1.6rem;
    padding-top: 10px;
}

.interview-content img {
    filter: invert(1);
}

.solutioneditor{
    height:365px;
}

.database-creator .withtoolbar .firepad-container{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 0px;
}
.database-creator .form-group{
    margin-bottom: 45px;
}

#chatcontainer #video {
    padding-bottom: 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 5px;
    min-height: 140px;
    width: 100%;
}
.chatbox {
    height: 100%;
    border-top: 0px;
    margin-top: -1px;
}
#button_camera {
}
#video {
}
#video > div {
    margin-top: 10px;
}
video {
    width: 70px !important;
    border-radius: 3px;
    margin: 0px 2px;
}
.vid_output video:first-child {
    width: 58% !important;
    margin: 5px 60px;
}
#video {
    display: none;
}
.visible {
    display: inline-block !important;
}
#newinterviewModal #output {
    display: none;
}
#partsDOM, #adminsDOM {
}
.adminspartsdiv {
    margin-top: 10px;
}
.adminspartsdiv a {
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
}
.spinner {
    margin: 100px auto;
    width: 50px;
    height: 100px;
    text-align: center;
    font-size: 16px;
}
.spinner > div {
    background-color: #4c81dd;
    height: 100%;
    width: 4px;
    display: inline-block;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}
@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.output {
    margin-top: 0px;
    font-family: Menlo, 'Source Code Pro', monospace;
}
.hangoutcontainer {
    position: absolute;
    right: 30px;
    top:20%;
    width: 200px;
    display: none;
}
.hangoutcontainer .panel {
    display: block;
}
.tab-content {
    padding-bottom: 10px;
    border-bottom:0px;
}
.nav-tabs {
    border-bottom: 0px;
    float: left;
    width: 100%;
}
.nav-tabs > li {
    margin-bottom:0;
    margin-top:-1px;
    width: 50%;
    font-size: 13px;
    font-weight: 600;
}
.nav-tabs>li>a {
    line-height: 1.428571429;
    border: 1px solid #ccc;
    border-radius: 0px 4px 0 0;
    background: #eee;
    margin-right: 0px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nav-tabs>li:first-child>a {
    border-radius: 4px 0px 0 0;
}
.nav-tabs .active >a {
    background: #fff;
    z-index: 10;
    box-shadow: none !important;
    border-bottom: 0px solid #aaa !important;
}
#chatcontainer #time {
    background-color: #f3f3f3;
    float: left;
    width: 100%;
}
.nav-tabs #publictab > a {
    box-shadow: inset -5px 0px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #aaa;
}
.nav-tabs #privatetab > a {
    box-shadow: inset 5px 0px 8px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #aaa;
}
.nav-tabs .glyphiconalert {
    color: orangered !important;
    display: none;
}
.nav-tabs .active .glyphiconalert {
    display: none !important;
}
#votingtools {
    width: 119px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.votingtoolsactive {
    z-index: 10;
}
/**
.votingtoolsactive input {
    display: block !important;
    width: 245px !important;

    opacity: 1 !important;
}*/
#votingtools .btn {

    border-radius: 4px;
    border-width: 2px;
    margin: 0px 2px;
    font-size: 16px;
}
#button_votedown2 {
    border: 2px maroon solid !important;

}
/*
#votingtools input {
    opacity: 0;
    height: 40px;
    position: absolute;
    width: 0px;
    margin-top: -48px;
    margin-left: -136px;
    right: 4px;
    border: 3px #aaa solid;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-family:"Segoe UI";
    font-size: 13px;
}
#votingtools input:after {
    background: #111;
    background: rgba(0, 0, 0, .8);
    border-radius: .5em;
    bottom: 1.35em;
    color: #fff;
    content: attr(title);
    display: block;
    left: 1em;
    padding: .3em 1em;
    position: absolute;
    text-shadow: 0 1px 0 #000;
    white-space: nowrap;
    z-index: 98;
}
#votingtools input:before {
    border: solid;
    border-color: #111 transparent;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: .4em .4em 0 .4em;
    bottom: 1em;
    content:"";
    display: block;
    left: 2em;
    position: absolute;
    z-index: 99;
}
*/
#votingtools .votebuttons2 {
    width: 264px;
}
.chatbox > .panel {
    margin-bottom: 0px;
    border-radius: 0;
    height: 100%;
}
.partroom #tasks {
    padding: 0;
}
.partroom #tasks {
    display: none;
}
#btn-linkedin {
    margin-top: 10px;
}
#codepreviewModal i {
    margin-right: 5px;
}
#codepreviewModal .form-group,#codepreviewModal #codecontainer{
    float: left;
    clear: both;
    width: 100%
}
#reviewview {
    display: none;
    min-height: 500px;
}
.form_datetime {
    background: #fff;
    cursor: text;
}
.offer .status {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    background: rgb(133, 192, 63);
    padding: 0px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}
.offer .status:after {
    content:"ACTIVE";
}
.offer .statusgray {
    background-color: lightgray;
}
.offer .statusgray:after {
    content:"ENDED";
}
#roomsadmin .circularonline {
    border: 3px solid #1EBE39;
}
#roomsadmin .circularoffline {
    border: 2px solid darkgray;
}
#newtaskModal #taskbody,#edittaskModal #taskbody, #codepreviewModal #question {
    resize: vertical;
}
.roundbtn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#admin-tiles .offer {
    cursor: default !important;
}
/* THE TRIANGLE

sample html:
<p class="chatbubble">This only needs one HTML element.</p>
------------------------------------------------------------------------------------------------------------------------------- */
 .chatbubble:before {
    content:"";
    position:absolute;
    bottom:-20px;
    /* value = - border-top-width - border-bottom-width */
    right: 40px;
    /* controls horizontal position */
    border-width:20px 20px 0;
    border-style:solid;
    border-color:#ccc transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}
/* creates the smaller  triangle */
 .chatbubble:after {
    content:"";
    position:absolute;
    bottom:-13px;
    /* value = - border-top-width - border-bottom-width */
    right: 47px;
    /* value = (:before left) + (:before border-left) - (:after border-left) */
    border-width:13px 13px 0;
    border-style:solid;
    border-color:#fff transparent;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}
.glyphiconcustom {
    width: 14px;
    height: 15px;
    display: inline-block;
    background-size: 15px;
    margin-right: 4px;
}
.glyphiconvotedown {
    background-image: url("../images/votedown.png");
    position: relative;
    bottom: -3;
}
.glyphiconvoteup {
    background-image: url("../images/voteup.png");
    position: relative;
    bottom: -2;
}
#button_voteup2 {
    background-color: rgb(133, 192, 63);
    border-color: rgb(32, 169, 69);
    font-size: 16px;
    width: 65px;
}


#button_votedown2 {
    overflow: hidden;
    background-color: rgb(234, 79, 36);
    border-color: rgb(174, 39, 45);
    font-size: 16px;
    width: 65px;
}
.arrowleft:before {
    content:" ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
.arrowleft:after {
    content:" ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34, 85%, 35%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.btn-xlg {
    padding: 18px 28px;
    font-size: 22px;
    /* change this to your desired size line-height: normal; */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#roomlist #list {
    display: none;
}


#roomlist .offer .status:after {
    content:"PANELIST";
}
.border_bottom_dotted {
    border-bottom: 1px dotted #ccc;
}
.margin10 {
    margin: 10px;
}
.tasktab #nav {
    margin:0;
    padding:0;
}
.navbar li .withborder {
    border: 1px solid;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}
.tasktab #nav li {
    float: left;
    list-style:none;
    margin:0;
}
.tasktab #nav li a {
    display: block;
    padding: 3px 5px;
    background: #f1f1f1;
    margin-right: 1px;
    border: 1px solid #ccc;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tasktab #nav .active a {
    background: #fff;
    border-bottom: 0px;
    height: 35px;
}
.tasktab #nav .glyphicon,.glypheye {
    padding: 5px;
    width: 26px;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px solid #ccc;
    color: #ccc;
}

.glypheye{
    width: 32px !important;
}

.tasktab #nav .glyphicon:before,.glypheye:before {
    content: "\e106" !important;
}

.tasktab #nav .selectedactive .glyphicon {
    background: rgb(133, 192, 63);
    color: #fff;
}

.tasktab #nav .selectedactive .glyphicon:before {
    content: "\e105" !important;
}

.tasktab {
    border-bottom: 1px solid #ccc;
    height: 34px;
    display: none;
}
.tasktab #title {
    font-size: 13px;
}
.width100 {
    width: 100%;
}
#button_addnewtask {
    height: 35px;
    width: 4%;
    display: none;
}
#button_activatetask {
    position: absolute;
    right: 20px;
    top: 5px;
    display: none;
}
#button_taskedit {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 6px;
    display: none;
}
#questioncodeSplit {
    width: 100%;
    height: 392px;
}
.ui-resizable-handle {
    height: 15px;
    cursor: row-resize !important;
    background: url(../images/handle-h.png) 50% 1px no-repeat, #fefefe;
    bottom: 0px !important;
    border: 1px solid #eee;
}
.ui-resizable-handle:hover {
    background: url(../images/handle-h.png) 50% 1px no-repeat, #eee;
}
.videotoolbar {
    margin-bottom: 10px;
}
.videotoolbar button {
    font-size: 13px;
}
#button_newcall {
    width: 70%;
}
#endcalltoolbar button {
    width:33%;
    margin-right: -4px;
}
#endcalltoolbar {
    display: none;
}
#button_videopause {
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
}
#button_endcall {
    border-radius: 0px;
}
#button_audiopause {
    border-radius: 0px 4px 4px 0px;
    border-left: 0px;
}
.buttonpressed {
    box-shadow: inset 0px 7px 8px rgba(0, 0, 0, 0.2);
    background: darkturquoise;
}
.bootbox .modal-body {
    padding: 20px;
    /*padding-bottom: 0px;*/
}
.modal-title{
    font-size: 15px;
    font-weight: 700;
}

.modal-content{
    -webkit-box-shadow: 0 5px 17px rgba(0,0,0,.3);
    box-shadow: 0 5px 17px rgba(0,0,0,.3);
}
.bootbox .modal-dialog {
    padding-top: 150px;
}
.bootbox-close-button {
    margin-top: 0px !important;
}
.interviewsh3 {
    font-weight: 400;
    color: rgb(24, 79, 142);
    padding: 5px 0px;
    padding-right: 10px;
    background: #fff;
    display: inline-block;
    margin: 0px;
}
.interviewsheading {
    height: 29px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
    margin-top: 10px;
}
.addnewbutton {
    margin-top: 24px;
    display: none;
}
.whitebg {
    background-color: #fff !important;
}
.chathelpmessage {
    text-align: center;
    margin-left: 0px !important;
}
.modal .desc {
    margin-bottom: 10px;
    font-size: 15px;
    border-top: 1px dashed #111;
    padding-top: 20px;
    margin-top: 25px;
}

.modal .descnoborder {
    margin-bottom: 10px;
    font-size: 15px;

}


#profileModal .desc, #resetModal .desc{
    border-top: 0px;
    padding-top: 0px;
    margin-top: 0px;
}
input[readonly] {
    cursor: default !important;
}
#loadingModal {
    background: rgba(0, 0, 0, 0.4);
    z-index: 100000;
}
.btn-feedback {
    position: fixed;
    right: 25px;
    bottom: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 9900;
}
.feedback {
    position: fixed;
    margin: 0;
    padding: 10px 20px;
    right: 30px;
    width: 432px;
    bottom: 0;
    z-index: 99020;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fdfafa;
    border: 1px solid #cdc9c9;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: none;
}
.feedback .help-block {
    font-size: 14px;
}
.feedback .help-block.feedback-confirmation {
    color: #468847;
}
.feedback textarea, .feedback input {
    color: black;
    width: 388px;
    resize: none;
}
.feedback .btn[type="submit"] {
    margin-right: 20px;
}
.feedback .btn {
    width: 192px;
    margin-top: 10px;
}
.invalidshake {
    /* also need animation and -moz-animation */
    -webkit-animation: shake .5s linear;
}
/* also need keyframes and -moz-keyframes */
 @keyframes shake {
    8%, 41% {
        -webkit-transform: translateX(-10px);
    }
    25%, 58% {
        -webkit-transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-5px);
    }
    92% {
        -webkit-transform: translateX(5px);
    }
    0%, 100% {
        -webkit-transform: translateX(0);
    }
}
.tilenotfound {
    opacity: 0.6;
}
.tilenotfound .score, .tilenotfound .status {
    display: none !important;
}
#passwordresetlink {
    border-bottom: 1px dashed #111;
}
.panel {
    border: 1px solid #e1e1e1;
}
.btn-danger {
    background-color: rgb(205, 60, 62);
    border-color: rgb(174, 39, 45);
}
.btn-success {
    background-color: rgb(133, 192, 63);
    border-color: rgb(32, 169, 69);
}

#homepage .registertext {
    display: block;
    font-size: 18px;
}
#homepage .registertext a:hover {
    text-decoration: underline;
}
.logosmall {
    background: url("../images/codepadlogo.png") no-repeat;
    height: 73px;
    width: 100%;
    background-size: contain;
    background-position: 50%;
    display: block;
    margin-top: 60px;
    margin-bottom: 45px;
}

.logo-top{
    background: url(../images/codepadlogo.png) no-repeat !important;
    background-size: 35px !important;
    background-position: 0px 3px !important;
    padding-left: 43px;
}

#noreview{
    color:#999;
    margin: 150px;
    margin-top: 50px;

}


.glowCallButton {
    -webkit-animation-name: greenPulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-name: greenPulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@keyframes greenPulse {
    from {
        background-color: #749a02;
        -webkit-box-shadow: 0 0 9px #333;
    }
    50% {
        background-color: #91bd09;
        -webkit-box-shadow: 0 0 18px #91bd09;
    }
    to {
        background-color: #749a02;
        -webkit-box-shadow: 0 0 9px #333;
    }
}
@keyframes greenPulse {
    from {
        background-color: #749a02;
        -webkit-box-shadow: 0 0 9px #333;
    }
    50% {
        background-color: #91bd09;
        -webkit-box-shadow: 0 0 18px #91bd09;
    }
    to {
        background-color: #749a02;
        -webkit-box-shadow: 0 0 9px #333;
    }
}
#novideo {
    position: absolute;
    width: 95%;
    background: rgba(255, 255, 255, 0.9);

    z-index: 100;
    height: 140px;
    margin: 10px;
    margin-top: 15px;

    display: table;
}
#novideo > div{
    display: table-cell;
    vertical-align: middle;

}
.infobutton {
    font-size: 19px;
    color: #ccc;
    margin-left: 0px;
}
.infobutton:hover {
    color:#999;
    cursor: pointer;
}
/*QUESTION LIBRARY MODAL*/
 #libraryModal .modal-dialog {
    width: 800px;
}
#leftMenu .accordion-group {
    margin-bottom: 0px;
    border:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
#leftMenu .accordion-heading {
    height: 42px;
    border-bottom: 2px solid rgb(113,140,160);
    background-color: rgb(130, 159, 185);
    list-style-type: none;
    padding: 10px;
}
#leftMenu .accordion-heading a {
    color: #fff;
    /* text color */
    text-shadow: 0 1px 0 #3b3b3b;
    /* drop shadow */
    text-decoration:none;
    text-transform: uppercase;
    font-weight: 600;
}
#libraryModal .fullheight {
    height: 450px;
    overflow: auto;
    padding: 0;
}
#libraryModal .fullheight::-webkit-scrollbar {
    width: 5px;
}
#libraryModal .fullheight::-webkit-scrollbar-thumb:vertical {
    margin: 5px;
    background-color: #999;
    -webkit-border-radius: 5px;
}
#libraryModal .fullheight::-webkit-scrollbar-button:start:decrement, #libraryModal .fullheight::-webkit-scrollbar-button:end:increment {
    height: 5px;
    display: block;
}
#libraryModal #leftMenu .glyphicon {
    font-size: 10px;
}
#libraryModal #leftMenu .collapsed .glyphicon:before {
    content:"\e080";
}
#libraryModal #leftMenu #headingtext {
    margin-left: 5px;
}
#libraryModal ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
#libraryModal ul li {
    height: 42px;
    padding: 10px 0px;
    border-bottom: 2px solid #ccc;
    padding-left: 26px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#libraryModal ul li:hover {
    background: #ddd;
}
#libraryModal ul li.active {
    box-shadow: inset 10px 0 0 #4c81dd, inset 0 0px 0 #4c81dd, inset 0 0px 0 #4c81dd;
    -webkit-box-shadow: inset 10px 0 0 #4c81dd, inset 0 0px 0 #4c81dd, inset 0 0px 0 #4c81dd;
    --moz-box-shadow: inset 10px 0 0 #4c81dd, inset 0 0px 0 #4c81dd, inset 0 0px 0 #4c81dd;
    font-weight: bold;
    background: #fff;
}
#libraryModal .questionitem .questiontext {
    width: 100%;
    display: block;
    font-family: monospace;
    min-height: 80px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    padding-right: 30px;
}
#libraryModal .questionitem {
    float: left;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    white-space: pre-line;
    position: relative;
    background: rgb(247, 247, 247);
}
#libraryModal .questionitem:hover {
    background: #fff;
}
#libraryModal .questionitem.active {
    background: #fff !important;
    font-weight: bold;
    color: rgb(35, 99, 155);
    border-left: 10px solid rgb(122, 188, 48);
    /*
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    */
}
#libraryModal .leftContainer {
    border-right: 1px solid #ccc;
}
#libraryModal .noquestion {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 10px 0;
    color: #888;
    font-style: italic;
}
#libraryModal .noquestion:after {
    content:"It's lonely in here.";
}
/*STAR RATING BUTTON*/
 .starrating, #libraryModal #button_bookmark:hover .starrating {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/star.png');
    background-size: contain;
}
.starrating:hover, .starrating.active , #button_bookmark.active:hover .starrating{
    background: url('../images/staractive.png') !important;
    background-size: contain !important;
}
#libraryModal .bookmark {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 25px;
    height: 25px;
}
#libraryModal #addthistask {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #aaa;
    display: none;
    color: #fff;
    padding: 3px 8px;
}
#libraryModal #addthistask:hover {
    background: #ccc;
}
#libraryModal .questionitem:hover #addthistask {
    display: block;
}
#libraryModal #questionOne {
    white-space: pre-line;
    padding: 10px;
    font-family: monospace;
    font-size: 15px;
}
#libraryModal #toolbar {
    padding: 0px;
}
#libraryModal #toolbar .btn {
    background: transparent;
    border-radius: 0px;
    color: #aaa;
    font-weight: bold;
    font-size: 14px;
    border-color: #ccc;
}
#libraryModal #toolbar .btn:hover {
    background: #eee;
}

#libraryModal #questionContainer{
    height:450px;
    max-height: none;
}

#libraryModal .panel{
    background: #f3f3f3;
    border-color: rgb(66, 138, 201);
}
#libraryModal .modal-header{
    background: rgb(66, 138, 201);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 8px 12px;
}
#libraryModal .close{
    color: #fff;
opacity: 1;
}

#edittaskModal textarea, #newtaskModal textarea, #codepreviewModal textarea{
    font-family: monospace;
}

#outputdommode iframe {
    width: 100%;
    border: 0px solid #e1e1e1;
    height: 100px;
}

.full-screen-preview iframe.owner {
    height: calc(100vh - 75px) !important;
}

.full-screen-preview iframe.candidate {
    height: calc(100vh - 37px) !important;
}

.full-screen-preview iframe {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    padding: 0 0 55px 0;
    background-color: #161719;
}

#fullscreen-loading-page {
    height: 94%;
}

#outputcodemode{
    border: 1px solid #e1e1e1 !important;
    width: 100%;
}
#outputdommode .button{
    position: absolute;
    bottom: 0px;
    right: 0;
    border-radius: 0;
    font-size: 10px;
    font-family: sans-serif;
    
}
.modal #taskbody{
    padding-left: 10px;
}
#libraryModal .close{
    padding: 0px;
}
#codepreviewModal #title{
    margin-bottom: 10px;
    float: left;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}
.bootbox .close{
    padding: 0;
}

#button_endtoggle.open .text > span{
    display: none;
}

#button_endtoggle.open .text:after{
    content: 'Enable Candidate Access';
}

#button_summarytoggle.open .text > span{
    display: none;
}

#button_summarytoggle.open .text:after{
    content: 'Interview Room';
}

.glyphcreateinterview{
    display: inline-block;
    background: url('../images/createinterview.png') no-repeat;
    width: 36px;
    height: 30px;
    background-size: contain;
    float: left;

}

.btn-createinterview{
    padding: 12px 28px;
}
.reviewbox{
     border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 0;
    margin: 5px;
    width: 300px;
}
#reviews #msgs p {
    background: url('../images/reviewboxarrow-right.png');
    background-repeat: no-repeat;
    background-position: right center;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    cursor: pointer;
    overflow: hidden;
}

.reviewbox #name{
    font-weight: 400;
}

.fullscreenEditor{
    height: 100% !important;
    position: absolute;
    top: 0;
    z-index: 1000;
    left: 0;
    width: calc(100% - 10px) !important;
    border: 1px solid #ccc;
}

.fullscreenToolbar{
    position: absolute;
    z-index: 1000;
    bottom: -45px;
    left: 0;
    width: calc(100% - 10px);
    border: 1px solid #ccc;
    border-top: 0px;
}
.fullscreenToolbar .glyphicon-resize-full:before {
content: "\e097" !important;
}

.fullscreenCodeview{
    padding-bottom: 60px;
}

.chatgraybg{
    background-color: #f5f5f5!important;
    border-bottom: 1px solid #ededed !important;
}

.chatwhitebg{
    background-color: #fff !important;
}

.notesdialog
{
    display: none;
    position: absolute;
    width: 300px;
    height: 125px;
    padding: 5px;
    margin-top: -81px;
    right: -3px;
    z-index: 1000;
    border: 1px #aaa solid;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    background: #fff;
}

.notesdialog textarea{
    height:70px;
    margin-bottom: 5px !important;
    -webkit-transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -o-transition: padding 0.3s ease;
    transition: padding 0.3s ease;
    background-size: 20px;
}

.notesdialog textarea.voteup{

    background: url('../images/voteup2.png') no-repeat;
    padding: 5px 22px;
    background-size: 17px;
    background-position: 2px 6px;
}
.notesdialog textarea.votedown{

    background: url('../images/votedown2.png') no-repeat;
    padding: 5px 22px;
    background-size: 17px;
    background-position: 2px 6px;
}

.popover-content {
    color: #111;
}
.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

#billingModal .modal-dialog,#codePlaybackModal .modal-dialog{
    width: 95%;
}

#billingModal .descnoborder{
    font-size: 22px;
}

#codePlaybackModal #time{
    margin: 0;
    padding: 0;
    font-size: 18px;
    margin-bottom: 20px;
}
#codePlaybackModal .CodeMirror{
height: 450px;
}

.noUi-connect{
    background-color:#4c81dd !important;
}

.offer .toolbar {
    position: absolute;
    right: 20;
    top: 18;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.offer:hover .toolbar {
    opacity: 1;
}
.offer .toolbar a{
    background-color: rgb(76, 165, 245);
    padding: 6px;
    border-radius: 50%;
    color: white;

}

.offer .toolbar a#button_edit{
  margin-right: 4px;
}
.offer .toolbar a:hover{
    opacity: 0.8;
}

.offer .toolbar #button_delete{
    background: rgb(217,99,89);
}

.parttile .offer .toolbar{
    background: #fff;
    padding-left: 20px;
}

#participants-tiles{
    clear: both;
}
#billingdatecontainer{
    display: none;
}

h2.light{
    font-weight: 100;
    font-size: 40px;
}

.infomsg #msg{
    font-style: italic;
}

#button_chat{

    margin-right: 10px;
    width: 314px;
    position: fixed;
    bottom: 0;
    right: 0;

}

#button_chat > a,
#button_chat > a:hover {
    background-color: #4c81dd !important;
    color: #ffffff;
    border-radius: 0;
    border: 0px;
    margin-bottom: 0;
}
#button_chat .badge{
    margin-top: 0px;
    background-color: #d9534f;
    color: #fff;
}

#button_chat a.active,
#button_chat a.active:hover{
    background-color: #f5f5f5 !important;
    color: #4c81dd !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
#button_fullversion a{

    /*color: #4c81dd;
    background-color: #fff;
    border-color: #fff;
    */
    background-color: #d9534f;
    border-color: #d43f3a;
    color:#fff;
    padding: 7px;
}
#button_shorturl a,#button_chat a{
    padding: 7px;
}
#button_fullversion a:hover{
    background-color: #d9534f !important;
    border-color: #d43f3a;
    color:#fff !important;
    opacity: 0.9;
}

body.invert,
body.invert .CodeMirror,
body.invert .monaco-editor,
body.invert .modal-backdrop,
body.invert .terminal_container,
body.invert #outputFullMode #outputdommode{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
body.invert .navbar-blue{
    -webkit-filter: invert(100%);
    filter: invert(100%);
    background-color: #3671A5;
}
body.invert .btn.active,
body.invert .btn:active{
  background-color: #ccc;
}
body.invert .btn{
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0,0,0,.125);
}

body.invert .btn-success,
body.invert .btn-primary{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
body.invert .btn-success{
    background-color: rgb(97, 152, 32);
}

.request-form .btn-group .btn.active {
    z-index: 0;
}

.request-form {
    background-color: #E9E8E6;
}

#outputcodemode textarea{

    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background: #f5f5f5;
    color: #202020;
    background-image: none;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

    box-shadow: 0 0 0;
    margin-bottom: 0px;
    height: 100px;
    border-radius: 0px;
    font-size: 14px;
    overflow-y: scroll;
}

body.invert #outputcodemode textarea{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  background: rgb(22,23,25);
  color: #f8f8f2;
  border: 0px transparent;
  padding-top: 10px;
}

#outputFullMode{
    height: 100%;
}

#outputFullMode #outputcodemode #outputarea{
  padding-top: 10px;
}

#outputcodemode #outputarea:focus { 
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.invert #outputcodemode #stdinput{
  border-bottom: 2px solid #000;
}


.height100{
    height: 100%;
}

.codetoolbar > select,
.codetoolbar > button,
.codetoolbar > span{
    margin-right: 2px;
    padding: 6px 8px;
}

@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.spinit{
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/*SPLITTER*/

/*!
 * StyleSheet for JQuery splitter Plugin
 * Copyright (C) 2010 Jakub Jankiewicz <http://jcubic.pl>
 *
 * Same license as plugin
 */
.splitter_panel {
  position: relative;
  height: calc(100vh);
  height: calc(var(--vh, 100vh));
  top: 0px;
}

.splitter_panel .vsplitter {
    /*background-color: grey;*/
    /* background: url(../images/handle-v.png) 1px 50% no-repeat; */
    cursor: col-resize;
    z-index: 900;
    width: 4px;
    /* background-size: 80% 20px; */
    border-left: 1px solid #f3f3f3;
    background: transparent;

}

.splitter_panel .hsplitter {
  background: url(../images/handle-h.png) 50% 1px no-repeat;
  cursor: row-resize;
  z-index: 800;
  height: 5px;
  background-color: #fff;

}
.splitter_panel .vsplitter.splitter-invisible,
.splitter_panel .hsplitter.splitter-invisible {
    background: none;
}
.splitter_panel .vsplitter, .splitter_panel .left_panel, .splitter_panel .right_panel,
.splitter_panel .hsplitter, .splitter_panel .top_panel, .splitter_panel .bottom_panel {
    position: absolute;
    overflow: hidden;
}
.splitter_panel .vsplitter, .splitter_panel .left_panel, .splitter_panel .right_panel {
  height: 100%;
}
.splitter_panel .hsplitter, .splitter_panel .top_panel, .splitter_panel .bottom_panel {
  width: 100%;
}
.splitter_panel .top_panel, .splitter_panel .left_panel, .splitter_panel .vsplitter {
   top: 0;
}
.splitter_panel .top_panel, .splitter_panel .bottom_panel, .splitter_panel .left_panel, .splitter_panel .hsplitter {
   left: 0;
}
.splitter_panel .bottom_panel {
   bottom: 0;
}
.splitter_panel .right_panel {
   right: 0;
}
.splitterMask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.CodeMirror{
    font-family: Menlo, 'Source Code Pro', monospace;
    font-size: 14px;
    /* line-height: 18px; */
}

.CodeMirror pre {
    padding: 1px 15px;
}

.terminal_container{
    background: rgb(22,23,25);
    color: #f8f8f2;
    padding: 0;
    /* padding: 15px 0px 15px 15px; */
}


.terminal_container .terminal{
    font-family: Menlo, 'Source Code Pro', monospace;
    font-size: inherit; /* so parents dynamic fontsize can apply */
    background-color: rgb(22,23,25) !important;
    color: #f8f8f2 !important;
    border: 0px;
    /*padding: 5px 15px;*/
    width: 600px;
    height: calc(100vh - 94px);
    height: calc(var(--vh, 100vh) - 94px);


    /*word-wrap: break-word;*/
}

.terminal .xterm-viewport{
    background-color: rgb(22,23,25) !important;
}

.terminal .xterm-screen{
    overflow-x: hidden;
    width: calc(100% - 10px) !important;
}

.codepadmode .terminal_container .terminal{
width: 100%;
height: 100%;
padding: 15px 0px 25px 15px;
}

.codepadmode .terminal_container.inputenabled .terminal{
  width: 100%;
  height: calc(100vh - 315px);
  height: calc(var(--vh, 100vh) - 315px);
}

.terminal_container{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  font-size: 13px;
}
body.invert .terminal_container{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.language-locked {
    color: grey;
    display:flex;
    width:100%;
    justify-content: space-between;
    align-items: center;
}

.language-locked > .glyphicon-lock {
    margin-right:20px;
}

.language-locked:hover {
    color: grey !important;
}

.timer {
    position: absolute;
    z-index: 10000;
    right: 10px;
    bottom: 85px;
    font-size: 12px;
    float:right;
    width:350px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

#button_clearterm{
    right: 10px !important;
}

#web-frameworks-bottom-bar > button.btn.btn-default.term-area-btn {
    position: absolute;
    z-index: 10000;
    right: 78px;
    bottom: 45px;
    font-size: 14px;
}

.dropup.btn-group.btn-group-restart-btn-dropdown {
    margin-right: 10px;
}

button#button_command_clearterm {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.terminal_buttons_container {
    padding-top: 15px;
    padding-right: 10px;
    display: flex;
    flex-direction: row-reverse;
    background-color: rgb(22, 23, 25) !important;
    filter: invert(1);
}

.terminal_tab_buttons_container {
    filter: invert(1);
}

.terminal_tab_interactive_btn {
    margin-right: 20px;
    margin-left:10px;
}

.disabled-restart-button {
    opacity: 0.5;
    pointer-events: none;
}

.terminal_buttons_container > .btn {
    filter: invert(1);
}

#button_clearterm:hover{
  opacity: 1;
}

#outputFullMode #outputcodemode{
    border: 0px !important;
}

#outputFullMode #outputdommode iframe{
    height: 100%;
    background-color: #fff;
}

#outputFullMode #outputdommode{
    height: 100%;
    width: 100%;
}

body.invert #outputFullMode #outputdommode iframe{
    /* background-color: #161719; */
}

#outputFullMode.inputMode #outputcodemode #outputarea{

    height: calc(100vh - 169px);
    height: calc(var(--vh, 100vh) - 169px);
}

#outputFullMode #outputcodemode #outputarea{
    /*height: calc(100vh - 169px); when input is enabled*/
    height: calc(100vh - 51px);
    height: calc(var(--vh, 100vh) - 51px);
}

.navbar-blue-bottom{
    border-width: 0;
    background-color: #4c81dd;
    color: #ffffff;
    font-family: "Signika","Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    bottom: 0;
    margin-bottom: 0px;
    position: fixed;
    width: 100%;
    border-radius: 0px;
}

.navbar-blue-bottom li > a, .navbar-toggle {
    color:#fff;
}
.navbar-blue-bottom .dropdown-menu li a {
    color:#126468;
}
.navbar-blue-bottom .dropdown-menu li > a {
    padding-left:30px;
}
.navbar-blue-bottom li>a:hover, .navbar-blue-bottom li>a:focus, .navbar-blue-bottom .open, .navbar-blue-bottom .open>a, .navbar-blue-bottom .open>a:hover, .navbar-blue-bottom .open>a:focus {
    color:#fff;
}

.codetoolbar.shellMode #button_run,
.codetoolbar.shellMode #button_autocomplete,
.codetoolbar.shellMode #keymode,
.codetoolbar.shellMode #keymode_label,
.codetoolbar.shellMode #tabsize,
.codetoolbar.shellMode #tabsize_label{
    display: none;
}


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.bounce {
  -moz-animation: bounce 4s infinite;
  -webkit-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
}
#chatcontainer{
    position: fixed;
    z-index: 1000;
    bottom: 31px;
    right: 16px;
    width: 302px;
    box-shadow: -3px -6px 15px #BDBCBC;
    background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    padding: 0px;
}

#chatcontainer > .tab-content{
    padding-bottom: 0px;
}

#chatcontainer .panel{
    border: 0px;
}


.arrow {
  cursor: pointer;
  margin-right: 6px;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.treeview{
  border-top: 1px solid #e1e1e1;
  /* height: calc(100vh - 122px + 45px + 70px); */
  /* overflow: auto; */
  border-bottom: 1px solid #e1e1e1;
  /* padding-bottom: 50px;
  padding-top: 5px; */

}
body.invert .treeview{
  /* -webkit-filter: invert(100%);
  filter: invert(100%); */
  color: rgb(189, 189, 189);
  border-top: 0px;
  border-bottom: 0px;
  /* border-right: 1px solid #000; */

}

.treeviewContainer{
    height: 100vh;
    height: calc(var(--vh, 100vh));
    min-width: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 50px !important;
    background: #f5f5f5;
}

body.invert .treeviewContainer{
    background: #161719;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.treeview > .treenode{
  margin: 0px;
}

.treenode {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  margin-left: 14px;
  cursor: pointer;
  white-space:nowrap;
  padding: 6px 2px;
  padding-right: 0px;
}

.treenode.isroot{
    margin-left: 0px;
}

.treenode:hover > .arrow,
.treenode:hover > .node-icon{
    opacity: 0.7;
}

.treenode.is-file > .arrow{
    display: none;
}
/*
.node-text:hover {
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1;
}
*/
/* rotate the triangle to close it */
.node-closed > .arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.node-closed > .treenode  {
  display: none;
}

.node-selected {
  background-color: rgb(52,52,52);
  color: #fff;
}

.treenode .btn{
  padding: 0px;
  color: inherit;
}
.treenode .btn .caret{
  display: none;
}
.treenode .dropdown{
  visibility: hidden;
  /* margin-right: 5px; */
  float: right;
}
.treenode:hover > .dropdown,
.treenode > .dropdown.open,
.treenode.isroot > .dropdown{
  visibility: visible;
}


.node-icon {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    vertical-align: top;
    width: 14px;
    height: 20px;
    /* background: url(/assets/images/fileicons/default_file.svg); */
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: contain;
}

.node-text {
  display: inline-block;
}

/*
.dropzone{
    border: 2px dashed rgba(113, 113, 113, 0.78);
    margin: 3px 3px;
    text-align: center;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
}
*/
.mb {margin-bottom: 50px;}


.btn-xlg {
    padding: 18px 28px;
    font-size: 22px;
    /* //change this to your desired size line-height: normal; */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#h {
    /*background:
    linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.6) ), url('../img/home.jpg');
    */
    padding-top: 50px;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    min-height: 530px;
    width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#h small{
    display: block;
    margin-top: 10px;
    color: gray;
}
#h h1 {
    color: #4c81dd;
    font-weight: 600;
    font-size: 3.0em;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 75px;
}

#h h2 {
    line-height: 1.5em;
    font-size: 1.7em;
    padding: 0;
    margin-bottom: 12px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
    padding-bottom: 65px;
}


#f {
    /*background:
    linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.6) ), url('../img/home.jpg');
    */
    padding: 30px;
    text-align:center;
    background-color: #f2f5f7;
    width: 100%;
}

#f .rilogo{
    background-image: url('../images/logosmall.png');
    height: 30px;
    display: inline-block;
    width: 155px;
    background-repeat: no-repeat;
    background-size: contain;

    line-height: 1.5em;
    font-size: 1.7em;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 4px;
}

#f .glyphicon-heart{
    color:rgb(205, 60, 62);
}

#f p {
    line-height: 1.5em;
    font-size: 1.2em;
    padding: 0;
    margin-bottom: 12px;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 300;
    color: #666;
    margin-top: 10px;
}

#panelfeatures{
    border-top: 1px solid #eaeaea;
    padding-top: 50px;
    padding-bottom: 50px;
}
#panelfeatures h2{
    color: #4c81dd;
    font-weight: 100;
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}

#panelfeatures > div h3{
    font-size: 24px;
    line-height: 30px;
    margin: 15px 0;
    color: #4c81dd;
    font-weight: 100;
}

#panelfeatures a{
    text-decoration: underline;
}

#panelfeatures p{
    font-size: 18px;
    color: #505050;
    font-weight: 100;
    min-height: 125px;
}



#panelguide{
    border-top: 1px solid #eaeaea;
    padding-top: 50px;
    padding-bottom: 50px;
}
#panelguide h2{
    color: #4c81dd;
    font-weight: 100;
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}

#panelguide > div h3{
    font-size: 24px;
    line-height: 30px;
    margin: 15px 0;
    color: #4c81dd;
    font-weight: 100;
}

#panelguide a{
    text-decoration: underline;
}

#panelguide p{
    font-size: 18px;
    color: #000;
    font-weight: 100;
    margin-bottom: 30px;
}

#panelguide li{
    font-size: 18px;
    color: #000;
}

#panelguide li img{
    width: 100%;
}

.loginscreen{
    border: 1px solid #eee;
    border-radius: 10px;
}

.termscheck{
    font-size: 15px;
    margin-bottom: 13px;
}

.termscheck label{
    padding-left: 3px;
}

.termscheck input[type='checkbox'] {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    position: inherit;
    margin-left: 0px;
    margin-right: 10px;
}

.welcomeBack {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 18px;
}
.ORtext {
    margin: 30px auto;
    text-align: center;
    background-color: #e5e5e5;
    height: 1px;
}
.ORtext span {
    padding: 0 10px;
    position: relative;
    top: -10px;
    background-color: #fff;
    font-size: 14px;
}

.registertext {
    display: block;
    font-size: 18px;
}

.signupcontainer a {
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-shadow: none;
}
.btn.noshadow {
    box-shadow: none!important;
}
.margintop15 {
    margin-top: 15px;
}

.btn-default{
  border-color: #f3f6f9;
  border-bottom: 2px solid #f3f6f9;
}

.btn-primary {
    border-bottom: 2px solid #357ebd;
}
.btn-primary {
    background-color: #4c81dd;
    border-color: #357ebd;
    transition: all 0.2s;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    background-color: #32325d;
    border-color: #1d1d38;
}

input.input-lg:not(.nofloatlabel) {
    padding: 6px 11px;
    border-radius: 0;
    padding-top: 10px!important;
    height: 44px;
}

#emailValidate .glyph {
    font-size: 60px;
    margin-bottom: 12px;
}
.fontblue {
    color: #4c81dd!important;
}

#emailValidate h2 {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 30px;
}

#emailValidate h3 {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 19px;
}


#h #logo{
  background-image: url('../images/blimp.png');
  display: block;
  width: 190px;
  height: 140px;
  background-size: 120px;
  background-position: center;
  margin: 0 auto;
  background-repeat: no-repeat;
}

 /* > div{
  display: block;
} */

.panel{
  display: block;
}
.panel{
  border: none;
  box-shadow: none;
}

#mainsidebar {
    width: 80px;
    top:0;
    height: 100vh;
    height: calc(var(--vh, 100vh));
    max-height: 100vh;
    /*height: calc(100% - 45px);
    top: 45px;
    max-height: calc(100% - 45px);*/
    float: left;
    background-color: #fff;
    overflow: hidden;
    z-index: 1;
    position: fixed;
}

#mainsidebar a {
  width: 80px;
  text-align: center;
  float: left;
  font-size: 11px;
  /*border-bottom: 1px solid #ddd;*/
  padding: 10px 5px;
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#mainsidebar a:focus{
  text-decoration: none;
}
#mainsidebar a span{
  margin-top: 10px;
  display: block;
}

#mainsidebar a.active{
  color: #4c81dd;
}

#mainsidebar a.divider{
  padding: 0;
  margin: 10px 20px;
  width: 40px;
  border-top: 2px solid #555;
  opacity: 0.8;
}
#mainsidebar #logo{
  background-image: url('../images/blimp-white.png');
  background-size: 45px;
  background-repeat: no-repeat;
  background-color: #4c81dd;
  padding: 0;
  height: 60px;
  background-position: center;
}

.codepadmode#mainsidebar #logo{
  background-image: url('../images/codepadlogo-white.png');
}
body.invert #mainsidebar #logo{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  background-color: #336A9A;
}
.sidebarglyph {
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px 0px;
}
.sidebarglyph {
    font-size: 25px;
    padding: 10px;
    color: #838383;
}
.sidebarglyph.sidebarglyph-plus {
    background-image: url('../images/sidebar/create-new.png');
}
.active .sidebarglyph.sidebarglyph-plus {
    background-image: url('../images/sidebar/create-new-tap.png');
}
.sidebarglyph.sidebarglyph-templates {
    background-image: url('../images/sidebar/contacts.png');
}

.sidebarglyph.sidebarglyph-databases{
    background-image: url('../images/sidebar/server.png');
}

.active .sidebarglyph.sidebarglyph-templates {
    background-image: url('../images/sidebar/contacts-tap.png');
}

.sidebarglyph.sidebarglyph-share {
    background-image: url('../images/sidebar/user.png');
}

.active .sidebarglyph.sidebarglyph-share {
    background-image: url('../images/sidebar/user-tap.png');
}

.sidebarglyph.sidebarglyph-upload {
    background-image: url('../images/sidebar/upload.png');
    background-size: 36px;
}

.active .sidebarglyph.sidebarglyph-upload {
    background-image: url('../images/sidebar/upload-tap.png');
}

.sidebarglyph.sidebarglyph-download {
    background-image: url('../images/sidebar/download.png');
    background-size: 36px;
}

.active .sidebarglyph.sidebarglyph-download,
.footitem:not(.disabled):hover .sidebarglyph.sidebarglyph-download {
    background-image: url('../images/sidebar/download-tap.png');
}

.sidebarglyph.sidebarglyph-play {
    background-image: url('../images/sidebar/play.png');
    background-size: 26px;
}

.active .sidebarglyph.sidebarglyph-play,
.footitem:hover .sidebarglyph.sidebarglyph-play {
    background-image: url('../images/sidebar/play-tap.png');
}

.sidebarglyph.sidebarglyph-repeat {
    background-image: url('../images/sidebar/repeat.png');
    background-size: 29px;
}

.active .sidebarglyph.sidebarglyph-repeat,
.footitem:hover .sidebarglyph.sidebarglyph-repeat {
    background-image: url('../images/sidebar/repeat-tap.png');
}


.sidebarglyph.sidebarglyph-support {
    background-image: url('../images/sidebar/support.png');
    background-size: 39px;
}

.active .sidebarglyph.sidebarglyph-support,
.footitem:hover .sidebarglyph.sidebarglyph-support {
    background-image: url('../images/sidebar/support-tap.png');
}

.sidebarglyph.sidebarglyph-pads {
    background-image: url('../images/sidebar/pads.png');
}

.active .sidebarglyph.sidebarglyph-pads {
    background-image: url('../images/sidebar/pads-tap.png');
}


#padtopbar {
    
    /* float: left; */
    background-color: #efefef;
    overflow: hidden;
    width: 100%;

    /* z-index: 1;
    position: fixed;
    width: 100vw;
    top: 0; */
    height: 35px;
    max-height: 35px;
}

#padtopbar a {
  width: 60px;
  text-align: center;
  float: left;
  font-size: 11px;
  /*border-bottom: 1px solid #ddd;*/
  padding: 10px 5px;
  color: #555;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#padtopbar a:focus{
  text-decoration: none;
}
#padtopbar a span{
  margin-top: 10px;
  display: block;
}

#padtopbar a.active{
  color: #4c81dd;
}

#padtopbar a.divider{
  padding: 0;
  margin: 10px 20px;
  width: 40px;
  border-top: 2px solid #555;
  opacity: 0.8;
}
#padtopbar #logo{
  /* width: 60px; */
  /* background-image: url('../images/blimp-white.png'); */
  /* background-size: 35px; */
  background-repeat: no-repeat;
  /* background-color: #4c81dd; */
  padding: 0;
  height: 35px;
  background-position: center;
  margin-bottom: 0;
    background-image: url(../images/logo.png);
    opacity: 0.8;
    background-size: 25px;
    width: 60px;
}

#padtopbar .btn-call.incall{
    border-color: red;
    color: red;
    background: transparent;
}

#padtopbar .btn-call.joincall{
    border-color: rgb(97, 152, 32);
    filter: invert(100%);
    color: rgb(97, 152, 32);
    background: transparent;
    padding: 4px !important;
}

body.invert #padtopbar .btn-call.incall,
body.invert #padtopbar .btn-call.joincall,
body.invert #padtopbar .btn-end-interview{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

#padtopbar .btn-end-interview{
    border-color: #c33232 !important;
    color: #c33232;
    background: transparent !important;
}

.call-container{
    
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    position: absolute;
    z-index: 10000;
    right: 10; 
    top: 40;
    background: #999;
    border-top: 17px solid #dadada;
    min-width: 170px;
    max-height: 100vh;
    overflow: auto;
}

.call-container video,
.call-lobby-container video {
    transform: scaleX(-1);
}

.call-container video{
    width: 170px !important;
    border-radius: 0px;
}

.call-container #remote-media-div .remote-part{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
}

.call-container #remote-media-div .remote-part,
.call-container #local-media-div{
    position: relative;
}

.call-container #remote-media-div .remote-part,
.call-container #local-media-div{
    min-height: 20px;
}

.call-container .call-toolbar{
    padding: 6px;
    position: absolute;
    width: 100%;
    bottom: -1;
    background-color: #000000cc;
}

.call-container .call-toolbar > span{
    float: right;
    margin-right: 2px;
    font-size: 13px;
    color: #fff;
}

.call-container .call-toolbar a{
    
    margin-right: 10px;
    opacity: 0.6;
    color: darkred;
}

.call-container .call-toolbar a.active{
    opacity: 1;
    color: #fff;
}

body.invert .call-container{
    filter: invert(100%);
    -webkit-filter: invert(100%);
    border-top: 17px solid #313238;
    background: #0b0b0c;
}

.call-lobby-outer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000cc;
    z-index: 10000;
}

body.invert .call-lobby-outer{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

body.invert .call-lobby-outer .btn-group{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

body.invert .call-lobby-outer .call-device-selectors{
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.call-lobby-container{
    position: absolute;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /* z-index: 10001; */
    top: 100;
    left: 100;
    bottom: 100;
    right: 100;
    text-align: center;
    border: 1px solid #dadada;
    border-top-width: 17px;
    background: #999;
}

.call-lobby-container video,
.call-lobby.container #lobby-camera{
    height: 100%;
    width: auto !important;
    border-radius: 0;
    padding-bottom: 160px;
}

.call-lobby-container .toolbar{
    position: absolute;
    bottom: 0;
    height: 185px;
    padding: 10px;
    width: 100%;
    background: #000000dd;
}

.call-lobby-container .toolbar > span{
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #c3c3c3;
}

body.invert .call-lobby-container{
    background: #0b0b0c;
    border: 1px solid #313238;
    border-top-width: 17px;
}

.call-lobby-container select{
    padding-left: 20px;
}

.call-lobby-container .audio-select-container{
    position: relative;
}

.call-lobby-container .audio-select-container .progressbar{
    -webkit-filter: invert(100%);
    filter: invert(100%);
    position: absolute;
    background: #009400;
    height: 21px;
    left: 23px;
    top: 4px;
}

.call-lobby-container .audio-select-container .progressbar > div{
    background: #313131;
}

.codepadmode#padtopbar #logo{
  background-image: url('../images/codepadlogo-white.png');
}

#padtopbar #logo.notloggedin{
  cursor: default;
}

body.invert #padtopbar #logo{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  /* background-color: #336A9A; */
}

#fullcontainer.sidebarmode {
    background-color: #fff;
    width: calc(100% - 80px);
    float: left;
    border-left: 1px solid #f3f6f9;
    min-height: calc(100vh);
    min-height: calc(var(--vh, 100vh));
    margin-top: 0px!important;
    margin-left: 80px!important;
}

#nointerview {
    color: #555;
    margin: 150px;
}
.roomlisttile {
    text-align: left;
    margin-left: 10px;
    margin-right: 20px;
    display: inline-block;
}

.roomlisttile .offer {
    height: 180px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.03);
    width: 340px;
    position: relative;
    border: 1px solid #f9f9f9;
    border-radius: 0px;
    overflow: visible;
}

.roomlisttile .offer {
    border-radius: 5px;
    box-shadow: 0 0 0 1px #d0d8df,0 1px 3px rgba(0,0,0,0.15)!important;
    transition: all 0.3s;
    background: #fff;
    margin: 0;
    margin-bottom: 15px;
}


.roomlisttile .offer:hover {
  /*
    transform: translateY(-4px);
    box-shadow: 0 0 0 2px #43c0fe,0 22px 43px rgba(0,0,0,0.15)!important;
    */
}


.roomlisttile .offer .head {
    margin-top: 24px;
    padding-left: 20px;
    color: #555;
}

.roomlisttile .offer #foot {
    background: rgba(238,238,238,0.3);
    /*border-top: 1px solid #ddd;*/
    border-radius: 0 0 5px 5px;
    transition: all 0.25s ease;
}

.roomlisttile .offer .toolbar {
    right: 5px;
    top: 5px;
}

.offer .toolbar #button_delete {
    background: #d96359;
}

.roomlisttile .offer #foot .footitem {
    width: 169px;
    text-align: center;
    float: left;
    padding-top: 10px;
    border-right: 1px solid #eee;
    border-top: 1px solid #ddd;
    cursor: pointer;

}

.roomlisttile .offer #foot .footitem {
    transition: all 0.25s ease;
}

.roomlisttile .offer #foot .footitem:hover{
  background: #e3f2ff;
  border-top-color: #43c0fe;
}

.roomlisttile .offer #foot .footitem:hover .candcounttext{
  color: #4c81dd;
}
.roomlisttile .offer #foot .footitem:first-child:hover{
  border-right: 1px solid #43c0fe;
}

.roomlisttile .offer #foot .footitem:last-child:hover{
  border-left: 1px solid #43c0fe;
}

.roomlisttile .offer #foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f6f6f6;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.4px;
    word-spacing: 1px;
}

 .roomlisttile .offer #foot {
    background: rgba(238,238,238,0.3);
    border-top: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    transition: all 0.25s ease;
}

.roomlisttile .offer:hover #foot {
  /*
    background: #e3f2ff;
    border-top-color: #43c0fe;
    */
}

.roomlisttile .offer #foot .footitem:last-child {
    border-left: 1px solid rgba(255,255,255,0);
}

.roomlisttile .offer .candcounttext {
    opacity: 1;
    margin-top: 18px;
    font-size: 10px;
    font-weight: 400;
    color: #666;
}

.roomlisttile .offer .candcount {
    font-weight: 400;
    font-size: 40px;
    margin-right: 5px;
    font-weight: 100;
    font-size: 34px;
    display: block;
    margin: 0px;
    margin-top: -10px;
}

.roomlisttile .offer #title {
    font-weight: 400;
    color: #777;
    font-size: 21px;
    margin-left: 0px;
    padding: 0px;
    margin-top: 5px;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90%;
    display: inline-block;

}

.roomlisttile .offer #foot .footitem.disabled:hover{
  cursor: not-allowed;
  border-left-width: 0px;
  border-right-color: #ddd;
  background: rgba(238,238,238,0.3);
  border-top: 1px solid #ddd;

}
.roomlisttile .offer #foot .footitem.disabled{
  transition: none;
  border-top: 1px solid #ddd;
}

.roomlisttile .offer #foot .footitem.disabled > *{
  opacity: 0.5;
}
.roomlisttile .offer #foot .footitem.disabled .candcounttext,
.roomlisttile .offer #foot .footitem.disabled:hover .candcounttext{
  color: #666;

}

.roomlisttile .offer #foot .footitem.disabled:last-child {
    border-right: 1px solid #eee;
}

.loadingAlert{
    position: fixed;
    top: -505px;
    z-index: 2000;

    left: 0;
    right: 0;

    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.loadingAlert.in{
    top:-4px;
}

.loadingAlert #loadingtextcontainer{
    background: rgba(253, 248, 208, 1);
    /* border: 1px solid #7FB8DD; */
    color: rgba(0,0,0,0.6);
    display: inline-block;
    padding: 5px 20px;
    font-weight: 600;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}

.loadingAlert #loader {
  -webkit-animation: spin .7s linear infinite;
  -moz-animation: spin .7s linear infinite;
  -ms-animation: spin .7s linear infinite;
  -o-animation: spin .7s linear infinite;
  animation: spin .7s linear infinite;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  float: left;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  width: 1em;
  border: 2px solid rgba(0,0,0,0);
  border-top-color: rgba(0,0,0,.5);
  border-left-color: rgba(0,0,0,.5);
  opacity: .7;
  margin-top: 4px;
  margin-right: 4px;
}

body.invert .loadingAlert{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

body.invert .bootbox{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

body.invert .bootbox .btn-success, body.invert .btn-primary{
  -webkit-filter: invert(0%);
  filter: invert(0%);
}

@keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


.treenode .usersonline{
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
}

.treenode .usersonline .userblip {
    display: inline-block;
    margin-right: 3px;
}

.roomlisttile .userblip{
  color: #2ecc28;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  margin-top: 13px;
  margin-left: 5px;
}

.monospace {
  font-family: Menlo,"Source Code Pro",monospace;
}

.identicon{
  float: left;
  text-align: center;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 400;
  background-color: orangered;
  border-radius: 50%;
  color: #fff;
}
.identicon-container{
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    
}
.identicon-container.clickable{
    cursor: pointer;
    float: left;
}

.identicon-container .identicon-name{
    margin-left: 5px;
}

body.invert .identicon{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

#mainsidebar .usersonline{
  width: 80px;
  padding: 10px 21px;

  max-height: calc(100vh - 500px);
  height: calc(100vh - 500px);
  height: calc(var(--vh, 100vh) - 500px);
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;

  z-index: 1;
  /*
  display: flex;
  flex-direction: column;
  */
}
#mainsidebar .usersonline > .tableinner{
  display: table-cell;
  vertical-align: bottom;
  height: 100%;
}
#mainsidebar .usersonline > .tableinner > div{

}
#mainsidebar .usersonline .identicon{
  /*align-self: flex-end;*/
  margin: 0 auto;
  margin-top: 10px;

}
#mainsidebar .usersonline .identicon:first-child{
  margin-top: auto;
}

#button_newtemplate{
  margin-top: 20px;
  margin-bottom: 20px;
}

#templatelistcontainer p,
#newcontainer p{
  font-size: 19px;
  font-weight: 200;
}

#templatelistcontainer,
#roomlistcontainer,
#newcontainer{
  margin-top: 20px;
}

#templatelistcontainer p a{
  text-decoration: underline;
  color: #4c81dd;
}

#templatelistcontainer #nointerview,
#snippetLibrary #nointerview{
  margin: 100px;
}

#templatelistcontainer td:last-child a{
  color: #555;
  margin: 6px;
  font-size: 17px;
  padding: 5px;
}
#templatelistcontainer td:last-child a:hover{
  color: #4c81dd;
}

#templatelistcontainer td a.play-button {
    padding-left: 0px;
    margin-left: 0px;
}

.modal-header{
  background: #4c81dd;
  color: #fff;
}

.modal .close{
  opacity: 1;
  color: #fff;
}

.modal-content{
  border-radius: 0;
  border-width: 0;
}

.hint-popover{
  max-width: none;
}

.sharepopover{
  max-width: 450px;
}

.modal form small{
  font-size: 13px;
  color: #999;
}



.padlarge {
    background-image: url('../images/pad.png');
    height: 40px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 5px 0px;
}
body.invert .btn:focus{
    outline: none;
}
body.invert .snippetLibrary .btn,
body.invert .snippetLibrary .nav-pills li a,
body.invert .popover .input-group-btn button{
    -webkit-filter: invert(100%);
    filter: invert(100%);
    
}
body.invert .snippetLibrary .nav-pills li:not(.active) a{
    color: #909090;
}


#screenshot {
    /* background: url(../images/screenshotshort.png) no-repeat; */
    height: auto;
    max-height: 410px;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
    background-size: contain;
    background-position: 50%;
    display: block;
    margin-top: 87px;
    overflow: hidden;
    border-radius: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.alert{
  border-radius: 0px;
}

.bootbox-body{
    line-height: 1.5;
    font-size: 16px;
}
body:not(.invert) .portopen-alert{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #3c763d;
  background-color: rgba(162, 230, 134, 0.5);
  border-color: #76B95A;
}

body.invert .alert-success {
    color: #3c763d;
    background-color: #A2E686;
    border-color: #76B95A;
}


.portopen-alert{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0;
  padding: 0;
  margin-bottom: 0px;
  opacity: 0
}
.portopen-alert.active{
  height: auto;
  opacity: 1;
  padding: 15px;
  margin-bottom: 20px;
}

.markdown-container {
    border: 1px solid #e1e1e1;
    /*height: calc(100vh - 206px);*/
    height: calc(100vh - 94px + 45px);
    background: #f5f5f5;
    overflow-y: auto;
    padding: 0px 10px;
    padding-bottom: 100px;
}

body.invert .markdown-container{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  background: rgb(22,23,25);
  color: #f8f8f2;
  border-color: rgb(22,23,25);
}

body.invert .markdown-container a{
  color: #03A9F4;
}

body.invert .markdown-container code{
  background: #c7254e;
  color: #f9f2f4;
}

body.invert .markdown-container pre,
body.invert .markdown-container pre code{
  color: #eee;
  background: #333;
  border-color: #444;
}

body.invert .markdown-container blockquote{
      border-left: 5px solid #444;
}
.markdown-toolbar{
  position: absolute;
  z-index: 10;
  right: 20px;
  top: 5px;
}

body.invert .markdown-toolbar{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.markdown-mode{
  position: relative;
}

.margintop30{
  margin-top: 30px;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

/* Gmail style scrollbar */
::-webkit-scrollbar {
    width: 12px
}
::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px
}
::-webkit-scrollbar-track {
    border-width: 0
}
::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
::-webkit-scrollbar-track:horizontal {
    border-width: 4px 0 0
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(118, 121, 128,.05);
    box-shadow: inset 1px 0 0 rgba(118, 121, 128,.1);
}
::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 1px 0 rgba(118, 121, 128,.1)
}
::-webkit-scrollbar-track:active {
    background-color: rgba(118, 121, 128,.05);
    box-shadow: inset 1px 0 0 rgba(118, 121, 128,.14),inset -1px 0 0 rgba(118, 121, 128,.07);
}
::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 1px 0 rgba(118, 121, 128,.14),inset 0 -1px 0 rgba(118, 121, 128,.07)
}
::-webkit-scrollbar-thumb {
    background-color: rgba(118, 121, 128,.2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(118, 121, 128,.1),inset 0 -1px 0 rgba(118, 121, 128,.07);
}
::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 1px 1px;
    padding: 0 0 0 100px;
    box-shadow: inset 1px 1px 0 rgba(118, 121, 128,.1),inset -1px 0 0 rgba(118, 121, 128,.07);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(118, 121, 128,.4);
    box-shadow: inset 1px 1px 1px rgba(118, 121, 128,.25);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(118, 121, 128,0.5);
    box-shadow: inset 1px 1px 3px rgba(118, 121, 128,0.35);
}
::-webkit-scrollbar-track {
    border-width: 0 1px 0 6px
}
::-webkit-scrollbar-track:horizontal {
    border-width: 6px 0 1px
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(118, 121, 128,.035);
    box-shadow: inset 1px 1px 0 rgba(118, 121, 128,.14),inset -1px -1px 0 rgba(118, 121, 128,.07);
}
::-webkit-scrollbar-thumb {
    border-width: 0 1px 0 6px
}
::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 0 1px
}
::-webkit-scrollbar-corner {
    background: transparent
}
body::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 0 0 0 3px;
    box-shadow: inset 1px 0 0 rgba(118, 121, 128,.14),inset -1px 0 0 rgba(118, 121, 128,.07);
}
body::-webkit-scrollbar-track-piece:horizontal {
    border-width: 3px 0 0;
    box-shadow: inset 0 1px 0 rgba(118, 121, 128,.14),inset 0 -1px 0 rgba(118, 121, 128,.07);
}
body::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 5px
}
body::-webkit-scrollbar-thumb:horizontal {
    border-width: 5px 1px 1px
}
body::-webkit-scrollbar-corner {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 3px 0 0 3px;
    box-shadow: inset 1px 1px 0 rgba(118, 121, 128,.14);
}

/* HINTS */
@keyframes wave {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1.5);
    opacity: 0.0;
 }
}

@-moz-keyframes wave {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1.5);
    opacity: 0.0;
 }
}
@keyframes wave {
 0% {
    transform: scale(0);
    opacity: 0.0;
 }
 25% {
    transform: scale(0);
    opacity: 0.1;
 }
 50% {
    transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    transform: scale(1.5);
    opacity: 0.0;
 }
}

.hint {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;

  z-index: 10;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  box-shadow: 2px 2px 5px rgba(60, 60, 60, 0.27);
}
.hint .wave{
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: wave 3s ease-out;
  -moz-animation: wave 3s ease-out;
  animation: wave 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -17px;
  left: -17px;
  z-index: 1;
  opacity: 0;
}

.hint .inner{
  width: 10px;
  height: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(60, 60, 60, 0.27);
  z-index: 10;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.hint:hover{
  border: 2px solid rgba(60, 60, 60, 0.57);
}
.hint:hover .inner{
  border: 5px solid rgba(60, 60, 60, 0.57);
}

body.invert .hint{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  border-color: rgba(255, 255, 255, 0.27);
}

body.invert .hint .inner{
  background-color: rgba(255, 255, 255, 0.27);
}

body.invert .hint .wave{
  border-color: rgba(255, 255, 255, 0.95);
}
.listcontainer{
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ddd;
}

.listcontainer button{
  width: 100%;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text{
  color: #fff;
}

.listcontainer a.list-group-item{
  border-left: 0px;
}

.list-group-item.active{
  background-color: #4c81dd;
  color: #fff;
}

.comic1 {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 600px;
}


.pricebox {
  width: 240px;
  margin-top: 21px;
  margin-left: 10px;
  margin-right: 10px;
  height: 320px;
  background: white;
  border-radius: 10px;
  border: 1px solid #4c81dd;
  position: relative;
  z-index: 90;
  text-align: center;
  padding: 10px;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}

.btn-cancel-subscription {
    display: flex;
    width: 150px;
    align-items: center;
    justify-content: space-between;
}

.pricebox h4{
  line-height: normal;
}

.pricebox #button_buy {
    margin-top: 10px;
}



.pricingToggle {
margin-top: 10px;

}

.pricingToggle .toggle, .pricingToggle .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}

.pricingToggle .toggler {
    color: #616161;
    transition: .2s;
    font-weight: bold;
}



.pricingToggle .toggler--is-active {
    color: #4c81dd;
}

.pricingToggle .b {
    display: block;
}

.pricingToggle .toggle {
    position: relative;
    width: 80px;
    height: 35px;
    border-radius: 100px;
    background-color: #4c81dd;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.pricingToggle .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

.pricingToggle .check:checked ~ .switch {
    right: 2px;
    left: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: .08s, 0s;
}

.pricingToggle .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, .08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/**/

.panelpricing p{
  min-height: auto !important;
}

.priceblue {
    font-weight: 600;
    color: #8EBF45;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 28px;
    margin: 15px;
}


.priceblue.annual{
    padding-bottom: 8px;
}

.priceblue .billed-annually{
    display: block;
    font-size: 13px;
    margin-top: 6px;
    color: #555;
}

.billed-annually-help{
	font-size: 14px;
    color: #00000096;
}

.priceblue .small {
    font-size: 15px;
    color: #8EBF45;
    font-weight: 400;
}


.pricebox .btn{
    margin-top: 10px;
    text-decoration: none !important;
    padding: 10px 30px;
}


.billingModal .modal-dialog{
  width: 1100px;
  max-width: 100%;
}

.billingModal .modal-dialog p{
  font-size: 18px;
  color: #505050;
  font-weight: 100;
}

.billingModal .planinfo p{
  font-weight: bold;
  text-decoration: underline;
}

body.padmode {
    overflow: hidden;
}

body.padmode #trialAlert{
  display: none !important;
}

body.padmode #expiredAlert{
    display: none !important;
}



.FullScreenMessage{
  position: absolute;
  z-index: 100000;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 100vh));
  text-align: center;
  background: rgba(0,0,0,0.5);
  color: #fff;
  padding: 45vh 0%;
}

body.invert .FullScreenMessage{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.blur{
  -webkit-filter: blur(3px);
  filter        : blur(3px);
}

.FullScreenMessage a{
  color: #4c81dd;
}


.newPadModal .modal-dialog{
  width: 800px;
  max-width: 95%;
}

#ph{
  padding-top: 20px;
  text-align: center;
}

#ph .alert-success{
  color: rgba(218, 85, 47, 0.89);
  background: #fff;
  font-size: 1.2em;
  border: 0;
  border-bottom: 1px solid rgba(218, 85, 47, 0.89);
}

#ph a{
  color: rgba(218, 85, 47, 0.89);
  text-decoration: underline;
}

.languageslogos{
  text-align: center;
}

.languageslogos img{
  max-height: 80px;
  max-width: 100px;
  margin: 20px;
}

#machinestatuscontainer .statuspanel{
  border: 1px solid #ddd;
  overflow: scroll;
  margin-bottom: 20px;
}


.flag{
  vertical-align: top;
  height: 20px;
  margin-right: 2px;
}


body.invert #intercom-container{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

body.invert .billingModal{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

body.invert .stripe_checkout_app{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler{
  background: transparent;
}

body:not(.intercomEnabled) .intercom-lightweight-app,
body:not(.intercomEnabled) .intercom-lightweight-app .intercom-launcher-discovery-frame{
  /*transform: scale(0.7) !important;*/
  display: none !important;
}

.homepage-buttons{
  font-size: 16px;
  margin: 10px;
}

#teamList .close .text {
    font-size: 13px;
    color: #666;
    font-weight: 400;
    float: left;
    margin: 4px 0 4px 4px;
    opacity: 1;
}

#teamList .close span {
    color: #666;
    float: left;
}


/* auto complete css fixes */

body.invert .CodeMirror-Tern-tooltip,
body.invert .CodeMirror-hints{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

body.invert .CodeMirror-hints{
  background: rgb(24,25,26);
  border: 1px solid rgb(53, 55, 58);
}
body.invert .CodeMirror-hints .CodeMirror-hint{
  color: rgb(154,154,154);

}

body.invert .CodeMirror-hints li.CodeMirror-hint-active{
  background: rgb(48,104,181);
  color: white;
}

body.invert .CodeMirror-Tern-fname{
  color: #a6e22e;
}

body.invert .CodeMirror-Tern-farg{
  color: #ae81ff;
}

body.invert .CodeMirror-Tern-type{
  color: #0597ff;
}

.CodeMirror-Tern-tooltip,
.CodeMirror-hints
{
  font-family: Menlo, 'Source Code Pro', monospace;
}
body.invert .CodeMirror-Tern-tooltip{
  border: 1px solid rgb(53, 55, 58);
  color: white;
  background: rgb(24,25,26);
}


.popover-content #keymode_label{
  width: 100px;
  display: inline-block;
}

#keymap .popover-content #keymode_label{
  width: 120px;
}

#keymap .freepreview {
    display: inline-block;
    padding: 2px 8px;
    border: 1px solid #e41329;
    font-size: 10px;
    margin-left: 15px;
    font-weight: bold;
    color: #e41329;
    filter: invert(1);
}

.popover-content #keymode,
.popover-content #tabsize{
  width: 120px;
}

.roomlisttile.codepadmode .offer #foot .footitem{
  width: 100%;
  border: 0px !important;
}

.inputmode #stdinput{
  height: 250px;
  z-index: 10;
}


#outputFullMode #outputcodemode.inputmode #outputarea{
  height: calc(100vh - 7px - 250px);
  height: calc(var(--vh, 100vh) - 7px - 250px);
}

.trialwarning-alert{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0;
  padding: 0;
  margin-bottom: 0px;
  opacity: 0
}

.trialwarning-alert.active{
  height: auto;
  opacity: 1;
  padding: 15px;
  margin: 0;
  background-color: #a94442;
  color: #fff;
  border-color: #a94442;
}
.trialwarning-alert.active a{
  color: #fff;
  text-decoration: underline;
}

body.invert .trialwarning-alert{
  -webkit-filter: invert(100%);
  filter: invert(100%);

}

.SocialMediaShareButton {
    display: inline-block;
    margin: 19px 8px;
    cursor: pointer;
}

.SocialMediaShareButtonContainer{
  display: inline-block;
}

.FullScreenMessage.trialLock{
    padding: 30vh 0%;
}

.playback-container .firepad-container{

}
.playback-container .fileName{
    padding: 4px 14px;
    background: #c1c1c1;
    border-top-right-radius: 5px;
    display: inline-block;
    border-bottom: 0px;
}
.playback-container .CodeMirror{
  height: 100%;
}

.topbar .dropdown{
  display: block;
  float: right;
}

.topbar {
    min-height: 30px;
}

.topbar .mainselector .dropdown{
	float: left;
}

.topbar .mainselector #topbar-toggle{
	font-weight: 100;
	font-size: 21px;
	color: #222222;
	margin-bottom: 0px;
	line-height: 26px;
	float: left;
	border: 0px;
	padding-top: 5px;
}

.topbar .mainselector #topbar-toggle:hover,
.topbar .mainselector #topbar-toggle:active,
.topbar .mainselector #topbar-toggle:focus,
.topbar .mainselector .btn-group.open #topbar-toggle{
  background: transparent;
  opacity: 0.8;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.topbar .mainselector #topbar-toggle .io-span{
    color: #4c81dd;
    font-size: 14px;
}

.topbar .btn-default{
  border-color: #dde4ea;
  border-bottom: 1px solid #dde4ea;
}

.topbar .btn.active{
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topbar .btn-default.active{
  background-color: #fff;
  border-color: #dde4ea;
}
.topbar .btn-default:hover{
  background-color: #e6e6e6;
  border-color: #adadad;
}

body.invert .rc-slider{
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.playpause-buttons{
  float: left;
}

.playpause-buttons > span{
  padding: 10px;
  padding-left: 37px;
  font-size: 16px;
  cursor: pointer;
}
.playback-slider-container{
  width: calc(67vw - 310px);
  margin: 12px 0px;
  padding: 6px 45px;
  padding-left: 10px;
  height: 36px;
}
.playback-backBtn{
    margin-top:7px;
    margin-left:10px;
}

.joinedTabDot {
    background-color: rgba(70, 227, 143);
    border-color: rgba(70, 227, 143);
}

.joinedTabDot:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.2s;
    white-space: pre;
    text-align: center;
    overflow: visible;
    font-size: 12px;
}

.joinedInterviewDot {
    background-color: rgba(70, 227, 143);
    border-color: rgba(70, 227, 143);
}

.joinedInterviewDot:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.2s;
    white-space: pre;
    text-align: center;
    overflow: visible;
    font-size: 12px;
}

.leftTabDot {
    background-color: rgba(204, 40, 40);
    border-color: rgba(204, 40, 40);
}

.leftTabDot:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.2s;
    white-space: pre;
    text-align: center;
    overflow: visible;
    font-size: 12px;
}

.pastedFromOutsideDot {
    background-color: rgb(252 233 79);
    border-color: rgb(252 233 79);
}

.pastedFromOutsideDot:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.2s;
    white-space: pre;
    text-align: center;
    overflow: visible;
    font-size: 12px;
}

.pasteAttemptSuccessDot {
	background-color: rgb(252 233 79);
    border-color: rgb(252 233 79);
}

.pasteAttemptSuccessDot:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.2s;
    white-space: pre;
    text-align: center;
    overflow: visible;
    font-size: 12px;
}

.pasteAttemptFailureDot {
	background-color: rgba(204, 40, 40);
    border-color: rgba(204, 40, 40);
}

.pasteAttemptFailureDot:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.2s;
    white-space: pre;
    text-align: center;
    overflow: visible;
    font-size: 12px;
}

.copyTextEventDot {
	background-color: #4b81dd;
    border-color: #4b81dd;
}

.copyTextEventDot:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    top: 140%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    z-index: 1000;
    opacity: 1;
    transition: opacity 0.2s;
    white-space: pre;
    text-align: center;
    overflow: visible;
    font-size: 12px;
}

.rc-slider-handle,
.rc-slider-dot-active{
  border-color: #4c81dd;
}
.rc-slider-track{
  background-color: #4c81dd;
}


.playback-container #outputFullMode #outputcodemode #outputarea{
  height: calc(100vh - 49px);
  height: calc(var(--vh, 100vh) - 49px);
}

.playback-controls-container{
  display: inline-block;
  height: 70px;
}

.playback-time-container{
  margin: 3px 20px;
  text-align: center;
}

.playback-time-container p{
  font-size: 12px;
  margin: 0px;
}

#mainsidebar #button_support{
  position: absolute;
  left: 0;
  bottom: 0;
}

body.invert .surveyModal{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.snippetEditor .firepad-container{
  height: 365px;
}
.snippetEditor .CodeMirror{
  height: 500px;
}

.snippetLangList{
  height: 395px;
  overflow: auto;
}

.snippetEditTitle{
  font-size: 20px;
  height: 35px;
  border: 0px;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

.snippetEditTitle:focus{
  outline: none;
  border-bottom: 1px solid #4c81dd;
}

.snippetLibrary{
  max-width: 1000px;
  width: 50%;
  min-width: 600px;
  height: 50vh;
}

.snippetLibrary .nav-pills{
  height: calc(50vh - 45px);
  overflow-y: auto;
  overflow-x: hidden;
}
.snippetLibrary .contentArea{
  height: calc(50vh - 45px);
  overflow-y: auto;
  overflow-x: hidden;
}

.snippetLibrary .contentArea pre i{
    color: #999;
}

.snippetLibrary .contentArea pre{
  height: calc(50vh - 113px);
  overflow: auto;
}

.snippetLibrary .nav-pills li{
  width: 100%;
  text-align: left;
}

.snippetLangList .lang-item{
  padding: 5px 10px;
  cursor: pointer;
}
.snippetLangList .lang-item.active{
  background: #4c81dd;
  color: #fff;
}

.snippetLangList .lang-item a{
    float: right;
    color: #fff;
    font-size: 14px;
    padding: 0px 5px;
}

.snippetLangList .lang-item.edited{
   font-weight: bold;
}

.snippetLibrary #nointerview{
    margin: 0;
    margin-top: 16%;
}

.apipage a{
  text-decoration: underline;
}

.apipage h2{
    margin-top: 60px;
    font-size: 27px;
}

.apipage p,
.billingpage p {
  font-weight: 100;
  font-size: 18px;
  color: #000;
  line-height: 1.375em;
}

.apipage ul {
    font-size: 18px;
    font-weight: 300;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.codetoolbar #name_editlabel{
  border-bottom: 1px rgb(85, 85, 85) dotted;
  padding: 0px 3px;
  cursor: text;
}

#padtopbar #name_editinput{
  border: 0px;
  padding: 4px 3px;
  color: #000;
  border-bottom: 1px rgb(64, 64, 64) dashed;
  background: transparent;
  width: 250px;
  font-size: 15px;
  margin-top: 2px;
  /* margin-left: 15px; */
  vertical-align: top;
}

#padtopbar #name_editinput:focus { /* You can also use .element.text:focus here */
  border: 0;
  border-bottom: 1px #4c81dd solid;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}  

body.invert #padtopbar #name_editinput{
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #ccc;
}

#padtopbar .usersonline{
    display: inline-block;
    margin-left: 10px;
    padding-top: 9px;
}
/* 
#padtopbar .sidebarglyph{
    margin: 0;
    padding: 5px;
    width: 10px;
    display: inline-block;
    height: 10px;
} */

#padtopbar .btn-default{
    margin-left: 10px;
    vertical-align: top;
    border: 1px solid #d0d0d0;
    background: #ececec;
    padding: 3px 12px;
    margin-top: 4px;
}

#padtopbar .btn-default.active{
    background-color: #ccc;
}

#padtopbar .btn-default:focus{
    outline: none
}

#padtopbar .btn-default.invite {
    margin-left: 0px;
    margin-top: 4px;
    padding: 5px 6px !important;
    color: inherit;
}

#padtopbar .btn-default.invite .glyphicon{
    font-size: 12px;
}

.Select-menu-outer{
    max-height: 400px !important;
}

.Select-menu{
    max-height: 398px;
}
/* https://github.com/JedWatson/react-select/issues/1636 */
.select-up .Select-menu-outer {
    z-index: 10000;
    position: absolute !important;
    top: auto !important;
    bottom: calc(100% - 1px) !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.select-up .is-open .Select-control {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
/**/

.select-up .Select-menu-outer{
    max-height: 60vh !important;
}

.select-up .Select-menu{
    max-height: 60vh !important;
}
.codetoolbar{
    overflow: visible;
}

.codetoolbar .pull-right .glyphicon {
    top: 3px;
}

.codemode-container{
    max-width: 250px;
    width: 250px;
    display: inline-block;
    margin-right: 2px;
}

/* #langBtn {
    display: flex;
    justify-content: space-between;
} */

.privacy-radio label{
    text-align: left;
    white-space: inherit;
    /* opacity: 0.7; */
    padding-left: 50px;
}

.privacy-radio label.active{
    /* opacity: 1; */
    background-color: #eee !important;
    /* color: #fff; */
    background: url(../images/green-tick.png) no-repeat center;
    background-position-x: 14px;
    background-size: 20px;
}

#privacy-popover{
    max-width: 400px;
}

.btn-readonly-note{
    color: red;
}

table.padslist{
    border-collapse: separate !important;
    border: 1px solid #f3f6f9;
    border-radius: 5px;
}

table.padslist tr td:first-child{
    border-left: 5px solid transparent;
    width: 30px;
    /* padding: 0px; */
}
table.padslist tr td:nth-child(2) {
    width: 132px;
}

table.padslist tr td:nth-child(4) {
    min-width: 200px;
}

table.padslist tr.list-item:hover td:first-child{
    border-left: 5px solid #4c81dd;
    transition-duration: 0.1s;
    transition-property: all;
}

table.padslist tr td:first-child .rc-checkbox{
    padding: 30px;
}

table.padslist td .btn-default{
    border: 1px solid #dde4ea;
    color: #0009;
    background-color: transparent;
    transition-duration: 0.1s;
    transition-property: all;
    margin-bottom: 1px;
    min-width: 70px;
}
#noTag{
    border: 1px solid #c4c4c4;
    color: #0009;
}

table.padslist .btn-filter{
    border: 0px solid #dde4ea;
    /* color: inherit;
    background-color: transparent; */
    transition-duration: 0.2s;
    transition-property: all;
    padding: 3px 5px;
    margin-left: 5px !important;
}

table.padslist .btn-filter-template {
    border: none;
    transition-duration: 0.2s;
    transition-property: all;
    padding: 0px;
    margin-left: 0px;
}

table.padslist .btn-filter-template:hover {
    background-color: unset;
}

table.padslist .btn-filter-template.btn-default:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: unset !important;
}

table.padslist .btn-filter-template.btn-default:active:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-color: unset !important;
}

table.padslist .btn-filter-menu-item{
    text-transform: none;
    padding: 3px 5px;
}
table.padslist .btn-filter-menu-item a{
    padding: 3px 3px;
}

table.padslist .btn-filter-menu-item a p{
    display: inline;
    margin: 0px 10px 0px;
}

table.padslist tr.list-item:hover .btn-default{
    background-color: rgb(133, 192, 63);
    border-color: rgb(32, 169, 69);
    color: #fff;
    border-bottom-width: 2px;
    margin-bottom: 0px;
}

table.padslist .btn-default .glyphicon{
    font-size: 13px;
    margin: 0;
    padding: 0 2px;
}

/* table.padslist tr.list-item:hover{
    transform: scale(1.01);
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-property: all;
  transition-timing-function: line;
  -webkit-box-shadow: 3px 3px 30px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    3px 3px 30px 0px rgba(50, 50, 50, 0.2);
box-shadow:         3px 3px 30px 0px rgba(50, 50, 50, 0.2);
} */
table.padslist tr:nth-child(even){
    /* background: #f3f6f9; */
}
table.padslist tr:nth-child(odd){
    background: #fff;
}
table.padslist th{
    padding: 12px 10px;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    border-bottom: 1px solid #f3f6f9;
    line-height: 1.5;
    color: #555;
}
table.padslist td{
    font-size: 13px;
    padding: 12px 10px;
    border-bottom: 1px solid #f3f6f9;
}

table.padslist .pad-running .name-col{
    color: #00a900;
}

table.padslist tr.cursorpointer{
    cursor: pointer;
}
table.padslist td .glyphbutton{
    margin: 0px 6px;
    font-size: 17px;
    padding: 0px 5px;
}

.listSelectionToolbox{
    position: fixed;
    bottom: -1000px;
    background: #fff;
    box-shadow: 0px 22px 104px -6px rgba(0, 0, 0, 0.34);
    height: 60px;
    border-radius: 5px;
    z-index: 100000;
    user-select: none;
    transition: bottom 0.2s ease;
    display: flex;
    flex-direction: row;
    padding: 0px;
}
.listSelectionToolbox.active{
    bottom: 35px;
}

.listSelectionToolbox .selectionCount{
    background: #4c81dd;
    width: 60px;
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    border-radius: 5px 0px 0px 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.listSelectionToolbox .titleContainer{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    cursor: default;
}


.listSelectionToolbox .titleContainer .title{
    color: #333;
    font-size: 24px;
    padding-left: 20px;
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
}

.listSelectionToolbox .cancelSelection{
    display: flex;
    width: 60px;
    cursor: pointer;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-left: 2px solid #f1f1f1;
}
.listSelectionToolbox .actionButton{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
}
.listSelectionToolbox .actionButton .title{
    font-size: 13px;
    position: relative;
    bottom: -4px;
    color: #333333;
}

.listSelectionToolbox .actionButton .glyphicon{
    font-size: 19px;
    margin-top: 10px;
}

/*
homepade logos
*/


.customerlogos img{
	width: 200px;
	-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
	opacity: 0.6;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
	-ms-transition: all .4s linear;
	transition: all .4s linear;

}
.customerlogos img:hover{
	-webkit-filter: grayscale(0%);
			filter: grayscale(0%);
			opacity: 1;
}

.customerlogos img.microsoft{
	  width: 152px;
}

.customerlogos img.cisco{
  width: 98px;

margin-right: 10px;
  margin-left: 20px;
}
.customerlogos img.pnyks{
	width: 115px;
  margin: 0px 10px;
}

.customerlogos img.blowhorn{
	  width: 75px;
  margin: 0px 10px;
}
.customerlogos img.zenterview{
	margin: 0 20px;
}
.customerlogos img.forbes{
    margin: 0 30px;
    width: 105px;
    margin-top: 6px;
}
.customerlogos img.inc{
	margin: 0 30px;
    width: 65px;
    margin-top: 9px;
}
.customerlogos img.hn{
	margin: 0 30px;
    margin-top: 9px;
    width: 126px;
}
.customerlogos img.reddit{
    margin: 0 30px;
    width: 100px;
    margin-top: -1px;
}

.customerlogos img.linecorp{
  width: 45px;
  margin: 0px 30px 0px 0px;
}

.customerlogos img.gilt{
  width: 45px;
  margin: 0px 30px 0px 0px;
}

.customerlogos img.fetchrobotics{
	  width: 110px;
	  margin: 0px 30px 0px 0px;
}

.customerlogos img.inin{
		width: 180px;
	  margin: 0px 30px 0px 0px;
}

.customerlogos img.craftsy{
  width: 55px;
  margin: 0px 40px 0px 0px;
}


.customerlogos img.joist{
    width: 100px;
    margin: -7px 40px 0px 0px;
}

.customerlogos img.redislabs{
    width: 135px;
    margin: -5px 40px 0px 0px;
}

.customerlogos img.workday{
	  width: 100px;
	  margin: 0px 40px 0px 0px;
}

.customerlogos img.opengov{
	  width: 130px;
	  margin: 0px 40px 0px 0px;
		-webkit-filter: invert(100%);
    filter: invert(100%);
		-moz-filter: invert(100%);
}

.customerlogos img.tracegenomics{
	  width: 150px;
	  margin: 0px 30px 0px 0px;
}

.customerlogos img.luxoft{
	  width: 135px;
	  margin: 0px 10px 0px 10px;
}

.customerlogos img.instabridge{
	  width: 155px;
	  margin: 0px 10px 0px 10px;
}

.customerlogos img.zoox{
	  width: 115px;
	  margin: 0px 10px 0px 0px;
}

.customerlogos img.galvanize{
	  width: 145px;
	  margin: 0px 0px 0px 10px;
}

.customerlogos img.att{
	  margin: 0px 30px 0px 0px;
    width: 123px;
}

.customerlogos img.entre{
    margin: 0 30px;
    width: 120px;
    margin-top: 17px;
}

ul.footerlinks {
    list-style-type: none;
    font-size: 15px;
    padding: 0;
}

.footerlinks li {
    padding-bottom: 5px;
    font-size: 14px;
}

.footerlinks li:first-child {
    font-weight: 600;
    font-size: 15px;
}

.footerlinks a{
    opacity: 0.7;
    text-decoration: none;
}

.footerlinks a:hover{
    text-decoration: underline;
}

.web-loader-container {
    background-color: #BBB;
}

.web-loader {
    color: #000;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

@keyframes mulShdSpin {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em,
            2em -2em 0 0em, 3em 0 0 -1em,
            2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 -1em, -3em 0 0 -1em,
            -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em,
            3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 -1em, -3em 0 0 -1em,
            -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em,
            2em -2em 0 0, 3em 0 0 0.2em,
            2em 2em 0 0, 0 3em 0 -1em,
            -2em 2em 0 -1em, -3em 0 0 -1em,
            -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
            3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em,
            -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
            3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em,
            -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
            3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0,
            -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em,
            3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em,
            3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em,
            -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.full-editor-height {
    height: calc(var(--vh, 100vh) - 40px)
}

.not-owner {
    height: 100vh !important
}

#file-loader {
    background-color: #161719 !important;
    filter: invert(1);
}

#file-loader .web-loader {
    color: #BBB !important;
}

/* Resizer Split Pane */
.Resizer {
    /* background: #000; */
    /* opacity: .2; */
    background: #f5f5f5;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}
body.invert .Resizer{
    /* background: #f1f1f1; */
}
 .Resizer:hover {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

 .Resizer.horizontal {
    height: 11px;
    margin: -5px 0;
    border-top: 5px solid rgba(255, 255, 255, 0);
    border-bottom: 5px solid rgba(255, 255, 255, 0);
    cursor: row-resize;
    width: 100%;
}

.Resizer.horizontal:hover {
    border-top: 5px solid rgba(0, 0, 0, 0.5);
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
}

.Resizer.vertical {
    width: 11px;
    margin: 0 -5px;
    border-left: 5px solid rgba(255, 255, 255, 0);
    border-right: 5px solid rgba(255, 255, 255, 0);
    cursor: col-resize;
}

.Resizer.vertical:hover {
    border-left: 5px solid rgba(0, 0, 0, 0.5);
    border-right: 5px solid rgba(0, 0, 0, 0.5);
}
.Resizer.disabled {
  cursor: not-allowed;
}
.Resizer.disabled:hover {
  border-color: transparent;
}

.iframeoverlay{
    height: 100%;
    width: 100%;
    display: block;
    background-color: #fff;
    opacity: 0.01;
    position: absolute;
}

.collapsed-sidebar{
    padding: 12px;
    height: 100vh;
    height: calc(var(--vh, 100vh));
    -webkit-filter: invert(100%);
    filter: invert(100%);
    background: #161719;
}

body.invert .collapsed-sidebar{
    
    
}

.collapsed-sidebar > i{
    width: 26px;
    cursor: pointer;
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

.collapsed-sidebar > i:hover{
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
}

#button_save{
    margin-right: 5px;
    margin-left: 5px;
    background: transparent !important;
    padding: 10px 10px;
    border: 0px !important;
    font-size: 13px;
}


.dropzone.dropping{
    background-color: rgba(255,255,255,0.15);
}

.cp-spinner{width:10px;height:10px;display:inline-block;box-sizing:border-box;position:relative}.cp-hue{width:10px;height:10px;display:inline-block;box-sizing:border-box;background:#f56151;border-radius:50%;animation:cp-hue-animate 1s ease-in-out infinite}.cp-hue:before{border-radius:0 5px 5px 0;content:" ";width:5px;height:10px;display:inline-block;box-sizing:border-box;background:#fff;position:absolute;top:0;right:0;animation:cp-hue-animate-before 1s ease-in-out infinite}@keyframes cp-hue-animate{0%{background:#f56151}25%{background:#58bd55}50%{background:#eb68a1}75%{background:#f3d53f}100%{background:#f56151}}@keyframes cp-hue-animate-before{0%{transform:rotateY(0);transform-origin:left center;opacity:.5}30%,70%{transform:rotateY(180deg);transform-origin:left center;opacity:.2}100%{transform:rotateY(0);opacity:.5}}
.cp-spinner{
    margin-left: 5px;
    margin-top: -2px;
    vertical-align: middle;
}


.dropdown .uploadtip{
    padding: 3px 13px;
    font-size: 13px;
}

.dropdown .uploadtip b{
    color: #4c81dd;
}

.FullScreenMessage.newPad{
    padding: 30px 0%;
    position: inherit;
    background: transparent;
    /* background: rgba(255,255,255,0.98); */
    /* color: #000; */
    text-align: inherit;
    width: 50vw;
    height: 80vh;
    max-width: 1024px;
    overflow: auto;
}

.FullScreenMessage.newPad h1{
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
}

.FullScreenMessage .close-thin{
    color: #8d9092;
    background: #d2d8dc;
    padding: 6px 11px;
    border-radius: 100px;
    font: 23px/100% arial, sans-serif;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
}

.FullScreenMessage .close-thin:after {
    content: '×'; /* UTF-8 symbol */
}
  


  .packs-options {
    white-space: nowrap;
    height: 100%;
    /* margin-left: 4%;
    padding-left: 4%; */
    
}

.packs-options .freepreview{
    display: inline-block;
    padding: 3px 3px;
    border: 1px solid #e41329;
    font-size: 10px;
    margin-left: 5px;
    font-weight: bold;
    color: #e41329;
}

.packs-options.border{
    border-right: 1px solid #333333;
}

.packs-options .pack-item > label{
  width: 100%;
}
.packs-options .pack-item {
    /* margin-bottom: 15px; */
    border-bottom: 0px solid #1b1b1b;
    font-size: 14px;
    font-family: "Signika","Segoe UI", Segoe, "Open Sans", "Trebuchet MS", Verdana, sans-serif;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 10px;
    cursor: pointer;
}

.packs-options .pack-item:hover{
    background: #333333;
}

.packs-options .pack-item:last-child {
    border-bottom: 0px;
}

.packs-options .pack-item b{
    font-size: 14px;
    font-weight: 400;
}
.packs-options .pack-item small {
    font-weight: 400;
    display: block;
    margin-top: 5px;
    width: calc(100% - 65px);
}

.packs-options .pack-icon{
    background-image: url(../images/icon-core.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 30px;
    filter: brightness(200%);
    margin-top: 00px;
    background-position: center;
}

.packs-options .pack-icon.pack-web{
    background-image: url(../images/icon-web.png);
}

.packs-options h2{
    text-align: center;
    font-size: 14px;
    margin: 0;
    display: inline-block;
    color: #a0a0a0;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 8px;
    margin-bottom: 20px;
}

.packs-options input[type=radio]{
    margin-top: 2px;
}

.FullScreenMessage.newPad .search-input input{
    border-radius: 0px;
    margin-bottom: 20px;
    background: transparent;
    border-width: 0;
    border-bottom: 1px solid #333333;
}

body:not(.invert) .FullScreenMessage.newPad{
    color: #000;
}

body:not(.invert) .packs-options h2{
    color: #333333;
}

body:not(.invert) .packs-options .pack-icon{
    filter: brightness(30%);
}

body:not(.invert) .packs-options .pack-item:hover{
    background: #e4e4e4;
}

body:not(.padmode) .FullScreenMessage.newPad{
    height: 60vh;
}

.rc-collapse-content{
    padding: 0;
    background-color: transparent;
    overflow: visible;
}

.rc-collapse-content > .rc-collapse-content-box{
    margin: 0;
    padding-left: 15px;
}

.rc-collapse{
    border-radius: 0;
    background-color: transparent;
    border: 0px;
}

.rc-collapse > .rc-collapse-item{
    border-top: none;
}

.rc-collapse > .rc-collapse-item > .rc-collapse-header{
    text-indent: 6px;
    -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.rc-collapse > .rc-collapse-item > .rc-collapse-header:focus{
    outline: none;
}

.depsContainer b{
    display: block;
    margin: 10px 0px;
    color: #ffffff88;
}

.depsContainer ul{
    list-style: none;
    padding: 0;
    /* margin-left: 10px; */
    color: rgb(189, 189, 189);
    font-size: 15px;
}

.depsContainer ul li{
    padding: 6px 4px;
}

.depsContainer ul li > span{
    max-width: calc(100% - 80px);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.depsContainer ul li i{
    opacity: 0.5;
    font-size: 12px;
    margin-right: 3px;
    float: right;
    padding: 0px 2px;
    max-width: 60px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.depsContainer .remove-package{
    padding: 2px 5px;
    color: rgb(189, 189, 189);
    font-size: 10px;
    float: right;
    opacity: 0.5;
}
.depsContainer .remove-package:hover{
    opacity: 1;
}

.depsContainer .search-input{
    padding-right: 10px;
}

.depsContainer .search-input input{
    width: 100%;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #ffffff88;
    padding: 5px;
    outline: 0px;
    color: #fff;
}
.depsContainer .search-input input:focus{
    border-bottom: 2px solid #4c81dd;
}

.depsContainer .search-results li.active-tile{
    border-bottom: 1px solid #555;
}

.depsContainer .search-results li.active-tile a{
    color: inherit;
}

.depsContainer .search-results li.active-tile .btn{
    background: transparent;
    color: inherit;
    border: 1px solid rgb(189, 189, 189);
    opacity: 0;
    margin: 5px 0px;
}
.depsContainer .search-results li.active-tile:hover .btn{
    opacity: 1
}

.depsContainer .search-results li.active-tile h4{
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 6px;
    margin-top: 0;
    max-width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.depsContainer .search-results li.active-tile span{
    font-size: 13px;
    white-space: inherit;
    max-width: 100%;
}
.depsContainer > p{
    text-align: center;
    margin-top: 40px;
}

a.underline{
    text-decoration: underline;
}

.xterm .xterm-viewport{
    overflow-y: auto;
}

.howHearModal .form-check label{
    font-weight: normal;
    padding: 3px 3px;
}
.howHearModal .form-check input{
    margin-right: 10px;
}

.howHearModal textarea{
    width: 100%;
    resize: vertical;
    margin-top: 10px;
}
/* 
.languageDropdown{
    background: transparent;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 6px 50px;
    text-align: center;
} */

.popover.languageDropdown{
    max-width: inherit;
}

.codetoolbar .caret{
    float: right;
    margin-top: 8px;
}

.share-heading{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
#settingsNav {
    border-bottom: 1px solid #eeeeee;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  #settingsNav a {
    display: inline-block;
    padding: 10px 0px;
    margin-right: 25px;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
  }

  .control-label {
    text-align: left !important;
  }
  
  #settingsNav a.active {
    border-bottom: 1px solid #666;
  }
  
  .settingInfo {
    padding: 0px 10px;
    margin-top:20px;
  }
  .settingInfo h3 {
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    color: #4c81dd;
    margin-bottom: 10px;
  }
  
  .settingPanel {
    border-right: 1px solid #eeeeee;
    margin-top:20px;
  }
  
  .settingPanel.noborder {
    border-right: 0px;
  }
  
  .settingPanel p {
    word-wrap: break-word;
  }
  
  #settings h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 100;
  }
  
  #teamList .label {
    margin-left: 5px;
  }

  .invoicesTable{
    display: block;
    height: 230px;
    overflow-y: scroll;
  }

  .invoicesTable table.table-billing {
    table-layout: fixed;
  }

  .invoices-tr .label-success {
    background-color: #20A94520;
    color: #5CB85C;
  }


  .invoices-tr .label-warning {
    background-color: #5cb5f74f;
    color: #4B81DD;
  }


  .invoices-tr .label-danger {
    background-color: #FEE2DD;
    color: #EA4F24;
  }

  .table-billing {
    border: 1px solid #eeeeee;
  }
  .table-billing thead > tr > th {
    border-bottom: 0px;
    background-color: #eeeeee;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 8px;
  }
  .table-billing tbody > tr > td,
  .table-billing tbody > tr > th {
    border-top: 1px solid #eeeeee;
    font-size: 15px;
    padding: 12px 8px;
    color: #212121;
  }
  .table-billing tbody > tr > th {
    color: #4c81dd;
  }
  .table-billing tbody > tr > th span {
    font-weight: normal;
    display: block;
    font-size: 14px;
    color: #212121;
  }
  
  #plan-tabs .nav-tabs > li > a {
    font-size: 18px;
    font-weight: normal;
    background-color: transparent;
    color: #4c81dd;
    border: 0px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #bbb;
  }
  #plan-tabs .nav-tabs > li.active > a,
  #plan-tabs .nav-tabs > li.active > a:focus,
  #plan-tabs .nav-tabs > li.active > a:hover {
    border: 1px solid #bbb;
    border-top: 2px solid #4c81dd !important;
  }
  
  #plan-modal .modal-dialog {
    width: auto;
    max-width: 1100px;
  }
  #plan-modal .modal-dialog .modal-body {
    text-align: center;
  }
  
  a.underline {
    text-decoration: underline;
  }
  
  .btn-modifyCard {
    margin-left: 20px;
  }
  
  .teamcredits .progress {
    height: 30px;
  }
  
  .teamcredits .progress-bar {
    font-size: 14px;
    line-height: 29px;
  }
  
  .tooltipLeftAlign .tooltip-inner {
    text-align: left;
  }
  
  .pricingToggle {
    margin-top: 10px;
  }
  .pricingToggle .toggle, .pricingToggle .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
  }
  .pricingToggle .toggler {
    color: #616161;
    transition: 0.2s;
    font-weight: bold;
  }
  .pricingToggle .toggler--is-active {
    color: #4c81dd;
  }
  .pricingToggle .b {
    display: block;
  }
  .pricingToggle .toggle {
    position: relative;
    width: 80px;
    height: 35px;
    border-radius: 100px;
    background-color: #4c81dd;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
  }
  .pricingToggle .check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
  }
  .pricingToggle .check:checked ~ .switch {
    right: 2px;
    left: 57.5%;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0.08s, 0s;
  }
  .pricingToggle .switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 57.5%;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: left, right;
    transition-delay: 0s, 0.08s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  
  .howHearModal .form-check label {
    font-weight: normal;
    padding: 3px 3px;
  }
  
  .howHearModal .form-check input {
    margin-right: 10px;
  }
  
  .howHearModal textarea {
    width: 100%;
    resize: vertical;
    margin-top: 10px;
  }

  #system-top-container{
    position: fixed;
    z-index: 10000;
    width: 100%;
  }

  .warning-component-container {
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.warning-component-container.top_try_the_new_layout {
    background-image: url('../images/confetti2.png');
    background-size: 400px;
    -webkit-animation: animate_background 60s linear 0s infinite;
    -moz-animation: animate_background 60s linear 0s infinite;
    -o-animation: animate_background 60s linear 0s infinite;
    animation: animate_background 60s linear 0s infinite;
    background-color: #14293c;
}


@keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 0 1080px;
    } 
}
@-moz-keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 0 1080px;
    } 
}
@-o-keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 0 1080px;
    } 
}
@keyframes animate_background { 
    from { 
        background-position: 0 0;
    } 
    to { 
        background-position: 0 1080px;
    } 
}

  .warning-component-container .update-payment-text-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.warning-component-container .icon-close {
    vertical-align: middle;
    margin-right: 15px;
    font-size: 22px;
    cursor: pointer;
}
.warning-component-container .update-payment-text-container .update-payment-button {
    margin-left: 16px;
    color: #ffffff !important;
    cursor: pointer;
    text-decoration: underline;
    overflow: hidden !important;
    white-space: nowrap;
}
.react-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 5px;
  }
  
  .react-tagsinput--focused {
    border-color: #020202;
  }
  
  /* .react-tagsinput-tag {
    background-color: #cde69c;
    border-radius: 2px;
    border: 1px solid #a5d24a;
    color: #638421;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px;
  } */
  
  .react-tagsinput-remove {
    cursor: pointer;
    font-weight: bold;
  }
  
  .react-tagsinput-tag a::before {
    content: " ×";
  }
  
  .react-tagsinput-input {
    background: transparent;
    border: 0;
    color: #777;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 1px;
    outline: none;
    padding: 5px;
    width: 80px;
  }
  .react-autosuggest__input {
    width: 240px;
    height: 30px;
    padding: 10px 20px;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #aaa;
    border-radius: 4px;
  }
  
  .react-autosuggest__input--focused {
    outline: none;
  }
  
  .react-autosuggest__input--open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  
  .react-autosuggest__suggestions-container {
    display: none;
  }
  
  .react-autosuggest__suggestions-container--open {
    display: block;
    position: absolute;
    top: 90%;
    left:15px;
    width: 280px;
    border: 1px solid #aaa;
    background-color: #fff;
    font-weight: 300;
    font-size: 16px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 2;
  }
  
  .react-autosuggest__suggestions-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  
  .react-autosuggest__suggestion {
    cursor: pointer;
    padding: 10px 20px;
  }
  
  .react-autosuggest__suggestion--highlighted {
    background-color: #ddd;
  }

  /* Default state */
.rc-checkbox {
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    display: inline-block;
    position: relative;
    line-height: 1;
    vertical-align: middle;
  }
  .rc-checkbox:hover .rc-checkbox-inner,
  .rc-checkbox-input:focus + .rc-checkbox-inner {
    border-color: #3dbcf6;
  }
  .rc-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    border-color: #d9d9d9;
    background-color: #ffffff;
    transition: border-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  }
  .rc-checkbox-inner:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 1px;
    display: table;
    width: 5px;
    height: 8px;
    border: 2px solid #ffffff;
    border-top: 0;
    border-left: 0;
    content: ' ';
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    animation-duration: 0.3s;
    animation-name: amCheckboxOut;
  }
  .rc-checkbox-input {
    position: absolute;
    left: 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  /* Checked state */
  .rc-checkbox-checked:hover .rc-checkbox-inner {
    border-color: #3dbcf6;
  }
  .rc-checkbox-checked .rc-checkbox-inner {
    border-color: #3dbcf6;
    background-color: #3dbcf6;
  }
  .rc-checkbox-checked .rc-checkbox-inner:after {
    transform: rotate(45deg);
    position: absolute;
    left: 4px;
    top: 1px;
    display: table;
    width: 5px;
    height: 8px;
    border: 2px solid #ffffff;
    border-top: 0;
    border-left: 0;
    content: ' ';
    animation-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);
    animation-duration: 0.3s;
    animation-name: amCheckboxOut;
  }
  @media print {
    .rc-checkbox-checked .rc-checkbox-inner {
      box-shadow: inset 0 0 0 16px #3dbcf6;
    }
  }
  .rc-checkbox-disabled.rc-checkbox-checked:hover .rc-checkbox-inner {
    border-color: #d9d9d9;
  }
  .rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner {
    background-color: #f3f3f3;
    border-color: #d9d9d9;
  }
  .rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner:after {
    animation-name: none;
    border-color: #cccccc;
  }
  @media print {
    .rc-checkbox-disabled.rc-checkbox-checked .rc-checkbox-inner {
      box-shadow: inset 0 0 0 16px #f3f3f3;
    }
  }
  .rc-checkbox-disabled:hover .rc-checkbox-inner {
    border-color: #d9d9d9;
  }
  .rc-checkbox-disabled .rc-checkbox-inner {
    border-color: #d9d9d9;
    background-color: #f3f3f3;
  }
  .rc-checkbox-disabled .rc-checkbox-inner:after {
    animation-name: none;
    border-color: #f3f3f3;
  }
  .rc-checkbox-disabled .rc-checkbox-inner-input {
    cursor: default;
  }
  @keyframes amCheckboxIn {
    0% {
      opacity: 0;
      transform-origin: 50% 50%;
      transform: scale(0, 0) rotate(45deg);
    }
    100% {
      opacity: 1;
      transform-origin: 50% 50%;
      transform: scale(1, 1) rotate(45deg);
    }
  }
  @keyframes amCheckboxOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .editPencil{
    margin-left:10px;
    opacity:0;
    display:inline-block;
    padding: 5px;
  }

  table.padslist tr.list-item:hover td.name-col .editPencil{
    opacity:1;
  }
  .editPencil:hover{
    background-color: #00a900;
    color: #FFF;
    border-radius: 4px;
  }
  .editPencilDisabled{
    margin-left:10px;
    opacity:0;
    display:inline-block;
    padding: 5px;
  }

  .copyInterviewLink:active {
    background-color: #005400;
  }

  .copyInterviewLinkCopied:hover{
    background-color: #eee;
    color: #000;
  }

  table.padslist tr.list-item:hover td.name-col .editPencilDisabled{
    opacity:1;
    color: #6c757d!important;
  }
  .tag span{
      font-size: 14px;
  }
  .tag{
    height: 25px;
    margin-right: 5px;
    background-color: transparent !important;
    border-radius: 2px !important;
    border: 1px solid !important;
    font-size: 13px;
    display: inline !important;
    min-width: 70px;
    padding: 0px 12px;
    font-weight: lighter;
  }
  /*.tag:first-of-type{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .tag:not(:first-child):not(:last-child){
      border-radius:0px !important;
  }
  .tag:last-of-type {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}*/


#tagintromodal h3{
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 20px;
}
#tagintromodal p{
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    line-height: 25px;
    padding-bottom: 16px;
}

#tagintromodal #screenshot{
    margin-top: 0;
    border-radius: 8px;
}
.outputDatabase{
    background-color:#f5f5f5;
    height:1052px;
    border-left: 1px solid #4a4a4a;
}
.databaseBar{
    background-color:#f5f5f5;
    border:0;
    padding:5px;
    position: inherit;

    border: 1px solid #ccc;
    border-top:0px;
    /* border-radius: 4px; */
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    /* border-bottom: 0px; */
}
#outputDatabaseText {
    border-left: 5px solid #c7c7c7;
    padding-left: 10px;
    white-space: pre-wrap;
    margin-top:10px;
    font-family: monospace;
    font-size: 15px;
    color: #000000;
}
#outputDatabaseText .error{
    color:#e41329;
    border-left: 5px solid #e41329;
}
.templateEditor{
    margin-bottom: 0px;
}
.templateRun{
    border:0 !important;
}


.pagination-container {
/* background: #fdfdfd; */
padding: 1rem;
margin: 10rem auto;
margin-top: 0px;
display: block;
/* border-radius: 0.2rem; */
/* box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.3); */
text-align: center;
}
.pagination-container:after {
clear: both;
content: "";
display: table;
}
.pagination-container ul {
width: 100%;
}

.pagination-container ul, .pagination-container li {
list-style: none;
display: inline;
padding-left: 0px;
}

.pagination-container li:hover a {
color: #fdfdfd;
background-color: #4c81dd;
border-color: #4c81dd;
}
.pagination-container li.active a {
color: #fdfdfd;
background-color: #4c81dd;
border-color: #4c81dd;
}
/* .pagination-container li:first-child {
float: left;
}

.pagination-container li:last-child {
float: right;
} */

.pagination-container li a {
border: solid 1px rgba(238, 238, 238, 0.65);
border-left-width: 0px;
/* color: #7d7d7d; */
text-decoration: none;
/* text-transform: uppercase; */
display: inline-block;
text-align: center;
padding: 0.5rem 0.9rem;
}
.pagination-container li:first-child a{
    border-left-width: 1px;
}
.langHeading{
    margin-bottom:10px;
}
.langHeading > h2{
    margin-bottom:0px;
}

.langHeading span {
    margin: 5px 0px 20px;
    display: block;
}

.couponContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.oldPrice {
    font-size: 18px;
    color: #999;
    margin-right: 5px;
}

.haveCouponText {
    font-size: 15px;
    color: #555555;
}

.marginright15{
    margin-right: 15px;
}

.marginright10 {
    margin-right: 10px;
}

.marginright20 {
    margin-right: 20px;
}

.marginright50 {
    margin-right: 50px;
}

.interview-setting-allow-call-container {
    display: flex;
}

.interview-settings-save-btn-container {
    margin-top: 15px;
}

.interview-make-call-wrapper {
    display: inline;
}

.google-icon{
    background-image: url(../images/google.svg);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.sign-in-with-google-button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-in-with-google-button > p {
    margin: 0;
}

.signup-success-container {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.monaco-editor .overflow-guard {
    position: relative;
    overflow: hidden;
}

/* adjust the contents on smaller devices */
@media (max-width: 768px) {
    .column .padding {
        padding: 7px;
    }

    .full {
        padding-top: 20px;
    }

    .navbar-blue {
        background-color: #4c81dd;
        top: 0;
        width: 100%;
        position: relative;
    }
}

/*
 * off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left.active {
        left: 33%;
    }

    .row-offcanvas-left.active .sidebar-offcanvas {
        left: -33%;
        position: absolute;
        top: 0;
        width: 33%;
        margin-left: 5px;
    }

    #sidebar,
    #sidebar a,
    #sidebar-footer a {
        padding-left: 3px;
    }
}


@media (max-width: 767px) {
    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }

    .text-center-xs {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 13px;
        padding-bottom: 12px;
    }

    .breadarrow {
        display: block;
    }

    .breadbutton {
        padding-left: 28px;
    }

    .navbar-nav li a:hover {
        background: transparent !important;
        color: #AFCEE9 !important;
    }

    .navbar-nav .open a:hover {
        background: #fff !important;
        color: #4c81dd !important;
    }

    #tagintromodal .modal-dialog {
        width: 850px;
        margin: 30px auto;
    }

    .Pane.vertical.Pane1 #padtopbar {
        height: 40px;
        max-height: 40px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-sm {
        text-align: left;
    }

    .text-right-sm {
        text-align: right;
    }

    .text-center-sm {
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-md {
        text-align: left;
    }

    .text-right-md {
        text-align: right;
    }

    .text-center-md {
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-left-lg {
        text-align: left;
    }

    .text-right-lg {
        text-align: right;
    }

    .text-center-lg {
        text-align: center;
    }
}

.language-container-grid {
    display: grid; /* Sets display to grid */
    grid-template-rows: 1fr;
    justify-items: stretch;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
}

@media (max-width:1350px) and (min-width: 1024px) {
    .packs-options .pack-icon {
        width: 15px;
        height: 15px;
    }

    .packs-options h2 {
        text-align: center;
        font-size: 12px;
        margin: 0;
        display: inline-block;
        color: #A0A0A0;
        vertical-align: top;
        margin-top: 0;
        margin-left: 8px;
        margin-bottom: 6px;
    }

    .packs-options .pack-item b {
        font-size: 11px;
        letter-spacing: 1.1;
        font-weight: 400;
    }

    .packs-options .freepreview {
        display: inline-block;
        padding: 1px 1px;
        border: 1px solid #E41329;
        font-size: 8px;
        margin-left: 5px;
        font-weight: bold;
        color: #E41329;
    }

    .FullScreenMessage.newPad {
        padding: 25px 0%;
        width: 55vw;
    }
}

.address-bar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 5px;
    padding: 5px 0px;
    background-color: #efefef;
}

.navigation-buttons,
.action-buttons {
    display: flex;
    width: 100%;
}

.navigation-buttons>.btn,
.action-buttons>.btn {
    background-color: #ececec !important;
}

.toolbar {
    display:flex;
}

.url-input {
    background-color: #ccc;
}

.url-reset-btn {
    background-color: #ececec !important
}

.display-none {
    display: none !important;
}

.image-preview-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: invert(1);
    background-color: #242424;
    overflow: auto;
    background-image: url(/assets/images/checkerboard-tiled.png);
    background-repeat: repeat;
}

.img-viewer-codepad {
    padding: 70px;
    padding: 10px 10px 70px 10px;
    margin: auto;
    overflow-x: auto;
    overflow-y: auto;
}
/* Intellisense Loading */
div#intelli_loader {
    max-width: 170px;
    width: 170px;
    display: inline-block;
    margin-top: 10px;
}

#intelli_loader > span i {
    margin: 0 5px 0 0;
}


.glyphicon.fast-right-spinner {
    -webkit-animation: glyphicon-spin-r 1s infinite linear;
    animation: glyphicon-spin-r 1s infinite linear;
}
@keyframes glyphicon-spin-r {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#intelli_loader span.hide-animation {
    animation : intelliCssAnimation 2s;
    animation-fill-mode: forwards;
}

@keyframes intelliCssAnimation {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* For API Client */
.mb0 {
    margin-bottom: 0px;
}

.mt5 {
    margin-top: 5px;
}

.commandDropdown, #button_run {
    height: 35px;
    padding: 10px 15px; 
    display: inline-flex; 
    align-items: center;
    justify-content: center; 
    box-sizing: border-box;
}

.commandDropdown {
    border-radius: 0 4px 4px 0;
    border: 0 !important;
    padding-bottom: 18px;
    filter: invert(1) !important;

    border-top: 1px solid rgba(0, 0, 0, .125) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
    border-right: 1px solid rgba(0, 0, 0, .125) !important;
}

#button_run.has_command_dropdown {
    border-radius: 4px 0 0 4px;
    margin-right: 0px !important;
}


#command-dropup-div.open > .btn-success.dropdown-toggle {
    background-color: rgb(97, 152, 32) !important;
}

.isCompiling:hover {
    background-color: rgb(205, 60, 62) !important;
}

.isCompiling:focus {
    background-color: rgb(205, 60, 62) !important;
}

.commandDropdown.btn-danger:hover {
    background-color:rgb(205, 60, 62);
}

.command-dropdown-menu {
    min-width: 125px !important;
}

.w-full {
    width: 100%;
}

.editManageTeamPencil {
    margin-left: 10px;
    opacity: 0;
    display: inline-block;
    padding: 5px;
}

#manage-team-item:hover {
    background-color: #f2f2f2;
    cursor: pointer;
}

.editManageTeamPencil:hover {
    background-color: #00a900;
    color: #FFF;
    border-radius: 4px;
}

#teamListItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    white-space: wrap !important;
    padding: 6px 12px;
}

#teamsSettings {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.teamSettingsInfo {
    display: flex;
    justify-content: space-between;
}

.teamSettingsInfo > .actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.editTeam {
    float: left !important;
    font-size: 15px;
    line-height: inherit;
    display: flex;
    align-items: center;;
}

.editTeam > .icon {
    margin-right: 10px;
}

.removeTeamMember {
    border: 0
}

.label-owner {
    background-color: #EDF0F5;
    color: #000;
}

.addTeamMemberIcon {
    font-size: 16px;
    border: 1px solid;
    padding: 3px;
}

.addTeamMemberTh {
    min-width: 130px !important;
}

.teamMembersModal > .modal-dialog {
    width: 80%;
}

.modal-header .close {
    color: #000 !important;
}

.settingPanel > .table-responsive {
    max-height: 100% !important;
}

#teamListTable {
    display: flex;
    justify-content: center;
}

#teamListTable > .settingPanel {
    border-right: 0;
    height:500px !important;
    border: 1px solid #DDE3EB;
    border-radius: 8px;
    padding: 15px;
}

.team-dropdown-bar {
    width: 100%;
}

.close.textclose.editTeam svg.icon {
    width: 0.9em;
    height: 0.9em;
}

.close.textclose.editTeam {
    opacity: 0.4;
}

#logo-lever {
    background: url('../images/logo-lever.svg') no-repeat;
    background-size: contain;
    width: 100px;
    height: 35px;
}

#logo-greenhouse {
    background: url('../images/logo-greenhouse.png') no-repeat;
    background-size: contain;
    width: 100px;
    height: 20px;
}

#logo-ashby {
    background: url('../images/ashby-logo.png') no-repeat;
    background-size: contain;
    height: 40px;
    width: 100px;
}

.stage-checkbox {
    margin-left: 10px !important;
}

.stages-table-greenhouse {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.stages-table-greenhouse * {
    font-size: 14px;
}

.integration-settings {
    display: flex;
    justify-content: space-around;
}

#integration-container {
  height: 95%;
}

#integration-container .heading {
    display: flex;
    height: 65px;
    align-items: center;
}

#integration-container .btn {
    border-color: #DDE3EB;
    border-bottom: 2px solid #DDE3EB;
}

.leverModal {
    height: 100%;
    max-height: 250px;
}

.leverModalHeading {
    background-color: #FFF;
    color: #555555;
}

@keyframes fadeOut {
    from {
      opacity: 1;
      visibility: visible;
    }

    to {
      opacity: 0;
      visibility: hidden;
    }
}

.center-align-items {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

:is(#template-language-dropdown, #sorting-dropdown) ul.dropdown-menu {
    max-height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
    width: 250px !important;
}


:is(#template-language-dropdown, #sorting-dropdown) .dropdown-toggle.btn.btn-default {
    width: inherit;
    text-align: left;
}

#dropdown-language {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#dropdown-language .dropdown-text {
    overflow-x: hidden;
    text-overflow: ellipsis;
}

#template-language-dropdown #dropdown-language .caret {
    flex-shrink: 0;
    margin-left: 6px;
}

#template-language-dropdown svg {
    color: #5cb85c;
    margin-left: 5px;
    font-size: 25px;
}

#sorting-dropdown svg {
    float: right;
    margin-top: 2px;
}

#template-language-dropdown .dropdown-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: none;
}

#template-language-dropdown .dropdown-item svg {
    flex-shrink: 0;
}

#dropdown-sorting ul.dropdown-menu {
    scrollbar-width: thin;
    min-width: 100%;
}

#template-language-dropdown .dropdown-option-text {
    white-space: break-spaces;
}

.billing-action-btns {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    margin-right: 100px;
}

.billing-action-btn {
    border: 1px solid lightgrey;
    border-radius: 3px;
    padding: 5px 8px;
}

.invoices-tr:hover {
    background-color: #f9f9f9;
}

.locked-run-btn {
    pointer-events: auto !important;
    background-color: rgb(97, 152, 32) !important;
}

.btn-sort {
    padding-left: 5px;
    color: #555555 !important;
}

.btn-sort > span {
    display: flex;
    align-items: center;
}

.btn-sort:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.btn-sort:active:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.btn-sort:hover {
    text-decoration: none;
}

.input-container {
    position: relative;
}
  
.clear-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}

.clear-button:hover {
    color: #333;
}

.form-control {
    padding-right: 30px;
}

.filter-header > span {
    display: flex;
    align-items: center;
}

.billing-action-btn.btn-success {
    background-color: #00A900;
}

.invoicesTable td {
    vertical-align: middle !important;
}

#integration-container .content {
    min-height: 80px;
}
/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */

/**
 *  Default styles for xterm.js
 */

 .xterm {
    font-family: courier-new, courier, monospace;
    font-feature-settings: "liga" 0;
    position: relative;
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.xterm.focus,
.xterm:focus {
    outline: none;
}

.xterm .xterm-helpers {
    position: absolute;
    top: 0;
    /**
     * The z-index of the helpers must be higher than the canvases in order for
     * IMEs to appear on top.
     */
    z-index: 10;
}

.xterm .xterm-helper-textarea {
    /*
     * HACK: to fix IE's blinking cursor
     * Move textarea out of the screen to the far left, so that the cursor is not visible.
     */
    position: absolute;
    opacity: 0;
    left: -9999em;
    top: 0;
    width: 0;
    height: 0;
    z-index: -10;
    /** Prevent wrapping so the IME appears against the textarea at the correct position */
    white-space: nowrap;
    overflow: hidden;
    resize: none;
}

.xterm .composition-view {
    /* TODO: Composition position got messed up somewhere */
    background: #000;
    color: #FFF;
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.xterm .composition-view.active {
    display: block;
}

.xterm .xterm-viewport {
    /* On OS X this is required in order for the scroll bar to appear fully opaque */
    background-color: #000;
    overflow-y: scroll;
    cursor: default;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.xterm .xterm-screen {
    position: relative;
}

.xterm .xterm-screen canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.xterm .xterm-scroll-area {
    visibility: hidden;
}

.xterm-char-measure-element {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999em;
    line-height: normal;
}

.xterm {
    cursor: text;
}

.xterm.enable-mouse-events {
    /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
    cursor: default;
}

.xterm.xterm-cursor-pointer {
    cursor: pointer;
}

.xterm.xterm-cursor-crosshair {
    /* Column selection mode */
    cursor: crosshair;
}

.xterm .xterm-accessibility,
.xterm .xterm-message {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    color: transparent;
}

.xterm .live-region {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}