@charset "UTF-8";
.primaryfont-bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700; }

.primaryfont-regular, body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

.title-bold {
  font-weight: bold; }

html {
  font-size: 16px; }

.radius5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.radius10, .loginboxrowLink, .loginboxicon {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.rounded, .myaccountdropwrp, .employelistable .table-img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.fullwidth {
  width: 100%; }

.warning-msg {
  position: fixed;
  top: 10px;
  right: -400px;
  max-width: 300px;
  width: 100%;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 1050; }
  .warning-msg.show {
    right: 10px; }
  .warning-msg .alert {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.closewrn {
  border: none;
  outline: none;
  background: none;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 17px;
  line-height: 1; }

.languageSelectloginwrp {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 22; }

.lngInlogin {
  position: relative;
  max-width: 200px;
  min-width: 150px;
  width: 100%;
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.6);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .lngInlogin .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px; }
    .lngInlogin .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #fff; }

.lngIcon {
  color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.loginboxh2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px; }

.login-right-in {
  max-width: 460px;
  width: 100%;
  padding: 0 30px; }

.loginboxrowLink {
  width: 100%;
  border: 1px solid;
  padding: 20px 40px 20px 30px;
  position: relative;
  text-transform: capitalize; }
  .loginboxrowLink:hover {
    text-decoration: none; }
    .loginboxrowLink:hover .fas.fa-angle-right {
      display: block; }
  .loginboxrowLink .fas.fa-angle-right {
    position: absolute;
    top: 50%;
    right: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none; }

.loginboxicon {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid;
  margin-right: 20px; }

.adminsubtext {
  font-size: 0.75rem;
  margin-bottom: 0;
  margin-top: 5px; }

.loginLogo {
  text-align: center;
  max-width: 250px; }

.logindTitleh3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 20px; }

.login-left, .login-right {
  min-height: 100vh; }

.login-right {
  background-image: url("../images/bg-top-right.png"), url("../images/bg-bottom-left.png");
  background-repeat: no-repeat;
  background-position: top right, bottom left; }

.versnLogin {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  text-align: center; }

@media only screen and (max-width: 767.5px) {
  .login-left, .login-right {
    min-height: auto;
    padding: 20px; }

  .logindTitleh3 {
    text-align: center; }

  .loginouter-row {
    min-height: 100vh; }

  .loginLogo img {
    max-height: 180px; } }
.loginboxh1 {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 25px;
  text-align: center; }

.login-form-left, .login-form-right {
  height: 100vh; }

.login-form-left .loginLogo {
  margin: 0 auto;
  padding: 20px 0 5px; }

.login-form-right {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center; }

.transparent-gradient {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 27%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
  opacity: 0.5; }

.login-body {
  position: relative; }

.form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus {
  background-image: -moz-linear-gradient(#000000, #ddd), linear-gradient(rgba(120, 130, 140, 0.4), rgba(120, 130, 140, 0.13));
  background-image: -webkit-linear-gradient(#000000, #ddd), linear-gradient(rgba(120, 130, 140, 0.4), rgba(120, 130, 140, 0.13));
  background-image: linear-gradient(#000000, #ddd), linear-gradient(rgba(120, 130, 140, 0.4), rgba(120, 130, 140, 0.13));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ddd',GradientType=0 );
  /* IE6-9 */
  border: 0;
  border-radius: 0;
  box-shadow: none;
  float: none; }

.form-material {
  margin-bottom: 1.5rem; }
  .form-material .form-control {
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom, center calc(99%);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143; }

.form-material .form-control.focus, .form-material .form-control:focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0;
  transition-duration: .3s; }

.form-label {
  font-weight: 700;
  font-size: 0.875rem; }

.passwordouter {
  position: relative; }
  .passwordouter .shwpaswrd {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }

.backlink {
  position: absolute;
  top: 0;
  left: 0; }
  .backlink a {
    display: block;
    padding: 15px;
    font-size: 1.25rem; }

@media only screen and (max-width: 991px) {
  .login-form-left {
    height: auto;
    z-index: 2;
    padding-bottom: 100px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }

  .loginLogo {
    max-width: 100%;
    margin-left: auto;
    width: auto;
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px; }

  .login-form-right {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }

  .languageSelectloginwrp {
    top: inherit;
    bottom: 50px;
    right: inherit;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

  .backlink {
    top: 20px;
    left: 20px; } }
.sideMenuwrp {
  position: fixed;
  width: 230px;
  left: 15px;
  top: 15px;
  bottom: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: 11;
  box-shadow: 0 0 1.5rem rgba(18, 38, 63, 0.22); }

.mainwrpaer {
  padding-left: 245px; }

.menuscroll {
  padding-top: 70px;
  padding-bottom: 98px;
  height: 100%; }

.main_menu_side {
  height: 100%;
  overflow: auto; }

.navsidemenuLI {
  width: 100%;
  display: block; }
  .navsidemenuLI .main-nav-a {
    display: block;
    padding: 12px 30px 12px 15px;
    font-size: .8125rem;
    position: relative;
    cursor: pointer; }
    .navsidemenuLI .main-nav-a i.fas, .navsidemenuLI .main-nav-a i.fa {
      width: 18px; }
    .navsidemenuLI .main-nav-a span.fa {
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: .5625rem; }
    .navsidemenuLI .main-nav-a:hover {
      text-decoration: none; }

.logowrp {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0; }

.logo-a {
  display: block;
  text-align: left; }
  .logo-a img {
    max-height: 50px; }

.nav.child_menu {
  padding: 20px 5px 20px 25px; }
  .nav.child_menu li {
    display: block;
    width: 100%; }
    .nav.child_menu li a {
      font-size: .8125rem;
      padding: 10px 15px;
      display: block; }
      .nav.child_menu li a:hover {
        text-decoration: none; }

.menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.logowrp {
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px; }

.menu-footer-top {
  padding: 10px 20px; }

.sidemenu-new-popdrop {
  padding: 0; }
  .sidemenu-new-popdrop li .newdroppopin {
    display: block;
    padding: 10px; }

.myaccountdropwrp {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: auto;
  cursor: pointer; }

.menu-extra-btn {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.mailbox {
  width: 280px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2); }

.notificationred {
  width: 5px;
  height: 5px;
  background-color: #FC0004;
  display: block;
  position: absolute;
  right: 5px;
  top: 5px; }

.sidemenu-new-popdrop {
  font-size: .8125rem; }

.drop-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #2b2b2b;
  font-size: .8125rem;
  font-weight: 700;
  padding: 11px 20px 15px; }

.mark-notification-read {
  font-weight: 400; }

.collapsmenu {
  -moz-border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
  font-size: .8125rem;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .collapsmenu .fa-angle-double-right {
    display: none; }

.logoicononly {
  display: none; }

.logutcnfrm, .maxmbtn {
  cursor: pointer; }

.newdroppopin:hover {
  text-decoration: none; }

.asidemoboverlay {
  display: none; }

.mobile-header {
  display: none; }

@media only screen and (min-width: 1181px) {
  .menuhdn-click .mainwrpaer {
    padding-left: 50px; }
  .menuhdn-click .sideMenuwrp {
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  .menuhdn-click .main-nav-a span {
    display: none; }
  .menuhdn-click .navsidemenuLI:hover {
    width: 230px;
    min-width: 230px;
    z-index: 11111111; }
    .menuhdn-click .navsidemenuLI:hover .main-nav-a {
      background-color: rgba(0, 0, 0, 0.1); }
      .menuhdn-click .navsidemenuLI:hover .main-nav-a span {
        display: inline-block; }
    .menuhdn-click .navsidemenuLI:hover .nav.child_menu {
      display: block !important;
      position: absolute;
      left: 50px;
      width: 180px; }
  .menuhdn-click .mCustomScrollBox, .menuhdn-click .mCSB_container {
    overflow: visible; }
  .menuhdn-click .nav.child_menu {
    padding: 10px 5px; }
    .menuhdn-click .nav.child_menu li a {
      padding: 10px; }
  .menuhdn-click .collapsmenu .fa-angle-double-left, .menuhdn-click .collapsmenu .collapsetext {
    display: none; }
  .menuhdn-click .collapsmenu .fa-angle-double-right {
    display: block; }
  .menuhdn-click .menu-footer-row {
    display: block;
    margin: 0; }
  .menuhdn-click .footermenucol {
    width: 100%;
    max-width: 100%;
    padding: 10px 0; }
  .menuhdn-click .menu-extra-btn {
    margin: auto; }
  .menuhdn-click .menuscroll {
    padding-bottom: 255px;
    padding-top: 60px; }
  .menuhdn-click .menu-footer-top {
    padding: 10px; }
  .menuhdn-click .logoicononly {
    display: block; }
  .menuhdn-click .logo-full {
    display: none; }
  .menuhdn-click .logowrp {
    padding: 10px 5px;
    text-align: center;
    z-index: 11; }
    .menuhdn-click .logowrp img {
      max-height: 50px; } }
@media only screen and (max-width: 1180px) {
  body, .sideMenuwrp {
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }

  .collapsmenu {
    display: none; }

  .menuscroll {
    padding-bottom: 58px; }

  .mobile-header {
    display: block;
    padding: 10px; }

  .menuClik, .rightmaxmbtn {
    padding: 10px 15px;
    cursor: pointer; }

  .mobile-logo-wrp img {
    max-height: 45px; }

  .asclse {
    font-size: 39px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    float: right;
    text-align: center;
    display: none; }

  .sideMenuwrp {
    left: -230px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  body {
    overflow-x: hidden;
    position: relative;
    left: 0; }

  .menuhdn-click {
    left: 230px; }
    .menuhdn-click .sideMenuwrp {
      left: 0;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.5); }
    .menuhdn-click .asidemoboverlay {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 2; }
    .menuhdn-click .leftheader {
      visibility: hidden; }

  .mainwrpaer {
    padding-left: 0; } }
.font-bold {
  font-weight: 700; }

.font-13 {
  font-size: 0.813rem; }

.overflow-hidden {
  overflow: hidden; }

.avatar-view img {
  max-width: 100%;
  padding: 10px; }

.dashmap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.titleheaderright .breadcrumb-item {
  font-size: 0.75rem; }

.smaltitle {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 15px; }

.pagecontent {
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  -moz-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.copyrtftr {
  font-size: 0.813rem; }

.titleheaderlft h4 {
  font-weight: 700; }

.countnbt {
  font-weight: 700; }

.countBoxIn {
  border: 1px solid;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem; }

.boxicon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center; }

.mapoutedash {
  height: 100%;
  position: relative; }

.custom-re-tabwrp .nav-tabs .nav-item a, .tabmenuwrp .nav-tabs .nav-item a {
  padding-bottom: 15px; }
  .custom-re-tabwrp .nav-tabs .nav-item a.active, .tabmenuwrp .nav-tabs .nav-item a.active {
    font-weight: 700; }

.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  width: 2.25em !important;
  cursor: pointer; }

.data-section, .filter-section {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden; }

.filter-section {
  border-right: 1px solid; }

.avatar-wrapper {
  height: 250px;
  width: 100%;
  margin-top: 15px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  background-color: #fcfcfc;
  overflow: hidden;
  margin-bottom: 15px; }

.col-form-label {
  font-weight: 700;
  font-size: .75rem;
  margin-bottom: 5px; }

.form-control {
  font-size: .875rem !important; }

.filter-section-close {
  position: absolute;
  right: -8px;
  top: 5px;
  z-index: 5;
  border-right: 0;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.filter-section-show {
  position: absolute;
  left: 0;
  top: 23px;
  margin-left: -9px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429; }

.dt-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #333;
  background: #eee;
  cursor: pointer;
  margin: 3px 0; }

.input-group-text {
  cursor: pointer; }

.editbtn {
  visibility: hidden; }

.cntrlbtnli:hover .editbtn {
  visibility: visible; }

.catlistotrcall {
  overflow: auto;
  max-height: 450px;
  border-right: 1px solid #ddd; }

.catpopgrptxt {
  cursor: pointer; }

.alert h4.tltlemsg {
  font-size: 1rem;
  font-weight: 700; }
.alert p {
  font-size: 0.813rem; }

.avatar-view-nonlogo {
  display: block;
  margin: 10px 0 5px;
  min-height: 220px;
  max-width: 220px;
  border: 1px dashed;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  overflow: hidden; }

.employelistable .table-img {
  overflow: hidden;
  border: 1px solid #ddd;
  background: #eee; }

.input-group-append .btn-outline-secondary {
  border-color: #ced4da; }

.fileNamelist {
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.alllistchekouerUl li {
  padding: 5px;
  width: 25%; }
  .alllistchekouerUl li span {
    padding-left: 5px; }

.bootomsticybtn {
  position: sticky;
  bottom: 0;
  text-align: center;
  padding: 10px; }

.addasetimagewrp {
  max-width: 98px;
  min-height: 98px;
  margin: 0; }
  .addasetimagewrp img {
    padding: 3px; }

.profile-img {
  max-width: 200px;
  width: 100%; }
  .profile-img img {
    max-width: 100%; }
  .profile-img .zoom-icon {
    position: absolute;
    font-size: 30px;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    -moz-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 2;
    color: #fff;
    cursor: pointer; }
  .profile-img:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    content: "";
    opacity: 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .profile-img:hover:after {
    opacity: 1;
    cursor: pointer; }
  .profile-img:hover .zoom-icon {
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }

.assetstpwrp {
  border-bottom: none;
  position: relative; }
  .assetstpwrp::before {
    content: "";
    position: absolute;
    height: 1px;
    left: 60px;
    right: 60px;
    top: 28px;
    z-index: 0; }

.asetstps .nav-link:hover {
  border: none; }
.asetstps .nav-link.active {
  background: none !important;
  border: none; }

.stpscount {
  margin: 0 auto 5px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 1; }

.profile-big {
  text-align: center; }

.close-imagepop {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer; }

.porifle-overlay-out {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.porifle-overlay-out, .prfin {
  position: relative;
  z-index: 1;
  overflow: hidden; }

.porifle-overlay-out {
  background-image: url("../images/bg-top-right.png"), url("../images/bg-bottom-left.png");
  background-repeat: no-repeat;
  background-position: top right, bottom left; }

.prfin {
  padding: 20px 0; }

.porifle-overlay {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-size: cover;
  background-position: center center;
  filter: blur(5px);
  z-index: 0; }
  .porifle-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); }

.usernameprfle, .userdetails {
  color: #FFFFFF; }

.userdetails {
  opacity: .8; }

.empolye-image-small {
  max-width: 150px; }

.quckblock-title {
  margin-bottom: 10px; }

.quick-number {
  font-size: 1.5rem;
  font-weight: 700; }

@media only screen and (max-width: 991px) {
  .data-section, .filter-section {
    height: auto; }

  .filter-section, .filter-section-show {
    display: none; }

  .filter-section {
    border-right: none; }

  .alllistchekouerUl li {
    width: 33.3333%; } }
@media only screen and (max-width: 777.5px) {
  .dashmap {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 50%; }

  /*............. Responsive tab ...................*/
  .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown, .custom-re-tabwrp .nav-tabs-dropdown {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: block; }
    .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown:after, .custom-re-tabwrp .nav-tabs-dropdown:after {
      content: "☰";
      position: absolute;
      top: 8px;
      right: 15px;
      z-index: 2;
      pointer-events: none; }
    .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown.open li a, .custom-re-tabwrp .nav-tabs-dropdown.open li a {
      position: relative;
      display: block; }
      .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown.open li a.active, .custom-re-tabwrp .nav-tabs-dropdown.open li a.active {
        background-color: #eeeeee; }
    .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown li, .custom-re-tabwrp .nav-tabs-dropdown li {
      display: block;
      padding: 0;
      vertical-align: bottom;
      position: relative; }
      .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown li a, .custom-re-tabwrp .nav-tabs-dropdown li a {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        display: inline-block;
        border-color: transparent;
        padding: .5rem 1rem; }
        .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown li a:focus, .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown li a:hover, .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown li a:active, .custom-re-tabwrp .nav-tabs-dropdown li a:focus, .custom-re-tabwrp .nav-tabs-dropdown li a:hover, .custom-re-tabwrp .nav-tabs-dropdown li a:active {
          border-color: transparent; }
        .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown li a.active, .custom-re-tabwrp .nav-tabs-dropdown li a.active {
          display: block;
          border-color: transparent;
          position: relative;
          z-index: 1;
          background: #fff; }
          .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown li a.active:focus, .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown li a.active:hover, .custom-re-tabwrp .nav-tabs.nav-tabs-dropdown li a.active:active, .custom-re-tabwrp .nav-tabs-dropdown li a.active:focus, .custom-re-tabwrp .nav-tabs-dropdown li a.active:hover, .custom-re-tabwrp .nav-tabs-dropdown li a.active:active {
            border-color: transparent; }

  /*............. Responsive tab ends...................*/
  .titleheaderlft h4 {
    font-size: 1.125rem; }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important; }

  li.paginate_button {
    display: none; }
    li.paginate_button:first-child, li.paginate_button:last-child {
      display: block; }

  .catlistotrcall {
    border-right: none; }

  .alllistchekouerUl li {
    width: 50%; } }
@media only screen and (max-width: 640px) {
  .form-group.row.mb-1 {
    margin-bottom: 12px !important; }

  .alllistchekouerUl li {
    width: 100%; }

  .assetstpwrp:before {
    display: none; }

  .asetstps {
    width: 100%;
    text-align: center; }

  .emdetailspagewrp .profile-img {
    margin: 0 auto 10px; }

  .profile-head.emdetailsprofilehead {
    width: 100%;
    padding-left: 0 !important;
    text-align: center !important; }

  .emdetailbox-in {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 6px; } }
table td, table th {
  font-size: .75rem; }
  table td .dropdown-item, table th .dropdown-item {
    font-size: .875rem; }

.dataTables_info {
  font-size: .875rem; }

.table-img {
  width: 30px;
  height: 30px; }
  .table-img img {
    max-width: 100%; }

.modal tbody tr:hover {
  cursor: pointer; }
