@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000;
  overflow-x: hidden;
  background: #f7f7f7;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
img {
  text-decoration: none;
  outline: none;
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
:focus {
  outline: 0;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
header {
  background: #2c303b;
  /*background: url(../images/header-img.jpg) no-repeat center;
    background-size: cover;
    min-height: 300px;*/
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.navbar-light {
  padding: 0 0px;
  /*border-bottom: 1px solid rgba(255,255,255,0.5);*/
}
.navbar-light .navbar-nav .nav-link {
  font-size: 20px;
  color: #fff;
  padding: 15px 20px;
  border-right: 1.5px solid rgba(255, 255, 255, 0.3);
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
  /*background-image: -webkit-gradient(linear,left top,right top,from(#0C84D1),to(#4EB4F5));
    background-image: -webkit-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -moz-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -o-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: linear-gradient(to right,#0C84D1 0,#4EB4F5 100%);*/
    background-repeat: repeat-x;
    color: #fff;
    background: #000;
}
.navbar-light .navbar-nav .nav-item {
  position: relative;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link:focus {
  /*background-image: -webkit-gradient(linear,left top,right top,from(#0C84D1),to(#4EB4F5));
    background-image: -webkit-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -moz-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -o-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: linear-gradient(to right,#0C84D1 0,#4EB4F5 100%);*/
    background-repeat: repeat-x;
    color: #fff;
    background: #000;
}
.navbar-light .navbar-nav .nav-item.active .nav-link:after {
  /* display: inline-block;
    content: '\e056';
    font-family: 'gaxondrift';
    font-size: 6.5rem;
    line-height: 0.2;
    position: absolute;
    left: 50%;
    bottom: -0.8rem;
    color: #512DA8;
    -webkit-transform: scale(1, -1) translateX(-50%);
    transform: scale(1, -1) translateX(-50%);*/
}
.navbar-brand {
  /*background: #ffffff;*/
  padding: 1px 10px !important;
  margin: 0;
}
.navbar-brand.logo_cls img {
  max-width: 180px;
}
.page-title {
  /* background: #f1f1f1; */
  /* padding: 10px 30px; */
  /* box-shadow: 0 1px 10px rgba(0,0,0,0.2); */
}
.page-title h1 {
  font-size: 24px;
  font-weight: 300;
  background: #fff;
  padding: 15px 30px;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.box-with-shadow {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 3px rgba(0, 0, 0, 0.1);
  padding: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-height: 240px;
}
.piechart-width {
  /*width: 100%;*/
}
.mt-30 {
  margin-top: 30px;
}
.top-box {
  padding: 15px;
  /*display: flex;
  align-items: center;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  /*below two lines added by minesh */
  border-radius: 4px;
  padding-bottom: 0px;
}
.top-box:hover {
  /*background: #fff;*/
}
.grey-bg {
  background: #f7f7f7;
}
.pull-up:hover,
.pull-up:hover,
.pull-up:focus,
.pull-up:focus {
  -webkit-transform: translateY(-2px) scale(1.02);
  -ms-transform: translateY(-2px) scale(1.02);
  transform: translateY(-2px) scale(1.02);
  -webkit-box-shadow: 0 0px 13px rgba(62, 57, 107, 0.1);
  box-shadow: 0 0px 13px rgba(62, 57, 107, 0.1);
  z-index: 2;
}
.bg-gradient-x-info {
  /*    background-image: -webkit-gradient(linear,left top,right top,from(#0C84D1),to(#4EB4F5));
    background-image: -webkit-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -moz-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -o-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: linear-gradient(to right,#0C84D1 0,#4EB4F5 100%);
    background-repeat: repeat-x;*/
    background-color: #0c84d1;
}
.bg-gradient-x-warning {
  /*background-image: -webkit-gradient(linear,left top,right top,from(#FF7216),to(#FFB07C));
    background-image: -webkit-linear-gradient(left,#FF7216 0,#FFB07C 100%);
    background-image: -moz-linear-gradient(left,#FF7216 0,#FFB07C 100%);
    background-image: -o-linear-gradient(left,#FF7216 0,#FFB07C 100%);
    background-image: linear-gradient(to right,#FF7216 0,#FFB07C 100%);
    background-repeat: repeat-x;*/
    background-color: #ff7216;
}
.bg-gradient-x-success {
  /*background-image: -webkit-gradient(linear,left top,right top,from(#20A576),to(#4EDDAA));
    background-image: -webkit-linear-gradient(left,#20A576 0,#4EDDAA 100%);
    background-image: -moz-linear-gradient(left,#20A576 0,#4EDDAA 100%);
    background-image: -o-linear-gradient(left,#20A576 0,#4EDDAA 100%);
    background-image: linear-gradient(to right,#20A576 0,#4EDDAA 100%);
    background-repeat: repeat-x;*/
    background-color: #20a576;
}
.bg-gradient-x-danger {
  /*background-image: -webkit-gradient(linear,left top,right top,from(#FF1635),to(#FF7C8D));
    background-image: -webkit-linear-gradient(left,#FF1635 0,#FF7C8D 100%);
    background-image: -moz-linear-gradient(left,#FF1635 0,#FF7C8D 100%);
    background-image: -o-linear-gradient(left,#FF1635 0,#FF7C8D 100%);
    background-image: linear-gradient(to right,#FF1635 0,#FF7C8D 100%);
    background-repeat: repeat-x;*/
    background-color: #ff1635;
}
.bg-gradient-x-info2 {
  /*background-image: -webkit-gradient(linear,left top,right top,from(#055588),to(#47b2f7));
    background-image: -webkit-linear-gradient(left,#055588 0,#47b2f7 100%);
    background-image: -moz-linear-gradient(left,#055588 0,#47b2f7 100%);
    background-image: -o-linear-gradient(left,#055588 0,#47b2f7 100%);
    background-image: linear-gradient(to right,#055588 0,#47b2f7 100%);
    background-repeat: repeat-x;*/
    /*background-image: linear-gradient(to right,#055588 0,#47b2f7 100%);*/
    background-color: #055588;
}
.progress {
  height: 4px;
}
.box-icon {
  font-size: 45px;
  margin-top: 6px;
  text-align: center;
  display: block;
}
.blue {
  color: #408bf9 !important;
}
.orange {
  color: #ff9149 !important;
}
.green {
  color: #28d094 !important;
}
.red {
  color: #ff4961 !important;
}
.Vulns-list li {
  float: left;
  margin: 0 !important;
  padding: 12px 10px;
  color: #fff;
  min-width: 28px;
  max-width: 40px;
}
.dashboard-table th,
.dashboard-table td {
  white-space: nowrap;
}
.dashboard-table tr {
  position: relative;
}
.dashboard-table td {
  padding: 0 0.75rem;
  vertical-align: middle;
  font-size: 13px;
  border-color: transparent;
  /*background: #a2a2a2;    */
}
.vulns-col {
  min-width: 200px !important;
  width: 200px;
  max-width: 200px;
}
.table th a {
  text-transform: none;
}
.table thead {
  background: #e3e4e8;
}
.table th {
  vertical-align: middle !important;
  border-bottom: 0 !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  /*border-color: #c2c3c7;*/
  border: 0;
  border-right: 1px solid #c2c3c7;
}
.table.dashboard-table > thead > tr > th {
  height: 102px;
  min-width: 150px;
  border-bottom: 1px solid #e3e4e8 !important;
}
.min49 {
  min-width: 49px !important;
}
.table.dashboard-table thead tr th:last-child {
  min-width: auto !important;
}
.table.dashboard-table .add-colum-section {
  min-width: auto !important;
}
.table th:last-child {
  border-right: 1px solid #e3e4e8;
}
.action-links li a {
  color: #000;
  font-size: 18px;
}
.action-links li a:hover,
.action-links li a:focus {
  color: #1e9ff2;
}
.ip-col {
  min-width: 140px;
  color: #333;
}
.dashboard-table .form-control {
  /*background: rgba(0,0,0,0.3);*/
  height: 34px;
  border: 1px solid #a2a2a2;
  font-size: 13px;
  color: #333;
}
.dashboard-table .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dashboard-table .form-control::-webkit-input-placeholder {
  color: #333;
  font-size: 13px;
}
.dashboard-table .form-control::-moz-placeholder {
  color: #333;
  font-size: 13px;
}
.dashboard-table .form-control:-ms-input-placeholder {
  color: #333;
  font-size: 13px;
}
.dashboard-table .form-control::-ms-input-placeholder {
  color: #333;
  font-size: 13px;
}
.dashboard-table .form-control::placeholder {
  color: #333;
  font-size: 13px;
}
.dashboard-table .input-group-text {
  padding: 8px;
  border: 0;
  border-radius: 0.25rem;
  background: #fff;
  color: #498dca;
  border: 1px solid #a2a2a2;
}
.dashboard-table .input-group-text:hover,
.dashboard-table .input-group-text:focus {
  background: #498dca;
  color: #fff;
}
.status-col {
  border: 1px solid #1e9ff4;
  color: #1e9ff4;
  border-radius: 50px;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
}
.status-col.red {
  border-color: #ff4961 !important;
}
.status-col.green {
  border-color: #28d094 !important;
}
.pagination {
  margin-top: 30px;
}
.page-item.active .page-link,
.page-item .page-link:hover,
.page-item.active .page-link,
.page-item .page-link:focus {
  /*background-image: -webkit-gradient(linear,left top,right top,from(#0C84D1),to(#4EB4F5));
    background-image: -webkit-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -moz-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -o-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: linear-gradient(to right,#0C84D1 0,#4EB4F5 100%);
    background-repeat: repeat-x;*/
    background: #498dca;
    border: 1px solid transparent;
    background-color: #408bf9;
    color: #fff;
}
.page-link {
  color: #000;
}
.action-table {
  /*position: absolute;*/
  left: 180px;
  right: 34px;
  /*top: 130px;*/
  -webkit-box-shadow: 0 5px 45px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 45px rgba(0, 0, 0, 0.3);
  display: none;
  padding: 10px;
  z-index: 99;
}
/*.action-table:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -12px;
    right: 26px;
    }*/
    .dropdown-open.active {
      color: #1e9ff2;
  }
  .action-table tr td {
      padding: 10px 0.75rem;
  }
  .action-table th {
      background: #f5f5f5;
      color: #000;
  }
  .table-striped .action-table tbody tr:nth-of-type(odd) {
      background: transparent !important;
  }
  .action-table th,
  .action-table td {
      padding: 7px 10px;
  }
  .calendar-icon {
      position: absolute;
      right: 40px;
      top: 11px;
      font-size: 12px;
  }
  .pr-30 {
      padding-right: 30px;
  }
  .scan-col {
      min-width: 160px;
  }
  footer {
      margin-top: 30px;
      border-top: 1px solid #ddd;
      background: #fff;
      text-align: center;
      padding: 10px;
      width: 100%;
  }
  footer p {
      margin: 0;
      font-size: 14px;
  }
  .btn-default {
  /*background-image: -webkit-gradient(linear,left top,right top,from(#0C84D1),to(#4EB4F5));
    background-image: -webkit-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -moz-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -o-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: linear-gradient(to right,#0C84D1 0,#4EB4F5 100%);
    background-repeat: repeat-x;*/
    background: #498dca;
    color: #fff;
    padding: 8px 55px;
    border: 0;
    border-radius: 0;
    font-size: 14px;
}
.btn-default:hover,
.btn-default:focus {
  color: #fff !important;
  -webkit-transform: translateY(-2px) scale(1.01);
  -ms-transform: translateY(-2px) scale(1.01);
  transform: translateY(-2px) scale(1.01);
  -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
  box-shadow: 0 5px 13px rgba(0, 0, 0, 0.1);
  z-index: 2;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.delete-icon {
  font-size: 25px;
  color: #000;
}
.delete-icon:hover,
.btn-default:focus {
  color: #1e9ff2;
}
.modal .table td {
  padding: 5px 0.75rem;
  vertical-align: middle;
}
.black-btn {
  background: #2c303b;
}
.modal-width .modal-dialog {
  max-width: 600px;
}
.tooltip-custom {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #1e9ff2;
  color: #1e9ff2;
  cursor: pointer;
}
.tooltip-custom .tooltiptext-custom {
  visibility: hidden;
  width: 500px;
  background-color: #000;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -250px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  white-space: pre-line;
  display: none;
}
.tooltip-custom .tooltiptext-custom::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  display: none;
}
.tooltip-custom:hover .tooltiptext-custom {
  visibility: visible;
  opacity: 1;
  word-break: break-word;
  display: block;
}
.modal-header {
  padding: 10px 15px;
  background: #2c303b;
  color: #fff;
}
.modal-header .close {
  position: relative;
  top: 5px;
  color: #fff;
  opacity: 1;
  font-weight: 300;
}
.modal-title {
  font-weight: 200;
  font-size: 24px;
}
.checkbox-listing li {
  display: inline-block;
  margin-right: 30px;
}
.form-group label,
.custom-control-label {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.form-control {
  font-size: 13px;
  height: 45px !important;
}
/*select.form-control{
    height: 45px;
    }*/
    .custom-control-label {
      margin-top: 4px;
  }
  .bottom-btn-group {
      /* background: #2c303b; */
      padding: 30px 0px 0;
      margin: 30px 0 10px;
      border-radius: 0px 0px 4px 4px;
      text-align: center;
      border-top: 1px solid #ddd;
  }
  .white-btn,
  .white-btn:hover,
  .white-btn:focus {
      background: #fff;
      color: #1e9ff2 !important;
  }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
  .custom-control-input:checked ~ .custom-control-label::before {
      background-color: #1e9ff2;
      border: 1px solid #1e9ff2;
  }
  .custom-control-label::before {
      background-color: transparent;
      border: 1px solid #333;
  }
  .file-btn {
      position: relative;
      overflow: hidden;
  }
  .file-btn input {
      position: absolute;
      font-size: 50px;
      opacity: 0;
      right: 0;
      top: 0;
  }
  .box-title {
      font-size: 20px;
      border-bottom: 1px solid #ddd;
      padding-bottom: 10px;
      margin-bottom: 20px;
  }
  .border-top-blue {
      border-top: 3px solid #408bf9;
  }
  .role-list li {
      display: inline-block;
      /* margin-right: 9px; */
      width: 24%;
  }
  .role-list li a {
      background: #f1f1f1;
      padding: 10px;
      display: block;
      text-align: center;
      color: #1e9ff2;
  }
  .role-list li a:hover {
  /*background-image: -webkit-gradient(linear,left top,right top,from(#0C84D1),to(#4EB4F5));
    background-image: -webkit-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -moz-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: -o-linear-gradient(left,#0C84D1 0,#4EB4F5 100%);
    background-image: linear-gradient(to right,#0C84D1 0,#4EB4F5 100%);*/
    background-repeat: repeat-x;
    color: #fff;
    background: #498dca;
}
.box-title span {
  font-size: 14px;
  font-style: italic;
  color: #666;
  font-weight: 400;
}
.pr-10 {
  padding-right: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.mt-23 {
  margin-top: 23px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.dashboard-table.with-padding td {
  padding: 0.75rem;
}
.btn-default i {
  margin-right: 5px;
  font-size: 14px;
}
.calendar-icon {
  top: 16px;
}
.user-box .btn-default {
  padding: 10px 12px;
}
.forgot-link {
  color: #0c4162 !important;
  font-size: 12px;
  font-weight: 500;
  padding-left: 13px;
}
.forgot-link:hover {
  color: #f9f937 !important;
}
.login-logo {
  text-align: center;
  margin: 0 0 30px 0;
}
.login-wrapper {
  background: url(../images/login-bg.jpg) no-repeat top;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-title {
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: 200;
  margin: 0 auto 20px;
}
.login-box-new .form-control {
  background: transparent;
  border: 0;
  /* text-align: center;*/
  border-bottom: 1px solid #fff;
  color: #fff;
  border-radius: 0;
  height: 30px !important;
}
.mb-60 {
  margin-bottom: 60px;
}
.login-box-new .form-control:focus {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.login-box-new .form-control::-webkit-input-placeholder {
  color: #fff;
}
.login-box-new .form-control::-moz-placeholder {
  color: #fff;
}
.login-box-new .form-control:-ms-input-placeholder {
  color: #fff;
}
.login-box-new .form-control::-ms-input-placeholder {
  color: #fff;
}
.login-box-new .form-control::placeholder {
  color: #fff;
}
.intl-tel-input input {
  width: 100% !important;
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  height: 45px;
  color: #fff;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #fff;
}
.menu-text {
  display: none;
}
.login-box-new {
  background: rgba(46, 230, 224, 1);
  background: -webkit-gradient(
    left top,
    right bottom,
    color-stop(0%, rgba(46, 230, 224, 1)),
    color-stop(100%, rgba(53, 147, 194, 1))
    );
  background: -o-linear-gradient(
    -45deg,
    rgba(46, 230, 224, 1) 0%,
    rgba(53, 147, 194, 1) 100%
    );
  background: -o-linear-gradient(
    315deg,
    rgba(46, 230, 224, 1) 0%,
    rgba(53, 147, 194, 1) 100%
    );
  background: linear-gradient(
    135deg,
    rgba(46, 230, 224, 1) 0%,
    rgba(53, 147, 194, 1) 100%
    );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ee6e0', endColorstr='#3593c2', GradientType=1 );
  padding: 100px 130px 10px 70px;
}
.welocm-slider-wrap {
  background: #0c4162;
  padding: 90px 50px 30px 50px;
  color: #fff;
  text-align: center;
}
.welocm-slider-wrap .carousel-item img {
  max-width: 250px;
  margin: auto;
}
.welocm-slider-wrap h1 {
  font-weight: 200;
  font-size: 36px;
  margin-top: 30px;
}
.welocm-slider-wrap p {
  font-size: 13px;
  color: #e4e5e8;
  margin-top: 10px;
}
.welocm-slider-wrap .carousel-item {
  min-height: 460px;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
}
.signin-btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 6px 30px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.signin-btn:hover {
  background: #fff;
  color: #0c4162;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.signup-link {
  color: #f9f937;
  text-transform: uppercase;
  padding-left: 6px;
  font-size: 14px;
}
.signup-txt {
  font-size: 12px;
}
.mt-90 {
  margin-top: 90px;
}
.login-logo {
  margin-bottom: 90px;
  display: inline-block;
}
.login-box-new .input-group-text {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #fff;
  padding-right: 0;
}
.input-btm-text {
  color: #0c4162;
  font-size: 12px;
}
.eye-icon {
  color: #fff;
  font-size: 20px;
}
.eye-icon:hover {
  color: #f9f937;
}
.signup-box {
  padding: 100px 130px 50px 70px;
}
.form-control:focus {
  border-color: #408bf9;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ip-col {
  color: #4c4d4e;
}
.table-border {
  border: 1px solid #c2c3c7;
}
.table-top-btns {
  text-align: right;
}
.table-top-btns a {
  background: #2c303b;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
  color: #e7e9ec;
}
.table-top-btns a:hover {
  background: #408bf9;
  color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.mb-30 {
  margin-bottom: 30px;
}
.picktim-clear {
  position: absolute !important;
  left: auto !important;
  right: 20px !important;
  top: 38px !important;
}
.col-md-2.top-box {
  max-width: 14.28% !important;
}
/*new 14 07 2019*/
.dropdown-toggle::after {
  content: none;
}
.input-group
> .input-group-append:last-child
> .input-group-text:not(:last-child) {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.clear-dropdown {
  position: absolute;
  right: 16px;
  top: 47px;
  color: #000;
}
.w-90 {
  width: 90%;
}
.dropdown-menu {
  padding: 0;
  border-radius: 0;
}
.dropdown-item {
  font-size: 14px !important;
  padding: 5px 10px;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #000;
  background-color: #cccccc;
}
.top-box-content .col-4 img {
  max-width: 32px;
}
#pagination {
  margin-bottom: 10px;
}
/* 21 07 2019*/
.table-col-width {
  max-width: 400px !important;
  min-width: 400px;
}
.comment-col {
  white-space: normal !important;
}
.box-with-shadow .text-right .btn-default {
  padding: 6px 20px;
}
.navbar-expand-md .navbar-nav .dropdown-menu.profile-menu {
  right: 0;
  left: auto;
}
.pagination li {
  padding: 8.5px 13px !important;
  min-width: 35px;
  text-align: center;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  /*float:right;*/
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
input.default:checked + .slider {
  background-color: #498dca;
}
input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196f3;
          box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.float_left {
  float: left;
}
/* 25 08 2019 for loader*/
/*.loader{
    position: absolute;
    background: rgb(33, 28, 34);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    display: none;
}
.loader.show{
    display: flex;
}
.loader-img {
       background: url(../images/momondo_loader.gif) no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
    }*/
    .loader {
      position: fixed;
      background: rgb(247, 247, 247);
      /* left: 0; */
      /* right: 0; */
      /* top: 0; */
      /* bottom: 0; */
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 99999;
      display: none;
      height: 100%;
      width: 100%;
  }
  .loader.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .loader-img {
      border: 5px solid #e3e4e8;
      border-radius: 50%;
      border-top: 5px solid #00caff;
      width: 90px;
      height: 90px;
      -webkit-animation: spin 1s linear infinite; /* Safari */
      animation: spin 1s linear infinite;
  }
  /* Safari */
  @-webkit-keyframes spin {
      0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.dashboard-table .dropdown-menu {
  border: 1px solid #a2a2a2;
  border-radius: 0 !important;
  padding: 3px !important;
}
.dropdown-menu .modal-content {
  border: 0 !important;
}
.dashboard-table {
  height: auto;
  max-height: 300px;
}
.action-colum-filter a {
  width: 35px !important;
  min-width: 35px !important;
  height: 45px !important;
  min-height: 45px !important;
  text-align: center !important;
  display: inline-block !important;
  line-height: 45px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.indication-msg {
  background: rgb(255, 255, 255);
  padding: 10px;
  position: fixed;
  z-index: 5;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 600px;
  top: 35px;
  border-radius: 1px;
  /* box-shadow: 0 0 13px rgba(0,0,0,0.1); */
  color: #383d41;
  background-color: #00cbfd;
  border: 1px solid #d6d8db;
  font-size: 13px;
  text-align: center;
}
.indication-msg i {
  margin-right: 5px;
}
.indication-msg a {
  margin-left: 5px;
}
.pagination-number {
  max-width: 100px;
  margin-top: 30px !important;
  margin-left: 20px;
}
.pagination-number select.form-control {
  height: 36px !important;
}
#pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* for individual loader*/
.loader-individual {
  position: absolute;
  background: rgb(33, 28, 34, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*z-index: 99999;*/
  display: none;
}
#pie_load1,
#pie_load2,
#pie_load3,
#pie_load4 {
  width: 96%;
}
.loader-individual.white {
  background: rgba(255, 255, 255, 0.95);
}
.loader-individual .loader-img {
  width: 50px;
  height: 50px;
}
.loader-individual.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
}
.google-captcha {
  margin-top: -20px;
}
.table-p-m {
  padding-top: 250px;
  margin-top: -250px;
}
/*for colum (th,td) width*/
th.Services-col.cve_td,
.cve_td {
  max-width: 250px;
  white-space: normal !important;
  min-width: 250px;
  width: 250px;
}
th.Services-col.ttl_td,
.ttl_td {
  max-width: 200px;
  white-space: normal !important;
  min-width: 100px;
}
/*for colum width*/
.add-colum-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fa-btn .fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 13px;
}
#main_table.table-responsive {
  overflow-x: auto;
}
#content.table-responsive {
  overflow-x: auto;
}
#actionProfiledetails {
  margin: 0;
}
#tblSample .custom-control {
  position: relative;
  /*top: 10px;*/
}
.custom-select {
  background: #fff url("../images/down-arrow.png") no-repeat right 0.75rem
  center;
  background-size: 12px;
}
.dashboard-table-loader {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dashboard-table-loader .loader-img {
  margin-top: 10%;
}
#up_check-error {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* background: rgba(255, 0, 0, 0.2); */
  padding: 0;
  /* border: 1px solid red; */
  border-radius: 4px;
  color: red;
  margin-top: 29px;
  left: 0;
  font-size: 13px;
  font-weight: 500;
}
/*17_04_2020 CSS start*/
.d-table-cell {
  display: table-cell !important;
}
.mw-auto {
  min-width: auto !important;
}
.w-auto {
  width: auto !important;
}
.w-100px {
  width: 100px;
}
.w-150px{
    width: 150px;
}
.line-height-0 {
  line-height: 0px;
}
table th .custom-checkbox,
table td .custom-checkbox {
  display: inline-block;
}
table .custom-checkbox .custom-control-label:before,
table .custom-checkbox .custom-control-label:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
table .dropdown .custom-checkbox {
  display: block;
}
table .dropdown .custom-checkbox .custom-control-label:before,
table .dropdown .custom-checkbox .custom-control-label:after {
  top: 0.25rem;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#table_loader.loader-individual:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  background-color: #35ccff;
  top: 0;
  left: 0%;
  right: 100%;
  -webkit-animation: loading 2s ease infinite;
          animation: loading 2s ease infinite;
}
#table_loader {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0.4);
}
#table_loader .loader-img {
  border: 5px solid #d6d7da;
  border-top: 5px solid #00caff;
  margin: 30px;
  -webkit-animation: spin 0.5s linear infinite;
          animation: spin 0.5s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    left: 0;
    right: 100%;
}
50% {
    left: 0;
    right: 0;
}
100% {
    left: 100%;
    right: 0;
}
}

@keyframes loading {
  0% {
    left: 0;
    right: 100%;
}
50% {
    left: 0;
    right: 0;
}
100% {
    left: 100%;
    right: 0;
}
}
