@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800");
/*============= Color Variables  ================*/
/*============= Font Weight Variables  ================*/
form.fields-group-sm .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, form.fields-group-sm .form-group .bootstrap-select .dropdown-toggle.btn-theme .filter-option, form.fields-group-sm .bootstrap-select .dropdown-toggle, form.fields-group-sm .custom-file .custom-file-label, form.fields-group-sm .custom-file, form.fields-group-sm input.form-control:not(textarea), .table.table-sm {
  font-size: 0.95rem;
}

form.fields-group-sm .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner, form.fields-group-sm .form-group .bootstrap-select .dropdown-toggle.btn-theme .filter-option, form.fields-group-sm .bootstrap-select .dropdown-toggle, form.fields-group-sm .custom-file .custom-file-label, form.fields-group-sm .custom-file, form.fields-group-sm input.form-control:not(textarea), .table.table-sm {
  font-size: 0.95rem;
}

/*@include respond-above(sm) {
  .element {
    font-weight: bold;
  }
}*/
@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
}
@keyframes animate-positive {
  0% {
    width: 0%;
  }
}
/* @include transition(all,2s,ease-out); */
.tran_all {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.topnav {
  width: 100%;
}
.topnav .toggle_icon {
  display: none;
  padding: 1.15rem 0.75rem;
}
.topnav .toggle_icon .navbar-toggler-icon {
  height: auto;
}
.topnav .main_logo {
  padding: 14px 20px;
}
.topnav ul {
  list-style: none;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}
.topnav ul.right_nav > li > a {
  padding: 14px 20px;
  float: left;
  display: block;
}
.topnav ul.right_nav > li > a.user_info {
  padding: 8px 20px;
}
@media (max-width: 1199px) {
  .topnav ul.right_nav > li > a.user_info {
    padding: 8px 10px;
  }
}
.topnav ul.right_nav > li .shift_time {
  line-height: 1.3;
}
.topnav ul li {
  position: relative;
  float: left;
}
.topnav ul li a {
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  padding: 16px 20px;
}
@media screen and (max-width: 1280px) {
  .topnav ul li a {
    padding: 16px 15px;
  }
}
@media (max-width: 1199px) {
  .topnav ul li a {
    padding: 16px 6px;
  }
}
.topnav ul li a span.btn_add {
  width: 25px;
  height: 25px;
}
.topnav ul li a span.btn_add i {
  line-height: 1.8;
}
.topnav ul li a span.user_name {
  line-height: 1.3;
  padding-left: 10px;
}
.topnav ul li a span.user_icon {
  width: 30px;
  height: 30px;
}
.topnav ul li a span.user_icon i {
  font-size: 1em;
  line-height: 2.2;
}
.topnav ul li:not([href]):not([tabindex]) {
  color: #fff;
}
.topnav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  z-index: 1;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: #121892;
}
.topnav ul li ul li {
  float: none;
  min-width: 180px;
  width: 100%;
  display: inline-block;
}
.topnav ul li ul li:hover {
  background-color: #2551cd;
}
.topnav ul li ul li a {
  padding: 8px 15px;
  color: #fff;
}
.topnav ul li:hover {
  background-color: #121892;
}
.topnav ul li:hover ul {
  display: block;
}

.right_border {
  position: relative;
}
.right_border:after {
  content: "";
  border-right: 1px solid #fff;
  display: inline-block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 5px;
}

.fixed_header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

@media (max-width: 768px) {
  .topnav .toggle_icon {
    margin: 0;
    display: block;
    float: left;
    outline: none;
  }
  .topnav .toggle_icon span i {
    font-size: 1.9rem;
  }
  .topnav .left_nav li {
    display: none;
  }
  .topnav .left_nav a :not(:first-child) {
    display: none;
  }
  .topnav .left_nav a.right_border:after {
    content: unset;
  }
  .topnav .left_nav.responsive {
    background: #2551cd;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1;
    border-top: 1px solid #fff;
  }
  .topnav .left_nav.responsive li {
    display: inline-block;
    width: 100%;
  }
  .topnav .left_nav.responsive li a {
    padding: 10px 15px;
  }
  .topnav .left_nav ul {
    position: relative;
    width: 100%;
  }
  .topnav .right_nav a.user_info {
    padding: 8px 10px !important;
  }
  .topnav .right_nav a span.user_icon {
    width: 25px;
    height: 25px;
    margin-top: 5px;
  }
  .topnav .right_nav a span.user_icon i {
    font-size: 1rem;
  }
}
footer {
  position: relative;
  box-shadow: 6.729px -1.929px 13px rgba(100, 127, 203, 0.5);
  padding: 15px;
}
@media (min-width: 769px) {
  footer {
    padding: 10px 50px 5px;
  }
}
footer .footer_left img {
  width: 90px;
}
@media (max-width: 769px) {
  footer .footer_right .list_separator {
    display: block;
    width: 100%;
    border-top: 1px solid #ced4da;
    padding-top: 5px;
    margin-top: 5px;
  }
  footer .footer_right .list_separator > li {
    display: inline-block;
    width: 49%;
  }
  footer .footer_right .list_separator > li + li {
    border: none;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .hierarchy_list {
    height: calc(100vh - 125px);
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: 600;
  }
}
.hierarchy_list ul {
  list-style-type: none;
  border-bottom: 0;
  padding-left: 20px;
}
.hierarchy_list ul#role_hierarchy::before, .hierarchy_list ul#role_hierarchy::after {
  border: 0;
}
.hierarchy_list ul li {
  padding: 5px 0;
  position: relative;
}
.hierarchy_list ul li .caret-right {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hierarchy_list ul li .caret-right::before {
  content: "▶";
  color: #1b1b1b;
  display: inline-block;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.hierarchy_list ul li .caret-down::before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hierarchy_list ul li .nested {
  display: none;
}
.hierarchy_list ul li .nested.active {
  display: block;
}
.hierarchy_list ul li .nested li a {
  color: #1b1b1b;
  text-decoration: none;
  padding: 0;
}
.hierarchy_list ul li .nested li a.nav-link.active {
  background-color: #2551cd;
  padding: 5px;
  color: #fff;
  border-radius: 8px;
}
.hierarchy_list ul li .nested li a.nav-link.active .role_count {
  color: #fff;
}
.hierarchy_list ul li .nested li a.nav-link:hover {
  border-color: transparent;
}
.hierarchy_list ul li .nested li.active {
  background-color: #2551cd;
  border-radius: 4px;
  padding: 5px;
}
.hierarchy_list ul li .nested li.active a {
  color: #fff;
}
.hierarchy_list ul li .nested li.active a .role_count {
  color: #fff;
}
.hierarchy_list ul li .nested li::before {
  content: "";
  left: -17px;
  position: absolute;
  right: auto;
  border-left: 1px dashed #5a5858;
  bottom: 0px;
  height: 100%;
  top: -5px;
  width: 1px;
}
.hierarchy_list ul li .nested li::after {
  content: "";
  left: -15px;
  position: absolute;
  right: auto;
  border-top: 1px dashed #5a5858;
  height: 20px;
  top: 15px;
  width: 14px;
}
.hierarchy_list ul li .nested li:last-child::before {
  top: -17px;
}
.hierarchy_list ul li .role_count {
  font-size: 12px;
  color: #5a5858;
}

.hierarchy_table table thead, .hierarchy_table table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 480px) {
  .hierarchy_table table thead, .hierarchy_table table tbody tr {
    table-layout: auto;
  }
}
.hierarchy_table table tbody {
  max-height: calc(100vh - 175px);
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}
.hierarchy_table table tbody tr td {
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .hierarchy_table table tbody tr td span.p-2 {
    font-size: 10px;
    padding: 5px !important;
  }
}

.progress_circle.loader {
  position: relative;
  float: left;
  user-select: none;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
}
.progress_circle .loader-bg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 5px solid #e0e6f3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.progress_circle .spinner-holder-one {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 50%;
  height: 50%;
  background: transparent;
  box-sizing: border-box;
}
.progress_circle .spinner-holder-two {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
  box-sizing: border-box;
}
.progress_circle .loader-spinner {
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-sizing: border-box;
}
.progress_circle .animate-0-25-a {
  transform: rotate(90deg);
  transform-origin: 100% 100%;
}
.progress_circle .animate-0-25-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.progress_circle .animate-25-50-a {
  transform: rotate(180deg);
  transform-origin: 100% 100%;
}
.progress_circle .animate-25-50-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.progress_circle .animate-50-75-a {
  transform: rotate(270deg);
  transform-origin: 100% 100%;
}
.progress_circle .animate-50-75-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.progress_circle .animate-75-100-a {
  transform: rotate(0deg);
  transform-origin: 100% 100%;
}
.progress_circle .animate-75-100-b {
  transform: rotate(-90deg);
  transform-origin: 100% 100%;
}
.progress_circle .text {
  text-align: center;
  font-size: 20px;
  color: #1b1b1b !important;
  font-weight: bold;
}
.progress_circle.yellow .loader-spinner {
  border: 5px solid #f6b536;
}
.progress_circle.green .loader-spinner {
  border: 5px solid #62dc90;
}
.progress_circle.red .loader-spinner {
  border: 5px solid #eb4363;
}
.progress_circle.light_purple .loader-spinner {
  border: 5px solid #a093e3;
}

.ck-content {
  min-height: 300px;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  -ms-overflow-style: none;
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
  box-sizing: content-box;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SCROLLBAR MAC OS X ***************/
.mCustomScrollbar_js > .scroll-element {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 0;
}
.mCustomScrollbar_js > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.mCustomScrollbar_js > .scroll-element .scroll-element_track {
  display: none;
}
.mCustomScrollbar_js > .scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.mCustomScrollbar_js:hover > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.mCustomScrollbar_js > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.mCustomScrollbar_js > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.mCustomScrollbar_js > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: -3px;
  top: 0;
  width: 0px;
}
.mCustomScrollbar_js > .scroll-element.scroll-x .scroll-bar {
  height: 9px;
  min-width: 10px;
  top: -9px;
}
.mCustomScrollbar_js > .scroll-element.scroll-y .scroll-bar {
  left: -14px;
  min-height: 10px;
  width: 9px;
}
.mCustomScrollbar_js > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.mCustomScrollbar_js > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.mCustomScrollbar_js > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.mCustomScrollbar_js > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
.mCustomScrollbar_js > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.mCustomScrollbar_js > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */
.panel-body.scroll-wrapper:before {
  content: "";
  display: block;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.fixheader_table:before {
  content: "";
  display: block;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aaaaaa;
  opacity: 0.003;
  filter: Alpha(Opacity=0.3);
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: fixed;
  top: 0;
  left: 0;
  cursor: default;
  max-height: 200px;
  overflow: auto;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1.3rem;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: rgba(206, 212, 218, 0.3);
  font-weight: normal;
  color: #1b1b1b;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #ced4da;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.ui-front {
  z-index: 9999999 !important;
}

/* -------------- Listing bable --------------*/
.tables_listing .actionheader {
  margin-bottom: 2px;
}
.tables_listing .actionheader .search_box {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.tables_listing .dropdown-menu {
  font-size: 14px;
}
.tables_listing .dropdown-menu a {
  padding: 10px;
}
.tables_listing .editable input {
  max-width: 100px;
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  height: auto;
}
.tables_listing .editable input:focus {
  outline: none;
  box-shadow: none;
}
.tables_listing .editable input[readonly] ~ .icon {
  color: #ced4da;
}
.tables_listing .select_action {
  visibility: hidden;
}

.allocation {
  width: 100%;
  max-width: 700px;
}
.allocation .agentstag {
  width: max-content;
  padding: 5px 10px;
}
.allocation .agentstag:hover {
  color: #fff;
  text-decoration: none;
}
.allocation .agentstag + .agentstag {
  margin-top: 5px;
}

.legacy {
  width: 100%;
  max-width: 82%;
}
.legacy.datas {
  max-width: 100%;
}

/* -------------- Listing table close --------------*/
/*--------------------  Client Profile Start -------------------*/
.user_info.client-logo-part .rounded-circle {
  width: 40px !important;
  height: 40px !important;
  display: block;
}

.client-logo-part {
  overflow: hidden;
}
.client-logo-part img {
  width: 100%;
  object-fit: cover;
  height: 100% !important;
}
.client-logo-part label i {
  vertical-align: middle;
  top: -1px;
  position: relative;
}
.client-logo-part .client_logo {
  position: relative;
  max-width: 120px;
}
.client-logo-part .edit_logo {
  position: absolute;
  right: -5px;
  top: 0;
}
.client-logo-part .upload_file {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  width: 25px;
}

@media (min-width: 992px) {
  .spocs-wrapper .empty_spoc {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.spocs-wrapper .client-name {
  line-height: 16px;
}
.spocs-wrapper .contact_email_port {
  overflow: hidden;
  width: 100%;
}

.client_profile_tab_content .panel-heading {
  background: #fff;
  margin-bottom: 3px;
  padding: 10px 26px;
  border-radius: 5px;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

#country_state_city_table tr td {
  white-space: normal;
}

/*--------------------  Client Profile End -------------------*/
/*---------------- User profile page start -----------------*/
.user_roles .role_box {
  height: 92px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.user_roles .role_box > img {
  height: 40px;
}
.user_roles .role_box .custom-checkbox, .user_roles .role_box .custom-radio {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}
.user_roles .role_box .custom-checkbox .custom-control-input:checked ~ .custom-control-label, .user_roles .role_box .custom-radio .custom-control-input:checked ~ .custom-control-label {
  border-color: #2551cd;
}
.user_roles .role_box .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before, .user_roles .role_box .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #2551cd;
  background-color: #2551cd;
}
.user_roles .role_box .custom-checkbox .custom-control-label, .user_roles .role_box .custom-radio .custom-control-label {
  border: 1px solid #ced4da;
  width: 100%;
  height: 100%;
}
.user_roles .role_box .custom-checkbox .custom-control-label::after, .user_roles .role_box .custom-checkbox .custom-control-label::before, .user_roles .role_box .custom-radio .custom-control-label::after, .user_roles .role_box .custom-radio .custom-control-label::before {
  right: 10px;
  top: 10px;
  left: auto;
}

/*---------------- User profile page end -----------------*/
/*---------------- Login Page Start -----------------*/
main.login, main.forgot, main.reset {
  padding: 0;
}
@media (min-width: 770px) {
  main.login, main.forgot, main.reset {
    height: 100vh;
    overflow: hidden;
  }
}

.sm-up-block {
  display: none;
}
@media (min-width: 769px) {
  .sm-up-block {
    display: block;
  }
}

.sm-down-block {
  display: none;
}
@media (max-width: 768px) {
  .sm-down-block {
    display: block;
  }
}

.login_wrapper {
  width: 100%;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}
.login_wrapper .left_login_grid {
  background: url(../images/banners/login_bg.jpg) no-repeat center/cover;
}
.login_wrapper .left_login_grid .overlay {
  background-color: rgba(0, 158, 227, 0.5);
  padding: 30px 70px;
  height: -moz-calc(100vh - 58px);
  height: -webkit-calc(100vh - 58px);
  height: calc(100vh - 58px);
}
@media (max-width: 575px) {
  .login_wrapper .left_login_grid .overlay {
    padding: 15px !important;
  }
}
@media (max-width: 768px) {
  .login_wrapper .left_login_grid .overlay {
    height: auto;
    padding: 15px;
  }
  .login_wrapper .left_login_grid .overlay .logo {
    margin-bottom: 20px;
    width: 100%;
  }
  .login_wrapper .left_login_grid .overlay .logo img {
    margin: 0 auto;
    display: block;
    height: 35px;
  }
}
@media (min-width: 769px) {
  .login_wrapper .left_login_grid .overlay .login_form_flex_grid form .form-group {
    margin-bottom: 30px;
  }
}
.login_wrapper .left_login_grid .overlay .login_form_flex_grid form .form-group .form-control {
  height: 40px;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .login_wrapper .left_login_grid .overlay .login_form_flex_grid form .form-group .form-control {
    height: 35px;
  }
}
.login_wrapper .left_login_grid .overlay .login_form_flex_grid form .submit_button {
  padding: 15px 50px;
  border-radius: 8px;
}
@media (max-width: 481px) {
  .login_wrapper .left_login_grid .overlay .login_form_flex_grid form .submit_button {
    padding: 10px 30px;
  }
}
.login_wrapper .left_login_grid .overlay .login_form_flex_grid form .col-md-12:last-child .form-group {
  margin-bottom: 2px;
}
.login_wrapper .left_login_grid .overlay .login_form_flex_grid .custom-checkbox {
  color: #fff;
}
.login_wrapper .left_login_grid .overlay .login_form_flex_grid .custom-checkbox .custom-control-label:before {
  width: 15px;
  height: 15px;
  background-color: #1b1b1b;
}
@media (max-width: 768px) {
  .login_wrapper .left_login_grid .overlay .login_form_flex_grid {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .login_wrapper .left_login_grid .overlay .login_form_flex_grid {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .login_wrapper .left_login_grid .overlay .login_form_flex_grid .form-control {
    height: 55px;
    background: #fff;
    border-radius: 8px;
  }
}
.login_wrapper .left_login_grid .overlay .mob_logo {
  height: 100px;
  width: auto;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .login_wrapper .left_login_grid .overlay .mob_logo {
    display: none;
  }
}
@media (max-width: 481px) {
  .login_wrapper .left_login_grid .overlay .mob_logo {
    height: 60px;
  }
}
.login_wrapper footer {
  position: relative;
  box-shadow: 6.729px -1.929px 13px rgba(100, 127, 203, 0.5);
  padding: 1% 6%;
}
.login_wrapper footer .footer_left img {
  width: 108px;
}

.right_login_user_role_grid {
  background-color: #fff;
}
.right_login_user_role_grid h5 {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) and (min-width: 426px) {
  .right_login_user_role_grid .overlay {
    padding: 20px 15px;
  }
}
.right_login_user_role_grid .overlay .welcome_role_flex_grid {
  padding: 15px;
}
@media (min-width: 770px) {
  .right_login_user_role_grid .overlay .welcome_role_flex_grid {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  .right_login_user_role_grid .overlay .welcome_role_flex_grid .line-height {
    line-height: 28px;
  }
}
@media (max-width: 580px) {
  .right_login_user_role_grid .overlay .welcome_role_flex_grid h5 {
    line-height: 1.3;
    font-size: 13px;
  }
}
.right_login_user_role_grid .overlay .welcome_role_flex_grid .role_box {
  border: 2px solid #d0d0d0;
  transition: 1s;
}
.right_login_user_role_grid .overlay .welcome_role_flex_grid .role_box:hover {
  border: 2px solid #2551cd;
}
.right_login_user_role_grid .overlay .welcome_role_flex_grid a {
  text-decoration: none;
}
.right_login_user_role_grid .overlay .selection_role h3 {
  border-bottom: 1px solid #1b1b1b;
}
.align_justify {
  font-size: 1.15rem;
  text-align: justify;
}
.radio_label_15 {
  font-size: 15px;
}
/*---------------- Login Page end -----------------*/
/*---------------- Dashboard css start -----------------*/
.canvas_con {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.canvas_con p {
  position: absolute;
  color: #ced4da;
  top: 52%;
}

.total_count {
  background-color: #2551cd;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  padding: 18px;
}

.progress_labels div {
  display: inline;
  padding: 0 15px;
}
@media (max-width: 425px) {
  .progress_labels div {
    padding: 0 5px;
  }
}

.custom_progress {
  height: 15px;
}

.legend_list {
  list-style-type: none;
  padding: 0;
}
.legend_list li {
  display: block;
  padding: 15px;
}
.legend_list li span.chart-legend {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}
.legend_list li span.chart-legend-label-text {
  font-weight: 600;
  margin-right: 20px;
}

@media (max-width: 480px) {
  ul.rounded_btn_tab {
    margin-top: 10px;
  }
}
ul.rounded_btn_tab li {
  border: 1px solid #ced4da;
}
ul.rounded_btn_tab li:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
ul.rounded_btn_tab li:first-child a {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
ul.rounded_btn_tab li:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
ul.rounded_btn_tab li:last-child a {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
ul.rounded_btn_tab a {
  padding: 5px 35px;
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 480px) {
  ul.rounded_btn_tab a {
    padding: 2px 5px;
    font-size: 12px;
  }
}
ul.rounded_btn_tab a.active {
  background-color: #2551cd;
  border-radius: 0;
}

.minH200 {
  min-height: 200px;
}

.minH400 {
  min-height: 400px;
}

.dashboards .maxH300 {
  height: 100%;
  max-height: 300px;
}
.dashboards .maxH315 {
  height: 100%;
  max-height: 315px;
}
.dashboards .maxH400 {
  height: 100%;
  max-height: 400px;
}
@media (min-width: 769px) {
  .dashboards .minH400 {
    min-height: 400px;
    height: 100%;
  }
}
.dashboards .report_cards .panel .panel-body {
  padding: 20px 15px;
}
@media (max-width: 768px) {
  .dashboards .maxH400, .dashboards .maxH315, .dashboards .maxH300 {
    max-height: 100%;
  }
}

.equal_height, .equal_height > div[class*=col-] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}
.equal_height .panel, .equal_height > div[class*=col-] .panel {
  width: 100%;
}

.line_graph {
  height: 210px !important;
}

.abs_graph {
  height: 261px !important;
}

/*---------------- Dashboard css end -----------------*/
/*---------------- Productions -----------------*/
.productions {
  min-height: 100vh;
  overflow: hidden;
  font-size: 12px;
}
.productions .formpanelgroup {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.productions .halfheight_panel {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -moz-calc(50vh - 74px);
  height: -webkit-calc(50vh - 74px);
  height: calc(50vh - 74px);
}
.productions .leftcol_info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .productions .leftcol_info {
    max-height: fit-content;
  }
}
.productions .right_contact_info {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -moz-calc(100vh - 135px);
  height: -webkit-calc(100vh - 135px);
  height: calc(100vh - 135px);
}
.productions .rightcol_info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.productions .contactinfo_panel, .productions .otherinfo_panel {
  height: -moz-calc(50vh - 66px);
  height: -webkit-calc(50vh - 66px);
  height: calc(50vh - 66px);
}
.productions .contactinfo_panel .halfheight_panel.toggleitem_js, .productions .otherinfo_panel .halfheight_panel.toggleitem_js {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: -moz-calc(100% - 15px);
  height: -webkit-calc(100% - 15px);
  height: calc(100% - 15px);
}
.productions .contactinfo_panel .toggle_btn, .productions .otherinfo_panel .toggle_btn {
  bottom: 10px;
}
.productions .btn_fixed_bottom {
  position: sticky;
  bottom: 35px;
  width: 100%;
  left: 0;
}
.productions .sticky-bottom {
  position: absolute;
  clear: both;
  left: 0;
  bottom: 0;
}
.productions .toggle_btn {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 1;
}
.productions .contact_information tr.active > td:first-child > a {
  color: #2551cd;
  text-decoration: underline;
}
.productions form.fields-group-sm .form-group {
  margin-bottom: 7px;
}
.productions form.fields-group-sm .form-group label {
  margin: 0;
}
.productions form.fields-group-sm .form-group .bootstrap-select .dropdown-toggle, .productions form.fields-group-sm .bootstrap-select .form-group .dropdown-toggle, .productions form.fields-group-sm .form-group .custom-file .custom-file-label, .productions form.fields-group-sm .custom-file .form-group .custom-file-label, .productions form.fields-group-sm .form-group .custom-file, .productions form.fields-group-sm .form-group input.form-control:not(textarea) {
  height: calc(1.5rem + 2px);
  font-size: 0.85rem !important;
}
.productions form.fields-group-sm .form-group input.form-control-sm {
  padding: 0.1rem 0.5rem;
}
.productions form.fields-group-sm .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 0.85rem !important;
  line-height: 1.3 !important;
}
.productions .input_icon .icon {
  bottom: 5px;
}
.productions h5.heading {
  font-weight: 700;
  font-size: 0.95rem;
}
@media (max-width: 768px) {
  .productions {
    max-height: fit-content;
  }
}

/*---------------- Productions css end -----------------*/
/*---------------- Time Tracker (Progress Bar) Css Start-----------------*/
.progress_bars .progress {
  height: 15px;
  overflow: visible;
}

.progress_bars .progress .progress-bar {
  position: relative;
  animation: animate-positive 2s;
}

.foursquare {
  width: 60%;
}

/*---------------- Time Tracker (Progress Bar) Css End-----------------*/
/*---------------- Project allcation/rellocation Start-----------------*/
.disposition_list .col-lg {
  display: inherit;
}

.search_row .col-md {
  border-right: 1px solid #ced4da;
}
.search_row .col-md:last-child {
  border-right: 0;
}
.search_row .col-md:last-child span.heading_btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.search_row .col-md:first-child span.heading_btn {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.search_row .col-md:last-child span.heading_btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.search_row .col-md span.heading_btn {
  border-radius: 0;
}
.search_row .search_agent {
  padding: 0 10px;
}
.search_row .search_list {
  list-style-type: none;
  padding: 0;
  max-height: 50vh;
  overflow-y: auto;
}
.search_row .search_list li span {
  border-radius: 5px;
  text-align: left;
}

/*---------------- Project allcation/rellocation End-----------------*/
/*---------------- Project Defination Start-----------------*/
.project_form .custom_input_group .input-group-text {
  background-color: transparent;
}
.project_form .custom_input_group .radio_block {
  width: 200px;
  text-align: left;
}

.custom_web_table {
  border-radius: 8px;
}
.custom_web_table thead {
  background-color: #2551cd;
  color: #fff;
}
.custom_web_table thead th {
  border: 0;
  padding: 5px;
  width: 20%;
}
.custom_web_table tbody tr td {
  border-color: #cfe3ee;
  position: relative;
  padding: 0 !important;
  vertical-align: middle;
}
.custom_web_table tbody tr td .custom-checkbox, .custom_web_table tbody tr td .custom-radio {
  min-height: 30px;
}
.custom_web_table tbody tr td .custom-checkbox .custom-control-label, .custom_web_table tbody tr td .custom-radio .custom-control-label {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 30px;
  display: block;
  cursor: pointer;
}
.custom_web_table tbody tr td .custom-checkbox .custom-control-label::before, .custom_web_table tbody tr td .custom-radio .custom-control-label::before {
  border: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: none;
}
.custom_web_table tbody tr td .custom-checkbox .custom-control-label::after, .custom_web_table tbody tr td .custom-radio .custom-control-label::after {
  left: 50%;
  top: 37%;
  -webkit-transform: translate(-37%, -50%);
  -moz-transform: translate(-37%, -50%);
  -ms-transform: translate(-37%, -50%);
  transform: translate(-37%, -50%);
}
.custom_web_table tbody tr td .custom-checkbox .custom-control-input:checked ~ .custom-control-label, .custom_web_table tbody tr td .custom-radio .custom-control-input:checked ~ .custom-control-label {
  background: #2551cd;
}
.custom_web_table tbody tr td .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom_web_table tbody tr td .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  color: #fff;
  font-size: 18px;
  background-image: url("../../common/images/tick.png");
  background-size: contain;
}
.custom_web_table tbody tr td .custom-checkbox .custom-control-input:disabled ~ .custom-control-label, .custom_web_table tbody tr td .custom-radio .custom-control-input:disabled ~ .custom-control-label {
  background: #ced4da !important;
}
.custom_web_table tbody tr td .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::after, .custom_web_table tbody tr td .custom-radio .custom-control-input:disabled ~ .custom-control-label::after {
  background-image: url("../../common/images/tick.png");
  background-size: contain;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  color: #fff;
  font-size: 18px;
}
.custom_web_table tbody tr td .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before, .custom_web_table tbody tr td .custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  background: #ced4da !important;
}

/*----------------Roster Page Start -----------------*/
.roster_table tbody tr td a {
  outline: none;
}

/*----------------Roster Page End -----------------*/
/*----------------Live Dashboard page Start -----------------*/
@media (max-width: 640px) {
  .live_dashboard_list {
    display: inline-block;
    width: 100%;
  }
}
.live_dashboard_list a.list-group-item {
  width: 100%;
  margin-left: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 20px 15px;
}
@media (max-width: 640px) {
  .live_dashboard_list a.list-group-item {
    margin-left: 0px;
    margin-bottom: 15px;
  }
}
.live_dashboard_list a.list-group-item:first-child {
  margin-left: 0px;
}
@media (max-width: 640px) {
  .live_dashboard_list a.list-group-item:last-child {
    margin-bottom: 0px;
  }
}
.live_dashboard_list a.active, .live_dashboard_list a:focus, .live_dashboard_list a:hover {
  border-color: #2551cd;
  background-color: #fff;
  color: #1b1b1b;
}

/*----------------Live Dashboard page End -----------------*/
/*----------------Role hierarchy page Start -----------------*/
.name_text {
  display: inline-block;
  line-height: 3;
}

/*----------------Role hierarchy page End -----------------*/
table.table .custom-control-inline {
  margin: 0;
}

table.template_table {
  width: 50%;
  float: left;
}

#toast-container > div {
  opacity: 1;
}

.form_data {
  padding-bottom: 40px;
}

.filter_icon {
  width: 15px;
}

.empty {
  top: 0px;
  width: 100%;
  position: absolute;
  height: -moz-calc(100% - 21px);
  height: -webkit-calc(100% - 21px);
  height: calc(100% - 21px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.tablefixedheader .floatThead-table {
  border-bottom: 1px solid #cfe3ee !important;
}

.table.justify_content_start thead tr th:last-child {
  width: 100%;
}
.table.table-sm td, .table.table-sm th {
  padding: 0.3rem 0.5rem;
}
.table.table-md {
  font-size: 0.95rem;
}
.table.table-md td, .table.table-md th {
  padding: 0.5rem;
}
.table.theme_default thead {
  color: #5a5858;
  background-color: #fff;
}
.table.theme_default thead tr th {
  white-space: nowrap;
  border: none;
  vertical-align: middle;
  line-height: 1;
  z-index: 1;
}
.table.theme_default thead tr th:first-child {
  padding-left: 0;
}
.table.theme_default thead tr th span {
  display: inline-block;
  vertical-align: top;
}
.table.theme_default thead tr th .fa-filter {
  cursor: pointer;
}
.table.theme_default.hwrap tr th, .table.theme_default.hwrap tr td {
  white-space: normal;
}
.table.theme_default tbody.web_list tr:first-child td {
  border-top: none;
}
.table.theme_default tbody.web_list tr td.reason_text, .table.theme_default tbody.web_list tr td.truncate-text {
  white-space: normal;
}
.table.theme_default tbody tr td {
  white-space: nowrap;
  border-top: 1px solid #cfe3ee;
  border-bottom: 1px solid #cfe3ee;
  vertical-align: middle;
}
.table.theme_default tbody tr td:first-child {
  padding-left: 0;
}
.table.theme_default tbody tr td .maxdesc {
  max-width: 200px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.table.theme_default tbody tr td.deadline {
  min-width: 90px;
}
.table.theme_default tbody tr td .dropdown_btn {
  vertical-align: middle;
}
.table.theme_default tbody tr:last-child td {
  border-bottom: 0;
}
.table.theme_default.fixedthead thead {
  background-color: #fff;
}
.table.theme_gray thead {
  color: #ced4da;
}
.table.theme_gray thead tr th {
  white-space: nowrap;
  border: none;
  vertical-align: middle;
  line-height: 1;
}
.table.theme_blue {
  border-radius: 8px;
  overflow: hidden;
}
.table.theme_blue thead {
  background-color: #2551cd !important;
  color: #fff;
  text-align: center;
}
.table.theme_blue tbody {
  background-color: #cfe3ee;
  text-align: center;
}
.table.theme_blue tbody tr td {
  padding: 0.8rem;
}
.table.roster_table tbody tr td .dropdown_btn {
  vertical-align: top;
}
.table.roster_table tbody tr td a {
  text-decoration: none;
}

.panel {
  position: relative;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel .panel-heading, .panel .panel-footer {
  padding: 10px 15px;
  border-radius: 5px;
  background: #fff;
  width: 100%;
}
.panel .panel-footer {
  margin-bottom: 0px;
  min-height: 45px;
}
.panel .panel-body {
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
}
.panel + .panel {
  margin-top: 5px;
}
.panel .actionheader {
  margin-bottom: 5px;
}
.panel .actionheader .search_box {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.panel .actionheader .acitem:empty {
  display: none;
}
@media (max-width: 768px) {
  .panel .actionheader .acitem + .acitem {
    margin-top: 15px;
  }
}

.project_summary .panel .panel-body.table_listing {
  height: -moz-calc(100vh - 160px);
  height: -webkit-calc(100vh - 160px);
  height: calc(100vh - 160px);
}

.panel_default .panel-body {
  width: 100%;
}

.pagination.pagination-sm li.page-item a.page-link, .pagination.pagination-sm li.page-item > a, .pagination.pagination-sm li.page-item span, .pagination.pagination-sm > li a.page-link, .pagination.pagination-sm > li > a, .pagination.pagination-sm > li span {
  line-height: 1.25;
  display: inline-block;
  border: none;
  color: #ced4da;
  font-weight: 600;
  padding: 5px 10px;
}
.pagination.pagination_blue {
  margin-bottom: 0;
}
.pagination.pagination_blue li {
  padding: 0 2px;
}
.pagination.pagination_blue li .prev, .pagination.pagination_blue li .next {
  border-radius: 100px;
  border: 1px solid #ced4da;
  padding: 5px 10px;
}
.pagination.pagination_blue li.active a.page-link, .pagination.pagination_blue li.active a, .pagination.pagination_blue li.active .current {
  background-color: #2551cd;
  border-radius: 5px;
  color: #fff !important;
}

.timetracker {
  overflow: visible;
}
.timetracker .timeout {
  position: relative;
}
.timetracker .timeout:before, .timetracker .timeout:after {
  font-size: 10px;
  position: absolute;
  top: 15px;
  color: #1b1b1b;
}
.timetracker .timeout:before {
  content: " " attr(start) "";
  left: 0;
}
.timetracker .timeout:after {
  content: " " attr(end) " ";
  right: 0;
}

.nav-tabs.theme_default, .navtabs.theme_default {
  background: #fff;
  border-radius: 5px;
  border-bottom: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nav-tabs.theme_default, .navtabs.theme_default {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .nav-tabs.theme_default li, .navtabs.theme_default li {
    padding: 0px 10px;
    width: 100%;
  }
}
.nav-tabs.theme_default li a, .navtabs.theme_default li a {
  color: #1b1b1b;
  padding: 8px 15px;
  font-weight: 600;
}
.nav-tabs.theme_default li a.active, .nav-tabs.theme_default li a:hover, .navtabs.theme_default li a.active, .navtabs.theme_default li a:hover {
  color: #1b1b1b;
  border-color: transparent;
  background-color: transparent;
  border-bottom: 3px solid #2551cd;
  text-decoration: none;
}

.list-group.black li a, .list_group.black li a {
  color: #1b1b1b;
}
.list-group.list_separator li, .list_group.list_separator li {
  padding: 0px 15px;
}
.list-group.list_separator li + li, .list_group.list_separator li + li {
  border-left: 1px solid #ced4da;
}
.list-group.list_separator li:first-child, .list_group.list_separator li:first-child {
  padding-left: 0;
}
.list-group.list_separator li:last-child, .list_group.list_separator li:last-child {
  padding-right: 0;
}
.list-group.list_center, .list_group.list_center {
  text-align: center;
}

ul.divider li + li {
  border-top: 1px solid #ced4da;
}

.modal .modal-header {
  padding: 10px 15px;
}
.modal .modal-header.title_center .modal-title {
  margin: 0 auto;
  line-height: 1.2;
}
.modal .modal-header .close {
  margin-left: 0;
  opacity: 1;
}
.modal .modal-header .close i {
  color: #1b1b1b;
}
.modal .modal-footer {
  padding: 10px 15px;
}
.modal .modal-body {
  max-height: 500px;
  /*overflow-y: auto;*/
  padding: 15px;
}

.form-group.mb-2 label {
  margin-bottom: 0.25rem;
}

input.radius {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.input_icon {
  position: relative;
}
.input_icon .icon {
  position: absolute;
  bottom: 7px;
  right: 10px;
  cursor: pointer;
  font-size: 0.9rem;
}
.input_icon.hover_icon .icon {
  display: none;
}
.input_icon.hover_icon:hover .icon {
  display: inline-block;
}
.input_icon.hover_icon:hover .form-control[readonly] ~ .icon, .input_icon.hover_icon:hover .form-control[disabled] ~ .icon {
  display: none;
}
.input_icon.hover_blue:hover .icon {
  color: #2551cd;
}
.input_icon .icon_left {
  left: 15px;
}

.custom-checkbox input, .custom-radio input {
  right: 0;
  top: 0;
  z-index: 1;
}

.dtp table.dtp-picker-days tr > td > a {
  padding: 0.44em 0.55em;
}

.custom-file-label {
  background: transparent;
}
.custom-file-label::after {
  content: unset;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: unset;
}

/*------- Custom Checkbox -------*/
.custom_checkbox {
  display: inline-block;
}

/*================== Custom toggle button ======================*/
.btn {
  font-weight: 600;
}
.btn + .btn {
  margin-left: 5px;
}
.btn.active:focus, .btn:active.focus, .btn:active:focus, .btn:focus, .btn:active {
  outline: none;
  outline-offset: none;
  box-shadow: none;
}
.btn.btn_radius {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.btn.btn_radius.btn-lg {
  padding-left: 40px;
  padding-right: 40px;
}
.btn.btn_radius.btn-md {
  padding-left: 30px;
  padding-right: 30px;
}
.btn.btn_radius.btn-sm {
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btn-xs {
  font-size: 0.8rem;
  line-height: normal;
  padding: 3px 10px;
}
.btn.btn_logout {
  padding: 13px 20px;
}
@media (max-width: 480px) {
  .btn.btn_logout {
    padding: 13px 10px;
  }
}
.btn.btn_white {
  color: #fff !important;
  background-color: #fff;
}
.btn.btn_bdr_white {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn_dark_black {
  color: #fff !important;
  background-color: #000;
}
.btn.btn_bdr_dark_black {
  color: #000;
  border: 1px solid #000;
}
.btn.btn_black {
  color: #fff !important;
  background-color: #1b1b1b;
}
.btn.btn_bdr_black {
  color: #1b1b1b;
  border: 1px solid #1b1b1b;
}
.btn.btn_green {
  color: #fff !important;
  background-color: #2ab551;
}
.btn.btn_bdr_green {
  color: #2ab551;
  border: 1px solid #2ab551;
}
.btn.btn_light_green {
  color: #fff !important;
  background-color: #62dc90;
}
.btn.btn_bdr_light_green {
  color: #62dc90;
  border: 1px solid #62dc90;
}
.btn.btn_blue {
  color: #fff !important;
  background-color: #2551cd;
}
.btn.btn_bdr_blue {
  color: #2551cd;
  border: 1px solid #2551cd;
}
.btn.btn_light_blue {
  color: #fff !important;
  background-color: #5ea6d9;
}
.btn.btn_bdr_light_blue {
  color: #5ea6d9;
  border: 1px solid #5ea6d9;
}
.btn.btn_orange {
  color: #fff !important;
  background-color: #ff6a2f;
}
.btn.btn_bdr_orange {
  color: #ff6a2f;
  border: 1px solid #ff6a2f;
}
.btn.btn_light_orange {
  color: #fff !important;
  background-color: #dfa287;
}
.btn.btn_bdr_light_orange {
  color: #dfa287;
  border: 1px solid #dfa287;
}
.btn.btn_dark_purple {
  color: #fff !important;
  background-color: #8a50c5;
}
.btn.btn_bdr_dark_purple {
  color: #8a50c5;
  border: 1px solid #8a50c5;
}
.btn.btn_light_purple {
  color: #fff !important;
  background-color: #a093e3;
}
.btn.btn_bdr_light_purple {
  color: #a093e3;
  border: 1px solid #a093e3;
}
.btn.btn_pink {
  color: #fff !important;
  background-color: #f8488e;
}
.btn.btn_bdr_pink {
  color: #f8488e;
  border: 1px solid #f8488e;
}
.btn.btn_light_pink {
  color: #fff !important;
  background-color: #db83c9;
}
.btn.btn_bdr_light_pink {
  color: #db83c9;
  border: 1px solid #db83c9;
}
.btn.btn_red {
  color: #fff !important;
  background-color: #eb4363;
}
.btn.btn_bdr_red {
  color: #eb4363;
  border: 1px solid #eb4363;
}
.btn.btn_dark_red {
  color: #fff !important;
  background-color: #f7002f;
}
.btn.btn_bdr_dark_red {
  color: #f7002f;
  border: 1px solid #f7002f;
}
.btn.btn_yellow {
  color: #fff !important;
  background-color: #f6b536;
}
.btn.btn_bdr_yellow {
  color: #f6b536;
  border: 1px solid #f6b536;
}
.btn.btn_dark_gray {
  color: #fff !important;
  background-color: #5a5858;
}
.btn.btn_bdr_dark_gray {
  color: #5a5858;
  border: 1px solid #5a5858;
}
.btn.btn_gray {
  color: #fff !important;
  background-color: #ced4da;
}
.btn.btn_bdr_gray {
  color: #ced4da;
  border: 1px solid #ced4da;
}
.btn.btn_light_gray {
  color: #fff !important;
  background-color: #ced4da;
}
.btn.btn_bdr_light_gray {
  color: #ced4da;
  border: 1px solid #ced4da;
}
.btn.btn_xl_gray {
  color: #fff !important;
  background-color: #f3f3f3;
}
.btn.btn_bdr_xl_gray {
  color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.btn.btn_cyan {
  color: #fff !important;
  background-color: #cfe3ee;
}
.btn.btn_bdr_cyan {
  color: #cfe3ee;
  border: 1px solid #cfe3ee;
}
.btn.btn_light_cyan {
  color: #fff !important;
  background-color: #eef5f9;
}
.btn.btn_bdr_light_cyan {
  color: #eef5f9;
  border: 1px solid #eef5f9;
}
.btn.btn_trans_blue {
  color: #fff !important;
  background-color: #476bd1;
}
.btn.btn_bdr_trans_blue {
  color: #476bd1;
  border: 1px solid #476bd1;
}
.btn.btn_x_pink {
  color: #fff !important;
  background-color: #f5ccd2;
}
.btn.btn_bdr_x_pink {
  color: #f5ccd2;
  border: 1px solid #f5ccd2;
}
.btn.btn_x_blue {
  color: #fff !important;
  background-color: #b8c3fd;
}
.btn.btn_bdr_x_blue {
  color: #b8c3fd;
  border: 1px solid #b8c3fd;
}
.btn.btn_levender {
  color: #fff !important;
  background-color: #bd8cbf;
}
.btn.btn_bdr_levender {
  color: #bd8cbf;
  border: 1px solid #bd8cbf;
}
.btn.btn_dark_levender {
  color: #fff !important;
  background-color: #663386;
}
.btn.btn_bdr_dark_levender {
  color: #663386;
  border: 1px solid #663386;
}
.btn.btn_light_levender {
  color: #fff !important;
  background-color: light_levender;
}
.btn.btn_bdr_light_levender {
  color: light_levender;
  border: 1px solid light_levender;
}
.btn.btn_dark_cyan {
  color: #fff !important;
  background-color: #6cefc8;
}
.btn.btn_bdr_dark_cyan {
  color: #6cefc8;
  border: 1px solid #6cefc8;
}
.btn.btn_light_voilet {
  color: #fff !important;
  background-color: #5e72e4;
}
.btn.btn_bdr_light_voilet {
  color: #5e72e4;
  border: 1px solid #5e72e4;
}

/*=============== Button Border Color Variables ===============*/
td .hover_btn {
  position: relative;
  visibility: hidden;
}
td:hover .hover_btn {
  visibility: visible;
}

.btn_icon {
  background: none;
  padding: 0;
  border: none;
  line-height: 0;
}
.btn_icon ~ .btn_icon {
  padding-left: 10px;
}
@media (max-width: 480px) {
  .btn_icon {
    padding: 0;
  }
}
.btn_icon.gray {
  color: #ced4da;
}
.btn_icon.gray:hover {
  color: #2551cd;
}

.btn_bottom_center {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.custom_web_table .btn_blue.custom-control .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: transparent !important;
  background-color: transparent !important;
}
.custom_web_table .btn_blue.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: transparent !important;
  background-color: transparent !important;
}

.custom-select.dropdown.blue {
  background-color: #2551cd;
  color: #fff !important;
  min-height: 25px;
  height: 25px;
  line-height: 0.3;
  padding: 10px 25px;
  border-radius: 100px;
}
.custom-select.dropdown.blue .icon {
  padding: 5px !important;
}

.btn_vertical .btn {
  margin: 0;
}
.btn_vertical .btn + .btn {
  margin-top: 5px;
}

.btn_circle {
  border-radius: 100px;
  box-shadow: 0px -2px 25px rgba(164, 196, 214, 0.5);
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_circle.btn-lg {
  width: 60px;
  height: 60px;
}
.btn_circle.btn-sm {
  width: 35px;
  height: 35px;
  font-size: 20px;
}
.btn_circle.btn-md {
  width: 40px;
  height: 40px;
}
.btn_circle.btn-xs {
  width: 25px;
  height: 25px;
}

.element_fixed {
  position: fixed;
  bottom: 17px;
  z-index: 1;
}
.element_fixed.bottom_right {
  right: 20px;
}
.element_fixed.bottom_left {
  left: 18px;
  bottom: 15px;
  z-index: 1;
}

.button_bg_none {
  background: none;
}

a:focus {
  outline: none;
}

.nav-pills.pills_blue .nav-item {
  border-color: #2551cd;
}
.nav-pills.pills_blue .nav-item .active {
  background-color: #2551cd;
}

.footer_btn {
  display: none;
  width: max-content;
}
.footer_btn.sticky_footer_btn {
  display: block;
  position: fixed;
  bottom: 65px;
  /*bottom: 10px;*/
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
.footer_btn.absolute_footer_btn {
  position: absolute;
  bottom: 30px;
}

.bootstrap-select.custom-select-sm {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
}

form.fields-group-lg .bootstrap-select .dropdown-toggle, form.fields-group-lg .form-control {
  height: calc(2.875rem + 2px);
  font-size: 1.25rem;
}

form.fields-group-md .bootstrap-select .dropdown-toggle, form.fields-group-md .custom-file .custom-file-label, form.fields-group-md .custom-file, form.fields-group-md .form-control:not(textarea) {
  height: calc(2.25rem + 2px);
  font-size: 0.875rem;
}

form.fields-group-sm .bootstrap-select .dropdown-toggle, form.fields-group-sm .custom-file .custom-file-label, form.fields-group-sm .custom-file, form.fields-group-sm input.form-control:not(textarea) {
  height: calc(1.8rem + 2px);
  padding: 0.1rem 0.5rem;
}

.custom-control:not(.custom-switch) .custom-control-label::after, .custom-control:not(.custom-switch) .custom-control-label::before {
  width: 1.2rem;
  height: 1.2rem;
}

form.fields-group-sm .bootstrap-select .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

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

form .form-check-label {
  line-height: 2;
}
form.fields-group-sm label {
  margin-bottom: -3px;
}
form.fields-group-sm .form-group {
  margin-bottom: 10px;
}
form.fields-group-sm .form-group label {
  margin-bottom: 2px;
}
form.fields-group-sm .form-group .bootstrap-select .dropdown-toggle.btn-theme:focus {
  outline: none !important;
  box-shadow: none;
}
form.fields-group-sm .form-group .bootstrap-select .dropdown-toggle.btn-theme .filter-option {
  color: #5a5858;
  font-weight: 400;
}
form.fields-group-sm .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #5a5858;
  font-weight: 400;
  padding: 0rem 0rem !important;
  line-height: 1.6;
}
form.fields-group-sm .form-group .custom-select-sm .dropdown-menu ul li a {
  padding: 0.25rem 0.5rem;
}
form.fields-group-sm .form-group .custom-select-sm .dropdown-menu ul li a span {
  font-size: 14px;
  color: #5a5858;
}
form.fields-group-sm .form-group .custom-select-sm .dropdown-menu ul li.active a span {
  color: #fff;
}
form.fields-group-sm .form-group .custom-select-sm .dropdown-menu ul li.disabled a span {
  color: #5a5858;
}
form.form_group_xs .form-control {
  height: calc(1em + .5rem + 2px);
}
form .custom-control {
  vertical-align: -webkit-baseline-middle;
}

.form-control {
  color: #5a5858;
}
.form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgba(206, 212, 218, 0.2);
}
.form-control:disabled:focus, .form-control[readonly]:focus {
  border-color: #ced4da;
}
.form-control:disabled ~ .icon, .form-control[readonly] ~ .icon {
  color: #ced4da;
}
.form-control:disabled + .icon, .form-control[readonly] + .icon {
  display: none;
}

.bootstrap-select .dropdown-menu {
  border-color: #ced4da;
  border-radius: 0.2rem;
}
.bootstrap-select .dropdown-menu li {
  font-size: 0.875rem;
}
.bootstrap-select .dropdown-toggle.btn-default {
  font-size: inherit;
  border: 1px solid #ced4da;
  background: none;
  height: calc(1.5em + .5rem + 2px);
}
.bootstrap-select .dropdown-toggle.btn-default:focus {
  outline: none;
  outline: none;
  outline-offset: none;
}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:hover {
  color: #5a5858;
}
.bootstrap-select.custom-select-sm > .dropdown-toggle {
  padding: 1px;
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.custom-select-sm .dropdown-menu .bs-searchbox .form-control {
  height: calc(1.5em + .5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.bootstrap-select.custom-select-sm .dropdown-menu .text {
  font-size: 0.85rem;
  font-weight: 600;
}

.custom-control:not(.custom-switch) .custom-control-label span {
  vertical-align: super;
}
.custom-control:not(.custom-switch) .custom-control-label::before {
  border: 0.12rem solid rgba(37, 81, 205, 0.2);
}
.custom-control:not(.custom-switch).radio-btn:first-child {
  padding: 0;
}
.custom-control:not(.custom-switch).radio-btn .custom-control-label {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  border-radius: 0.25rem;
  padding: 0.375rem 3rem;
  border: 1px solid #ced4da;
  left: 0;
}
.custom-control:not(.custom-switch).radio-btn .custom-control-label span {
  display: block;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
  line-height: 1;
}
.custom-control:not(.custom-switch).radio-btn .custom-control-label::before, .custom-control:not(.custom-switch).radio-btn .custom-control-label::after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0.9rem;
}
.custom-control:not(.custom-switch).radio-btn input[type=radio]:checked ~ .custom-control-label:after {
  background: #2551cd;
  border-radius: 100px;
  border: 0.2rem solid rgba(255, 255, 255, 0.8);
}

.custom-checkbox.btn_blue.custom-control .custom-control-input:checked ~ .custom-control-label::before, .custom-switch.btn_blue.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2551cd;
  background-color: #2551cd;
}
.custom-switch.custom-checkbox.btn_blue.custom-control .custom-control-input:checked ~ .custom-control-label::after, .custom-switch.btn_blue.custom-control .custom-control-input:checked ~ .custom-control-label::after {
  border-color: #2551cd;
  background-color: #fff;
}

.custom-checkbox.btn_blue.custom-switch .custom-control-label::after, .custom-switch.btn_blue.custom-switch .custom-control-label::after {
  background-color: #1b1b1b;
}

.custom_switch .custom-control-label {
  cursor: pointer;
}
.custom_switch .custom-control-label::before {
  width: 2.6rem;
}
.custom_switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(1.5rem);
  -moz-transform: translateX(1.5rem);
  -ms-transform: translateX(1.5rem);
  transform: translateX(1.5rem);
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, .custom-switch .custom-control-input:focus ~ .custom-control-label::before, .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-checkbox.disabled .custom-control-input:checked ~ .custom-control-label::before, .custom-switch.disabled .custom-control-input:checked ~ .custom-control-label::before, .custom-radio.disabled .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ced4da !important;
  background-color: #ced4da !important;
}

.dropdown-menu.bootstrap-timepicker-widget {
  min-width: 15rem;
}
.dropdown-menu.bootstrap-timepicker-widget table td {
  font-size: 16px;
}
.dropdown-menu.bootstrap-timepicker-widget table td a {
  color: #2551cd;
  font-size: 22px;
}
.dropdown-menu.bootstrap-timepicker-widget table td a:hover {
  background: transparent;
  border: transparent;
}
.dropdown-menu.bootstrap-timepicker-widget table td input {
  width: 40px;
  border-radius: 0;
  outline: none;
}

.ui-state-hover .ui-state-active {
  color: #5a5858 !important;
  border-color: #ced4da !important;
}

.custom-file {
  overflow: hidden;
}

.custom-control-input.form-control[readonly], .custom-control-input.form-control:disabled {
  opacity: 0;
}

.popover {
  background-color: #5a5858;
  margin-top: 0;
}
.popover .popover-body {
  background-color: #5a5858;
  color: #fff;
  padding: 2px 8px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: bold;
}
.popover .arrow {
  display: none !important;
}

.tooltip {
  pointer-events: none;
}

html, body {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #1b1b1b;
  background-color: #eef5f9;
}
html.project_requests, body.project_requests {
  background: #fff;
  min-height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  html, body {
    font-size: 12px;
  }
}

.panel-default {
  height: -moz-calc(100vh - 97px);
  height: -webkit-calc(100vh - 97px);
  height: calc(100vh - 97px);
}
.panel-default.employees_panel {
  height: -moz-calc(100vh - 218px);
  height: -webkit-calc(100vh - 218px);
  height: calc(100vh - 218px);
}

.tab-content .panel-default {
  height: -moz-calc(100vh - 147px);
  height: -webkit-calc(100vh - 147px);
  height: calc(100vh - 147px);
}
@media (max-width: 768px) {
  .tab-content .panel-default {
    height: auto;
  }
}
.tab-content .panel-default.right_side_menu {
  height: -moz-calc(100vh - 147px);
  height: -webkit-calc(100vh - 147px);
  height: calc(100vh - 147px);
}

.tab-content .panel-default.full_height {
  height: -moz-calc(100vh - 97px);
  height: -webkit-calc(100vh - 97px);
  height: calc(100vh - 97px);
}
@media (max-width: 768px) {
  .tab-content .panel-default.full_height {
    height: calc(100vh - 197px);
    margin-bottom: 0 !important;
  }
}
@media (max-width: 575px) {
  .tab-content .panel-default.full_height {
    height: calc(100vh - 180px);
    margin-bottom: 0 !important;
  }
}
.tab-content .panel-default.full_height.right_side_menu {
  height: -moz-calc(100vh - 97px);
  height: -webkit-calc(100vh - 97px);
  height: calc(100vh - 97px);
}

.panel-default.right_side_menu {
  height: -moz-calc(100vh - 100px);
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
}
@media (max-width: 768px) {
  .panel-default.right_side_menu {
    height: auto !important;
  }
}

.slide_show {
  height: -moz-calc(100vh - 50px);
  height: -webkit-calc(100vh - 50px);
  height: calc(100vh - 50px);
}
.slide_show .panel-default {
  height: 100%;
}

.suppression_table_data {
  height: -moz-calc(100vh - 280px);
  height: -webkit-calc(100vh - 280px);
  height: calc(100vh - 280px);
}
@media (max-width: 768px) {
  .suppression_table_data {
    height: -moz-calc(100vh - 400px);
    height: -webkit-calc(100vh - 400px);
    height: calc(100vh - 400px);
  }
}

.panel_half .panel-body {
  height: -moz-calc(50vh - 20px);
  height: -webkit-calc(50vh - 20px);
  height: calc(50vh - 20px);
}

.dropdown-menu li .dropdown-item.action_item {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #ced4da;
}
.dropdown-menu li .dropdown-item.action_item img {
  width: 25px;
}
.dropdown-menu li:last-child .dropdown-item.action_item {
  border-bottom: 0;
}

.templates_listing {
  padding-bottom: 30px !important;
}

.compo_card {
  text-align: center;
  padding-top: 10%;
}
.compo_card h1 {
  font-size: 50px;
}

@media (max-width: 768px) {
  .break_trackers .bootstrap-select {
    width: 91% !important;
    margin: 0 auto;
    display: block;
  }
}
.right_side_menu ul.list_group {
  width: 100%;
  text-align: center;
}
.right_side_menu ul.list_group li {
  padding-top: 5px !important;
}
@media (max-width: 768px) {
  .right_side_menu ul.list_group li {
    display: inline-flex;
    border: none;
    justify-content: center;
    margin: 0 10px;
    padding-top: 0 !important;
  }
  .right_side_menu ul.list_group li a {
    display: inline-block;
  }
}
.right_side_menu ul.list_group li span.icon img {
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .right_side_menu .form_panel {
    height: auto !important;
  }
}

.suggestions_table {
  height: -moz-calc(100vh - 350px);
  height: -webkit-calc(100vh - 350px);
  height: calc(100vh - 350px);
}

.table tbody tr td.filter {
  padding-left: 25px;
}
.table tbody tr td.filter:first-child {
  padding-left: 15px;
}

.bootstrap-select .dropdown-menu.show {
  right: 0;
}

.notifications_wraper {
  padding: 0 50px;
}

.unread_msg {
  background-color: #f1f1f1;
}

.count_inapp {
  position: absolute;
  right: 10px;
  top: 5px;
}

.slim-btn-group {
  top: 0;
}
.slim-btn-group .slim-btn {
  margin: 0 10px;
}

.slim-result img {
  width: 100px;
  height: 100px !important;
  border-radius: 100%;
  object-fit: contain;
}

main.client.suppressions .panel .panel-heading {
  padding: 0 15px 0 0;
}
main.client.suppressions .panel .panel-heading .navtabs {
  margin-bottom: 0px !important;
}
.lagacy_detail_table {
  height: -moz-calc(100vh - 42vh);
  height: -webkit-calc(100vh - 42vh);
  height: calc(100vh - 42vh);
}
.lagacy_detail_table.legacy_detail_popup_table {
  height: -moz-calc(100vh - 30vh);
  height: -webkit-calc(100vh - 30vh);
  height: calc(100vh - 30vh);
}
.lagacy_detail_table table {
  width: auto;
  margin: 0 auto;
}

.legacy_table_data {
  height: -moz-calc(100vh - 310px);
  height: -webkit-calc(100vh - 310px);
  height: calc(100vh - 310px);
}
@media (max-width: 768px) {
  .legacy_table_data {
    height: -moz-calc(100vh - 400px);
    height: -webkit-calc(100vh - 400px);
    height: calc(100vh - 400px);
  }
}
.legacy_table_data .btn {
  border-radius: 5px;
}
.legacy_table_data.legacy_contact_table_data {
  height: -moz-calc(100vh - 355px);
  height: -webkit-calc(100vh - 355px);
  height: calc(100vh - 355px);
}

.plain_radio .custom-control:not(.custom-switch).radio-btn .custom-control-label {
  border: 0;
  padding-right: 10px;
}

.offer_banner_part .avatar [data-module="ui/Demo"] > .avatar .slim {
  width: 600px;
  height: 150px;
  border-radius: 0.5rem;
}
.offer_banner_part .avatar [data-module="ui/Demo"] .slim-result img {
  width: 600px;
  object-fit: cover;
  height: 150px !important;
  border-radius: 0;
}
.offer_banner_part .avatar [data-module="ui/Demo"] .slim-btn-group .slim-btn {
  position: absolute;
  right: 0;
  top: 15px;
}
.offer_banner_part.two .avatar [data-module="ui/Demo"] > .avatar .slim {
  width: 250px;
}
.offer_banner_part.two .avatar [data-module="ui/Demo"] .slim-result img {
  width: 250px;
}

.note-toolbar .dropdown-menu {
  min-width: 150px;
}
.note-toolbar .dropdown-menu li a {
  color: #1b1b1b;
  padding: 5px;
}
.note-toolbar .dropdown-menu li a i {
  display: none;
}
.note-toolbar .dropdown-menu li a.checked i {
  display: inline-block;
}

.hover_text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
  width: 100px;
}

.lagacy_detail_table table.table-sm td {
  padding: 0.2rem 0.5rem !important;
}

.minmaxCon {
  height: 35px;
  bottom: 1px;
  left: 1px;
  position: fixed;
  right: 1px;
  z-index: 9999;
}

.legacy_min_pop {
  width: 250px;
  height: 35px;
  overflow: hidden !important;
  padding: 0px !important;
  margin: 0px;
  float: right;
  position: static !important;
}
.legacy_min_pop .modal-dialog {
  height: 100%;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}
.legacy_min_pop .modal-dialog .modal-content {
  height: 100%;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}
.legacy_min_pop .modal-dialog .modal-content .modal-header {
  height: 100%;
  width: 100%;
  margin: 0px !important;
  padding: 5px 13px !important;
  display: inline-block;
}
.legacy_min_pop .modal-dialog .modal-content .modal-header .modal-title {
  float: left;
}
.legacy_min_pop .modal-dialog .modal-content .modal-header .btn-group {
  float: right;
}

.legacy_max_pop {
  max-width: 1140px;
}

.legacy_min_pop .menuTab {
  display: none;
}

.view_table thead th {
  border: 0;
  border-bottom: 1px solid #2551cd;
}
.view_table tbody td {
  border-top: 0;
}
.view_table tbody td .bootstrap-select .dropdown-toggle {
  white-space: normal;
  height: auto;
  min-height: calc(1.8rem + 2px);
}

.less_text {
  width: 180px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.less_text.more {
  white-space: normal;
  overflow: unset;
}

.moretext_js {
  color: #2551cd !important;
  text-decoration: underline !important;
  cursor: pointer;
}

.bootstrap-select .dropdown-menu .inner {
  max-height: 150px;
}

.btn_text {
  font-size: 0.875rem;
  color: #1b1b1b;
  font-weight: 600;
}
.fa-eye {  
  position: absolute;
  left: 92% !important;
  top: 28% !important;
  cursor: pointer; color: rgb(255, 255, 255); font-size: 15px; display: block;
  color: black;
}

.fa-eye-slash {  
  position: absolute;
  left: 92% !important;
  top: 28% !important;
  cursor: pointer; color: rgb(255, 255, 255); font-size: 15px; display: none;
  color: black;
}

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



.bootstrap-select.purchasing_product .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
}

.bootstrap-select.purchasing_product .dropdown-menu li a span.text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}