html {
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  font-size: 13px;
}
html * {
  position: relative;
}
html h2 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
}
html a {
  color: #5A738E;
  text-decoration: none;
}
html i,
html a {
  cursor: pointer !important;
}
html ul {
  list-style: none;
}
html table {
  font-size: 14px;
}
body .container {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
body .container.body .right_col {
  background: #F7F7F7;
}
textarea {
  resize: vertical;
}
.d-flex {
  display: flex;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.align-items-center {
  align-items: center;
}
.btn {
  border-radius: 3px;
  margin-top: 0;
}
.btn-success {
  background: #26B99A;
  border: 1px solid #169F85;
}
.row {
  clear: both;
}
.container .menu_fixed > div {
  display: flex;
  flex-direction: column;
}
.container .top_nav {
  display: block;
  margin-left: 70px;
  z-index: 100;
}
.container .top_nav .nav_menu {
  float: left;
  background: #EDEDED;
  border-bottom: 1px solid #D9DEE4;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.container .top_nav .nav_menu > .nav {
  float: right;
}
.container .top_nav .nav_menu .page-title-and-bars {
  display: flex;
  align-content: center;
}
.container .top_nav .nav_menu .page-title-and-bars i {
  font-size: 30px;
  display: none;
}
.container .top_nav .nav_menu .page-title-and-bars .titlePage {
  padding: 10px;
  margin-left: 15px;
  color: #73879C;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
.container .top_nav .nav_menu .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.container .top_nav .nav_menu .nav .navbar-right {
  margin: 13px;
  width: auto;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .top_nav .nav_menu .nav .open .dropdown-menu {
  display: flex !important;
  flex-direction: column;
  left: -72px !important;
}
.container .top_nav .dropdown-menu {
  border: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 9998;
  border: 1px solid #D9DEE4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.container .top_nav .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
}
.container a.user-profile {
  color: #5E6974 !important;
}
.container .nav-sm .menu_section h3 {
  display: none;
}
.container .nav-sm span.fa {
  display: none;
}
.container .menu_section {
  margin: 0;
}
.container .menu_section .fa {
  width: 26px;
  opacity: 0.99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
.container .menu_section span.fa {
  display: none;
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #C4CFDA;
}
.container .menu_section h3 {
  display: none;
  padding-left: 23px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 1px 1px #000;
}
.container .menu_section ul.nav {
  display: block;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
  list-style: none;
}
.container .menu_section ul.nav > li {
  position: relative;
  display: block;
  cursor: pointer;
}
.container .menu_section ul.nav > li a {
  width: 100%;
  margin: 0;
  color: #E7E7E7;
  text-align: center;
  font-weight: 400;
  font-size: 10px;
  padding: 10px 5px;
  word-break: break-word;
  position: relative;
  display: block;
}
.container .menu_section ul.nav > li a i {
  font-size: 25px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 5px;
}
.container .menu_section ul.nav > li:hover,
.container .menu_section ul.nav > li:focus {
  background: #4b5d6f;
}
.container .menu_section ul.nav > li:hover a,
.container .menu_section ul.nav > li:focus a {
  text-decoration: none;
  background: transparent;
  color: #F2F5F7 !important;
}
.container .menu_section .child_menu {
  left: 100%;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 4000;
  background: #3E5367;
  display: none;
}
.container .menu_section .child_menu a {
  text-align: left !important;
  margin: 10px 0 5px 0;
}
.container .left_col {
  background: #2A3F54;
}
.container #service .contractor_table_service tbody tr td:first-child {
  width: 35%;
}
.custom-ui-button,
.dt-button {
  width: fit-content;
  color: #454545;
  text-decoration: none;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  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;
  white-space: nowrap;
}
.table-button {
  display: flex;
  align-items: center;
  flex-width: wrap;
}
.table-button > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.table-button .search-div {
  display: flex;
  justify-content: flex-end;
}
.scrollbar {
  background: #F5F5F5;
  overflow-y: scroll;
  max-height: 95%;
}
#style-15::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
#style-15::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #FFF;
  background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#4D9C41), to(#19911D), color-stop(0.6, #54DE5D));
}
.user-photo-content,
.contractor-photo-content {
  align-items: center;
  background: #fff8f8ba;
  border-radius: 0 0 4px 4px;
  bottom: 0;
  color: #000000a6;
  display: flex;
  height: 20%;
  left: 10px;
  max-height: 40px;
  position: absolute;
  transition-delay: 0.3s;
  width: 100%;
}
.user-photo-content a,
.contractor-photo-content a {
  color: transparent;
}
.user-photo-content a:hover,
.contractor-photo-content a:hover {
  color: white;
  font-size: 15px;
  transition: 0.4s;
}
.user-photo-content:hover,
.contractor-photo-content:hover {
  color: rgba(255, 255, 255, 0.69);
  display: flex;
  height: 30%;
  transition: 0.5s;
  background: #0000009c;
  transition-delay: 0.3s;
}
.user-photo-content > div,
.contractor-photo-content > div {
  cursor: pointer;
}
.user-photo-content > div:hover,
.contractor-photo-content > div:hover {
  color: white;
  font-size: 15px;
  transition: 0.4s;
}
.user-photo {
  position: relative;
  max-width: 140px;
  height: 140px;
  margin: 20px auto;
  background-color: #b2e3ef;
  border-radius: 50%;
  transform-origin: center center;
  opacity: 1;
  overflow: hidden;
}
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 21px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
  display: flex;
  flex-direction: column;
}
.avatar-upload .avatar-edit .fa {
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  color: #757575;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  /* border-radius: 100%; */
  border: 1px solid #76899e;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.loading {
  height: fit-content;
  /*  Sketeleton Related */
}
.loading .skeleton {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: linear-gradient(-90deg, #c1c1c1 0%, #f8f8f8 50%, #c1c1c1 100%);
  background-size: 400% 400%;
  animation: left-to-right 1.2s ease-in-out infinite;
  border-radius: 4px;
  color: transparent;
  position: relative;
  z-index: 2;
}
.loading .skeleton:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(-90deg, #c1c1c1 0%, #f8f8f8 50%, #c1c1c1 100%);
  background-size: 400% 400%;
  animation: left-to-right 1.2s ease-in-out infinite;
  z-index: 2;
  content: "";
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.form-horizontal .control-label {
  color: inherit;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.471;
  padding-top: 8px;
}
.form-horizontal .form-control {
  border-radius: 0;
}
.file-upload {
  background-color: #ffffff;
  width: 600px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.file-upload .file-upload-image {
  width: 45%;
  height: auto;
}
.file-upload .image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1fb264;
  position: relative;
}
.file-upload .image-upload-wrap .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.file-upload .image-upload-wrap .drag-text {
  text-align: center;
}
.file-upload .file-upload-content {
  display: none;
  text-align: center;
}
.file-upload .file-upload-content .file-upload-btn {
  height: fit-content !important;
  margin: 0;
  transition: all 0.2s ease;
  color: black;
  background-color: transparent;
}
.table-main {
  border-collapse: inherit;
  table-layout: fixed;
  margin-bottom: 2px;
  height: max-content;
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}
.table-main > thead tr .th-table-table {
  position: relative;
  vertical-align: middle;
  text-align: center;
  user-select: none;
}
.table-main > thead tr .th-table-table span {
  font-weight: 550;
  font-size: 10px;
  color: #141e46;
  overflow-x: hidden;
  word-wrap: break-word;
  text-align: center;
}
.table-main > thead tr th {
  padding-right: 0;
  border: 1px solid #ddd;
}
.table-main > thead tr:first-child {
  overflow-x: hidden;
  font-size: 11px;
  word-wrap: break-word;
}
.table-main > thead tr:first-child th {
  text-align: center;
}
.table-main > thead .col-resize {
  position: absolute;
  top: -1px;
  right: -8px;
  width: 16px;
  height: 95%;
  z-index: 2;
  cursor: ew-resize;
  user-select: none;
}
.table-main > thead .col-resize .draggingLine {
  display: block;
  position: absolute;
  left: 7px;
  top: 5px;
  width: 3px;
  border-radius: 2px;
  height: 100%;
  background-color: #2d7ff9;
  opacity: 0;
}
.table-main > thead .col-resize .draggingLine-active {
  opacity: 1 !important;
}
.table-main > thead .col-resize:hover .draggingLine {
  opacity: 1;
}
.table-main .sort-icon-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 96%;
  align-items: center;
}
.table-main .sort-icon-box > span {
  white-space: pre-line;
  width: calc(96% - 8px);
}
.table-main .sort-icon-box .fa-sort {
  font-size: 0.9em;
}
.table-main tbody tr td {
  word-wrap: break-word !important;
  border: 1px solid #dddddd69;
  vertical-align: middle;
}
.table-main tbody tr td:first-child {
  text-align: center;
}
.table-main tbody tr:nth-child(1) {
  height: 87px;
}
.table-main tbody tr:nth-child(1) td {
  padding: 8px !important;
  height: 87px;
}
.table-main tbody .optionTag {
  height: 27px;
  font-size: 15px;
  padding: 0 8px;
  border-radius: 4px;
  display: inline-flex;
  max-width: 100%;
  vertical-align: middle;
  align-items: center;
  margin: 6px 6px 0 0;
}
.table-main .select2-container {
  width: auto !important;
}
.table-main .action-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.table-main .action-icon > a {
  margin: 4px;
}
.table-main .createNote {
  height: 100px;
}
table .tr-content {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.4;
  text-align: left;
  float: left;
  overflow: hidden;
  word-break: break-word;
  /*  height:100%;*/
}
table .table-fixed-background {
  background-color: white;
  z-index: 8;
  opacity: 1;
}
table thead .table-fixed-priority {
  z-index: 20 !important;
}
table tbody tr .table-fixed-priority:last-child {
  box-shadow: rgba(159, 159, 160, 0.16) 3px -1px;
}
table .showInfoTable {
  position: absolute;
  display: none;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
table td:hover .showInfoTable {
  display: block;
  background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
  box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
table td:focus .showInfoTable {
  outline: none;
}
.info_content table td {
  padding: 3px !important;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: #4b5d6f !important;
}
.searchWithButton {
  width: 95%;
  margin-bottom: 15px;
}
.searchWithButton > div {
  display: flex;
  flex-wrap: nowrap;
}
.searchWithButton .input-group-append {
  right: calc(100% - 105%);
  position: absolute;
  z-index: 5;
}
.searchWithButton button {
  height: 2.4em;
}
.dateDropdown {
  display: flex;
}
.dateDropdown select {
  margin: 2px;
}
.min-height55 {
  min-height: fit-content !important;
}
.select2 {
  position: relative;
  overflow: hidden;
  display: block;
  margin: auto;
  width: 330px;
  height: fit-content;
  border-bottom: 0;
  border-radius: 3px;
  font-size: 12px;
  box-shadow: 0 1em 2em -1.5em rgba(0, 0, 0, 0.5);
}
.select2-container {
  display: block;
  width: 100% !important;
}
.has-search {
  margin-top: 15px;
}
.has-search .form-control {
  padding-left: 3rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: fit-content;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  left: 0;
  top: 7%;
  margin-left: 4px;
  font-size: 18px;
  border-right: 1px solid #cccccc;
}
.scroll-user-table {
  display: block;
  max-height: 78%;
  overflow: hidden;
  overflow-y: auto;
}
.zui-pager {
  display: flex;
  justify-content: center;
}
.zui-pager .btn-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.zui-pager .btn-group__item {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 40px;
  float: left;
}
.zui-pager .btn-group__item .btn {
  border-radius: 0;
  margin: 0;
  padding: 0.5em 1em;
  border: 0;
  font-weight: 300;
  background-color: transparent;
  box-shadow: inset 0 -2px 0 0 #bbb;
  color: #bbb;
}
.zui-pager .btn-group__item .btn:hover {
  box-shadow: inset 0 -4px 0 0 #bbb;
}
.zui-pager .btn-group__item .current {
  box-shadow: inset 0 -4px 0 0 #739600;
  color: #739600;
  font-weight: bold;
}
.zui-pager .btn-group__item .current:hover {
  box-shadow: inset 0 -4px 0 0 #739600;
  cursor: default;
}
.zui-pager .btn[disabled] {
  box-shadow: inset 0 -2px 0 0 #e6e6e6;
  color: #e6e6e6;
  height: calc(100% - 23%);
}
.zui-pager .btn[disabled]:hover {
  box-shadow: inset 0 -2px 0 0 #e6e6e6;
  cursor: default;
}
.zui-pager .i-chevron-left {
  margin: 15px;
  border-style: solid;
  border-color: #3a3a3a;
  width: 6px;
  height: 6px;
  display: block;
  cursor: pointer;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.zui-pager .i-chevron-right {
  margin: 15px;
  border-style: solid;
  border-color: #3a3a3a;
  width: 6px;
  height: 6px;
  display: block;
  cursor: pointer;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.zui-pager--center {
  text-align: center;
}
.zui-pager--right {
  text-align: right;
}
.zui-pager__input {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
.zui-pager__input > input {
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 0;
  line-height: 1;
  width: 5em;
}
.search-div {
  display: flex;
  justify-content: flex-end;
}
.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.x_panel .x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
  color: #73879C;
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
.x_panel .x_title .filter {
  width: 40%;
  float: right;
}
.x_panel .x_title span {
  color: #BDBDBD;
}
.x_panel .x_title h2 {
  margin: 5px 0 6px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}
.x_panel .x_title h2 small {
  margin-left: 10px;
}
.x_panel .easy_title {
  border-bottom: 0;
  margin-bottom: 0;
  color: inherit;
  max-height: 3.3em;
}
.x_panel .x_content {
  padding: 0 3px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}
.x_panel .x_content .btn {
  border-radius: 3px;
  margin-top: 0;
}
.role-edit-permission {
  display: flex;
  flex-wrap: wrap;
}
.role-edit-permission .x_panel {
  width: calc(100% / 3 - 20px);
  margin: 10px;
  max-width: 100%;
  height: fit-content;
}
.role-edit-permission .x_panel .form-horizontal {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.role-edit-permission .x_panel .form-horizontal > div {
  width: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.thead-light > tr > th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 13px 15px 12px;
}
.alert_fixed {
  position: fixed;
}
.alert {
  color: #FFF;
  border-radius: 3px 4px 4px 3px;
  background-color: #CE5454;
  word-break: break-word;
  display: none;
  opacity: 1;
  z-index: 500;
  -webkit-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  /* margin-top: 2%; */
  /*position: fixed;*/
  top: 0;
  right: 0;
}
.alert .close {
  color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6%;
  height: 98%;
  padding: 0;
}
.item .alert::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #CE5454 transparent transparent;
  border-style: solid;
  border-width: 11px 7px;
  position: absolute;
  left: -13px;
  top: 1px;
}
.loader {
  left: 48%;
  position: absolute;
  top: 50%;
}
.line {
  animation: expand 1s ease-in-out infinite;
  border-radius: 10px;
  display: inline-block;
  height: 25px;
  margin: 0 3px;
  transform-origin: center center;
  width: 1px;
}
.line:nth-child(1) {
  background: #27ae60;
}
.line:nth-child(2) {
  animation-delay: 180ms;
  background: #f1c40f;
}
.line:nth-child(3) {
  animation-delay: 360ms;
  background: #e67e22;
}
.line:nth-child(4) {
  animation-delay: 540ms;
  background: #2980b9;
}
.loader_container {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background: #34495e73;
  top: 0;
}
.paginatorInfo {
  max-height: 10%;
  z-index: 2;
  padding-top: 1%;
  background: inherit;
}
.companyUserItem {
  border-bottom: 1px solid #dddddd;
  padding: 2px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.4;
  text-align: left;
  float: left;
  overflow: hidden;
  word-break: break-word;
  max-height: 40px;
  min-height: 40px;
}
.companyUserItem:last-child {
  border-bottom: 0;
}
.arrow_top_container {
  font-size: 50px !important;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 17px;
  right: 26px;
  z-index: 11;
  opacity: 0.4;
  cursor: pointer;
}
.arrow_top_container .fa {
  font-size: 50px;
}
.companyUserList {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.clubUppercase {
  text-transform: capitalize;
}
.table_buttons_action {
  margin-bottom: 10px;
}
ul .child_menu:last-child {
  top: -50px;
}
#bc_user_leaders_meeting_description {
  width: 100%;
  height: 95px;
}
.dynamicFilters {
  display: flex;
  flex-direction: column;
  padding: 5px 0 5px 0;
}
.dynamicFilters .clubUppercase {
  text-transform: uppercase;
}
.toUperCase {
  text-transform: uppercase !important;
}
.dynamicFilters .updateStatus {
  width: 100%;
}
.user_activity_table {
  font-size: 14px !important;
  table-layout: fixed;
}
.user_activity_table tbody tr td:first-child {
  width: 23%;
}
.form-control-feedback {
  position: absolute;
  margin-top: 8px;
  height: 23px;
  color: #bbb;
  line-height: 24px;
  font-size: 15px;
  top: 0;
  width: 34px;
  text-align: center;
}
.clearfix:after,
form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
textarea {
  padding: 10px;
  vertical-align: top;
  width: 200px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-top: 3px;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  min-height: 38px;
}
.alert-success {
  color: #ffffff;
  background-color: rgba(38, 185, 154, 0.88);
  border-color: rgba(38, 185, 154, 0.88);
}
.alert-danger,
.alert-error {
  color: #E9EDEF;
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88);
  background-image: none !important;
}
.nav-sm .container.body .right_col {
  padding: 10px 20px;
  margin-left: 70px;
}
.nav-sm .container.body .col-md-3.left_col.menu_fixed {
  position: fixed;
  height: 100%;
}
.nav-sm .container.body .col-md-3.left_col {
  height: inherit;
  width: 70px;
  padding: 0;
  z-index: 9999;
  position: fixed;
}
.nav-sm .nav_title {
  width: 230px;
  float: left;
  background: #2A3F54;
  border-radius: 0;
  height: 57px;
  padding: 0;
}
.nav-sm .navbar.nav_title {
  width: 70px;
}
.nav-sm .navbar.nav_title a span {
  display: none;
}
.nav-sm .profile {
  display: none;
}
.nav-sm ul.nav.child_menu {
  left: 100%;
  position: absolute;
  top: -10px;
  width: 210px;
  z-index: 4000;
  background: #3E5367;
  display: none;
}
.nav-sm .nav.side-menu li a {
  font-weight: 400;
  font-size: 10px;
  padding: 10px 5px;
  word-break: break-word;
}
.nav-sm .nav.side-menu li a i {
  font-size: 25px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 5px;
}
.main_menu .fa {
  width: 26px;
  opacity: 0.99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main_menu span.fa {
  float: right;
  text-align: center;
  margin-top: 5px;
  font-size: 10px;
  min-width: inherit;
  color: #C4CFDA;
}
.site_title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  color: #ECF0F1 !important;
  margin-left: 0 !important;
  line-height: 59px;
  display: block;
  hight: 55px;
  padding-left: 10px;
  padding-top: 5px;
}
.form-merger-xlsx .form-group {
  display: flex;
}
.merge-container {
  background-color: #f7f7f7;
}
.merge-container fieldset {
  display: flex;
  justify-content: center;
  align-items: center;
}
.merge-container .companies-container_merge-all {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
}
.merge-container .companies-container_merge-all .merge-element_companies {
  margin: 15px;
  width: 100%;
}
.merge-container .companies-me {
  align-items: inherit;
}
.merge-container .merge-element,
.merge-container .merge-element_companies {
  box-shadow: 0 0 15px #d5d5d5;
  padding: 50px 25px;
}
.merge-container .merge-element_companies {
  margin-bottom: 15px;
}
.merge-container .merge-button {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.merge-container .merge-button .merging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  background-color: #2ac9aa;
  width: 60px;
  height: 60px;
  box-shadow: 0 0 5px;
  border-radius: 50%;
}
.merge-container .merge-button .merging .fa {
  color: white !important;
}
.alertify,
.alertify-show,
.alertify-log {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
}
.alertify-hide {
  -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */
}
.alertify-log-hide {
  -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */
}
.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1;
}
.alertify-hidden {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  -o-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none;
}
/* overwrite display: none; for everything except IE6-8 */
:root * > .alertify-hidden {
  display: block;
  visibility: hidden;
}
.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px;
}
.alertify-logs-hidden {
  display: none;
}
.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0;
}
.alertify-log-show {
  right: 0;
  opacity: 1;
}
.alertify-log-hide {
  -webkit-transform: translate(300px, 0);
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  -o-transform: translate(300px, 0);
  transform: translate(300px, 0);
  opacity: 0;
}
.alertify-dialog {
  padding: 25px;
}
.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.alertify-inner {
  text-align: center;
}
.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}
.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
  background: none;
  text-decoration: none;
  border: none;
  /* line-height and font-size for input button */
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
}
@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .alertify {
    left: 5%;
    margin: 0;
  }
}
/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
  font-family: sans-serif;
}
.alertify {
  background: #FFF;
  border: 10px solid #333;
  /* browsers that don't support rgba */
  border: 10px solid rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px;
}
.alertify-button {
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  padding: 6px 15px;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}
.alertify-button:hover,
.alertify-button:focus {
  outline: none;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.alertify-button:focus {
  box-shadow: 0 0 15px #2B72D5;
}
.alertify-button:active {
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
  background-color: #FE1A00;
  border: 1px solid #D83526;
}
.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
  background-color: #5CB811;
  border: 1px solid #3B7808;
}
.alertify-log {
  background: #1F1F1F;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}
.alertify-log-error {
  background: #FE1A00;
  background: rgba(254, 26, 0, 0.9);
}
.alertify-log-success {
  background: #5CB811;
  background: rgba(92, 184, 17, 0.9);
}
.alertify-animate-show {
  animation-name: animation;
  animation-delay: unset;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
}
@keyframes animation {
  from {
    right: -110%;
    position: relative;
  }
  to {
    right: 0;
  }
}
.side-modal-container-kep .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: #0000007a;
}
.side-modal-container-kep .fade.in {
  opacity: 1;
}
.side-modal-container-kep .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.side-modal-container-kep .modal-dialog {
  background: #FAFAFA !important;
}
.side-modal-container-kep .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.side-modal-container-kep button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.side-modal-container-kep .modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.side-modal-container-kep .modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}
.side-modal-container-kep .modal.left .modal-body {
  padding: 15px 15px 80px;
}
.side-modal-container-kep .modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 45%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.side-modal-container-kep .modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.side-modal-container-kep .modal.right .modal-body {
  padding: 15px 15px 80px;
}
.side-modal-container-kep .modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.side-modal-container-kep .modal.left.fade.in .modal-dialog {
  left: 0;
}
.side-modal-container-kep .modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.side-modal-container-kep .modal.right.fade.in .modal-dialog {
  right: 0;
}
.side-modal-container-kep .modal-content {
  border-radius: 0;
  border: none;
}
.side-modal-container-kep .modal-header {
  background-color: #FAFAFA;
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #EEEEEE;
}
.side-modal-container-kep body {
  margin: 0;
  padding: 0;
}
.side-modal-container-kep .demo {
  padding-top: 60px;
  padding-bottom: 110px;
}
.side-modal-container-kep .btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #FFFFFF;
}
.side-modal-container-kep .btn-demo:focus {
  outline: 0;
}
.side-modal-container-kep .demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
  text-align: center;
}
.side-modal-container-kep .demo-footer > a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.side-modal-container-kep.in .modal {
  opacity: 1;
}
#msform {
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#msform fieldset {
  border: 0;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  line-height: 30px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
  border: 1px solid #27ae60;
}
#progressbar li:after {
  content: "";
  width: 95%;
  height: 2px;
  background: #5e5e5e14;
  position: absolute;
  left: -47.5%;
  top: 14px;
}
#progressbar li:first-child:after {
  content: none;
}
#progressbar li.active:before {
  background: #27ae60;
  color: white;
}
#progressbar li.active:after {
  background: #27ae60;
  color: white;
}
/*# sourceMappingURL=app.css.map */