@media only screen and (max-width: 1366px) and (min-width: 1280px){
.chartMargin {
    margin-top: 0px;
    margin-left: 0px;
}
}
.d-pie {
    width: 450px;
    height: 360px;
}

.chart_body {
    margin-top: 5px !important;
    padding: 0 !important;
}

.tool_tip,
.donut_tool_tip {
    position: absolute;
    width: 160px;
    height: auto;
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -mox-box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rbga(0, 0, 0, 0.4);
    pointer-events: none;
}

.tool_tip p,
.donut_tool_tip p {
    margin: 0;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.tooltip {
    font-size: 12px;
    width: auto;
    height: auto;
    pointer-events: none;
    color: #000000;
    /*background-color: white;*/
}

.tooltip-arrow {
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    margin-left: -60px;
}

.tooltip-arrow::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

rect.disabled {
    fill: transparent !important;
}

.legend {
    font-size: 12px;
}

.backbtn {
    /*  margin-bottom: 10px;
  position: relative;
  left: 80%; */
    cursor: pointer;
    background: #44b5e7;
    color: #fff;
    border: 2px solid #44b5e7;
    border-radius: 5px;
    height: 22px;
    padding: 0px 5px 0px 5px;
}

.animatedBackButton {
    fill: #44b5e7;
    width: 20px;
    height: 60px;
    color: #fff !important;
    border: 2px solid #44b5e7;
    border-radius: 5px;
    cursor: pointer;
    padding: 0px 5px 0px 5px;
}

.backbtn-bar {
    margin-bottom: 10px;
    position: relative;
    left: 120%;
    cursor: pointer;
    background: #44b5e7;
    color: #fff;
    border: 2px solid #44b5e7;
    border-radius: 5px;
    height: 23px;
    padding: 0px 5px 0px 5px;
}

.isExpand {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

._legend {
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
}

._legend-map {
    text-align: center;
    overflow: hidden;
    overflow-x: auto;
}

._isLegend {
    transform: translate(-80px, -60px);
}

._isExpLegend {
    transform: translate(-98px, -60px);
}

._legend::-webkit-scrollbar {
    height: 5px;
}

._legend::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

._legend::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

._legend-map::-webkit-scrollbar {
    height: 5px;
}

._legend-map::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

._legend-map::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

._hideMenu {
    /* color: #a7a7a7 !important; */
    background: #f2f3f8 !important;
    color: #0099cc !important;
    font-weight: normal;
}

.m-b-custom {
    background-color: #0099cc;
    border-color: #0099cc;
    color: #fff;
}

.m-b-custom.disabled {
    background-color: #0099cc;
    border-color: #0099cc;
    pointer-events: auto !important;
    display: none;
}

.no-mouse {
    pointer-events: none;
}

.heatmap {
    height: 500px;
    overflow-y: auto;
}

.sorted-item-color {
    fill: #ff8373 !important;
}


/* <!--heatmap-->  */

svg *::selection {
    background: transparent;
}

svg *::-moz-selection {
    background: transparent;
}

svg *::-webkit-selection {
    background: transparent;
}

rect.selection {
    stroke: #333;
    stroke-dasharray: 4px;
    stroke-opacity: 0.5;
    fill: transparent;
}

rect.cell-border {
    stroke: gray;
    stroke-width: 0.3px;
}

rect.cell-selected {
    stroke: rgb(51, 102, 153);
    stroke-width: 0.5px;
}

#axis--x .tick line {
    stroke: "#EBEBEB"
}

rect.cell-hover {
    stroke: #F00;
    stroke-width: 0.3px;
}

text.mono {
    font-size: 9pt;
    font-family: Consolas, courier;
    fill: #aaa;
}

text.text-selected {
    fill: #000;
}

text.text-highlight {
    fill: #c00;
}

text.text-hover {
    fill: #00C;
}

text.search-input {
    fill: #00C;
}

#legendCelltooltip {
    position: absolute;
    width: 280px;
    height: auto;
    padding: 10px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

#legendCelltooltip.hidden {
    display: none !important;
}

#legendCelltooltip img {
    width: 100%;
    height: 200px;
}

#legendCelltooltip p {
    margin: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.1px;
}
#celltooltip {
    position: absolute;
    width: 280px;
    height: auto;
    padding: 10px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

#celltooltip.hidden {
    display: none !important;
}

#celltooltip img {
    width: 100%;
    height: 200px;
}

#celltooltip p {
    margin: 0;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.1px;
}

.system-black-class {
    font-size: 14px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #333333 !important;
}

.system-gray-class {
    font-size: 14px;
    font-family: Encode Sans, sans-serif;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 18px;
    letter-spacing: 0.1px;
    color: #333333 !important;
}

.parent_div {
    width: 100%;
    margin-top: 5px;
}

#rowLabels {
    width: auto;
    margin-right: 5px;
    height: 200px;
}

#leftLabels {
    width: 4%;
    height: 220px;
    margin-top: 5px;
}

#chart {
    /* width: 95%;
    height: 220px; */
}

#colLabels {
    width: 95%;
    margin-top: -55px !important;
}

.strTooltip {
    width: 300px !important;
}


/* #heatmaplegends {
  position: relative;
  display: inline-block;
} */

#prev-next-btn {
    position: relative;
    float: right;
}

.filterDropdowns {
    position: relative;
    float: left !important;
}

.filter-input {
    display: inline-block;
}

.filter-input>select {
    height: 5.8vh;
    max-height: 40px;
    min-height: 26px;
    font-size: 12px;
}

.property-space-custom-buttons>select {
    height: 5.8vh;
    max-height: 40px;
    min-height: 26px;
    font-size: 12px;
}

.filter-input>button {
    height: 5.8vh;
    max-height: 40px;
    min-height: 26px;
    margin-top: 0.08em;
    line-height: 9px;
    padding: 1px 5px;
}

.property-space-custom-buttons>button {
    height: 5.8vh;
    max-height: 40px;
    min-height: 26px;
    margin-top: 0.08em;
    line-height: 9px;
    padding: 1px 5px;
}


/* .filter-input > input {
  height: 32px;
} */

.close-btn {
    opacity: 1 !important;
    color: #ffffff !important;
    background: transparent !important;
    margin-top: -22px !important;
}

.cell-selected {
    stroke: #18ffff !important;
    stroke-width: 1.5px !important;
}

.lasso-cell-selected {
    stroke: #18ffff !important;
    stroke-width: 1.5px !important;
}

.single-cell-selected {
    stroke: #18ffff !important;
    stroke-width: 1.5px !important;
}

.column-row-cell-selected {
    stroke: #18ffff !important;
    stroke-width: 1.5px !important;
}

.legend-cell-selected {
    stroke: #18ffff !important;
    stroke-width: 1.5px !important;
}

.legend-similarity-cell-selected {
    stroke: #18ffff !important;
    stroke-width: 1.5px !important;
}


/* levlle analyzers */

.axis-le-cell-selection {
    fill: black !important;
}

.single-le-cell-selection {
    fill: black !important;
}

.lasso-le-cell-selection {
    fill: black !important;
}


/*Molecular pair analyzer*/

.molecular-pair-tabs {
    width: 100% !important;
}

.myclass {
    margin-top: 15%;
}

.myclass>.modal-dialog>.modal-content>.modal-header>.close {
    display: none;
}

.point_details {
    fill: black !important;
}

.not_possible {
    fill: rgb(200, 200, 200);
}

.possible {
    fill: #EC888C;
}

.lasso {
    fill: steelblue;
}

.lasso path {
    stroke: rgb(80, 80, 80);
    stroke-width: 2px;
}

.lasso .drawn {
    fill-opacity: .05;
}

.lasso .loop_close {
    fill: none;
    stroke-dasharray: 4, 4;
}

.lasso .origin {
    fill: #3399FF;
    fill-opacity: .5;
}

.shape {
    fill: black !important;
}

.pquery {
    margin-left: 23% !important;
}

.hideStructureImages {
    display: none
}


/* css for map data */

.names {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
}

.details {
    color: white;
}

svg {
    font: 10px sans-serif;
}

.bar {
    fill: steelblue;
    clip-path: url(#clip);
}

.subBar {
    fill: gray;
    opacity: 0.5;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.brush .extent {
    stroke: #fff;
    fill: steelblue;
    fill-opacity: .25;
    shape-rendering: crispEdges;
}

rect.mover {
    stroke: red;
    stroke-opacity: .1;
    fill: lightSteelBlue;
    fill-opacity: .5;
}

.bar {
    fill: steelblue;
    clip-path: url(#clip);
}

.subBar {
    fill: gray;
    opacity: 0.5;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.brush .extent {
    stroke: #fff;
    fill: steelblue;
    fill-opacity: .25;
    shape-rendering: crispEdges;
}

rect.mover {
    stroke: red;
    stroke-opacity: .1;
    fill: lightSteelBlue;
    fill-opacity: .5;
}

.select-map {
    opacity: 1 !important;
    stroke-width: 3 !important;
    stroke: green !important;
}

.select-bar {
    opacity: 1 !important;
    stroke-width: 3 !important;
    stroke: green !important;
}


/* treemap css */


/*  .d3-tree .grandparent text {
  font-weight: bold;
}
.d3-tree rect {
  fill: none;
  stroke: #fff;
}
.d3-tree rect.parent,
.grandparent rect {
  stroke-width: 2px;
} */

.d3-tree .grandparentbibliography {
    fill: #009688;
}

.d3-tree .grandparentindication {
    fill: #F17C30;
}

.d3-tree .grandparentendpoint {
    fill: #44A9BE;
}

.d3-tree .grandparentclassification {
    fill: #89AB46;
}

.d3-tree .grandparent:hover rect {
    fill: #D0E3EB;
}


/* .d3-tree .children rect.parent,
.grandparent rect {
  cursor: pointer;
}
.d3-tree .children rect.parent {
  fill: #bbb;
  fill-opacity: 0.5;
}
.d3-tree .children:hover rect.child {
  fill: #bbb;
}

.grandparent text {
    font-weight: bold;
}

rect {
    stroke: #fff;
    stroke-width: 1px;
}

rect.parent,
.grandparent rect {
    stroke-width: 2px;
}

.children rect.parent,
.grandparent rect {
    cursor: pointer;
}

.children rect.child {
    opacity: 0;
}

.children:hover rect.child {
    opacity: 1;
    stroke-width: 1px;
}

.children:hover rect.parent {
    opacity: 0;
}
 */

.unselect-bar {
    visibility: hidden !important;
}

.d3-tip {
    position: absolute;
    width: 160px;
    height: auto;
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -mox-box-shadow: 4px 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rbga(0, 0, 0, 0.4);
    pointer-events: none;
}

.zindex {
    z-index: 999999 !important;
}

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 8px;
    width: 100%;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    pointer-events: none;
}

.d3-tip.n:after {
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
}

.d3-tip.e:after {
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
}

.d3-tip.s:after {
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
}

.d3-tip.w:after {
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
}

#structureDetails div {
    position: relative;
    left: 25%;
    width: 260px;
}

#structureDetails p {
    margin-bottom: 5px;
}

.cell-details {
    stroke: black !important;
    stroke-width: 1.5px !important;
}

#modal-center .modal-content {
    width: 161% !important;
    position: relative;
    right: 20% !important;
}

.nav.nav-pills {
    margin-bottom: 10px !important;
}

.m-p-reference {
    font-weight: 500;
    font-size: 10px;
    margin-bottom: 0px !important;
}

.nav-item a {
    padding: 0.5rem 0.7rem !important;
    /* font-size: 16.4px !important; */
    /*  font-size: 15px !important;*/
    font-size: 14px !important;
}

.p-5 {
    padding: 5px !important;
    font-size: 15px !important;
}


/*
#chartTabs .btn.m-btn--custom {
  overflow: hidden;
  text-decoration: none !important;
  text-overflow: ellipsis;
  width: 120px;
}
*/


/*CUSTOM MEDIA QUERIES STARTS HERE*/

@media only screen and (max-width: 1920px) {
    #chartTabs .btn.m-btn--custom {
        overflow: hidden;
        text-decoration: none !important;
        text-overflow: ellipsis;
        width: 120px;
    }
}

@media only screen and (max-width: 1600px) {
    #chartTabs .btn.m-btn--custom {
        overflow: hidden;
        text-decoration: none !important;
        text-overflow: ellipsis;
        width: 100px;
    }
}

@media only screen and (max-width: 1440px) {
    #chartTabs .btn.m-btn--custom {
        overflow: hidden;
        text-decoration: none !important;
        text-overflow: ellipsis;
        width: 92px;
    }
}

@media only screen and (max-width: 1366px) {
    #chartTabs .btn.m-btn--custom {
        overflow: hidden;
        text-decoration: none !important;
        text-overflow: ellipsis;
        width: 88px;
    }
}

@media only screen and (max-width: 1280px) {
    #chartTabs .btn.m-btn--custom {
        overflow: hidden;
        text-decoration: none !important;
        text-overflow: ellipsis;
        width: 80px;
    }
}


/*CUSTOM MEDIA QUERIES ENDS HERE*/


/*Styling for mcss chart*/

.department-information {
    font-family: 'Roboto', sans-serif;
    display: none;
    box-shadow: 0 0 5px #999999;
    position: absolute;
    max-width: 200px;
    top: 60px;
    left: 20px;
    padding: 10px;
    background-color: white;
}

.department-information .dept-name {
    color: #26a69a;
    font-weight: bold;
}

.department-information .dept-description {
    margin-top: 10px;
    color: #959b9a;
    font-size: 13px;
}

.department-information .dept-emp-count {
    margin-top: 10px;
    color: #959b9a;
    font-size: 13px;
}


/* ############################## SEARCHBOX ######################################### */

.user-search-box {
    overflow: hidden;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 0;
    background-color: white;
    border: 1px solid #c7dddb;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #bcbcc4;
    opacity: 0.5;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #bcbcc4;
    opacity: 0.5;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #bcbcc4;
    opacity: 0.5;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bcbcc4;
    opacity: 0.5;
}

.user-search-box .input-box {
    width: 100%;
    height: 200px;
    top: 0;
    background-color: #e8efee;
}

.user-search-box .close-button-wrapper i {
    margin: 10px;
    margin-left: 9%;
    font-size: 60px;
    font-weight: 400;
    color: #aa1414;
}

.user-search-box input {
    color: gray !important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s;
}

.user-search-box input:focus {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

.user-search-box .result-header {
    background-color: white;
    font-weight: 700;
    padding: 12px;
    color: gray;
    border-top: 2px solid #d3e8e5;
    border-bottom: 1px solid #d3e8e5;
}

.user-search-box .result-list {
    position: absolute;
    max-height: 100%;
    min-width: 100%;
    overflow: auto;
}

.user-search-box .buffer {
    width: 100%;
    height: 400px;
}

.user-search-box .list-item {
    clear: both;
    background-color: white;
    position: relative;
    background-color: white;
    width: 100%;
    height: 100px;
    border-top: 1px solid #d3e8e5;
}

.user-search-box .list-item a {
    display: inline;
    margin: 0;
}

.user-search-box .list-item .image-wrapper {
    float: left;
    width: 100px;
    height: 100px;
}

.user-search-box .list-item .image {
    width: 70px;
    height: 70px;
    margin-left: 15px;
    margin-top: 15px;
    border-radius: 5px;
}

.user-search-box .list-item .description {
    padding: 15px;
    padding-left: 0px;
    float: left;
    width: 180px;
}

.user-search-box .list-item .buttons {
    padding: 15px;
    padding-left: 0px;
    float: left;
    width: auto;
}

.user-search-box .list-item .description .name {
    font-size: 15px;
    color: #aa1414;
    font-weight: 900;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
}

.user-search-box .list-item .description .position-name {
    color: #59525b;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 900;
    margin: 0;
    margin-top: 3px;
    padding: 0;
}

.user-search-box .list-item .description .area {
    color: #91a4a5;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    margin-top: 3px;
    padding: 0;
}

.user-search-box .list-item .btn-locate {
    margin-top: 30px;
}

.user-search-box .list-item .btn-search-box {
    font-size: 10px;
}

.user-search-box .close-button-wrapper i:hover {
    color: black;
    cursor: pointer;
}

.user-search-box .input-wrapper {
    width: 80%;
    margin: 0 auto;
}

.user-search-box .input-bottom-placeholder {
    margin-top: -16px;
    color: #bcbcc4;
    letter-spacing: 1px;
}


/* ############################### Tooltip css ########################### */

.profile-image-wrapper {
    background-size: 210px;
    margin: 30px;
    border-radius: 50%;
    width: 210px;
    height: 240px;
}

.customTooltip-wrapper {
    font-family: 'Roboto', sans-serif;
    opacity: 0;
    /* NEW */
    display: none;
    position: absolute;
}

.customTooltip {
    background: white;
    box-shadow: 0 0 5px #999999;
    color: #333;
    position: absolute;
    font-size: 12px;
    left: 130px;
    text-align: center;
    top: 95px;
    z-index: 10;
    text-align: left;
    border-radius: 5px;
}

.tooltip-hr {
    width: 70px;
    background-color: #91a4a5;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -17px;
    margin-bottom: 25px;
}

.tooltip-desc {
    padding-left: 10px;
    margin-top: -20px;
    margin-left: 20px;
    overflow: auto;
}

.tooltip-desc .name {
    color: #962828;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 2px;
    text-decoration: none;
}

.tooltip-desc .name:hover {
    text-decoration: underline;
}

.tooltip-desc .position {
    color: #59525b;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 0px;
}

.tooltip-desc .area {
    color: #91a4a5;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 7px;
}

.tooltip-desc .office {
    color: #91a4a5;
    line-height: 160%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: -10px;
    margin-top: -5px;
}

.tooltip-desc .tags-wrapper .title {
    display: inline-block;
    float: left;
}

.tooltip-desc .tags-wrapper .tags {
    display: inline-block;
    float: left;
}

.bottom-tooltip-hr {
    width: 100%;
    background-color: #58993e;
    height: 3px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -17px;
}

.btn-tooltip-department {
    margin-top: 20px;
}


/* .btn.disabled {
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn {
  border: none;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  outline: 0;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn.disabled:hover {
  box-shadow: none;
}
 */


/* ####################################### TAGS ###################################### */

.tags {
    list-style: none;
    margin-top: -9px;
    margin-left: 5px;
    overflow: hidden;
    padding: 0;
}

.tags-wrapper {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
}

.tags-wrapper .title {
    color: #91a4a5;
    font-size: 24px;
}

.tags li {
    float: left;
}

.tag {
    font-size: 11px;
    background: #E1ECF4;
    border-radius: 2px;
    color: #39739d;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 5px 0 5px;
    position: relative;
    margin: 0 5px 5px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}


/* #############################   Buttons  ############################################*/

.btn-search {
    top: 80px;
}

.btn-fullscreen {
    top: 20px;
}

.btn-back {
    top: 20px;
    left: 20px;
    display: none;
}

.btn-show-my-self {
    top: 50px;
}

.btn-action {
    position: absolute;
    right: 25px;
    height: 26px;
    color: white;
    background-color: #aa1414;
    border: 1px solid black;
    border-radius: 12px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.btn-action:focus {
    outline: 0;
    background-color: #aa1414;
}

.btn-action:hover {
    background-color: #490b0b;
}

.btn-action i {
    font-size: 14px;
}

.btn-action .icon {
    background-color: #c19e45;
    padding: 5px 6px 5px 6px;
    border-radius: 11px;
    margin-right: -7px;
}


/* ############################################## SVG ################################# */


/* .nodeHasChildren {
  fill: white;
}
.nodeDoesNotHaveChildren {
  fill: white;
} */

.nodeRepresentsCurrentUser {
    stroke: Chartreuse;
    stroke-width: 3;
}


/* text {
  fill: dimgray;
} */

.link {
    fill: none;
    stroke: #ccc;
    stroke-width: 1.5px;
}

.node {
    cursor: pointer;
}

.node-collapse {
    stroke: grey;
}

.node-collapse-right-rect {
    fill: #70c645;
    stroke: #70c645;
}

.node text {
    fill: white;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 10px;
}

.node circle {
    stroke-width: 1px;
    stroke: #70c645;
    fill: #70c645;
}

.node-group .emp-name {
    fill: #962828;
    font-size: 12px;
    font-weight: 600
}

.node-group .emp-position-name {
    fill: #59525b;
    font-size: 11px;
}

.node-group .emp-area {
    fill: #91a4a5;
    font-size: 10px;
}

.node-group .emp-count,
.node-group .emp-count-icon {
    fill: #91a4a5;
    font-size: 12px;
}
.profile-image-wrapper .w-100 {
    width: inherit !important;

}
.profile-image-wrapper .wrap-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* end of mcss chart */
