.display-none {
    display: none;
}
.btn-gr-code{
    background-image: url("../img/qrcode.png");
    width: 42px;
    height: 42px;
}
.vote-yes{
    color: #5cb85c;
}
.vote-no{
    color: #c9302c ;
}
.vote-refrained{
    color: #000000;
}
.result-accept{
    color: #337ab7;
}
.result-rejected{
    color: #c9302c ;
}
.btn-vote{
    margin-left: 20px;
}
.btn-group,
input,
textarea{
    width:100%;
}
input[type="checkbox"],
input[type="radio"] {
    width:inherit;
}
.list-group-item {
    border:0;
}
form {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    font-size: inherit;
}
.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="inputLogin"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.table-session div{
    margin-top: 11px;
}
.modal-footer{
    text-align: center;
}
.btn.btn-success{
    margin-top: 10px;
}

.node {
    cursor: pointer;
}

.overlay{
    background-color:#EEE;
}

.node circle{
    fill: #fff;
}
.buttonBack{
    width: 10px;
    height: 10px;
}
.circle{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    display: block;
    margin: 5px auto;
}
.circle.red{
    background-color: #F7493A;
}
.circle.blue{
    background-color: #2092F2;
}
.node text {
    font-size:4px;
    font-family:sans-serif;
}

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 0.5px;
}

.additionalParentLink {
    fill: none;
    stroke: blue;
    stroke-width: 1.5px;
}

.templink {
    fill: none;
    stroke: red;
    stroke-width: 3px;
}

.ghostCircle.show{
    display:block;
}

.ghostCircle, .activeDrag .ghostCircle{
    display: none;
}

#tree{
    text-align: center;
}

.buttonSvg {
    stroke: steelblue;
    stroke-width: 0.1px;
    fill: #fff;
    width: 34px;
    height: 34px;
    cursor: pointer;
}

text {
    pointer-events: none;
    font-size:25px;
}

.list-group-answers .list-group-item {
    text-align: left;
    height: 45px;
    padding: 10px 10px;
    line-height: 25px;
}

.list-group-answers .list-group-item ul li {
    list-style: none;
}

.navbar-color-set {
    background-color: transparent;
    float: left;
    min-height: 25px;
    height:25px;
    margin:0 8px 0 0;
    border-radius: 0;
}
.dropdown-toggle-color-button {
    padding: 0;
    line-height:20px;
}
.nav-colors>li>a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 25px;
}
.nav-colors>li>a .caret {
    margin-left:5px;
}
.ul-select-colors {
    min-width: 75px;
    padding: 0;
    border: 0;
}
.ul-select-colors li {
    height:20px;
    cursor: pointer;
}

.select-color {
    width: 60px !important;
    height: 25px;
}

.select-color .dropdown-toggle {
    margin-left: 0;
    height: 25px;
    border-radius: 0;
    border-color:#A9A9A9;
    background-color: transparent;
}
.select-color .dropdown-toggle span {
    line-height: 11px;
    right: 5px;
}


.bgRed,
.li-select-color-red {
    background-color: red !important;
}

.bgGreen,
.li-select-color-green {
    background-color: green !important;
}

.bgPink,
.li-select-color-pink {
    background-color: pink !important;
}

.bgBlue,
.li-select-color-blue {
    background-color: blue !important;
}
.node .bgRed{
    fill:red;
}
.node .bgGreen{
    fill:green;
}
.node .bgPink{
    fill:pink;
}
.node .bgBlue{
    fill:blue;
}
.node .bgWhite{
    fill: #fff
}
.button-back {
    cursor: pointer;
}
.colors-buttons {
    display: block;
    width: 100%;
    height: 20px;
    border: 0;
}
.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
}

.line{
    fill: none;
    stroke: #0000e0;
    stroke-width: 2px;
}

.tick text{
    font-size: 12px;
}
.tooltip {
    position: absolute;
    text-align: center;
    width: 60px;
    height: 30px;
    padding: 1px;
    font: 12px sans-serif;
    line-height: 14px;
    background: #eff4ff;
    border: 0;
    border-radius: 8px;
    pointer-events: none;
}
#tree .tooltip{
    width: 80px;
}
.circleLine{
    fill: #eff4ff;
    stroke: #0000e0;
}

.select-figure {
    width:60px !important;
    background-position: 7px 3px;
    height: 25px !important;
}

.select-figure .dropdown-toggle {
    margin-left: 0;
    height: 25px;
    border-radius: 0;
    border-color:#A9A9A9;
}
.select-figure .dropdown-toggle span {
    line-height: 11px;
    right: 5px;
}

.bootstrap-select.btn-group .dropdown-menu li {

    margin: 3px 3px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 5px;
}
.figure-square,
.figure-circle,
.figure-triangle-up,
.figure-diamond {
    width:100%;
    background-repeat: no-repeat;
}
.figure-square .dropdown-toggle,
.figure-circle .dropdown-toggle,
.figure-triangle-up .dropdown-toggle,
.figure-diamond .dropdown-toggle {
    background-color: transparent;
}

.figure-square {
    background-image: url("../images/square.png");
}

.figure-circle {
    background-image: url("../images/circle.png");
}

.figure-triangle-up {
    background-image: url("../images/triangle.png");
}


.figure-diamond {
    background-image: url("../images/rhombus.png");
}

.chart-buttons {
    margin-top:28px;
    margin-left: 50px;
}
.node .bgWhite,
.node .bgRed,
.node .bgGreen,
.node .bgPink,
.node .bgBlue{
    stroke: #000000;
    stroke-width: 0.5px;
    stroke-dasharray: 1;
}
.axis text,
text.textLegend{
    font-size: 12px;
}
text.textLegend{
    fill:#838383;
}
text.textLine,
text#title-question{
    font-size: 18px;
    fill:#838383;
}
.lineLastValue{
    fill: none;
    stroke: grey;
    stroke-width: 0.5;
    stroke-dasharray: 5;
}
#canvas {
    width:2000px;
    height:1200px;
}
