@charset "UTF-8";

.welcome-page-wrap {
  position: relative;
  background-image: url(/images/hero-slide.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.welcome-page-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(37, 38, 44, 0.33);
}

.welcome-page-wrap h1 {
  font-size: 3.2rem;
  font-weight: 300;
  color: #fff;
}

.welcome-page-wrap .right-menus {
  float: right;
}

.welcome-page-wrap .right-menus a {
  color: #d6d6d6;
  font-size: 0.85rem;
  font-weight: 400;
  padding-right: 0.6rem;
  padding-left: 0.6rem;
  text-decoration: none;
}

.welcome-page-wrap .welcome-top-bar {
  position: absolute;
  top: 5px;
  left: 0;
  right: auto;
}

.welcome-page-wrap .welcome-top-bar .welcome-navbar-brand {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.15rem;
  font-weight: 400;
  padding: 15px;
}

.welcome-page-wrap .welcome-top-bar .welcome-navbar-brand:hover {
  color: #e8bd2b;
}

.welcome-page-wrap .welcome-links a {
  background-color: #e8bd2b;
  border: 1px solid #e8bd2b;
  color: #1b1c22;
  font-size: 0.95rem;
  font-weight: 400;
  padding: 0.45rem 0.75rem;
  text-decoration: none;
  border-radius: 3px;
  min-width: 80px;
  display: inline-block;
  margin: 0 5px;
}

.welcome-page-wrap .welcome-links a:hover {
  color: #e8bd2b;
  background-color: transparent;
}

/* Admin Panel Color Scheme Change */

body {
  font-family: "Roboto", sans-serif;
}

.dl {
  display: inline-block;
}

.vm {
  vertical-align: middle;
}

.vt {
  vertical-align: top;
}

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

.db {
  display: block;
}

/*.custom-padding-top {
	padding-top: 10px;
}*/

.skin-blue .wrapper {
  background-color: #1b1c22;
}

.skin-blue .wrapper .custom-header .logo-lg b {
  font-weight: 400;
}

.skin-blue .wrapper .custom-header .sidebar-toggle:hover {
  background-color: #e8bd2b;
}

.skin-blue .wrapper .custom-header .navbar,
.skin-blue .wrapper .custom-header .logo {
  padding: 0;
  width: 100px;
  height: 70px;
  line-height: 70px;
  background-color: #1b1c22;
}

.content .box {
  /*background-color: $black-rgb;*/
  /*border-top: 0;*/
  box-shadow: none;
}

.content .box .control-label {
  color: #b8b8b8;
  font-weight: normal;
}

.content .box.transparent-bg {
  background-color: transparent;
  border: 0;
}

.content.permision-content {
  height: calc(100vh - 100px);
  padding: 0;
}

.content.permision-content .row-inner-cols {
  height: 100%;
}

.content.permision-content .row-inner-cols .custom-form-col {
  height: 100%;
}

.content.permision-content .left-permission-box-outer {
  display: flex;
  height: 100%;
}

.content.permision-content .left-permission-box-outer .left-permission-box {
  flex: 400px 0 0;
  height: 100%;
}

.content.content-padding {
  padding: 10px;
}

.content-wrapper {
  margin-left: 100px;
  background-color: #25262c;
  min-height: unset !important;
}

/* Header */

.skin-blue .content-header {
  height: 72px;
  padding-bottom: 0;
  padding-top: 0;
  background: #1b1c22;
  border-bottom: 2px solid #e8bd2b;
  color: #b8b8b8;
}

.skin-blue .content-header .breadcrumb {
  background: transparent;
  padding: 12px 5px;
}

.skin-blue .content-header .breadcrumb li a {
  color: #bbbebf;
}

.skin-blue .content-header .breadcrumb .active {
  color: #bbbebf;
}

.skin-blue .content-header h1 {
  line-height: 72px;
  color: #d9d9d9;
  font-size: 20px;
  font-weight: 400;
}

.content-inner-flex-row {
  padding: 15px;
  width: 100%;
  height: 100%;
  flex: 1;
}

.content-inner-flex-row .content-inner-flex {
  margin-bottom: 10px;
}

.content-inner-flex-row .content-inner-flex .box-header {
  border-bottom: 0;
  color: #d9d9d9;
}

.content-inner-flex-row .content-inner-flex .list-text {
  display: block;
  margin-left: 20px;
  color: #b8b8b8;
  font-weight: 300;
  font-size: 12px;
}

.content-inner-flex-row .content-inner-flex .box-title {
  font-size: 14px;
  font-weight: 300;
}

.content-inner-flex-row .content-inner-flex .inner-cont-box {
  height: 100%;
  margin-bottom: 0;
}

.content-inner-flex-row .content-inner-flex .inner-cont-box .panel-collapse {
  padding: 15px;
  background-color: #222327;
  min-height: 200px;
}

.content-inner-flex-row .content-inner-flex .inner-cont-box .panel-collapse .scrolling-list {
  max-height: 100%;
}

.content-inner-flex-row .content-inner-flex .inner-cont-box .panel-collapse .list-group-item {
  margin-bottom: 0;
  font-size: 12px;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0 0 0 8px;
  font-weight: 300;
  width: 20%;
  float: left;
  border-radius: 2px;
}

.content-inner-flex-row .content-inner-flex .inner-cont-box .panel-collapse .list-group-item .list-text {
  font-size: 13px;
  color: #d9d9d9;
}

.content-inner-flex-row .content-inner-flex .inner-cont-box .panel-collapse .list-group-item:hover {
  color: #fff;
  background-color: rgba(27, 28, 34, 0.9);
}

@media (max-width: 1199px) {
  .content-inner-flex-row .content-inner-flex .inner-cont-box .panel-collapse .list-group-item {
    width: 33%;
  }
}

.form-sec {
  margin-bottom: 0;
}

.form-sec .input-group-addon {
  border: 1px solid rgba(146, 146, 146, 0.36);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-color: transparent;
}

.form-sec .input-group-addon i {
  color: #b8b8b8;
}

.form-sec .form-control {
  padding: 0 8px 0 8px;
  border: 1px solid rgba(146, 146, 146, 0.36);
  border-radius: 0.25rem;
  background-color: transparent;
  color: #d9d9d9;
  height: 32px;
  line-height: 31px;
  font-size: 12px;
}

.form-sec .form-control:focus,
.form-sec .form-control:hover {
  outline: 0;
  border: 1px solid rgba(232, 189, 43, 0.5);
}

.form-sec .form-control:disabled {
  opacity: 0.6;
  background-color: rgba(255, 255, 255, 0.1);
}

.form-sec input::-webkit-input-placeholder,
.form-sec textarea::-webkit-input-placeholder {
  color: #b8b8b8 !important;
}

.form-sec input:-moz-placeholder,
.form-sec textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #b8b8b8 !important;
}

.form-sec input::-moz-placeholder,
.form-sec textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #b8b8b8 !important;
}

.form-sec input:-ms-input-placeholder,
.form-sec textarea:-ms-input-placeholder {
  color: #b8b8b8 !important;
}

.form-sec .permission-text {
  display: none;
}

.form-sec .form-group label {
  margin-bottom: 8px;
  font-size: 13px;
  color: #b8b8b8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
}

/* Yellow Btn */

.btn-yellow,
a.matching-custom-advancetoggle {
  padding: 6px 10px;
  background-color: #e8bd2b;
  color: #1b1c22 !important;
  border-radius: 3px;
  font-weight: 400;
  transition: 0.1s ease-in-out;
}

.btn-yellow:hover,
a.matching-custom-advancetoggle:hover {
  background-color: #25262c;
  outline: 0;
  box-shadow: unset;
  color: #e8bd2b !important;
  border-color: #e8bd2b;
}

.btn-yellow.disabled,
a.matching-custom-advancetoggle.disabled {
  opacity: 0.5;
}

.btn-grey {
  margin-left: 5px;
  padding: 6px 10px;
  background-color: #3f3f41;
  color: #d9d9d9;
  border-radius: 3px;
  font-weight: 400;
}

.btn-grey:hover,
.btn-grey:focus,
.btn-grey:active,
.btn-grey:active:hover,
.btn-grey:active:focus,
.btn-grey.active {
  background-color: transparent;
  outline: 0;
  box-shadow: unset;
  color: #e8bd2b;
  border-color: rgba(232, 189, 43, 0.5);
}

.btn-danger {
  background-color: #da1e1e;
}

.btn-danger:hover {
  background-color: transparent;
  color: #da1e1e;
  border-color: #da1e1e;
}

.edit-btn {
  padding-left: 5px !important;
  color: #e8bd2b !important;
}

.edit-btn:hover,
.edit-btn:active,
.edit-btn:focus {
  background-color: #25262c;
  outline: 0;
  box-shadow: unset;
  color: #e8bd2b;
}

.edit-btn:hover {
  border-color: #e8bd2b;
}

.delete-btn {
  color: #da1e1e;
}

.delete-btn:hover {
  background-color: transparent;
  color: #da1e1e;
  border-color: #da1e1e;
}

/* Checkboxes */

.common-checkbox-col {
  padding-top: 6px;
  padding-bottom: 6px;
  position: relative;
  cursor: pointer;
}

.common-checkbox-col .common-input-wrap {
  position: relative;
  padding-top: 1px;
  display: block;
  float: left;
  width: 20px;
}

.common-checkbox-col .common-input-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.common-checkbox-col .common-input-wrap input:disabled {
  cursor: not-allowed;
}

.common-checkbox-col .common-input-wrap input:disabled + span {
  opacity: 0.6;
}

.common-checkbox-col .common-input-wrap input[type=checkbox] + span,
.common-checkbox-col .common-input-wrap .icheckbox_minimal-blue {
  display: inline-block;
  padding: 0 0 0 0px;
  background-image: url(/images/admin/checkbox.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 14px;
  width: 14px;
  background-size: 100%;
  border: 0;
  cursor: pointer;
  z-index: 0;
}

.common-checkbox-col .common-input-wrap input[type=checkbox]:checked + span,
.common-checkbox-col .common-input-wrap .icheckbox_minimal-blue.checked {
  background-position: bottom;
}

.common-checkbox-col .common-input-wrap.status-input-outer {
  display: flex;
}

.common-checkbox-col .common-input-wrap.matching-template-checkbox {
  width: unset;
  float: inherit;
}

.common-checkbox-col .common-input-wrap:hover input:not(checked) + span {
  background-position: center;
}

.common-checkbox-col.status-input-wrap {
  padding: 0;
  margin: 0;
}

.common-checkbox-col:disabled,
.common-checkbox-col.label-disabled {
  cursor: not-allowed;
}

.common-checkbox-col .common-input-wrap .icheckbox_minimal-blue input {
  z-index: auto;
}

/* Table Layout */

.dataTables_scroll {
  overflow: auto;
}

.dataTables_scroll .dataTables_scrollHeadInner {
  padding-right: 0;
}

.dataTables_scroll .dataTables_empty {
  text-align: center !important;
}

/* Table Layout */

.table:not(.table-condensed) {
  margin-bottom: 0;
  margin-top: 10px !important;
  font-size: 13px;
  font-weight: 300;
  table-layout: fixed;
  border-collapse: unset;
  border: 0;
  background-color: #25262c !important;
  width: 100% !important;
  /*&.filter-table {
  	padding-top: 5px;
  	.select2-container--default {
  		width: auto !important;
  		.select2-selection__rendered {
  			padding-left: 0;
  			padding-right: 14px;
  		}
  	}
  }*/
}

.table:not(.table-condensed) thead tr th {
  width: 100px !important;
  padding: 3px 8px;
}

.table:not(.table-condensed) thead tr th:first-child {
  padding-left: 8px;
}

.table:not(.table-condensed) thead tr th.th-width-sm {
  width: 50px !important;
}

.table:not(.table-condensed) thead tr th.th-width-md {
  width: 150px !important;
}

.table:not(.table-condensed) thead tr th.th-width-lg {
  width: 200px !important;
}

.table:not(.table-condensed) thead th {
  text-align: left;
  white-space: normal;
}

.table:not(.table-condensed) thead tr td {
  border: 0;
}

.table:not(.table-condensed) th {
  position: relative;
  border: 0 !important;
  /*padding-top: 0;*/
  color: #d9d9d9;
  font-weight: 500;
  border: 0;
}

.table:not(.table-condensed) th.sorting:after,
.table:not(.table-condensed) th.sorting_asc:after,
.table:not(.table-condensed) th.sorting_desc:after {
  font-size: 12px;
}

.table:not(.table-condensed) th a {
  font-weight: 500;
  color: #d9d9d9;
  text-decoration: none;
}

.table:not(.table-condensed) th i.fa {
  color: #d9d9d9;
  font-size: 12px;
}

.table:not(.table-condensed) th.small-table-thead {
  width: 45px !important;
}

.table:not(.table-condensed) th.table-thead-name {
  width: 120px !important;
}

.table:not(.table-condensed) th.service-id {
  width: 90px;
}

.table:not(.table-condensed) th.half-table-thead {
  width: 70px !important;
}

.table:not(.table-condensed) th.date-table-thead {
  width: 150px !important;
}

.table:not(.table-condensed) th.custom-table-id {
  width: 10px !important;
}

.table:not(.table-condensed) th.full-width-th {
  width: 190px !important;
}

.table:not(.table-condensed) > tbody > tr:first-child td {
  border-top: 1px solid transparent !important;
}

.table:not(.table-condensed) > tbody > tr:first-child:hover td {
  border-color: rgba(232, 189, 43, 0.5) !important;
}

.table:not(.table-condensed) > tbody > tr td {
  padding: 3px 8px;
  white-space: normal;
  border-bottom-width: thin !important;
  border-right-width: thin !important;
  text-align: left;
  border: 0;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  vertical-align: middle;
  color: #b8b8b8;
  cursor: default;
}

.table:not(.table-condensed) > tbody > tr td a {
  display: inline-block;
  /*padding-left: 0;*/
  text-decoration: none;
}

.table:not(.table-condensed) > tbody > tr td:first-child {
  /*padding-left: 8px;*/
  border-left: 1px solid transparent;
}

.table:not(.table-condensed) > tbody > tr td:last-child {
  border-right: 1px solid transparent;
}

.table:not(.table-condensed) > tbody > tr td.no-data {
  text-align: center !important;
}

.table:not(.table-condensed) > tbody > tr.clusterize-no-data td {
  text-align: center !important;
}

.table:not(.table-condensed) > tbody > tr:nth-child(odd) {
  background-color: #222228;
}

.table:not(.table-condensed) > tbody > tr:nth-child(odd) td.cell-view-detail,
.table:not(.table-condensed) > tbody > tr:nth-child(odd) td.plant_name,
.table:not(.table-condensed) > tbody > tr:nth-child(odd) td.sticky-table-cell {
  background-color: #222228;
}

.table:not(.table-condensed) > tbody > tr:hover td {
  border-color: rgba(232, 189, 43, 0.5);
}

.table:not(.table-condensed) > tbody > tr:hover .table > tbody > tr > td,
.table:not(.table-condensed) > tbody > tr:hover .table > tbody > tr > td:first-child,
.table:not(.table-condensed) > tbody > tr:hover .table > tbody > tr > td:last-child {
  border-color: transparent;
}

.table:not(.table-condensed) > tbody > tr:hover .table > tbody > tr:hover > td,
.table:not(.table-condensed) > tbody > tr:hover .table > tbody > tr:hover > td:first-child,
.table:not(.table-condensed) > tbody > tr:hover .table > tbody > tr:hover > td:last-child {
  border-color: rgba(232, 189, 43, 0.5);
}

.table:not(.table-condensed).search-popup-table tr {
  background-color: transparent !important;
}

#contracts-listing-table {
  white-space: normal;
}

/*.organizations-listing-table td a {
    color: $text-color;
    &:hover {
        color: $primary-color;
    }
}*/

.organizations-listing-table .manage-variation {
  color: #e8bd2b;
}

.organizations-listing-table td a {
  color: #d9d9d9;
}

.organizations-listing-table td a:hover,
.organizations-listing-table td a:focus {
  color: #e8bd2b;
}

.box-footer {
  padding: 0;
  border-top: 0;
  background-color: rgba(27, 28, 34, 0.9);
}

.common-table-wrap .dataTables_info {
  color: #b8b8b8;
}

.custom-dropdown-admin .btn-default {
  background-color: transparent;
  border-color: rgba(146, 146, 146, 0.36);
  color: #b8b8b8;
}

.custom-dropdown-admin .btn-default:hover {
  background-color: transparent;
  border-color: rgba(232, 189, 43, 0.5);
}

.custom-dropdown-admin .btn-default.active {
  background-color: transparent;
  border-color: rgba(232, 189, 43, 0.5);
  color: #e8bd2b;
}

.custom-dropdown-admin .btn-default.active i.fa-search {
  color: #e8bd2b;
}

.custom-dropdown-admin .btn-default:active:hover,
.custom-dropdown-admin .btn-default:active:focus,
.custom-dropdown-admin .btn-default:active {
  background-color: transparent;
  border-color: rgba(146, 146, 146, 0.36);
  color: #b8b8b8;
}

.custom-dropdown-admin .btn-default .caret {
  margin-left: 10px;
  color: #e8bd2b;
}

.custom-dropdown-admin .btn-default .fa {
  color: #e8bd2b;
}

.custom-dropdown-admin .open .dropdown-toggle {
  background-color: transparent;
  border-color: rgba(146, 146, 146, 0.36);
  color: #b8b8b8;
}

.custom-dropdown-admin .open .dropdown-toggle:hover,
.custom-dropdown-admin .open .dropdown-toggle:focus {
  color: #b8b8b8;
  background-color: transparent;
  border-color: rgba(146, 146, 146, 0.36);
}

.custom-dropdown-admin .open .dropdown-menu .active a {
  color: inherit;
  background-color: transparent;
}

.custom-dropdown-admin .select2-container--default span.select2-selection--single {
  padding-left: 8px;
  background-color: transparent;
  border-color: rgba(146, 146, 146, 0.36);
}

.custom-dropdown-admin .select2-container--default span.select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.custom-dropdown-admin .select2-container--default.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #e8bd2b transparent;
}

.custom-dropdown-admin .select2-container--default .select2-selection__rendered {
  color: #d9d9d9;
}

.custom-dropdown-admin .select2-container--default .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}

.custom-dropdown-admin .select2-container--default:hover span.select2-selection--single {
  border-color: rgba(232, 189, 43, 0.5);
}

.custom-dropdown-admin .form-group .label-head {
  color: #b8b8b8;
  font-size: 13px;
}

.custom-dropdown-admin .level-info-ico {
  color: #e8bd2b;
}

/* More Ellipse */

.more-option .small-txt a,
.plants-listing-table .small-txt a {
  /*color: $primary-color;*/
}

.more-option tr td a,
.plants-listing-table tr td a {
  padding: 0;
  /*padding-left: 8px;*/
  color: #b8b8b8;
  white-space: normal;
  text-align: left;
}

.more-option tr td a:hover,
.more-option tr td a:focus,
.plants-listing-table tr td a:hover,
.plants-listing-table tr td a:focus {
  color: #e8bd2b;
}

/* Footer */

.main-footer {
  margin-left: 100px;
  background-color: transparent;
  border-top: 0;
}

/* Pagination*/

.pagination {
  float: right;
  margin: 0;
}

.pagination li a,
.pagination li span {
  background: transparent;
  background-color: transparent;
  border: 1px solid rgba(146, 146, 146, 0.36);
  color: #d9d9d9;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li span:hover,
.pagination li span:focus {
  background-color: transparent;
  color: #e8bd2b;
  border-color: rgba(146, 146, 146, 0.36);
}

@media (max-width: 991px) {
  .pagination li a,
  .pagination li span {
    padding: 5px 9px;
  }
}

.pagination .disabled a,
.pagination .disabled span {
  background-color: #3f3f41;
  color: #d9d9d9;
  border-color: rgba(146, 146, 146, 0.36);
  opacity: 0.4;
}

.pagination .disabled a:hover,
.pagination .disabled a:focus,
.pagination .disabled span:hover,
.pagination .disabled span:focus {
  background-color: #3f3f41;
  color: #d9d9d9;
  border-color: rgba(146, 146, 146, 0.36);
  opacity: 0.5;
}

.pagination .active a,
.pagination .active span {
  background-color: #e8bd2b;
  color: #25262c;
  border-color: rgba(146, 146, 146, 0.36);
  /*&:hover {
            background-color: $primary-color;
            color: $primary-color;
            border-color: $border-rgb;
        }*/
}

.pagination .active a:focus,
.pagination .active a:hover,
.pagination .active span:focus,
.pagination .active span:hover {
  background-color: #e8bd2b;
  color: #25262c;
  border-color: rgba(146, 146, 146, 0.36);
}

/* Toggle */

.custom-toggle input:checked + .slider {
  background-color: #3f3f41;
}

.custom-toggle input:checked + .slider:before {
  background-color: #e8bd2b;
}

.custom-toggle .slider {
  background-color: rgba(146, 146, 146, 0.36);
  border: 1px solid #3f3f41;
}

.custom-toggle .slider:before {
  background-color: #222327;
}

.form-group.toggle-text label {
  margin-bottom: 0;
}

.form-group.toggle-text span {
  font-size: 12px;
}

.form-group.toggle-text span,
.form-group.toggle-text a {
  color: #b8b8b8;
}

.toggle-text span {
  color: #b8b8b8;
}

/* Yellow Badge */

.table-caret .label-primary,
.org-mapping .label-primary {
  padding: 2px 5px;
  background-color: #373739 !important;
  color: #e8bd2b !important;
}

.table-caret .label-primary:hover,
.org-mapping .label-primary:hover {
  color: #e8bd2b;
}

.table-caret .comment a,
.org-mapping .comment a {
  color: #e8bd2b;
}

.table-caret .box p,
.org-mapping .box p {
  -moz-user-select: all;
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.table-caret .box label,
.org-mapping .box label {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Modal */

.bootbox-confirm .modal-footer,
.modal-dialog .modal-footer {
  background-color: #25262c;
  border-color: rgba(146, 146, 146, 0.08);
}

.bootbox-confirm .modal-header,
.modal-dialog .modal-header {
  background-color: #25262c;
  border: 0;
}

.bootbox-confirm .modal-header .close,
.modal-dialog .modal-header .close {
  color: #d9d9d9;
  opacity: 1;
}

.bootbox-confirm .modal-header .close:hover,
.modal-dialog .modal-header .close:hover {
  color: #e8bd2b;
}

.bootbox-confirm .modal-title,
.modal-dialog .modal-title {
  color: #d9d9d9;
}

.bootbox-confirm .modal-body,
.modal-dialog .modal-body {
  background-color: rgba(27, 28, 34, 0.9);
  color: #d9d9d9;
}

.bootbox-confirm .modal-body .table,
.modal-dialog .modal-body .table {
  margin-top: 0 !important;
}

.bootbox-confirm .bootbox-body,
.modal-dialog .bootbox-body {
  color: #d9d9d9;
}

.bootbox-confirm .modal-content,
.modal-dialog .modal-content {
  background-color: #25262c;
  border-radius: 0;
  box-shadow: 0 0 3px rgba(232, 189, 43, 0.3);
}

.bootbox-confirm .iradio_minimal-blue,
.modal-dialog .iradio_minimal-blue {
  margin-top: 0;
  width: 16px;
  height: 16px;
  background-image: url(/images/admin/radio.png);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.bootbox-confirm .iradio_minimal-blue.checked,
.modal-dialog .iradio_minimal-blue.checked {
  background-position: bottom;
}

/*.dataTables_scroll {
	overflow: auto;
}*/

.dataTables_info {
  color: #b8b8b8;
}

/* Dark bg */

.darkbg {
  background-color: rgba(27, 28, 34, 0.9);
}

.p0 {
  padding: 0 !important;
}

.m0 {
  margin: 0 !important;
}

.r0 {
  right: 0 !important;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
  right: 17px;
  z-index: 1;
}

.main-header {
  position: fixed;
}

.logo-lg {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  background-color: #1b1c22;
  color: #b8b8b8;
}

.navbar {
  display: none;
}

.content-full-row {
  height: calc(100% - 50px);
  display: flex;
}

.content-full-row .inner-half-col {
  flex: 400px 0 0;
}

.content-full-row .inner-half-col .form-sec {
  height: 100%;
}

.content-full-row .inner-half-col.setting-flex {
  flex: 700px 0 0;
}

.content-full-row .inner-right-col {
  padding-right: 8px;
  width: calc(100% - 400px);
}

.form-outer-wrap label.error {
  left: 0;
  bottom: -28px;
  font-size: 12px;
  color: #db2828;
}

.content-main-wrap {
  min-height: calc(100vh - 122px);
}

.content-main-wrap .form-group {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .content-main-wrap {
    height: auto;
  }
}

.content-main-wrap.content-main-wrap-height {
  height: calc(100vh - 122px);
}

@media (max-width: 991px) {
  .content-main-wrap.content-main-wrap-height {
    height: auto;
  }
}

.form-group.right-align-btn {
  margin: 0;
  padding-right: 15px;
  height: 50px;
  line-height: 50px;
}

.p15 {
  padding: 15px;
}

.full-height {
  height: 100%;
}

.pl0 {
  padding-left: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pr {
  padding-right: 0;
}

.pt0 {
  padding-top: 0;
}

.mb15 {
  padding-bottom: 15px;
}

.paddingright6 {
  padding-right: 6px;
}

.paddingleft6 {
  padding-left: 6px;
}

.mb0 {
  margin-bottom: 0;
}

.marginleft10 {
  padding-left: 10px;
}

.paddingleft15 {
  padding-left: 15px;
}

.padding10 {
  padding: 10px;
}

.pt15 {
  padding-top: 15px;
}

.paddingtop10 {
  padding-top: 10px;
}

.display-inline {
  display: inline;
}

.link-org-panel .box.box-solid.box-default {
  border: 0;
}

.link-org-panel .box.box-success.box-solid {
  border: 1px solid #25262c;
}

.link-org-panel .box.box-success.box-solid .box-header {
  padding: 15px 10px;
  background-color: #25262c;
  border-bottom-color: rgba(146, 146, 146, 0.08);
}

.link-org-panel .box.box-success.box-solid .box-header h3 {
  color: #d9d9d9;
  font-size: 16px;
}

.fr {
  float: right;
}

.custom-selected-wrap .btn-group.open {
  box-shadow: 0px 0px 2px rgba(232, 189, 43, 0.4);
}

.custom-selected-wrap .btn-group.open ul.multiselect-container {
  background-color: #1b1c22;
  border-radius: 0;
  padding: 10px;
  box-shadow: 0px 0px 2px rgba(232, 189, 43, 0.4);
  width: 100%;
  border: 1px solid #1b1c22;
  max-height: 300px;
}

.custom-selected-wrap .btn-group.open ul.multiselect-container li {
  padding: 0 10px 0 4px;
  border: 1px solid #1b1c22;
  font-weight: 300;
  border-radius: 2px;
}

.custom-selected-wrap .btn-group.open ul.multiselect-container li a label {
  padding: inherit;
  position: relative;
  font-size: 11px;
  color: #d9d9d9;
  padding-left: 30px;
  display: flex;
  align-items: center;
}

.custom-selected-wrap .btn-group.open ul.multiselect-container li a label:before {
  position: absolute;
  content: "";
  background-image: url(/images/admin/checkbox.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 14px;
  width: 14px;
  background-size: 100%;
  border: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.custom-selected-wrap .btn-group.open ul.multiselect-container li a label input {
  vertical-align: middle;
  cursor: pointer;
  opacity: 0;
}

.custom-selected-wrap .btn-group.open ul.multiselect-container li a:hover,
.custom-selected-wrap .btn-group.open ul.multiselect-container li a:focus {
  background-color: transparent;
}

.custom-selected-wrap .btn-group.open ul.multiselect-container li.active a label:before {
  background-position: bottom;
}

.custom-selected-wrap .btn-group.open ul.multiselect-container li:nth-child(odd) {
  background-color: #1b1c22;
}

.custom-selected-wrap .btn-group.open ul.multiselect-container li:nth-child(even) {
  background-color: #202128;
}

.custom-selected-wrap .btn-group.open ul.multiselect-container li:hover {
  border-color: rgba(232, 189, 43, 0.3);
}

.custom-selected-wrap .box-header {
  padding-bottom: 15px;
}

.custom-selected-wrap .box-body {
  padding-bottom: 15px;
}

.custom-selected-wrap .btn-group {
  margin-left: 6px;
}

/* DatePicker */

.datepicker.dropdown-menu {
  background-color: #25262c;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.datepicker.dropdown-menu:after {
  border-bottom: 6px solid #25262c;
}

.datepicker.dropdown-menu thead tr:first-child th:hover {
  background-color: transparent;
}

.datepicker.dropdown-menu tbody tr td.range,
.datepicker.dropdown-menu tbody tr td.selected {
  background: #e8bd2b;
}

.datepicker.dropdown-menu tbody tr td.range.day {
  border-radius: 0;
}

.datepicker.dropdown-menu tbody tr td.selected.day {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.datepicker.dropdown-menu tbody tr td.active.selected.day {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.datepicker.dropdown-menu tbody tr td.day:hover {
  background: #e8bd2b;
}

.datepicker.dropdown-menu table {
  color: #fff;
}

.datepicker.dropdown-menu table tr td.active.active {
  background-color: #e8bd2b;
  border-color: #e8bd2b;
}

.datepicker.dropdown-menu table tr td {
  height: 27px;
  line-height: 23px;
  text-align: center;
}

.bgtransparent {
  border-top: 0;
  background: transparent !important;
}

.input-daterange .input-group-addon {
  text-shadow: none;
  color: #d9d9d9;
  font-size: 12px;
}

.input-daterange input {
  text-align: left;
}

/* btn-group */

.custom-btn-group {
  height: 32px;
  border: 1px solid rgba(146, 146, 146, 0.36);
}

.custom-btn-group .btn {
  padding: 5px 12px;
  background-color: transparent;
  color: #d9d9d9;
}

.custom-btn-group .btn .dropdown-toggle {
  background-color: transparent;
  color: #d9d9d9;
}

.custom-btn-group:focus,
.custom-btn-group:hover {
  outline: 0;
  border: 1px solid rgba(232, 189, 43, 0.5);
}

.custom-btn-group .caret {
  color: #e8bd2b;
}

.custom-organization-variation {
  padding-top: 25px;
  padding-bottom: 25px;
}

input::-webkit-calendar-picker-indicator {
  background: transparent;
}

.select-outer {
  position: relative;
}

.select-outer:after {
  position: absolute;
  font: normal normal normal 17px/1 FontAwesome;
  color: #e8bd2b;
  content: "\F078";
  top: 50%;
  right: 23px;
  font-size: 12px;
  transform: translateY(-50%);
}

.select-outer select::-ms-expand {
  display: none;
}

.select-outer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select option {
  color: #1b1c22;
}

input::-webkit-calendar-picker-indicator {
  color: #e8bd2b;
}

/* Dropdown Design */

.dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
  background-color: #25262c;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu li {
  position: relative;
  padding: 8px;
  border-bottom: 1px solid #25262c;
  background-color: #25262c;
  font-size: 11px;
  font-weight: 300;
}

.dropdown-menu li:hover {
  background-color: #222327;
}

.dropdown-menu li a {
  padding: 0;
  color: #fff;
  white-space: normal;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  background-color: transparent;
  color: #fff;
}

/* Top Search */

.search-outer {
  padding: 15px 15px 0 15px;
  background-color: #1b1c22;
  margin-bottom: 10px !important;
  border-radius: 4px;
  /*   -webkit-box-shadow: 0px 0px 2px rgba(232, 189, 43, 0.4);
    box-shadow: 0px 0px 2px rgba(232, 189, 43, 0.4);*/
}

.search-outer h5 {
  margin-top: 0;
  color: #b8b8b8;
  text-transform: uppercase;
  font-weight: 400;
}

.search-outer.search-flex-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .search-outer.search-flex-outer {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}

.content {
  padding-right: 17px;
  padding-left: 17px;
}

.marginleft-right-minus {
  margin-left: -10px;
  margin-right: -10px;
}

/* Select Dropdown */

.select2-dropdown {
  background-color: #1b1c22;
  color: #d9d9d9;
  border: 1px solid #1b1c22;
  box-shadow: 0px 0px 2px rgba(232, 189, 43, 0.4);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #d9d9d9;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #d9d9d9;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #d9d9d9;
}

/* User Logout */

.sidebar-profile-wrap {
  position: relative;
  width: 99px;
  padding: 10px 0;
  text-align: center;
}

.sidebar-profile-wrap .img-wrap {
  margin: auto;
  padding: 0;
  height: 38px;
  width: 38px;
  line-height: 38px;
  border-radius: 100%;
  border: 1px solid #1b1c22;
  background-color: #1b1c22;
  overflow: hidden;
  cursor: pointer;
}

.sidebar-profile-wrap .img-wrap:hover,
.sidebar-profile-wrap .img-wrap:active,
.sidebar-profile-wrap .img-wrap:focus {
  border: 1px solid #1b1c22;
}

.sidebar-profile-wrap .img-wrap img {
  width: 100%;
}

.sidebar-profile-wrap:hover .sub-menu-ul {
  display: block;
}

.sidebar-profile-wrap .sub-menu-ul a i {
  display: inline-block;
}

.sidebar-profile-wrap .user-name {
  width: 100%;
  font-weight: 300;
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 13px;
  margin-bottom: 5px;
  color: #b8b8b8;
  line-height: normal;
  border-bottom: 1px solid rgba(146, 146, 146, 0.06);
}

.sidebar-profile-wrap .user-name:hover {
  background-color: transparent;
}

.overflow-auto {
  overflow: auto;
}

.scrolling-list {
  position: relative;
  margin: 0;
  padding: 0;
}

.db {
  display: block;
}

.custom-log-outer {
  padding: 10px 0;
}

@media (max-width: 1199px) {
  .custom-log-outer {
    padding-top: 0;
  }
}

.border-top0 {
  border-top: 0;
}

.bg-aqua {
  background-color: #20a8d8 !important;
}

.bg-green {
  background-color: #1dc0af !important;
}

.bg-yellow {
  background-color: #ffc107 !important;
}

.bg-red {
  background-color: #f86c6b !important;
}

.small-box > .inner {
  padding: 2rem 2.25rem 2rem 1.75rem;
}

/* sidebar */

.sub-menu-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: auto;
  bottom: 0;
  background-color: #25262c;
  padding: 5px 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.sub-menu-ul li {
  padding: 0;
}

.sub-menu-ul li a {
  display: block;
  padding: 6px 12px;
  border-top: 1px solid #25262c;
  color: #d9d9d9 !important;
  font-weight: 300;
  font-size: 13px;
}

.sub-menu-ul li a i {
  display: none;
}

.sub-menu-ul li:hover a,
.sub-menu-ul li.active a,
.sub-menu-ul li.active:hover a,
.sub-menu-ul li:focus a,
.sub-menu-ul li:focus:hover a {
  background-color: #1b1c22;
}

.sub-menu-ul:before,
.sub-menu-ul:after {
  position: absolute;
  content: "";
  bottom: 12px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
}

.sub-menu-ul:before {
  left: -6px;
  z-index: 1;
  border-right-color: #25262c;
}

.sub-menu-ul:after {
  left: -7px;
  border-width: 7px;
  border-right-color: #1b1c22;
}

.menu-link:hover .sub-menu-ul {
  display: block;
}

.main-sidebar {
  position: fixed;
  left: 0;
  width: 100px;
  top: 70px;
  bottom: 0;
  padding: 0;
  transform: inherit;
}

.main-sidebar .sidebar {
  background-color: #25262c;
  border-right: 1px solid #1b1c22;
  box-shadow: 1px 0px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  height: calc(100% - 70px) !important;
  justify-content: space-between;
}

.main-sidebar .sidebar .sidebar-menu {
  height: 100%;
  overflow: unset;
}

.main-sidebar .sidebar .sidebar-menu:hover {
  overflow: unset;
}

.main-sidebar .sidebar .sidebar-menu .menu-link {
  border-top: 1px solid #1b1c22;
  text-align: center;
  font-size: 13px;
  transition: 0.1s ease-in-out;
}

.main-sidebar .sidebar .sidebar-menu .menu-link > a {
  white-space: initial;
  border-left: 0 !important;
  text-align: center;
  position: relative;
  display: block;
  padding: 12px 5px;
  color: #d9d9d9;
  font-weight: 300;
  text-decoration: none;
  line-height: normal;
}

.main-sidebar .sidebar .sidebar-menu .menu-link > a i {
  font-size: 20px;
  display: block;
  margin: 0 auto 6px;
}

.main-sidebar .sidebar .sidebar-menu .menu-link:hover > a {
  background-color: #1b1c22;
}

.main-sidebar .sidebar .sidebar-menu .menu-link.active > a {
  background-color: #e8bd2b;
  color: #1b1c22;
}

.section-title {
  color: #d9d9d9;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 10px;
}

.title-style {
  color: #d9d9d9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0;
}

.normal-text {
  color: #d9d9d9;
  font-weight: 300;
  text-align: center;
  display: block;
  padding-top: 30px;
}

.interconnection-outer .box-header {
  margin-bottom: 15px;
}

.interconnection-outer .position-absolute {
  right: 0;
}

#interconnections-table_wrapper label {
  color: #d9d9d9;
}

.interconnection-modal label {
  display: block;
  font-weight: normal;
}

/* Upload Button */

.custom-upload i {
  padding-right: 3px;
  font-weight: 100;
}

.custom-upload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-upload .inputfile + label {
  display: inline-block;
}

.custom-upload .inputfile + label {
  cursor: pointer;
}

.custom-upload:hover label,
.custom-upload:focus label {
  color: #e8bd2b;
}

.single-org-variations .box-header {
  padding: 10px 0;
}

.single-org-variations .box-header h3 {
  color: #d9d9d9;
}

.single-org-variations .custom-dropdown-admin {
  top: 2px;
}

.single-org-variations .custom-dropdown-admin .select2-container {
  width: 250px !important;
}

.single-org-variations .custom-dropdown-admin .select2-selection__rendered {
  padding-left: 0;
}

.table-outer-scroll {
  overflow-y: scroll;
  width: 100%;
  /*height: 200px;*/
  max-height: 200px;
}

.table-outer-scroll .table > tbody > tr td.no-data {
  padding: 10px 8px;
}

.dataTables_wrapper .dataTables_processing,
.custom-common-loader {
  background: rgba(37, 38, 44, 0.8);
}

.dataTables_wrapper .dataTables_processing > span,
.custom-common-loader > span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border: 3px solid #3f3f41;
  border-radius: 50%;
  border-top: 3px solid #e8bd2b;
  width: 26px;
  height: 26px;
  font-size: 0;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.custom-common-loader {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.custom-common-loader > span {
  margin-top: -8px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
}

/* Safari */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.popup-searchbar {
  margin-top: 15px;
  margin-bottom: 15px;
}

.popup-searchbar .input-group {
  max-width: 270px;
  float: right;
}

.popup-searchbar textarea {
  min-height: 100px;
}

.popup-searchbar .input-group-btn > .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.responsive-search {
  display: inline-block;
}

.text-center {
  text-align: center !important;
}

.loading {
  color: #b8b8b8;
}

.changepassword-outer .form-group {
  margin-bottom: 25px;
  /*&:last-child {
          margin-bottom: 0;
      }*/
}

/* Custom Radio Buttons */

.common-custom-radio-btn {
  position: relative;
}

.common-custom-radio-btn input[type=radio] {
  /* Hide original inputs */
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}

.common-custom-radio-btn input[type=radio] + label:before {
  position: absolute;
  content: "";
  background-image: url(/images/admin/radio.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 14px;
  width: 14px;
  background-size: 100%;
  border: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.common-custom-radio-btn input[type=radio]:checked + label:before {
  background-position: bottom;
}

.matching_templates_form-wrap {
  margin-bottom: 15px;
  background-color: #232427;
  padding: 20px 15px 1px 15px;
  border-radius: 3px;
}

.matching_templates_form-wrap .form-group {
  margin-top: 2px;
}

.matching_templates_form-wrap .btn {
  padding: 2px 5px;
  line-height: 15px;
}

.matching_templates_form-wrap .btn i {
  font-size: 12px;
}

.matching_templates_form-wrap .matching-type-search {
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .matching_templates_form-wrap .res-col {
    width: 100%;
  }
}

.matching_templates_form-wrap fieldset {
  border: unset !important;
  padding: unset !important;
  margin: unset !important;
}

/* Popover Matching Template */

.feedback-popover.popover.left {
  padding: 10px 12px 13px;
  background-color: #000;
  box-shadow: 0 0 1px rgba(232, 189, 43, 0.2);
  min-width: 245px;
  width: 245px;
  top: 50%;
  transform: translateY(-50%);
}

.feedback-popover.popover.left .arrow:after {
  border-left-color: #000;
}

.feedback-popover.popover.left .popover-title {
  display: inline-block;
  color: #fff;
  background-color: unset;
  border-bottom-color: rgba(27, 28, 37, 0.9);
  font-size: 12px;
  padding: 0;
  border-bottom: 0;
}

.feedback-popover.popover.left .popover-content {
  padding: 4px 0;
}

.feedback-popover.popover.left .editable-input input.form-control {
  height: 25px;
  line-height: 24px;
  border-width: thin;
}

.feedback-popover.popover.left .editable-input .error-msg {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 10px;
  color: #d8000c;
  bottom: -12px;
  line-height: normal;
}

.feedback-popover.popover.left .editable-buttons {
  vertical-align: middle;
  float: right;
}

.feedback-popover.popover.left .editable-buttons .btn {
  padding: 0;
  color: #ccc;
  border: 0;
  background-color: transparent;
  color: #e8bd2b;
}

.feedback-popover.popover.left .info-icon {
  padding-left: 2px;
  display: inline-block;
  color: #d9d9d9;
}

/* User Settings Screen */

.setting-flex .darkbg {
  background-color: transparent;
}

.setting-flex .settings-form-outer {
  padding: 35px;
}

.setting-flex .settings-form-outer span.helper {
  margin-top: 8px;
}

.setting-flex .right-align-btn {
  line-height: unset;
}

.setting-flex .right-align-btn .text-left {
  padding-left: 35px;
}

.setting-flex .common-checkbox-col .common-input-wrap input {
  height: 20px;
}

.advanced-search-option {
  position: absolute;
  right: 15px;
  top: -27px;
}

.advanced-search-option a.js-toggle-adv-section-link {
  color: #e8bd2b;
}

.advanced-search-option a.js-toggle-adv-section-link:hover {
  text-decoration: underline;
}

.advanced-search-option a.js-toggle-adv-section-link i {
  padding-left: 4px;
}

.modal-with-right-actions {
  display: flex;
  align-items: center;
}

.modal-with-right-actions .searchbar {
  margin-left: auto;
}

.modal-with-right-actions .responsive-search {
  display: flex;
  align-items: center;
}

.modal-with-right-actions .responsive-search .form-group input.form-control {
  margin-right: 4px;
  height: 34px;
}

.modal-with-right-actions .responsive-search .close {
  margin-left: 10px;
}

#mastercompanyform .common-checkbox-col .common-input-wrap input {
  top: 18px;
}

.skin-blue .content-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skin-blue .content-header .breadcrumb {
  position: absolute;
  left: 15px;
  right: auto;
  top: 10px;
  padding: 0;
}

.skin-blue .content-header .breadcrumb li a:hover {
  text-decoration: underline;
}

.skin-blue .content-header h1 {
  margin-top: 20px;
  line-height: normal;
}

.btn.btn-yellow-disabled:disabled:hover {
  color: #000 !important;
}

.pp-social-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pp-social-links a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: #2e2f35;
  margin: 2px 8px 2px 0;
  color: #d9d9d9;
}

.pp-social-links a svg {
  height: 14px;
  width: auto;
}

.pp-social-links a:hover {
  background-color: #e8bd2b;
  color: #1b1c22;
}

.utility-matching-table .box-header .btn .badge {
  font-weight: normal;
  top: 1px;
  flex: 0 0 100px;
}

.utility-matching-table .custom-box-col .btn-box-tool {
  display: flex;
  min-width: 0;
  justify-content: space-between;
  padding-right: 0;
}

.utility-matching-table .custom-box-col .btn-box-tool .box-node-name {
  white-space: normal;
  flex: 1 1 auto;
  min-width: 0;
}

.btn.btn-box-tool:focus {
  color: #97a0b3;
}

.add-org-list {
  max-height: 500px;
}

.global-matches-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.global-matches-footer label {
  margin: 0;
  color: #d9d9d9;
  font-weight: 400;
}

.global-matches-footer .manage-match-tot-record,
.global-matches-footer .hide-show-input .common-input-wrap,
.global-matches-footer .related-tags-container label {
  font-weight: 400;
  color: #d9d9d9;
}

.matches-footer-left,
.matches-footer-right {
  display: flex;
  align-items: center;
}

.matches-footer-left {
  margin-right: 10px;
  flex: 1 1 auto;
}

.matches-footer-left .tags-links-container {
  margin-left: 5px;
}

.matches-footer-left .tags-links-container .dropdown-menu {
  max-height: 400px;
  overflow: auto;
}

.matches-footer-left .manage-match-tot-record,
.matches-footer-left .hide-show-input .common-input-wrap {
  padding-left: 15px;
}

.matches-footer-right {
  margin-left: auto;
}

.feedback-popup-wrap {
  display: flex;
  align-items: center;
}

.feedback-popup-wrap input.form-control {
  width: 100%;
}

.feedback-popup-wrap .editable-input {
  flex: 1 1 auto;
}

.feedback-popup-wrap .editable-buttons {
  flex: 0 0 40px;
}

.feedback-popover .error-msg {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 10px;
  color: #d8000c;
  line-height: normal;
}

.feedback-popover.popover.left .popover-content {
  padding-bottom: 0;
}

.query-status-container .query-detail-open-link {
  text-decoration: underline;
}

.query-status-container .query-detail-open-link:hover {
  color: #e8bd2b;
}

.query-status-container .query-detail-open-link:focus {
  color: #d9d9d9;
}

.query-status-container .jira-link-h5 {
  display: flex;
  flex-wrap: wrap;
}

.query-status-container .jira-link-h5 .jira-link {
  display: flex;
  align-items: center;
  margin: 2px 5px 2px 0;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 12px;
  color: #d9d9d9;
  line-height: normal;
  background-color: #2c2d33;
}

.query-status-container .jira-link-h5 .jira-link i {
  margin-left: 5px;
  margin-top: 2px;
}

.query-status-container .jira-link-h5 .jira-link:hover {
  color: #e8bd2b;
}

.query-status-container .jira-link-h5 .jira-link:focus {
  color: #d9d9d9;
}

.query-status-container .jira-link-h5 .jira-link:last-child {
  margin-right: 0;
}

@media (max-width: 1299px) {
  .modal-dialog.width70-percentage {
    width: 90%;
  }
}

.records-progress {
  display: flex;
  margin-bottom: 8px;
  border-radius: 8px;
  height: 15px;
  background-color: #2c2d33;
  overflow: hidden;
}

.records-progress .progress-bar {
  position: relative;
  line-height: normal;
}

.records-progress .progress-bar span {
  color: #1d1e22;
  font-size: 11px;
  cursor: default;
}

.records-progress .progress-bar.to_do {
  background: repeating-linear-gradient(-55deg, #9ea7ad, #9ea7ad 5px, #a6afb4 5px, #a6afb4 10px);
}

.records-progress .progress-bar.partial {
  background: repeating-linear-gradient(-55deg, #e08e0b, #e08e0b 5px, #ef970c 5px, #ef970c 10px);
}

.records-progress .progress-bar.re_verify {
  background: repeating-linear-gradient(-55deg, #ffa799, #ffa799 5px, #ffb4a8 5px, #ffb4a8 10px);
}

.records-progress .progress-bar.system_confirm {
  background: repeating-linear-gradient(-55deg, #2dccff, #2dccff 5px, #3cd0ff 5px, #3cd0ff 10px);
}

.records-progress .progress-bar.done {
  background: repeating-linear-gradient(-55deg, #00a65a, #00a65a 5px, #00b562 5px, #00b562 10px);
}

.records-progress .progress-bar.synced {
  background: repeating-linear-gradient(-55deg, #7171fd, #7171fd 5px, #8080fd 5px, #8080fd 10px);
}

.progress-legends {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.progress-legends .progress-single-legend {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.progress-legends .progress-single-legend:last-child {
  margin-right: 0;
}

.progress-legends .legend-bubble {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #9ea7ad;
}

.progress-legends .legend-text {
  margin-left: 5px;
  color: #b8b8b8;
  font-size: 12px;
  line-height: normal;
}

.progress-legends .legend-to_do .legend-bubble {
  background-color: #9ea7ad;
}

.progress-legends .legend-partial .legend-bubble {
  background-color: #e08e0b;
}

.progress-legends .legend-re_verify .legend-bubble {
  background-color: #ffa799;
}

.progress-legends .legend-system_confirm .legend-bubble {
  background-color: #2dccff;
}

.progress-legends .legend-done .legend-bubble {
  background-color: #00a65a;
}

.progress-legends .legend-synced .legend-bubble {
  background-color: #7171fd;
}

/* 17.11.2022 */

.tag-selection-col {
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border: 1px solid rgba(146, 146, 146, 0.36);
  display: inline-block;
  border-radius: 3px;
}

.tag-selection-col:hover {
  border-color: rgba(232, 189, 43, 0.5);
}

.tag-selection-col .selection {
  display: flex;
}

.tag-selection-col ul.select2-selection__rendered {
  float: left;
}

.tag-selection-col .select2-selection {
  max-height: 100px;
}

.tag-selection-col .select2-selection input.select2-search__field {
  margin-top: 0;
  float: left;
  color: #d9d9d9;
  min-height: 30px;
  font-size: 12px;
  padding: 0 8px;
  margin: 0;
  width: auto !important;
  max-width: 100%;
}

.tag-selection-col .select2-selection .select2-search {
  float: none;
  margin: -5px;
  max-width: calc(100% + 10px);
}

.tag-selection-col > .select2-container {
  margin-left: 0;
  margin-right: 0;
}

.tag-selection-col > .select2-container ul.select2-selection__rendered {
  align-items: center;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tag-selection-col > .select2-container.select2-container--focus .select2-selection {
  border: none !important;
}

.tag-selection-col > .select2-container .select2-selection {
  background-color: transparent;
  margin-right: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 3px !important;
  min-height: 32px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border: none !important;
  float: left;
}

.tag-selection-col > .select2-container .select2-selection:hover {
  border-color: rgba(232, 189, 43, 0.5) !important;
}

.tag-selection-col > .select2-container li.select2-selection__choice {
  display: inline-block;
  border-radius: 20px;
  background-color: #e8bb40;
  color: #1b1c22;
  font-weight: 400;
  border: none;
  max-width: 100%;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 5px 2px 5px;
  padding-right: 22px;
  position: relative;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}

.tag-selection-col > .select2-container li.select2-selection__choice:hover {
  background-color: #e8bb40 !important;
}

.tag-selection-col > .select2-container .select2-selection__choice__remove {
  height: 16px;
  width: 16px;
  margin: auto;
  display: flex;
  justify-content: center;
  line-height: 15px;
  border-radius: 50%;
  cursor: pointer;
  color: #000000;
  font-weight: 400;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}

.tag-selection-col > .select2-container .select2-selection__choice__remove:hover {
  background-color: #1b1c22;
  color: #fd0;
}

/* Responsiveness */

@media (max-width: 1199px) {
  .res-search {
    padding-bottom: 15px;
  }

  .res-btn {
    padding-bottom: 15px;
    padding-left: 0;
  }

  .res-permission-btn {
    width: 100%;
    right: 5px;
  }
}

@media (max-width: 991px) {
  .content-header > .breadcrumb {
    position: absolute;
    top: 15px;
    right: 10px;
    text-align: right;
  }

  .res-btn {
    vertical-align: middle;
  }

  .res-permission-screen {
    flex-direction: column;
  }

  .res-permission-screen .inner-right-col {
    width: 100%;
  }

  .res-permission-screen .inner-half-col {
    flex: 100% 0 0;
  }
}

@media (min-width: 768px) {
  .custom-selected-wrap .col-sm-6 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length {
    text-align: left;
  }
}

.duns-num-wrap .misc-col .dun-label {
  position: relative;
}

.copy-icon-span {
  float: right;
  cursor: pointer;
  margin: 0 0 0 3px;
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  padding: 3px 2px 3px 2px;
  display: inline-block;
  text-align: center;
  line-height: 0;
  background-color: transparent;
}

.copy-icon-span:hover {
  background-color: rgba(255, 221, 0, 0.2);
}

.copy-icon-span svg {
  width: 11px;
  height: 11px;
  fill: #e8bd2b;
}

.dun-label:hover .copy-icon-span,
.mc-id-wrap:hover .copy-icon-span {
  opacity: 1;
  visibility: visible;
}

.copy-text {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.v-select-option {
  display: flex;
  align-items: center;
}

.v-select img {
  margin-right: 5px;
}

.permissions-right-box {
  position: relative;
}

.checklistBox {
  margin-bottom: 10px;
  background: #25262c;
  border: 1px solid rgba(232, 183, 89, 0.1);
  border-radius: 3px;
  padding: 5px 10px;
  width: 100%;
}

.checklistBox label.checkbox {
  color: #ffffff;
  font-weight: normal;
}

.inner-half-col-right {
  flex: 1;
}

/* ******************************* */

/* Tabs Style Css Starts From Here */

/* ******************************* */

.tabsContainer {
  margin-top: 10px;
}

.tabsContainer .panel {
  background-color: rgba(27, 28, 34, 0.9);
  margin-bottom: 0;
}

.tabsContainer .nav-tabs {
  border-bottom: 2px solid #e8bb40;
}

.tabsContainer .nav-tabs > li {
  margin-bottom: 0;
}

.tabsContainer .nav-tabs > li > a {
  position: relative;
  color: #b8b8b8;
  background-color: #3f3f41;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  margin-right: 15px;
  border-radius: 4px 2px 0 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
  padding: 8px 10px 8px 15px;
  transition: unset;
  height: 33px;
}

.tabsContainer .nav-tabs > li > a:hover {
  background-color: #e8b759;
  color: #1b1c22;
  z-index: 2;
}

.tabsContainer .nav-tabs > li > a:hover:before {
  border-bottom-color: #e8b759;
}

.tabsContainer .nav-tabs > li > a:before {
  position: absolute;
  content: "";
  border-right: 13px solid transparent;
  border-bottom: 33px solid #3f3f41;
  top: 0;
  bottom: 0;
  left: auto;
  right: -13px;
  z-index: 1;
}

.tabsContainer .nav-tabs > li.active > a:before {
  border-bottom-color: #e8b94e;
}

.tabsContainer .nav-tabs > li.active > a,
.tabsContainer .nav-tabs > li.active > a:focus,
.tabsContainer .nav-tabs > li.active > a:hover {
  color: #1b1c22;
  background-color: #e8b94e;
  border: none;
  border-top-right-radius: 2px;
}

.panelBodyInner {
  background-color: #25262c;
  padding: 10px;
}

.checked-list-style-two li.list-group-item {
  padding: 0;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0 0 0 8px;
  font-weight: 300;
  width: 20%;
  float: left;
  border-radius: 2px;
}

@media screen and (max-width: 1300px) {
  .checked-list-style-two li.list-group-item {
    width: 33.33333%;
  }
}

.checked-list-style-two li.list-group-item .list-text {
  display: block;
  font-size: 13px;
  color: #d9d9d9;
  font-weight: 300;
}

.checked-list-style-two li.list-group-item.list-group-item:hover {
  color: #fff;
  background-color: rgba(27, 28, 34, 0.9);
}

@media (min-width: 768px) {
  .tabsContainer .panel-heading {
    display: none;
  }

  .tabsContainer .panel {
    border: none;
    box-shadow: none;
  }

  .tabsContainer .panel-collapse {
    height: auto;
  }

  .tabsContainer .panel-collapse.collapse {
    display: block;
  }
}

@media (max-width: 767px) {
  .tabsContainer .tab-content .tab-pane {
    display: block;
  }

  .tabsContainer .nav-tabs {
    display: none;
  }

  .tabsContainer .panel-title a {
    display: block;
  }

  .tabsContainer .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
  }

  .tabsContainer .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0;
  }

  .tabsContainer .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px;
  }
}

/* ******************************* */

/* Tabs Style Css Starts From Here */

/* ******************************* */

.mc-select-modal {
  padding: 0;
}

.mc-select-row {
  display: flex;
  margin: 0;
  max-height: calc(100vh - 200px);
}

.mc-select-col {
  padding: 0;
}

.mc-select-col:first-child {
  border-right: 1px solid #2c2d34;
}

.mc-select-col-inner {
  padding: 20px 15px;
  height: 50%;
}

.mc-select-col-inner.company-name-list {
  height: 100%;
}

.mc-select-col-inner h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
  text-transform: capitalize;
}

.mc-select-col-inner .scrollable-list {
  position: relative;
  max-height: calc(100% - 30px);
}

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

.selection-block:last-child {
  margin-bottom: 0;
}

.selection-block input[type=radio] {
  left: 10px;
  height: 18px;
  width: 18px;
  margin-top: -10px;
  cursor: pointer;
}

.selection-block input[type=radio] + label:before {
  height: 18px;
  width: 18px;
  left: 10px;
}

.selection-block input[type=radio]:checked + label {
  background-color: #2c2d34;
}

.selection-block.deleted-record .selection-block-text {
  border-color: #dc5959;
  color: #eeadad;
}

.selection-block-text {
  display: block;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid transparent;
  background-color: #25262c;
  padding: 10px 15px 10px 40px;
  border-radius: 4px;
  color: #b8b8b8;
  line-height: normal;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.1s ease-in-out;
}

.selection-block-text:hover {
  background-color: #2a2b32;
}

.text-with-pill {
  display: flex;
  align-items: center;
}

.text-with-pill .label-title {
  font-size: 13px;
}

.text-with-pill .label-pill {
  margin-left: 10px;
}

.label-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3f3f41;
  border-radius: 3px;
  height: 18px;
  padding: 0 8px;
  line-height: normal;
  font-size: 11px;
  color: #b8b8b8;
  white-space: nowrap;
}

.block-other-info {
  margin-left: auto;
  padding-left: 10px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0.8;
}

.loading-stage,
.loading-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  color: #b8b8b8;
}

.loading-stage i,
.loading-contents i {
  margin-right: 5px;
}

.block-info-text {
  display: block;
  margin-top: 8px;
  font-size: 13px;
}

.block-info-text span {
  margin-right: 5px;
  opacity: 0.8;
  display: none;
}

.no-data-found {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25262c;
  border-radius: 4px;
  padding: 30px;
  color: #b8b8b8;
}

