
.common-box .container-fluid {
  border: 1px solid rgba(246, 185, 0, 0.7);
} 

.orgchart {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.orgchart.active {
  scroll-snap-type: none;
}

.orgchart .node.firsts {
	scroll-snap-align: center;
}

.orgchart ul {
	min-width: 100px;
	margin: auto;
}


.table-borders {
  border: 1px solid #878787;
  background: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(20px);
  border: 0px;
  border-radius: 0px;
}


.sub-title-containers {
  padding: 50px 10px 20px 10px;
}


.btns.btn-whites.btn-search {
  border-radius: 0px;
  max-width: 250px;
  padding: 10px 25px;
  font-size: 16px;
}

.common-box {
  padding: 5px;
}





.orgchart {
	display: inline-block;
	width: 100%;
	overflow-x: auto;
	padding-bottom: 100px;
	overflow-y: hidden;
}


.orgchart .hidden,
.orgchart~.hidden {
	display: none;
}

.orgchart div,
.orgchart div::before,
.orgchart div::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.orgchart.b2t {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.orgchart.l2r {
	position: absolute;
	-ms-transform: rotate(-90deg) rotateY(180deg);
	-webkit-transform: rotate(-90deg) rotateY(180deg);
	transform: rotate(-90deg) rotateY(180deg);
	-ms-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.orgchart .verticalNodes ul {
	list-style: none;
	margin: 0;
	padding-left: 18px;
	text-align: left;
}

.orgchart .verticalNodes ul:first-child {
	margin-top: 3px;
}

.orgchart .verticalNodes>td::before {
	content: '';
	border: 1px solid rgba(217, 83, 79, 0.8);
}

.orgchart .verticalNodes>td>ul>li:first-child::before {
	top: -4px;
	height: 30px;
	width: calc(50% - 2px);
	border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul>li {
	position: relative;
}

.orgchart .verticalNodes ul>li::before,
.orgchart .verticalNodes ul>li::after {
	content: '';
	position: absolute;
	left: -6px;
	border-color: rgba(217, 83, 79, 0.8);
	border-style: solid;
	border-width: 0 0 2px 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.orgchart .verticalNodes ul>li::before {
	top: -4px;
	height: 30px;
	width: 11px;
}

.orgchart .verticalNodes ul>li::after {
	top: 1px;
	height: 100%;
}

.orgchart .verticalNodes ul>li:first-child::after {
	top: 24px;
	width: 11px;
	border-width: 2px 0 0 2px;
}

.orgchart .verticalNodes ul>li:last-child::after {
	border-width: 2px 0 0;
}

.orgchart.r2l {
	position: absolute;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-ms-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.orgchart>.spinner {
	font-size: 100px;
	margin-top: 30px;
	color: rgba(68, 157, 68, 0.8);
}

.orgchart table {
	border-spacing: 0;
	border-collapse: separate;
}

.orgchart>table:first-child {
	margin: 20px auto;
}

.orgchart td {
	text-align: center;
	vertical-align: top;
	padding: 0;
}

.orgchart tr.lines .topLine {
	border-top: 2px solid rgba(217, 83, 79, 0.8);
}

.orgchart tr.lines .rightLine {
	border-right: 1px solid rgba(217, 83, 79, 0.8);
	float: none;
	border-radius: 0;
}

.orgchart tr.lines .leftLine {
	border-left: 1px solid rgba(217, 83, 79, 0.8);
	float: none;
	border-radius: 0;
}

.orgchart tr.lines .downLine {
	background-color: rgba(217, 83, 79, 0.8);
	margin: 0 auto;
	height: 20px;
	width: 1px;
	float: none;
}


.orgchart.l2r .node,
.orgchart.r2l .node {
	width: 50px;
	height: 130px;
}

.orgchart .node>.hazy {
	opacity: 0.2;
}

.orgchart .node>.spinner {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	vertical-align: middle;
	font-size: 30px;
	color: rgba(68, 157, 68, 0.8);
}

.orgchart .node .pairing-card:hover {
	background-color: #eeeeee3d;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: default;
	z-index: 20;
}

.orgchart .node.focused {
	background-color: rgba(238, 217, 54, 0.5);
}

.orgchart .ghost-node {
	position: fixed;
	left: -10000px;
	top: -10000px;
}

.orgchart .ghost-node rect {
	fill: #ffffff;
	stroke: #bf0000;
}

.orgchart .node.allowedDrop {
	border-color: rgba(68, 157, 68, 0.9);
}

.orgchart .node .title {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: rgba(217, 83, 79, 0.8);
	color: #fff;
	border-radius: 4px 4px 0 0;
}

.orgchart.b2t .node .title {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-ms-transform-origin: center bottom;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

.orgchart.l2r .node .title {
	-ms-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	-webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	-ms-transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	width: 120px;
}

.orgchart.r2l .node .title {
	-ms-transform: rotate(-90deg) translate(-40px, -40px);
	-webkit-transform: rotate(-90deg) translate(-40px, -40px);
	transform: rotate(-90deg) translate(-40px, -40px);
	-ms-transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	width: 120px;
}

.orgchart .node .title .symbol {
	float: left;
	margin-top: 4px;
	margin-left: 2px;
}

.orgchart .node .content {
	width: 100%;
	height: 20px;
	font-size: 11px;
	line-height: 18px;
	border: 1px solid rgba(217, 83, 79, 0.8);
	border-radius: 0 0 4px 4px;
	text-align: center;
	background-color: #fff;
	color: #333;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.orgchart.b2t .node .content {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform-origin: center top;
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.orgchart.l2r .node .content {
	-ms-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	-webkit-transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	transform: rotate(-90deg) translate(-40px, -40px) rotateY(180deg);
	-ms-transform-origin: top center;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	width: 120px;
}

.orgchart.r2l .node .content {
	-ms-transform: rotate(-90deg) translate(-40px, -40px);
	-webkit-transform: rotate(-90deg) translate(-40px, -40px);
	transform: rotate(-90deg) translate(-40px, -40px);
	-ms-transform-origin: top center;
	-webkit-transform-origin: top center;
	transform-origin: top center;
	width: 120px;
}

.orgchart .node .edge {
	font-size: 15px;
	position: absolute;
	color: rgba(68, 157, 68, 0.5);
	cursor: default;
	-o-transition: .2s;
	transition: .2s;
	-webkit-transition: .2s;
}

.orgchart.noncollapsable .node .edge {
	display: none;
}

.orgchart .edge:hover {
	color: #449d44;
	cursor: pointer;
}

.orgchart .node .verticalEdge {
	width: calc(100% - 10px);
	width: -moz-calc(100% - 10px);
	left: 5px;
}

.orgchart .node .topEdge {
	top: -4px;
}

.orgchart .node .bottomEdge {
	bottom: -4px;
}

.orgchart .node .horizontalEdge {
	width: 15px;
	height: calc(100% - 10px);
	height: -moz-calc(100% - 10px);
	top: 5px;
}

.orgchart .node .rightEdge {
	right: -4px;
}

.orgchart .node .leftEdge {
	left: -4px;
}

.orgchart .node .horizontalEdge::before {
	position: absolute;
	top: calc(50% - 7px);
	top: -moz-calc(50% - 7px);
}

.orgchart .node .rightEdge::before {
	right: 3px;
}

.orgchart .node .leftEdge::before {
	left: 3px;
}

.orgchart .node .toggleBtn {
	position: absolute;
	left: 5px;
	bottom: -2px;
	color: rgba(68, 157, 68, 0.6);
}

.orgchart .node .toggleBtn:hover {
	color: rgba(68, 157, 68, 0.8);
}

.oc-export-btn {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 5px;
	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;
	color: #fff;
	background-color: #5cb85c;
	border: 1px solid transparent;
	border-color: #4cae4c;
	border-radius: 4px;
}

.oc-export-btn:hover,
.oc-export-btn:focus,
.oc-export-btn:active {
	background-color: #449d44;
	border-color: #347a34;
}

.orgchart~.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.3);
}

.orgchart~.mask .spinner {
	position: absolute;
	top: calc(50% - 54px);
	left: calc(50% - 54px);
	color: rgba(255, 255, 255, 0.8);
	font-size: 108px;
}

.orgchart .node {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 0;
	left: 0;
}

.orgchart .slide-down {
	opacity: 0;
	top: 40px;
}

.orgchart.l2r .node.slide-down,
.orgchart.r2l .node.slide-down {
	top: 130px;
}

.orgchart .slide-up {
	opacity: 0;
	top: -40px;
}

.orgchart.l2r .node.slide-up,
.orgchart.r2l .node.slide-up {
	top: -130px;
}

.orgchart .slide-right {
	opacity: 0;
	left: 130px;
}

.orgchart.l2r .node.slide-right,
.orgchart.r2l .node.slide-right {
	left: 40px;
}

.orgchart .slide-left {
	opacity: 0;
	left: -130px;
}

.orgchart.l2r .node.slide-left,
.orgchart.r2l .node.slide-left {
	left: -40px;
}


/* Custom styles */


ul {
	list-style: none;
	padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
}


.no-active {
	opacity: 0.5;
	filter: grayscale(100%);
	pointer-events: auto;
}

.plus-image {
	width: 100%;
	padding: 7% 37% 7% 34%;
}

.plus-text {
	padding: 0 0 8% 0;
	text-align: center;
}


.orgchart ul {
	display: flex;
	flex-direction: row;
  margin-top: 35px;
}

.orgchart .prime-list>li {
	margin: auto;
}


.orgchart .node {
	position: relative;
	display: flex;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 41px;
}

.orgchart ul {
	position: relative;
}

.morenode {
	margin-top: 0px !important;
}

.node:not(.no-child):after {
	content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 1px;
  height: 64px;
  background: #8D96A2;
}

.orgchart .node {
	position: relative;
	display: flex;
	width: 355px;
  margin-right: 70px;
  margin-bottom: 5px;
	justify-content: center;
	margin: auto;
}

.orgchart ul:not(.prime-list):before {
	content: "";
	position: absolute;
	top: -42px;
	right: 0;
	width: 50%;
	height: 1px;
	background: #8D96A2;
	left: 25%;
}


.orgchart .other>li {
	margin: auto;
}

.orgchart .other:before {
	content: "";
	position: absolute;
	top: -21px;
	right: 0;
	width: 50% !important;
	height: 1px;
	background: rgba(150, 171, 189, 1);
	left: 0;
}


.sub-list li .node:before {
	content: "";
	position: absolute;
	top: -42px;
	left: 50%;
	width: 1px;
	height: 40px;
	background: #8D96A2;
}

.orgchart .sub-list li {
	position: relative;
}


.orgchart .sub-list li:first-child:before {
	left: -0px;
}

.orgchart .sub-list li:last-child:before {
	right: -0px;
}


.orgchart tr.lines .downLine {
	background: #386ba4;
}

.orgchart tr.lines * {
	border-color: #386ba4 !important;
}

.pairing-card {
	width: 230px !important;
}

.data-card {
	margin-top: 26px;
	font-size: 10px;
	background: white;
	text-align: left;
	margin: 0;
	width: 40vw;
	max-width: 300px;
	padding: 5%;
	max-height: 100px;
	height: 15vw;
	overflow: hidden;
	border: 2px solid #386ba4;
	/* border: 1px solid #ffa0a9; */
}

.nodeleft {
	margin-left: -70px;
}

.noderight {
	margin-right: -50px;
}

.data-card .department-info {

	display: -ms-flexbox;

	display: flex;

	-ms-flex-align: center;

	align-items: center;

	padding: 0px 3px;
}

.data-card .department-info .name {
	font-size: 1em !important;
	font-weight: 500 !important;
	-ms-flex: 1 1;
	flex: 1 1;
	word-break: break-all;
}

.data-card .main-info {
	padding: 10px 6px;
}


.data-card .profile-image {
	width: 4em;
	height: 4em;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}

.data-card .icon-user {
	width: 1em;
	padding-right: .2em;
	vertical-align: middle;
}

.data-card .count {
	vertical-align: middle;
}

.data-card .info-block {
	padding: 0px;
}

.data-card .info-block .personal-bg {
	background: transparent;
	padding: 0px;
	justify-content: center;
	font-size: 11px;
}


.data-card .p-info {
	/* display: inline-flex; */
	text-align: left;
}

.data-card .p-info .profile-image {

	margin-right: 10px;
}


.data-card .info-block .personal-bg .name {
	-ms-flex: 1 1;
	flex: 1 1;


}

.data-card .info-block .personal-bg .name,
.data-card .info-block .personal-bg .email {
	/* margin:5px 0; */
}


.data-card .info-block .job-title {
	font-size: 1.2em;
	font-weight: 500;
	padding: 10px 0;
}

.data-card .info-block .personal-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: start;
}

.data-card .info-block .profile-image {
	width: 2em;
	height: 2em;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}

.data-card .info-block .info-wrap {
	padding: 0 1em;
}

.data-card .info-block .name,
.data-card .info-block .email {
	font-size: 0.65rem;
	font-weight: 400;
	padding-bottom: .3em;
}

.data-card .info-block .reportee-count {
	color: #ffffff;
	background: #46abf3;
	padding: 0px;
	display: inline-block;
	border-radius: 3px;
}

.employee-card {
	margin-top: 26px;
	text-align: left;
	margin: 0;
	position: relative;
	padding: 5px;
  width: 100%;
	padding: 0%;
	height: auto;
	max-height: initial;
	overflow: hidden;
  min-height: 320px;

	/* border: 1px solid #ffa0a9; */
}


.employee-card .department-info {

	display: -ms-flexbox;

	display: flex;

	-ms-flex-align: center;

	align-items: center;
	width: 64px;
	margin: auto;
	padding: 0px 0px;
}

.imgalign {
	margin: auto;
}

.employee-card .department-info .name {
	font-size: 1em !important;
	font-weight: 500 !important;
	-ms-flex: 1 1;
	flex: 1 1;
	word-break: break-all;
}

.employee-card .main-info {
	padding: 10px 6px;
}


.employee-card .profile-image {
	width: 4em;
	height: 4em;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}

.employee-card .icon-user {
	width: 1em;
	padding-right: .2em;
	vertical-align: middle;
}

.employee-card .count {
	vertical-align: middle;
}

.employee-card .info-block {
	padding: 0px;
}

.employee-card .info-block .personal-bg {
	background: transparent;
	padding: 0px;
	justify-content: center;
	font-size: 11px;
}


.employee-card .p-info {
	/* display: inline-flex; */
	text-align: left;
}

.employee-card .p-info .profile-image {

	margin-right: 10px;
}


.employee-card .info-block .personal-bg .name {
	-ms-flex: 1 1;
	flex: 1 1;


}

.employee-card .info-block .personal-bg .name,
.employee-card .info-block .personal-bg .email {
	/* margin:5px 0; */
}


.employee-card .info-block .job-title {
	font-size: 1.2em;
	font-weight: 500;
	padding: 10px 0;
}

.employee-card .info-block .personal-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: start;
}

.employee-card .info-block .profile-image {
	width: 2em;
	height: 2em;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 4px;
}

.employee-card .info-block .info-wrap {
	padding: 0 1em;
}

.employee-card .info-block .name,
.employee-card .info-block .email {
	font-size: 0.65rem;
	font-weight: 400;
	padding-bottom: .3em;
}

.employee-card .info-block .reportee-count {
	color: #ffffff;
	background: #46abf3;
	padding: 0px;
	display: inline-block;
	border-radius: 3px;
}


.notallowtoclick {
	opacity: 0.25;
	cursor: not-allowed;
}

.bgnotallow {
	background: rgba(0, 0, 0, 0);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 9;
	cursor: not-allowed;
	display: none;
}

@media only screen and (max-width:1130px) {
	.employee-card {
		margin-top: 26px;
		font-size: 10px;
		text-align: left;
		margin: 0;
		padding: 5px;
		width: auto;
		max-width: auto;
		padding: 0%;
		height: auto;
    min-height: 320px;
		overflow: hidden;
		/* border: 1px solid #ffa0a9; */
	}

	.employee-card .department-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		width: 75px;
		margin: auto;
	}
}

@media only screen and (max-width:850px) {
	.employee-card .department-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		/* width: 110px; */
		margin: auto;
	}

	.employee-card {
		margin-top: 26px;
		font-size: 10px;
		text-align: left;
		margin: 0;
		/* width: 10vw;
		max-width: 150px; */
		padding: 0 20px;
		height: auto;
		max-height: 185px;
		overflow: hidden;
		/* border: 1px solid #ffa0a9; */
	}
}

@media only screen and (max-width:500px) {
	.employee-card {
		margin-top: 26px;
		font-size: 10px;
		text-align: left;
		margin: 0;
		padding: 5px;
    width: 100%;
    max-width: 100%;
		padding: 0%;
		overflow: hidden;
		/* border: 1px solid #ffa0a9; */
	}

	.employee-card .department-info {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		width: 15vw;
		margin: auto;
	}
}


.full-container {
	background-color: red;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.btnleft {
	left: 1.5%;
}


.nodatahistory {
	width: 100%;
	min-height: 300px;
	padding: 10%;
	text-align: center;
	overflow: hidden;
}

#moredetailparing {
	display: none;
}

#userlisthide {
	display: none;
}

.userconfirm {
	padding: 10px;
	text-align: center;
}

.userlistboxmore {
	position: relative;
	max-height: 200px;
	height: 200px;
	overflow: auto;
	background-color: white;
}

.userlistboxmore .userlisteachbox {
	padding: 10px 10px;
	text-align: left;
	border-bottom: 1px solid gray;
	background-color: white;
}

.userlistboxmore .userlisteachbox:hover {
	color: #386BA4;
}

.c100box {
	display: block;
	margin: auto;
}

.error_show {
	color: red;
	margin-left: 10px;
	position: absolute;
	top: 125%;
	left: 0;
	width: 100%;
}

.boxlightv1 {
	border-radius: 50%;
	overflow: hidden;
}

.showinfodata {
	display: block;
}

#moreinfohidden {
	display: none;
}

.gotoparrow {
	position: absolute;
  top: -36px;
	display: block;
	left: auto;
	right: auto;
	width: 11%;
	text-align: center;
}

.gobotarrow {
	position: absolute;
  bottom: -60px;
	left: 42%;
	display: block;
	text-align: center;
}

.rightarr {
	position: absolute;
	right: -6%;
	bottom: 25%;
}

.rightarr .font-big {
	font-size: xx-large;
}

.leftarr {
	position: absolute;
	left: -6%;
	bottom: 25%;
}

.leftarr .font-big {
	font-size: xx-large;
}

.botarr {
	position: absolute;
	bottom: -14%;
	left: 47%;
}

.botarr .font-big {
	font-size: xx-large;
}

.closeqtnewp {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 9;
}

#qrclose {
	display: none;
}

.moreinfo {
	position: absolute;
	top: -15%;
	left: 5%;
	width: 25vw;
	display: block;
	max-width: 280px;
	z-index: 9;
	background-color: #ededed;
	padding: 10%;
}

.moreinfo .qrcoldefield {
	background-color: white;
	margin: 10px 0px;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	outline: none;
}

.closetran {
	position: absolute;
	right: 5%;
	z-index: 9;
	font-size: xx-large;
}

#uscomfirm {
	display: none;
}



.diagram-accordion .card {
	border: none;
}

.diagram-accordion .card .card-body {
	background: #F8F8F8;
}

.diagram-accordion .card-header {
	padding: 10px;
	border: none;
	border-radius: 0 !important;
	background: none;
}

.diagram-accordion .card-header a {
	padding: 10px 15px;
	width: 100%;
	text-align: left;
	border: none;
	border-radius: 0;
	line-height: 16px;
	display: flex;
	align-items: center;
  font-size: 18px;
}

.accordion-head-icon {
	margin: 0 10px 0 0;
}

.diagram-accordion .card-header a:hover,
.diagram-accordion .card-header a:focus {
	outline: none;
	box-shadow: none;
}

.closeqtnewp button.close {
	font-size: 20px !important;
}

.code-generate-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.code-generate-wrapper article {
	flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
}

.code-generate-wrapper article .btn {
	min-width: 200px;
	min-height: 48px;
	border-radius: 28px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
	margin: 0 0 10px;
  background-color: black;
  color: white;
}

.bordered-btn {
	background: none;
	border: 1px solid #3385CE;
}

.btn-primary {
	background: #3385CE;
}

.diagram-accordion .card .card-body .search-results-area ul.search-results {
	border: none;
	padding: 0;
	margin: 0;
}

.placement-modal .head {
	color: #0156A1;
	font-weight: 700;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	margin: 0 0 10px;
}

.placement-modal p {
	color: #000000;
	text-align: center;
	font-size: 14px;
}

.placement-modal-footer {
	background: #EDEDED;
	margin: 50px 0 0;
	text-align: center;
	padding: 40px 0 15px;
}

.placement-modal {
	margin: 15px 0 0;
}

.text-themes {
  color: var(--primary-color);
  cursor: pointer;
}


.first-level-box {
  border-radius: 5px;
  border-top: 5px solid rgba(51, 51, 51, 1);
  width: 250px;
  text-align: center;
  margin: auto;
}

.second-level-box {
  border-radius: 5px;
  background-color: white;
  border-top: 5px solid rgba(51, 51, 51, 1);
  width: 250px;
  text-align: center;
  margin: auto;
}



.namebox {
  width: 298px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: visible;
  height: auto;
  color: black;
  position: relative;
  z-index: 9;
  background: none;
  margin-bottom: 40px;
}

.namebox.nameboxsub .bgfirst {
  border: 1px solid #9B7DF3;
  background: #9B7DF3;
  border-radius: 25px;
}


.namebox .bgfirst {
  border: 1px solid #008289;
  background: #008289;
  border-radius: 25px;
}

@media (max-width: 576px) {

	.namebox {
        width: 233px;
	}

	.orgchart .node {
		width: 270px;
	}

	.hierarchy-title {
        font-size: 13px;
    }

	.ciclebx {
		left: 43%;
	}
}