.bold {
    font-style: bold;
    font-weight: 700;
}

.full-width-button {
  width: 100%;
  display: block;
  text-align: justify;
}

.w700 {
    width: 700px !important;
}

.w500 {
    width: 500px !important;
}

.strikethrough {
    text-decoration: line-through;
}

.w300 {
    width: 300px !important;
}

.nextButton {
  border: 2px solid black;   cursor: pointer;  background-color: yellow; 
  border-radius: 8px;
  text-align: center;
  padding: 6px;}

.whiteButton {
  border: 2px solid black;   cursor: pointer;  background-color: white; 
  border-radius: 8px;
  text-align: center;
  padding: 6px;}

table#demotable {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

table#demotable tbody {
    display: block;
    width: 100%;
    overflow: auto;
}

table#demotable thead tr {
    display: block;
}

.sheader {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: darkgrey;
    padding: 10px;
    Font-weight: 700;
    Color: black;
}

.vtheader {
    background-color: #F6F6DE;
    text-align: center;
    vertical-align: top;
    font-weight: normal;
}

.vtcell {
    background-color: #F6F6DE;
    border: 1px dotted black;
    width: 200px;
    vertical-align: top;
}

.vtwhite {
    background-color: white;
    border: 1px dotted black;
    width: 200px;
    vertical-align: top;
}

.greyed {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%) blur(1px);
}

.inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.dottedUnderline {
    border-bottom: 1px dotted;
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.lightBorder {
    border: 1px dotted grey;
}

 .topElement {
     position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    height: 50;
    background-color: #212225;
    padding: 10;
}

.scrollElement {
    scroll: auto;
    height: 100dvh;
    width: 100%;
    z-index: 100;
}

.highlightedImg {
    opacity: 1.0;
}

.fullwidth {
    width: 100%;
}

.sixteen {
    height: 16px;
}

.normalImg {
    opacity: 0.2;
}

.ratingMenu {
    width: 50px;
    height: 30px;
    border: 1px solid #999;
    font-size: 18px;
    color: #1c87c9;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 4px 4px #ccc;
}

button:focus {
    Outline: none !important;
    Border: none !important;
}

.dots {
  width: 100%;
  background: radial-gradient(circle 18px at center, #999 8%, transparent 8%);
  background-size: 6px;
  background-repeat: repeat-x;
}

.field {
    background-color: #F4FCDD;
}

.whitefield {
    background-color: white;
}

.greyfield {
    background-color: #E3F8F8;
}

.yellowfield {
    background-color: yellow;
}

.ib {
    display: inline-block;
}

.table {
    border-spacing: 0px;
}

.td {
    padding: 0px;
}

.bds {
}

.ptr {
    cursor: pointer;
}

.postGrabbed {
    border: 2px dotted grey;
}

.nomargin {
    margin-right: 0;
    margin-left: 0;
}

.postNormal {
    border: 2px solid white;
}

.typeShadow {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 3px 0 #ced5e7;
    background-color: #62d3c0;
}

.mission {
    margin: 4px;
    border: 2px dotted grey;
    background-color: white;
    border-radius: 8px;
    padding: 8px;
    font-size: 12px;
    font-family: Proxima-nova;
    text-align: left;
    vertical-align: top;
    letter-spacing: 0.6px;
    Width: 200px;
}

.mission:hover {
    text-decoration: underline;
    cursor: pointer;
}

.Heading1 {
    font-family: Proxima-nova;
    font-size: 18px;
    font-weight: 600;
    Line-height: 24px;
    letter-spacing: 0.6px;
    color: #252d40;
}

.Heading2 {
    font-family: Proxima-nova;
    font-size: 16px;
    font-weight: 600;
    Line-height: 24px;
    letter-spacing: 0.6px;
    color: #252d40;
}

.Heading3 {
    font-family: Proxima-nova;
    font-size: 13px;
    font-weight: 600;
    Line-height: 24px;
    letter-spacing: 0.6px;
    color: #252d40;
}

.BodyText1 {
    font-family: Proxima-nova;
    font-size: 13px;
    Line-height: 24px;
    letter-spacing: 0.6px;
}

.BodyText2 {
    font-family: Proxima-nova;
    font-size: 12px;
    Line-height: 24px;
    letter-spacing: 0.6px;
}

.morePill {
    width: 40px;
    height: 40px;
    opacity: 0.8;
    Text-align: center;
    Padding: 8px 0px 18px 0px;
    border-radius: 8px;
    background-color: #d9dbe9;
}

.darkBack {
    background-color: #36393F;
}

.greyBack {
    background-color: lightgrey;
}

.blueBack {
    background-color: #5765F2;
}

.blackText {
    Color: #252D40;
}

.greyText {
    Color: #979FB4;
}

.lightText {
    color: #B9BBBE
}

.whiteText {
    Color: #FFFFFF;
}

.blueText {
    Color: #556FF;
}

.navbar {
    Background-color: white;
    Height: 60px;
}

.helptext {
    font-family: Helvetica, Sans-Serif;
    font-size: 14px;
}

svg {
    font: 10px sans-serif;
    shape-rendering: crispEdges;
}

.axis path, .axis line {
    fill: none;
    stroke: #000;
}

path.domain {
    stroke: none;
}

.y .tick line {
    stroke: #ddd;
}

.fullPanel {
    Height: calc(100vh - 150px);
    Overflow: auto;
}

.halfPanel {
    Height: calc(50vh - 75px);
    Overflow: auto;
}

.closedPanel {
    Height: 50px;
    Overflow: hidden;
}

.searchBox {
    width: 250px;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #eceff7;
    background-color: #ffffff;
    font-family: Proxima-Nova;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.6px;
    color: #979fb4;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #979fb4;
    opacity: 1;
    /* Firefox */
}

.searchInput {
    border-style: hidden;
    font-size: 12px;
    font-family: Proxima-Nova;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.6px;
    color: #979fb4;
    background-color: white;
    Width: 190px;
}

.members {
    font-family: Proxima-nova;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.6px;
    color: rgba(37, 45, 64, 0.81);
}

.tag {
    height: 32px;
    padding: 6px 6px 6px 6px;
    border-radius: 8px;
    font-family: Proxima-nova;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: center;
    background-color: #e7eaf5;
    color: #556fff;
}

.statusLaunching {
    height: 32px;
    padding: 6px 6px 6px 6px;
    border-radius: 8px;
    font-family: Proxima-nova;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: center;
    background-color: #e7eaf5;
    color: #556fff;
}

.statusActive {
    height: 32px;
    padding: 6px 6px 6px 6px;
    border-radius: 8px;
    font-family: Proxima-nova;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: center;
    background-color: #e7eaf5;
    color: #556fff;
}

.statusClosed {
    height: 32px;
    padding: 6px 6px 6px 6px;
    border-radius: 8px;
    font-family: Proxima-nova;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: center;
    background-color: #f5e7e7;
    color: #ff5555;
}

.statusClosing {
    height: 32px;
    padding: 6px 6px 6px 6px;
    border-radius: 8px;
    font-family: Proxima-nova;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: center;
    background-color: #f5e7e7;
    color: #ff5555;
}

.navitem-off {
    font-family: proxima-nova;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #4c556b;
}

.navitem-on {
    font-family: proxima-nova;
    letter-spacing: 0.6px;
    font-size: 13px;
    color: #566aff;
}

.title {
    margin: 4px;
    Padding: 8px;
    border-radius: 8px 0px 0px 8px;
    background-color: black;
    text-align: center;
    color: white;
    font-weight: 600;
    font-family: proxima-nova;
    font-size: 20px;
}

.Tab {
    Cursor: pointer;
    Padding: 4px;
    height: 25;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 0px;
    background-color: #e7eaf5;
    text-align: center;
    color: #556fff;
    font-weight: 600;
    font-family: proxima-nova;
    font-size: 12px;
}

.TabSelected {
    Cursor: pointer;
    Padding: 4px;
    border-radius: 8px 8px 0px 0px;
    border-bottom: 0px;
    background-color: #556fff;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-family: proxima-nova;
    font-size: 20px;
    s
}

.TopicsLabel {
    font-family: proxima-nova;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #252d40;
    white-space: nowrap;
}

.TopicsItem {
    font-family: proxima-nova;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: rgba(37, 45, 64, 0.81);
}

.LCStep {
    width: 640px;
    height: 24px;
    font-family: proxima-nova;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.6px;
    text-align: center;
    color: #ffffff;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    .card {
         display: inline-block;
}
}

.whiteDiv {
    padding: 8px;
    border: 1px solid black;
    border-radius: 8px;
    background-color: white;
}

.commentDiv {
    padding: 4px;
    border: 1px solid black;
    border-radius: 8px;
    background-color: white;
    font-family: proxima-nova;
    font-size: 14px;
    font-style: italic;
}

.blankDiv {
    padding: 8px;
    border: 1px dotted black;
}

.left {
   text-align: left;
}

.leftDiv {
    max-width: 80%;
    padding: 4px;
    border: 1px solid black;
    border-radius: 8px 8px 8px 0px;
    background-color: white;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-style: italic;
}

.rightDiv {
    max-width: 80%;
    border-radius: 8px 8px 0px 8px;
    border: 1px solid black;
    padding: 4px;
    background-color: #DCFECE;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-style: italic;
}

.argDiv {
    padding: 4px;
    border: 1px solid black;
    border-radius: 8px;
    background-color: #F6F6DE;
    font-family: proxima-nova;
    font-size: 14px;
    font-style: italic;
}

.ProBox {
    border-radius: 8px;
    border: solid 1px rgba(102, 200, 172, 0.57);
    background-color: #dbfbf2;
    padding: 8px;
    font-family: proxima-nova;
    font-size: 12px;
    color: #46ad8f;
    letter-spacing: 0.4px;
}

.ConBox {
    border-radius: 8px;
    border: solid 1px rgba(209, 41, 58, 0.35);
    background-color: #ffe5e9;
    padding: 8px;
    font-family: proxima-nova;
    font-size: 12px;
    color: #d1182b;
    letter-spacing: 0.4px;
}

.argtext {
    font-family: proxima-nova;
    font-size: 14px;
    font-style: italic;
}

.greenDiv {
    padding: 8px;
    border: 1px solid black;
    border-radius: 8px;
    background-color: #F6F6DE;
}

.contextTitle {
    font-family: proxima-nova;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.6px;
    color: #252d40;
}

.contextMembers {
    font-family: proxima-nova;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: rgba(37, 45, 64, 0.81);
}

.LaunchText {
    font-family: proxima-nova;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.6px;
    color: #ffffff;
}

.RegularLink {
    font-family: proxima-nova;
    font-size: 13px;
    color: #556fff;
    letter-spacing: 0.6px;
    cursor: pointer;
}

.bg-orange {
    background-color: var(--orange);
}

.PostBox {
    min-height: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 6px 0 #eceff7;
    background-color: #ffffff;
    white-space: nowrap;
}

.ConjunctBox {
    border-radius: 8px;
    border: solid 1px black;
    background-color: #ffffff;
    padding: 8px;
    margin: 2px;
    font-family: proxima-nova;
    font-size: 12px;
    color: black;
    letter-spacing: 0.4px;
}

.QuestionName {
    font-family: proxima-nova;
    font-size: 16px;
    color: #252d40;
    letter-spacing: 0.4px;
    white-space: nowrap;
    display: inline-block;
    Cursor: pointer;
}

.AnswerName {
    font-family: proxima-nova;
    font-size: 16px;
    color: #252d40;
    letter-spacing: 0.4px;
    white-space: nowrap;
    display: inline-block;
    Cursor: pointer;
}

.ProName {
    font-family: proxima-nova;
    font-size: 14px;
    color: LimeGreen;
    letter-spacing: 0.4px;
}

.ConName {
    font-family: proxima-nova;
    font-size: 14px;
    color: Red;
    letter-spacing: 0.4px;
}

.OtherName {
    font-family: proxima-nova;
    font-size: 14px;
    color: black;
    letter-spacing: 0.4px;
}

.PostTopHeading {
    font-family: Proxima-nova;
    font-size: 18px;
    font-weight: 600;
    Line-height: 1.33;
    letter-spacing: 0.6px;
    color: #252d40;
}

.PostHeading {
    font-family: proxima-nova;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #252d40;
    padding-top: 12px;
    Padding-bottom: 8px
}

.PostText {
    font-family: proxima-nova;
    font-size: 13px;
    letter-spacing: 0.6px;
    color: #252d40;
}

.LoginRectangle {
    width: 440px;
    height: 368px;
    border-radius: 16px;
    background-color: #ffffff;
    padding: 40;
    text-align: left;
}

.topicStatusBox {
    height: 32px;
    opacity: 0.5;
    border-radius: 8px;
    background-color: #f5e7e7;
}

.regularText {
    font-family: proxima-nova;
    font-size: 13px;
    letter-Spacing: 0.6px;
}

.smallButton {
    border: 1px dotted grey;
    text-align: center;
    color: black;
    Cursor: pointer;
    border-radius: 4px;
    font-family: monaco;
    font-size: 12px;
}

.smallBlueButton {
    border: 1px dotted grey;
    background-color: #556fff;
    text-align: center;
    color: #ffffff;
    Cursor: pointer;
    border-radius: 4px;
    font-family: monaco;
    font-size: 12px;
    margin: 0px;
}

.smallWhiteButton {
    border: 1px dotted grey;
    background-color: #ffffff;
    text-align: center;
    color: black;
    Cursor: pointer;
    border-radius: 4px;
    font-family: monaco;
    font-size: 12px;
    margin: 0px;
}

.smallLeftButton {
    border: 1px dotted grey;
    background-color: #ffffff;
    text-align: left;
    color: black;
    Cursor: pointer;
    border-radius: 4px;
    font-family: monaco;
    font-size: 12px;
    margin: 0px;
}

.yellowButton {
    border: 1px dotted grey;
    background-color: yellow;
    text-align: center;
    color: black;
    Cursor: pointer;
    border-radius: 4px;
    font-family: monaco;
    font-size: 18px;
}

.greyButton {
    border: 1px dotted grey;
    background-color: lightgrey;
    text-align: center;
    color: black;
    Cursor: pointer;
    border-radius: 4px;
    font-family: monaco;
    font-size: 18px;
}

.blueButton {
    border: 1px dotted grey;
    background-color: #556fff;
    text-align: center;
    color: #ffffff;
    Cursor: pointer;
    border-radius: 4px;
    font-family: monaco;
}

.blueButton:hover {
    background-color: #002ead;
    transition: 0.3s;
}

.whiteButton1 {
    border: none;
    background-color: #ffffff;
    text-align: center;
    color: black;
    Cursor: pointer;
    border: 1px dotted grey;
    border-radius: 4px;
    font-family: monaco;
}

.whiteButton1:hover {
    background-color: #002ead;
    transition: 0.3s;
    color: white;
}

.otherButton {
    height: 40px;
    width: 40px;
    border-radius: 8px;
    border: none;
    background-color: #e7eaf5;
    font-family: consolas;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.85;
    text-align: center;
    color: #556fff;
    Cursor: pointer;
    box-shadow: 2px 2px 4px #000000;
}

.InputBox {
    padding: 8px;
    border: solid 1px #dbdbdb;
    border-radius: 8px;
    background-color: #ffffff;
    width: 100%;
    Height: 48px;
    font-family: proxima-nova;
    letter-spacing: 0.6px;
    font-size: 13px;
}

.Forgot-password {
    width: 132px;
    height: 24px;
    font-family: proxima-nova;
    font-size: 14px;
    text-align: right;
    letter-spacing: 0.6px;
    color: #556fff;
}

.Remember-me {
    width: 132px;
    height: 24px;
    font-family: proxima-nova;
    font-size: 14px;
    letter-spacing: 0.6px;
    color: #96a0ba;
}

.LoginButton {
    width: 360px;
    height: 48px;
    border-radius: 8px;
    background-color: #556fff;
    Cursor: pointer;
}

.LoginText {
    width: 104px;
    height: 24px;
    font-family: proxima-nova;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.6px;
    color: #ffffff;
}

.opaque {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    background-color: black;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.dropitem {
    cursor: pointer;
    font-size: 12px;
    color: black;
    font-family: proxima-nova;
}

.dropdown-menu {
    left: auto;
    right: 0;
    Padding: 0px;
    cursor: pointer;
    height: auto;
    Width: 100%;
    overflow-x: hidden;
}

.postDiv {
    position: fixed;
    border-radius: 4px;
    background: #C4F2E6;
    border: 2px solid black;
    padding: 8px;
    overflow: scroll;
    z-index: 2000;
    box-shadow: 10px 10px 16px #000000;
}

.reportDiv {
    position: absolute;
    background: #C4F2E6;
    border: 1px dotted grey;
    padding: 16px;
    z-index: 2000;
}

.taskDiv {
    width: 400px;
    position: absolute;
    overflow: scroll;
    border-radius: 16px;
    border: 1px solid #965F06;
    background: #C4F2E6;
    padding: 16px;
    box-shadow: 0 12px 23px 0 rgba(0, 0, 0, 0.06);
    z-index: 2000;
}

.menuDiv {
    position: absolute;
    border-radius: 16px;
    Border: 2px dotted black;
    background: #C4F2E6;
    padding: 10px;
    box-shadow: 0 12px 23px 0 rgba(0, 0, 0, 0.06);
    z-index: 2000;
    font-size: 12px;
    color: black;
    font-family: proxima-nova;
    letter-spacing: 0.6px;
    width: 200px;
    Height: 300px;
    Overflow: auto;
    Display: none;
}

.toastDiv {
    Top: 120px;
    width: 400px;
    Height: 100px;
    position: fixed;
    border-radius: 8px;
    background: #C4F2E6;
    padding: 8px;
    z-index: 2000;
    border: 2px dotted black;
    background: #C4F2E6;
    box-shadow: 5px 5px 8px #000000;
}

.Add-question {
    width: 120px;
    height: 40px;
    border-radius: 8px;
    background-color: #556fff;
    font-family: Proxima-nova;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.6px;
    Border: none;
    text-align: center;
    color: #ffffff;
}

.closed {
    height: 0px;
    overflow: scroll;
    transition: .5s !important;
}

.open {
    height: 300px;
    overflow: scroll;
    transition: .5s !important;
}

.closedDrawer {
    height: 0px;
    padding: 0px;
    overflow: scroll;
    transition: .5s !important;
}

.openDrawer {
    height: 250px;
    padding: 8px;
    overflow: scroll;
    transition: .5s !important;
}

.showTTArgs {
    height: 100px;
    overflow: scroll;
    transition: .5s !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.hideTTArgs {
    height: 0px;
    overflow: hidden;
    transition: .5s !important;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.showMap {
    Background-color: white;
    overflow: auto;
    height: 100vh;
    vertical-align: top;
    width: 100vw;
    overflow: scroll;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.hideMap {
    background-color: white;
    overflow: auto;
    height: 100vh;
    vertical-align: top;
    width: 0px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.showSidebar {
    width: 480px;
    overflow: hidden;
    vertical-align: top;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.hideSidebar {
    width: 0px;
    overflow: hidden;
    vertical-align: top;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.openHelp {
    height: 100px;
    overflow: scroll;
    vertical-align: top;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.closeHelp {
    height: 20px;
    overflow: scroll;
    vertical-align: top;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.blur {
    filter: grayscale(100%) blur(1px);
}

.showAthena {
    overflow: scroll;
    height: 20vh;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.hideAthena {
    overflow: hidden;
    height: 0vh;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s !important;
}

.showDetails {
    overflow: scroll;
    height: 320px;
    border: 1px dotted grey;
    border-radius: 5px;
    padding: 5px;
    background: #BBFFFC;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.hideDetails {
    overflow: hidden;
    height: 0px;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s !important;
}

.showArguments {
    overflow: scroll;
    height: 320px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.hideArguments {
    overflow: hidden;
    height: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s !important;
}

.showConnector {
    height: 320px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.hideConnector {
    height: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s !important;
}

.showArg {
    overflow: scroll;
    height: 400px;
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: .5s !important;
}

.hideArg {
    overflow: hidden;
    height: 0px;
    width: 0%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#cy {
    width: 300px;
    height: 300px;
    display: block;
}

.athenadiv {
    Height: 50px;
    line-height: 24px;
    font-size: 13px;
    font-weight: 600;
    font-family: proxima-nova;
    letter-spacing: 0.6px;
    color: white;
    padding: 4px;
}

.bg-custom {
    background-color: #5589A3;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.nowrap {
    white-space: nowrap;
}

.wrap {
    white-space: normal;
}

.tooltip {
    pointer-events: none;
}

.hidden {
    display: none;
}

.sbutton {
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    font-family: proxima-nova;
    letter-spacing: 0.6px;
    border-radius: 5px;
    border: 2px solid grey;
    background-color: #FAFFE7;
    color: #666666;
    padding: 5px;
    margin: 4px;
    z-index: 8000;
    vertical-align: middle;
    Cursor: pointer;
    outline: none;
    box-shadow: none!important;
}

.sbutton:hover {
    background-color: #EAE6FA;
}

.col-athena {
    width: 320px;
}

.link {
    color: blue;
    cursor: pointer;
}

.bigLink {
    font-size: 16px;
    font-family: proxima-nova;
    letter-spacing: 0.6px;
    color: blue;
    cursor: pointer;
}

.highlighted {
    background: yellow;
}

.time {
    font-size: 12px;
    font-family: proxima-nova;
    letter-spacing: 0.6px;
    color: grey;
}

.post {
    font-family: proxima-nova;
    letter-spacing: 0.6px;
    Font-size: 12px;
}

.context {
    color: grey;
    font-size: 12px;
    letter-spacing: 0.6px;
    font-style: italic;
}

.italics {
    font-style: italic;
}

.normal {
    color: black;
    font-size: 13px;
    letter-spacing: 0.6px;
}

.small {
    font-size: 12px;
}

.biggish {
    font-size: 18px;
}

.bigger {
    font-size: 20px;
}

.biggest {
    font-size: 24px;
}

.grandiose {
    font-size: 30px;
}

.person {
    font-family: proxima-nova;
    font-style: italic;
    letter-spacing: 0.6px;
    color: grey;
}

.grey {
    color: grey;
}

.nodetext {
    font-family: proxima-nova;
    font-weight: normal;
    letter-spacing: 0.6px;
    color: black;
}

.dheading {
    font-family: proxima-nova;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: black;
}

.athenaBox {
    background-color: #556fff;
    text-align: center;
    padding: 5px;
    border-radius: 8px;
}