/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
.hierarchy-main-div {
  border: 1px solid #dcdbdb;
  margin-bottom: 15px;
}

.hierarchy-main-div h4 {
  padding: 10px 15px;
  color: #ffffff;
  margin: 0;
}

.hierarchy-main-div-mauve h4 {
  background: #d292a4;
}

.hierarchy-main-div-mauve, .hierarchy-main-div-mauve .org-tree-li-div {
  background: rgba(210, 146, 164, 0.08);
  border: 1px solid #dedadc;
}

.hierarchy-main-div-warning h4 {
  background: #d2b46c;
}

.hierarchy-main-div-warning, .hierarchy-main-div-warning .org-tree-li-div {
  background: rgba(210, 180, 108, 0.12);
  border: 1px solid #ded8ca;
}

.hierarchy-main-div-green h4 {
  background: #a7b35b;
}

.hierarchy-main-div-green, .hierarchy-main-div-green .org-tree-li-div {
  background: rgba(167, 179, 91, 0.14);
  border: 1px solid #d4d6bb;
}

.hierarchy-main-div-info h4 {
  background: #3e9ddb;
}

.hierarchy-main-div-info, .hierarchy-main-div-info .org-tree-li-div {
  background: rgba(198, 222, 226, 0.37);
  border: 1px solid #dcdbdb;
}

.org-hierarchy {
  padding: 10px;
}

.org-tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.org-tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.org-tree li::after, .org-tree li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 20px;
}

.org-tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}

.org-tree li:only-child::after, .org-tree li:only-child::before {
  display: none;
}

.org-tree li:only-child {
  padding-top: 0;
}

.org-tree li:first-child::before, .org-tree li:last-child::after {
  border: 0 none;
}

.org-tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
}

.org-tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
}

.org-tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}

.org-tree li a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.org-tree li a:hover, .org-tree li a:hover + ul li a {
  background: #c8e4f8;
  color: #000000;
  border: 1px solid #94a0b4;
}

.org-tree li a:hover + ul li::after, .org-tree li a:hover + ul li::before, .org-tree li a:hover + ul ul::before, .org-tree li a:hover + ul::before {
  border-color: #94a0b4;
}

.org-tree-li-left {
  width: 25%;
}

.org-tree-li-right {
  width: 75%;
  text-align: center;
}

.org-tree-li-div {
  background: #f7f7f7;
  padding: 10px;
  min-width: 191px;
  margin-top: 20px;
  margin: 5px;
  text-align: center;
}

.admin-label-tag {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #cc8e19;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  line-height: 17px;
  font-size: 11px;
  padding: 0 5px;
  font-weight: 400;
}

.org-tree-li-div.mt-0 {
  margin-top: 0;
}

.org-tree-li-div h5 {
  font-size: 14px;
  margin: 10px 0 0;
  padding: 0;
}

.org-tree-li-div h5 a {
  color: #7f7f7f;
}

.org-tree-li-div p {
  font-size: 12px;
  margin: 0;
}

.org-tree-li-div p i {
  cursor: pointer;
}

.img-click-upload .doc-img {
  width: 83px;
  height: 46px;
}

.progress-bottom {
  margin-top: -44px;
}

.htmllabels-verify {
  font-size: 16px;
  text-transform: uppercase;
  color: #0abab5;
}

.progress-bar-grey {
  background-color: #d8d8d8;
}

.htmllabels-verify span {
  color: #0abab5;
}

.progress-verify-div .progress-bar span {
  line-height: 23px;
}

.progress-verify-div .progress {
  border: 1px solid #eee;
  box-shadow: none;
}

.progress-verify-div .progress-bar {
  box-shadow: none;
}

.complete-heading {
  padding: 20px 15px;
  text-align: center;
}

.complete-heading h1 {
  border-bottom: none;
  margin-bottom: 0 !important;
  color: #ffffff;
}

.board-composition {
  background: url(../../images/background/bg-board.jpg);
  background-size: 1%;
}

.board-composition-div {
  background: rgba(198, 222, 226, 0.368627451);
  border: 1px solid #dcdbdb;
}

.board-composition-div .btn-equal {
  width: 229px;
}

.org-div {
  padding: 94px 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
}

.org-div:hover {
  background: #ffffff;
}

.org-div i {
  font-size: 60px;
  padding-bottom: 30px;
  color: #ffffff;
}

.org-radio-div {
  height: 330px;
}

.org-radio-div i {
  font-size: 60px;
  padding-bottom: 30px;
}

.org-radio-div .checkmark-span {
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 33px;
  text-align: center;
  width: 99%;
  background: 0 0;
  color: #3e9ddb;
  border: 1px solid #3e9ddb;
  padding: 94px 35px;
  font-size: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.org-radio-div .checkmark-span:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #3e9ddb;
  content: "";
  position: absolute;
  display: none;
}

.org-radio-div .check-box .radio-btn, .org-radio-div .radio-btn, .org-radio-div.check-box p {
  float: none;
}

.org-radio-div .radio-btn input:checked ~ .checkmark-span {
  color: #ffffff;
}

.org-radio-div .radio-btn input:checked ~ .checkmark-span:after {
  display: block;
}

.org-div-ngo {
  background-image: linear-gradient(to bottom right, #ff9aa0, #d64f58);
}

.org-div-ngo:hover i {
  color: #d64f58;
}

.org-div-ngo:hover {
  border: 1px solid #d64f58;
  color: #d64f58;
}

.org-div-foun {
  background-image: linear-gradient(to bottom right, #77e6d7, #469489);
}

.org-div-foun:hover i {
  color: #469489;
}

.org-div-foun:hover {
  border: 1px solid #469489;
  color: #469489;
}

.org-div-ins {
  background-image: linear-gradient(to bottom right, #79c9fb, #3f9ed9);
}

.org-div-ins:hover i {
  color: #3f9ed9;
}

.org-div-ins:hover {
  border: 1px solid #3f9ed9;
  color: #3f9ed9;
}

/*# sourceMappingURL=boardComposition.css.map */
