.margin-bottom {
  margin-bottom: 10px;
}

.gmap-control-container {
  margin: 5px;
}

.m-20 {
  margin: 20px;
}

.myClassic li a {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
}

.myClassic li a span {
  line-height: 25px;
}

.input-with-icon select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-r-2 {
  margin-right: 2px;
}

.w-100 {
  width: 100%;
}

.gmap-control {
  cursor: pointer;
  background-color: -moz-linear-gradient(center top, #fefefe, #f3f3f3);
  background-color: #fefefe;
  border: 1px solid #a9bbdf;
  border-radius: 2px;
  padding: 4px 8px;
  line-height: 160%;
  font-size: 12px;
  font-family: Arial, sans-serif;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gmap-control:hover {
  border: 1px solid #678ac7;
}

.gmap-control-active {
  background-color: -moz-linear-gradient(center top, #6d8acc, #7b98d9);
  background-color: #6d8acc;
  color: #fff;
  font-weight: bold;
  border: 1px solid #678ac7;
}

.gmap-control-legend {
  position: absolute;
  text-align: left;
  z-index: -1;
  top: 28px;
  right: 0;
  width: 150px;
  height: auto;
  font-size: 10px;
  background: #fefefe;
  border: 1px solid #a9bbdf;
  padding: 10px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35);
}

.gmap-control-legend ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.gmap-control-legend li {
  line-height: 160%;
}

#mapModal .modal-dialog {
  width: 80%;
}

.map-control-btns .btn {
  background-color: #60768d;
}

.map-control-btns .btn.active {
  background-color: #1f3853;
}

.control .map-check {
  padding: 10px;
}

.control .map-check label {
  font-size: 16px;
  font-weight: 500;
}

.control .map-check input {
  margin-right: 5px;
}

fieldset {
  border: 1px solid #e5e5e5;
}

.switch-control .link {
  color: #505458;
  margin: 10px;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
}

.switch-control .link.active {
  border-bottom: 4px solid #0aa699;
}

.switch-control .link:hover {
  border-bottom: 4px solid #0aa699;
}

.list-link {
  text-decoration: underline;
}

.gmap-search-control {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#gmap-search-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#gmap-search-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid #e5e9ec !important;
  border-radius: 2px;
}

.select2-container--default .select2-selection--single {
  height: 16px;
  line-height: 15px;
  min-height: 37px;
  outline: 0 none;
  padding: 6px 5px !important;
}

.select2-search.select2-search--inline input {
  width: -moz-fit-content !important;
}

/* Family tree related styles */
.kadi-node {
  font-size: 17px;
}

.nodeid-text {
  text-decoration: underline;
  cursor: pointer;
}

.male-color {
  color: #00bcf5 !important;
}

.male-dead-color {
  color: #57a1e7 !important;
}

.female-color {
  color: #bd0fe1 !important;
}

.female-dead-color {
  color: #cf88dd !important;
}

.active-color {
  color: #19937f;
}

.name-bold {
  font-weight: lighter;
  color: #282323;
}

.node-image-round-box {
  height: 60px;
  width: 60px;
  display: block;
  border: 1px solid #00b3ee;
  border-radius: 50px;
}

.node-image-round-box.male {
  border-color: #00b3ee;
}

.node-image-round-box.female {
  border-color: palevioletred;
}

/* Daleel detail*/
.daleel-detail-icon-container {
  text-align: center;
}

.daleel-detail-icon-container .icon-round {
  /*width: 70px;*/
  /*height: 55px;*/
  /*border-radius: 50px;*/
  /*padding: 10px;*/
  margin-bottom: 5px;
}

.daleel-detail-icon-container .icon-round img {
  display: block;
  height: 60px;
  max-width: 100%;
}

.icon-round.border {
  border: 1px solid #8b572a;
}

/*.icon-round.active {
  background-color: #646464;
  border: 1px solid #fff;
  border-color: green;
}*/
.daleel-detail-icon-container .border-right {
  border-right: 1px solid #979797;
}

.daleel_profile_box {
  border: 1px solid #979797;
  padding: 20px 10px;
}

.daleel-profile-picture-square {
  border: 2px solid #00b3ee;
  width: 160px;
  height: 200px;
  overflow: hidden;
  margin-left: 15px;
  /*display: flex;*/
  /*justify-content: center;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.daleel-profile-picture-square.no-border {
  border: none;
}

.daleel-profile-picture-square.male {
  border-color: #00b3ee;
}

.daleel-profile-picture-square.female {
  border-color: palevioletred;
}

.daleel-profile-picture-round {
  border: 2px solid #979797;
  border-radius: unset;
  width: 165px;
  height: 165px;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*display: flex;*/
  /*justify-content: center;*/
}

.daleel-profile-picture-round.no-border {
  border: none;
}

.daleel-profile-picture-round.male {
  border-color: #00b3ee;
}

.daleel-profile-picture-round.female {
  border-color: palevioletred;
}

.daleel-tree-info {
  display: inline-block;
  font-size: 20px;
}

.daleel-tree-icon {
  display: inline-flex;
}

.info-modal {
  padding: 50px;
  background: #fff;
  direction: ltr;
  text-align: center;
  font-size: 16px;
}

.daleel-user-status-bar {
  color: #fff;
  height: 50px;
  padding: 7px;
  text-align: center;
}

.daleel-user-status-bar h4 {
  display: inline-block;
  color: #fff;
  margin: 7px 0;
}

.daleel-user-status-bar .status-bar-btn {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 7px 18px 9px;
  font-family: "Open Sans";
}

.daleel-user-status-bar.disabled {
  background-color: #d0011b;
}

.daleel-user-status-bar.locked {
  background-color: #de8d1d;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
}

.daleel-listing-node .daleel-listing-node-name {
  font-size: 16px;
}

.daleel-listing-node .nodeid-text {
  font-size: 16px;
}

.daleel-listing-node .listing-icons img {
  height: 25px;
}

/* Daleel permistions*/
.daleel-public {
  background-color: #59beac !important;
}

.daleel-public-text {
  color: #fff !important;
}

.daleel-hidden {
  background-color: #d0011b !important;
}

.daleel-hidden-text {
  color: #fff !important;
}

.daleel-family {
  background-color: #186fd6 !important;
}

.daleel-family-text {
  color: #fff !important;
}

.permissions_select {
  width: 100px;
}

/*Profile POPUP*/
#daleelProfilePopup .modal-body {
  background-color: #fff;
}

#daleelProfilePopup p {
  font-size: 16px;
}

.daleel-profile-popup {
  width: 125px;
  height: 125px;
  margin: 0;
}

.daleel-inline-filter {
  width: 13%;
  display: inline-block;
  margin-right: 7px;
}

.daleel-inline-filter .select2 {
  display: block;
  /*bottom: 2px;*/
}

/* END family tree styles*/

.horizontal-menu .bar-inner>ul>li.open>.classic {
  max-height: 30vmax !important;
  overflow-y: scroll;
}

.wizard-steps li {
  display: block;
  float: right;
  max-width: 25%;
  min-width: 20%;
  text-align: center;
  padding-left: 0;
}

.wizard-steps li {
  direction: rtl;
  pointer-events: none;
  /* disable click event for simplicity*/
}

#wizard-steps-general li {
  display: block;
  float: left;
  max-width: 25%;
  min-width: 16%;
  text-align: center;
  padding-left: 0;
}

#wizard-steps-general li {
  direction: ltr;
  pointer-events: none;
  /* disable click event for simplicity*/
}

#wizard-steps-worthy li {
  display: block;
  float: left;
  max-width: 25%;
  min-width: 20%;
  text-align: center;
  padding-left: 0;
}

#wizard-steps-worthy li {
  direction: ltr;
  pointer-events: none;
  /* disable click event for simplicity*/
}

#wizard-steps-worthy .wizard-steps.worthy li:first-child {
  margin-left: 0 !important;
}

.wizard-steps li:first-child:before {
  left: 50%;
  right: 51%;
  max-width: 50%;
}

.wizard-wraper {
  background-color: #fff;
  border: 1px solid #e5e9ec;
  padding: 0;
  padding-top: 20px;
  margin-bottom: 25px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.markaction .btn {
  padding: 0.5vmax 1vmax !important;
}

.dt-body-right {
  text-align: right !important;
}

#worthy-table tbody {
  text-align: right !important;
}

.custom-listing-menu.right {
  left: 0 !important;
  top: auto !important;
  position: absolute !important;
}

/* table > tbody > tr:last-child > td:last-child > ul > li > ul.custom-listing-menu.right{
  top: -75px !important;
} */

#expireddatatable-setting .custom-listing-menu.right {
  left: 0 !important;
  top: auto !important;
  position: absolute !important;
  height: 150px;
  overflow-y: scroll;
}

#draftsdatatable-setting .custom-listing-menu.right {
  left: 0 !important;
  top: auto !important;
  position: absolute !important;
  height: 180px;
  overflow-y: scroll;
}

.grid.simple .grid-title {
  border: none !important;
}

.dataTables_scrollHead {
  background-color: #409DCD;
}

.float-right {
  float: right;
}

.dashboard-stat-color {
  color: #292567 !important;
}

.first_card_table_heading {
  font-size: 18px;
}

#malomaat_card_table thead th {
  color: #292567;
}

#malomaat_card_table tbody tr td:first-child {
  color: #b5bad3 !important;
}

#malomaat_card_table tbody tr td {
  border-top: none;
  color: #ffffff;
}

.tawasul-widgets-border-left {
  border-left: 1px solid #838181;
}

.widget-stats {
  padding-left: 7px;
}

.tawasul-item-count {
  color: #409dcd;
  font-size: 32px;
  display: block;
  font-weight: 500;
}

.tiles.theme-red {
  background-color: #292567;
}

.tiles.green {
  background-color: #b5bad3;
}

.tiles.blue {
  background-color: #409dcd;
}

.malomaat_card_flex_div {
  display: flex;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-70 {
  margin-top: 70px;
}

.ouert-widgets-border-left {
  border-left: 1px solid #838181;
  height: 100px;
  position: absolute;
  left: 0;
  top: 10px;
}

.widgets-border-left {
  border-left: 1px solid #838181;
}

.position-relative {
  position: relative !important;
}

#p_landline2_field input[type="text"] {
  font-size: 13px !important;
}

#p_landline_field input[type="text"] {
  font-size: 13px !important;
}

#p_mobile_field input[type="text"] {
  font-size: 13px !important;
}

#tree_filters .tree_buttons {
  padding: 0.5vmax 0.5vmax;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 960px) and (max-width: 1100px) {
  .widget-stats .item-count {
    font-size: 22px !important;
  }

  .tawasul-item-count {
    font-size: 22px !important;
  }
}