/* style */
html, body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-size: 14px;
}

.cntnt {
  background-color: #e8edf2;
  min-height: 100%;
  font-weight: 100;
  display: flow-root;
}

.cntnt h1 {
  font-weight: 100;
}

.cntnt .top-menu {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 9;
  padding: 10px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  position: fixed;
}

.cntnt .top-menu .v-logo {
  display: inline-block;
}

.cntnt .top-menu .v-logo a {
  vertical-align: bottom;
  color: #000;
  text-decoration: none;
  margin-left: 2.5pc;
}

.cntnt .top-menu .v-logo a:before {
  font-size: 25px;
}

.cntnt .top-menu .v-logo img {
  height: 50px;
}

.cntnt .top-menu ul {
  float: right;
  padding: 10px;
  margin-bottom: 0px !important;
}

.cntnt .top-menu ul li {
  display: inline-block;
  margin-left: -3px;
  font-family: 'Open Sans', sans-serif;
  transition: 0.4s;
}

.cntnt .top-menu ul li a {
  color: #000;
  opacity: 0.8;
  text-decoration: none;
  transition: 0.4s;
  padding: 31px 20px;
}

.cntnt .top-menu ul li a:hover {
  opacity: 1;
  color: #fff;
  padding: 32px 20px;
  background-color: #0080c6;
}

.cntnt .top-menu ul li a.active {
  background-color: #0080c6;
}

.cntnt .left-menu {
  height: 100%;
  left: 0;
  position: fixed;
  width: 220px;
  background-color: #fff;
  box-shadow: 0 13px 13px rgba(0, 0, 0, 0.13);
  display: inline-block;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  top: 0px;
  display: none;
}

.cntnt .left-menu .mn {
  margin-top: 8pc;
}

.cntnt .left-menu .mn .logo {
  width: 90px;
  height: 90px;
  background-position: center center;
  background-size: contain;
  margin: auto;
  text-align: center;
  display: block;
  background-repeat: no-repeat;
  border-radius: 50px;
  border: 1px solid #6f68685e;
}

.cntnt .left-menu .mn .name {
  text-align: center;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin-left: 0px;
}

.cntnt .left-menu .mn .name .down-menu {
  color: #000;
  text-decoration: none;
}

.cntnt .left-menu .mn .name .down-menu:before {
  font-size: 12px;
}

.cntnt .left-menu .mn .title {
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  margin-top: 2pc;
}

.cntnt .left-menu .mn ul {
  padding-left: 0;
  list-style: none;
}

.cntnt .left-menu .mn ul li {
  margin: 10px 0px;
}

.cntnt .left-menu .mn ul li a {
  text-decoration: none;
  color: #000;
}

.cntnt .left-menu .mn .report-menu ul li {
  padding: 20px 0px;
  margin: 0px !important;
}

.cntnt .left-menu .mn .report-menu ul li:first-child {
  content: "";
  margin-top: 20px;
}

.cntnt .left-menu .mn .report-menu ul li a {
  text-align: center;
  display: block;
}

.cntnt .left-menu .mn .report-menu ul li a i {
  display: block;
}

.cntnt .left-menu .mn .report-menu ul li a i:before {
  font-size: 40px;
}

.cntnt .pnl {
  width: 97%;
  margin: auto;
  transition: box-shadow ease .2s;
  box-shadow: 0 25px 50px rgba(8, 21, 66, 0.06);
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  background-color: #fff;
  background-clip: border-box;
  margin-top: 2pc;
  padding: 15px;
  float: right;
  margin-right: 1.5%;
}

.cntnt h1.pnl {
  margin-top: 6.5pc !important;
}

.cntnt .pnl.cases-second {
  display: none;
}

.cntnt .pnl.pnl-left {
  margin-left: auto;
  width: 83%;
}

.cntnt .pnl .details .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.cntnt .pnl .details .cnt .tt {
  font-weight: 500;
  margin-right: 5px;
  display: inline-block;
}

.cntnt .pnl .details .cnt .cn {
  display: inline-block;
  word-break: break-word;
  white-space: normal;
}

.cntnt .pnl .details .cnt form {
  display: inline-block;
  width: 200px;
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .status-red {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: unset;
  margin-right: 5px;
  background-color: #7f8c8d;
  animation: status-red 3s infinite alternate;
  -webkit-animation: status-red 3s infinite alternate;
  -modz-animation: status-red 3s infinite alternate;
}

@keyframes status-red {
  50% {
    background-color: #ff3838;
  }
  100% {
    background-color: #ff4d4d;
  }
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .status-green {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: unset;
  margin-right: 5px;
  background-color: #7f8c8d;
  animation: status-green 3s infinite alternate;
  -webkit-animation: status-green 3s infinite alternate;
  -modz-animation: status-green 3s infinite alternate;
}

@keyframes status-green {
  50% {
    background-color: #00b894;
  }
  100% {
    background-color: #55efc4;
  }
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .status-yellow {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  vertical-align: unset;
  margin-right: 5px;
  background-color: #7f8c8d;
  animation: status-yellow 3s infinite alternate;
  -webkit-animation: status-yellow 3s infinite alternate;
  -modz-animation: status-yellow 3s infinite alternate;
}

@keyframes status-yellow {
  50% {
    background-color: #ff9f43;
  }
  100% {
    background-color: #feca57;
  }
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .notes {
  display: inline-block;
  width: 100%;
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .notes p {
  width: 360px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .notes a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 5px;
  color: #fff;
  border-radius: 5px;
  padding: 5px 5px;
  text-decoration: none;
  float: right;
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .notes a:before {
  font-size: 12px;
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .notes:before {
  content: "";
  width: 6px;
  height: 2px;
  background-color: #8a8888;
  display: inline-block;
  position: relative;
  top: 10px;
  left: -2px;
  vertical-align: top;
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .notes a.edit {
  background-color: #0080c6;
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .notes a.remove {
  background-color: #e74c3c;
}

.cntnt .pnl .dataTables_wrapper #cases-table.table td .notes a.examined {
  background-color: #2ecc71;
}

.cntnt .top-menu.fixed {
  position: fixed;
  top: 0;
}

.cntnt .pnl a.btn {
  text-decoration: none;
  color: #fff;
  background-color: #0080c6;
  width: 68px;
}

.cntnt .pnl a.btn i.flaticon-add {
  margin-right: 5px;
}

.cntnt .pnl a.btn i.flaticon-add:before {
  font-size: 12px;
}

.cntnt .pnl .btn.btn-danger:before {
  margin-left: 3px;
}

.cntnt .left-menu.showhide {
  display: block;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
}

.cntnt .pnl h3 {
  font-size: 20px;
}

.cntnt .pnl .note-width {
  width: 500px !important;
}

.cntnt .pnl .last-note-width {
  width: 350px !important;
  max-width: 250px !important;
}

.cntnt .pnl tr.clickable-row {
  word-break: break-word;
  white-space: normal;
  cursor: pointer;
}

.cntnt .pnl .dataTables_wrapper .table tr.clickable-row {
  cursor: pointer;
}

.cntnt .pnl .dataTables_wrapper .table tr.clickable-row:hover {
  background-color: #c3c3c36b;
}

.cntnt .pnl .dataTables_wrapper .table thead tr th {
  font-size: 12px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td {
  font-size: 11px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td input {
  color: #000;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td > div {
  display: table;
  margin-bottom: 8px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td > div:last-child {
  display: block !important;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td .flexnote {
  display: flex;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div p {
  display: table-cell;
  width: 21%;
  padding-bottom: 30px;
  vertical-align: middle;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div .grpbt {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  text-align: right;
  padding-bottom: 5px;
  float: right;
  margin-left: auto;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div .grpbt .flaticon-checked:before {
  margin-right: 3px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div .delNot {
  background-color: #d9534f;
  color: #fff;
  padding: 3px 5px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div .delNot:before {
  margin-left: 3px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div .editNot {
  background-color: #A3CB38;
  color: #fff;
  padding: 3px 5px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div form {
  display: flex;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div form button.btn {
  color: #fff;
  background-color: #0080c6;
  font-size: 14px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div form button.btn:before {
  font-size: 12px;
  margin-right: 5px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div form input {
  height: 34px;
  vertical-align: middle;
  color: #000;
  width: 80%;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div form button.flaticon-add {
  font-size: 12px;
  padding: 5.5px 8px;
  float: right;
  height: 30px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td div form button.flaticon-add:before {
  margin-right: inherit;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td .flaticon-checked:before {
  margin-right: 5px;
}

.cntnt .pnl .dataTables_wrapper .table tbody tr td .flaticon-checked .btn-success {
  padding: 3px 5px;
}

.cntnt .pnl .choose-personal {
  display: block;
  margin-bottom: 30px;
}

.cntnt .pnl .choose-personal .dropdown {
  float: right;
  width: 20%;
}

.cntnt .pnl ul {
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.cntnt .pnl ul li {
  font-size: 12px;
  margin: 5px 0px;
  font-weight: 600;
}

.cntnt .pnl table.table tr td {
  font-size: 12px;
}

.cntnt .pnl table.table tr td .editnote {
  width: auto;
  word-break: break-word;
  white-space: normal;
  margin-right: 5px;
}

.cntnt .pnl table.table tr td textarea {
  color: #000;
}

.cntnt .pnl table.table tfoot th {
  font-size: 12px;
}

.cntnt .pnl .details .cnt {
  margin: 5px 0px;
}

.cntnt .pnl .details .cnt .form-control {
  margin: 0px;
}

.cntnt .pnl .details .cnt form button {
  background-color: #0080c6;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}

.cntnt .rprts-list ul {
  padding: 0;
}

.cntnt .rprts-list ul li {
  list-style: none;
  width: 50%;
  float: left;
  margin: 15px 0px;
}

.cntnt .rprts-list ul li a {
  color: #000;
}

.cntnt .rprts-list ul li a:hover {
  text-decoration: none;
}

.cntnt h1 {
  font-size: 25px;
}

.cntnt .left-menu .mn label {
  margin: auto;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.cntnt .left-menu .mn .dropdown {
  text-align: center;
  margin-top: 10px;
}

.cntnt .left-menu .mn .dropdown.open > .dropdown-menu {
  left: 2pc;
}

.elearning .pnl ul {
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center; }
  .elearning .pnl ul li {
    margin-right: 40px;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
    position: relative; }
    .elearning .pnl ul li .video-title {
      width: 340px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .elearning .pnl ul li img {
      z-index: 1; }
    .elearning .pnl ul li .method {
      color: #fff;
      border-radius: 3px;
      display: inline-block;
      right: 10px;
      padding: 3px 5px;
      margin: 5px 0px;
      z-index: 2;
      font-size: 9px;
      position: absolute;
      top: 5px; }
    .elearning .pnl ul li .radio {
      margin: 0.5rem; }
      .elearning .pnl ul li .radio input[type="radio"] {
        position: absolute;
        opacity: 0; }
        .elearning .pnl ul li .radio input[type="radio"] + .radio-label:before {
          content: '';
          background: #f4f4f4;
          border-radius: 100%;
          border: 1px solid #b4b4b4;
          display: inline-block;
          width: 1.4em;
          height: 1.4em;
          position: relative;
          top: -0.2em;
          margin-right: 1em;
          vertical-align: top;
          cursor: pointer;
          text-align: center;
          transition: all 250ms ease; }
        .elearning .pnl ul li .radio input[type="radio"]:checked + .radio-label:before {
          background-color: #3197EE;
          box-shadow: inset 0 0 0 4px #f4f4f4; }
        .elearning .pnl ul li .radio input[type="radio"]:focus + .radio-label:before {
          outline: none;
          border-color: #3197EE; }
        .elearning .pnl ul li .radio input[type="radio"]:disabled + .radio-label:before {
          box-shadow: inset 0 0 0 4px #f4f4f4;
          border-color: #b4b4b4;
          background: #b4b4b4; }
        .elearning .pnl ul li .radio input[type="radio"] + .radio-label:empty:before {
          margin-right: 0; }
    .elearning .pnl ul li .red {
      background-color: #eb4d4b; }
    .elearning .pnl ul li .green {
      background-color: #badc58; }
    .elearning .pnl ul li .time {
      position: absolute;
      bottom: 20px;
      right: 20px; }
.elearning .pnl .video {
  display: inline-block;
  width: 49%; }
.elearning .pnl .right-side {
  width: 49%;
  float: right;
  margin-bottom: 10px; }
  .elearning .pnl .right-side p {
    margin: 30px 0px; }
  .elearning .pnl .right-side button.btn {
    background-color: #0080c6;
    display: inline-block;
    width: 155px;
    color: #ffff;
    border-radius: 10px;
    padding: 10px;
    text-align: left;
    border: none;
    line-height: 33px;
    margin-right: 10px; }
    .elearning .pnl .right-side button.btn img {
      width: 35px;
      margin-right: 5px;
      float: left; }
.elearning .exm .finish-btn {
  background-color: #0080c6;
  color: #fff;
  padding: 15px;
  display: inline-block;
  border: none;
  width: 150px;
  margin: auto;
  border-radius: 10px; }
.elearning .exm ul {
  display: inline-block; }
  .elearning .exm ul li {
    display: inline-block;
    width: 48%;
    float: left;
    margin-right: 0px;
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
    margin-bottom: 0px;
    margin-right: 15px; }
    .elearning .exm ul li .radio label {
      display: block;
      margin: 10px 0px;
      line-height: 12px; }

.modal .modal-dialog .modal-content .modal-body .alert {
  width: 90%;
  margin: auto;
}

.modal .modal-dialog .modal-content .modal-body .popup-title {
  width: 95%;
  float: right;
}

.modal .modal-dialog .modal-content .modal-body .title-quantity {
  display: inline-block;
  width: auto !important;
  float: none !important;
}

.modal .modal-dialog .modal-content .modal-body input[type='checkbox'] {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.modal .modal-dialog .modal-content .modal-body .dropdown.bootstrap-select.bs3 {
  width: 90%;
  margin: auto;
  display: block;
}

.modal .modal-dialog .modal-content .modal-body .dropdown.bootstrap-select.bs3 button.btn.dropdown-toggle.bs-placeholder.btn-default {
  border-color: #333;
}

.modal .modal-dialog .modal-content .modal-body .dropdown.bootstrap-select.bs3 button.btn.dropdown-toggle.bs-placeholder.btn-default .filter-option .filter-option-inner {
  color: #000;
}

.modal .modal-dialog .modal-content .modal-body .dropdown.bootstrap-select.bs3 .dropdown-menu.open .bs-searchbox input {
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-body .dropdown.bootstrap-select.bs3 .btn.dropdown-toggle.btn-default {
  border-color: #333;
}

.modal .modal-content .modal-body .popup-title {
  margin-left: 30px;
}

.modal .modal-content .modal-body .dropdown.bootstrap-select.bs3 {
  width: 90%;
  margin: auto;
  display: block;
}

.modal .modal-content .modal-body .dropdown.bootstrap-select.bs3 button.btn.dropdown-toggle.bs-placeholder.btn-default {
  border-color: #333;
}

.modal .modal-content .modal-body .dropdown.bootstrap-select.bs3 button.btn.dropdown-toggle.bs-placeholder.btn-default .filter-option .filter-option-inner {
  color: #000;
}

.modal .modal-content .modal-body .dropdown.bootstrap-select.bs3 .dropdown-menu.open .bs-searchbox input {
  width: 100%;
}

.modal .modal-content .modal-body .dropdown.bootstrap-select.bs3 .btn.dropdown-toggle.btn-default {
  border-color: #333;
}

.cntnt .left-menu .mn.mn-t {
  margin-top: 6pc;
}

.lgn-bgimg {
  background-image: url(/img/bg-login.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lgn-bgimg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(6, 41, 74, 0.8);
}

.login-content {
  background-color: #e6e6e6;
  width: 25%;
  margin: auto;
  z-index: 9999 !important;
  position: absolute;
  border-radius: 10px;
  padding: 20px 0px;
  height: auto;
  display: inline-table;
}

.lgn-bgimg .login-content form .close-bt {
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
}

.lgn-bgimg .login-content form ul {
  padding: 0px;
}

.lgn-bgimg .login-content form ul li {
  list-style: none;
  margin: 10px auto;
  padding: 0px 30px;
}

.lgn-bgimg .login-content form ul li .styled-checkbox {
  position: absolute;
  opacity: 0;
}

.lgn-bgimg .login-content form ul li .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: 100;
}

.lgn-bgimg .login-content form ul li .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
}

.lgn-bgimg .login-content form ul li .styled-checkbox:hover + label:before {
  background: #0080c6;
}

.lgn-bgimg .login-content form ul li .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.lgn-bgimg .login-content form ul li .styled-checkbox:checked + label:before {
  background: #0080c6;
}

.lgn-bgimg .login-content form ul li .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.lgn-bgimg .login-content form ul li .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}

.lgn-bgimg .login-content form ul li .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}

.lgn-bgimg .login-content form ul li input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding-left: 10px;
}

.lgn-bgimg .login-content form ul li img {
  width: 45%;
  margin: 18px auto;
  text-align: center;
  display: block;
}

.lgn-bgimg .login-content form ul li .login {
  width: 100%;
  background-color: #097bbe;
  color: #fff;
  display: block;
  margin: auto;
  border-radius: 5px;
  padding: 10px 0px;
  text-decoration: none;
  transition: all .5s ease;
  text-align: center;
}

.lgn-bgimg .login-content form ul li .login:hover {
  background-color: #3aafef;
  transition: all .5s ease;
}

.lgn-bgimg .login-content #login-form ul li .flaticon-problem:before {
  vertical-align: sub;
}

.modal .modal-dialog .modal-content .modal-body input, select, textarea {
  display: block;
  width: 100%;
  padding: 5px;
  height: 30px;
  border-radius: 5px !important;
  margin-right: 5px;
}

.modal .modal-dialog .modal-content .modal-body textarea {
  border: 1px solid #a6a6a6;
  height: 150px;
  padding: 0px;
}

.modal .modal-content .modal-body input, select {
  display: block;
  margin: 10px auto;
  width: 90%;
  padding: 5px;
  height: 40px;
  border-radius: 5px !important;
}

form.modal {
  width: 600px;
  margin: auto;
}

.cntnt .top-menu ul li a.active {
  opacity: 1;
  color: #fff;
  padding: 32px 20px;
  background-color: #0080c6;
}

.cntnt .top-menu ul li a:active {
  opacity: 1;
  color: #fff;
  padding: 31px 20px;
  background-color: #0080c6;
}

.mbl-menu {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 25px;
}

.mbl-menu span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  width: 30px;
  height: 4px;
  background-color: #000;
  display: block;
}

.mbl-menu span:before, .mbl-menu span:after {
  position: absolute;
  content: '';
}

.mbl-menu span:before, .mbl-menu span:after {
  width: 30px;
  height: 4px;
  background-color: #000;
  display: block;
}

.mbl-menu span:before {
  margin-top: -12px;
}

.mbl-menu span:after {
  margin-top: 12px;
}

/* --- btn --- */
.mbl-menu {
  float: right;
  margin: 5px;
}

.mbl-menu span {
  transition-duration: 0s;
  transition-delay: 0.2s;
}

.mbl-menu:hover span {
  background-color: rgba(0, 0, 0, 0);
  transition-delay: 0.2s;
}

.mbl-menu span:before {
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.mbl-menu:hover span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0s, 0.2s;
}

.mbl-menu span:after {
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0s;
}

.mbl-menu:hover span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.2s;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
}

.shrt {
  width: 110px !important;
}

td.shrt {
  text-align: center;
}

.fxd {
  position: fixed !important;
  top: 0;
}

.cntnt .top-menu ul li ul {
  display: none;
}

.cntnt .top-menu ul li {
  position: relative;
}

.cntnt .top-menu ul li:hover ul {
  display: block;
}

.cntnt .top-menu ul li ul {
  position: absolute;
  background: #314755;
  background: linear-gradient(to right, #26a0da, #314755);
  width: 100%;
  right: 0;
  float: right;
  top: 65px;
  padding: 20px 10px;
  width: 200px;
  left: 0;
  top: 48px;
}

.cntnt .top-menu ul li ul li {
  float: none;
  padding: 10px 0px !important;
  display: block;
}

.cntnt .top-menu ul li ul li a {
  color: #ffff;
  display: block;
  padding: 0px !important;
}

.cntnt .top-menu ul li ul li a:hover {
  background-color: inherit;
  padding: 0px 10px;
}

.cntnt .top-menu ul .adm ul {
  left: inherit;
  width: 350px;
}

.cntnt .top-menu ul .adm ul li {
  width: 50%;
  float: left;
}

.cntnt .pnl ul.tbl {
  padding: 0px;
}

.cntnt .pnl ul.tbl li {
  width: 47%;
  display: inline-block;
  margin: 10px 0px 10px 6%;
  float: left;
  border: 1px;
  border-style: dashed;
  border-color: #9E9E9E;
  padding: 20px;
}

.cntnt .pnl ul.tbl li .grp-btn {
  float: right;
}

.cntnt .pnl ul.tbl li .grp-tt {
  display: inline-block;
  font-size: 15px;
  margin-top: 5px;
}

.cntnt .pnl ul.tbl li:nth-child(2n+1) {
  margin-left: 0px;
}

.cntnt .pnl ul.tbl li .btn {
  padding: 3px 6px;
}

button.btn-warning {
  padding: 3px 5px;
}

button.btn-danger {
  padding: 3px 5px;
}

button.btn-success {
  padding: 3px 5px;
}

.task-frst {
  background-color: #ff4d4d !important;
  color: #fff;
}

.task-frst a {
  color: #fff;
  font-weight: bold;
}

.task-scnd {
  background-color: #f57a7a !important;
  color: #fff;
}

.task-scnd a {
  color: #fff;
  font-weight: bold;
}

.task-thrd {
  background-color: #fbaaaa !important;
  color: #fff;
}

.task-thrd a {
  color: #fff;
  font-weight: bold;
}

.task-ffth {
  background-color: #9db94b !important;
  color: #fff;
}

.task-ffth a {
  color: #fff;
  font-weight: bold;
}

.task-sxth {
  background-color: #b8e994 !important;
  color: #fff;
}

.task-sxth a {
  color: #fff;
  font-weight: bold;
}

.task-svnth {
  background-color: #fed330 !important;
  color: #fff;
}

.task-svnth a {
  color: #fff;
  font-weight: bold;
}

.task-eghth {
  background-color: #f7b731 !important;
  color: #fff;
}

.task-eghth a {
  color: #fff;
  font-weight: bold;
}

.chckbox {
  position: absolute;
  right: 5px;
  display: initial;
}

.chckbox .tgl {
  position: relative;
  outline: 0;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin: 0 0 5px 0;
}

.chckbox .tgl, .chckbox .tgl:after, .chckbox .tgl:before,
.chckbox .tgl *, .chckbox .tgl *:after, .chckbox .tgl *:before,
.chckbox .tgl + .tgl-btn {
  box-sizing: border-box;
}

.chckbox .tgl::selection, .chckbox .tgl:after::selection, .chckbox .tgl:before::selection,
.chckbox .tgl *::selection, .chckbox .tgl *:after::selection, .chckbox .tgl *:before::selection,
.chckbox .tgl + .tgl-btn::selection {
  background: none;
}

.chckbox .tgl span {
  position: relative;
  display: block;
  height: 1em;
  line-height: 0.4em;
  overflow: hidden;
  font-weight: normal;
  text-align: center;
  border-radius: 2em;
  padding: 0.2em 1em;
  border: 1px solid #fafafa;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.2), 0 2px 0 rgba(255, 255, 255, 0.7);
  transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease, padding 0.3s ease-in-out, background 0.3s ease-in-out;
}

.chckbox .tgl span:before {
  position: relative;
  display: block;
  line-height: 0.5em;
  padding: 0 0.2em;
  font-size: 1em;
}

.chckbox .tgl span:after {
  position: absolute;
  display: block;
  content: '';
  border-radius: 2em;
  width: 0.85em;
  height: 0.85em;
  margin-left: -0.8em;
  top: 0.05em;
  background: #FFFFFF;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 0.97), background 0.3s ease-in-out;
}

.chckbox .tgl input[type="checkbox"] {
  display: none !important;
}

.chckbox .tgl input[type="checkbox"]:not(:checked) + span {
  background: #de474e;
  color: #FFFFFF;
  padding-left: 1.6em;
  padding-right: 0.4em;
}

.chckbox .tgl input[type="checkbox"]:not(:checked) + span:before {
  content: attr(data-off);
  color: #FFFFFF;
}

.chckbox .tgl input[type="checkbox"]:not(:checked) + span:after {
  background: #FFFFFF;
  left: 0.8em;
}

.chckbox .tgl input[type="checkbox"]:checked + span {
  background: #86d993;
  color: #FFFFFF;
  padding-left: 0.4em;
  padding-right: 1.6em;
}

.chckbox .tgl input[type="checkbox"]:checked + span:before {
  content: attr(data-on);
}

.chckbox .tgl input[type="checkbox"]:checked + span:after {
  background: #FFFFFF;
  left: 100%;
}

.chckbox .tgl input[type="checkbox"]:disabled, .chckbox .tgl input[type="checkbox"]:disabled + span, .chckbox .tgl input[type="checkbox"]:read-only, .chckbox .tgl input[type="checkbox"]:read-only + span {
  cursor: not-allowed;
}

.chckbox .tgl-gray input[type="checkbox"]:not(:checked) + span {
  background: #e3e3e3;
  color: #999999;
}

.chckbox .tgl-gray input[type="checkbox"]:not(:checked) + span:before {
  color: #999999;
}

.chckbox .tgl-gray input[type="checkbox"]:not(:checked) + span:after {
  background: white;
}

.chckbox .tgl-inline {
  display: inline-block !important;
  vertical-align: top;
}

.chckbox .tgl-inline.tgl {
  font-size: 16px;
}

.chckbox .tgl-inline.tgl span {
  min-width: 50px;
}

.chckbox .tgl-inline.tgl span:before {
  line-height: 1.4em;
  padding-left: 0.4em;
  padding-right: 0.4em;
}

.chckbox .tgl-inline-label {
  display: inline-block !important;
  vertical-align: top;
  line-height: 26px;
}

.notfound {
  min-height: 100%;
  height: 100%;
  width: 100%;
  background-color: #232a4b;
}

.notfound h2 {
  color: #ffffff;
}

.notfound p {
  font-weight: 300;
}

.notfound img {
  background-size: auto;
}

.notfound .error {
  border-color: red !important;
}

.notfound ::-webkit-input-placeholder {
  color: #ffffff;
}

.notfound :-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.notfound ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

.notfound :-ms-input-placeholder {
  color: #ffffff;
}

.notfound .container {
  position: relative;
}

.notfound .btn {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  border: 0px solid;
  border-bottom: 2px solid;
  border-color: #12172e;
  padding: 10px 41px;
  border-radius: 5px;
  background: none;
  display: inline-block;
  margin: 10px 0;
  background-color: #00a9e1;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.notfound .btn:hover {
  background: #0090c0;
  color: #ffffff;
  text-decoration: none;
}

.notfound #wrapper {
  min-height: 100%;
  height: 100%;
  width: 100%;
}

.notfound .brick {
  position: absolute;
  top: 135px;
  left: -20px;
  width: 435px;
  height: 210px;
  background-image: url("/img/wall-1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.notfound .number {
  position: relative;
  z-index: 100;
  text-align: right;
  margin-top: 79px;
}

.notfound .number .four {
  width: 230px;
  height: 292px;
  display: inline-block;
  background-image: url("/img/four.png");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 19;
  position: relative;
}

.notfound .number .zero {
  width: 230px;
  height: 292px;
  display: inline-block;
  background-image: url("/img/zero.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0px 20px;
  position: relative;
  z-index: 18;
  -moz-animation: 4s ease 0s normal none infinite zero;
  -moz-transform-origin: center top;
  -webkit-animation: zero 4s infinite ease-in-out;
  -webkit-transform-origin: top;
  -o-animation: 4s ease 0s normal none infinite zero;
  -o-transform-origin: center top;
  -o-animation: zero 4s infinite ease-in-out;
  -o-transform-origin: top;
  -ms-animation: 4s ease 0s normal none infinite zero;
  -ms-transform-origin: center top;
  -ms-animation: zero 4s infinite ease-in-out;
  -ms-transform-origin: top;
  animation: 4s ease 0s normal none infinite zero;
  transform-origin: center top;
  animation: zero 4s infinite ease-in-out;
  transform-origin: top;
}

.notfound .number .zero .nail {
  width: 30px;
  height: 50px;
  top: 6px;
  left: 115px;
  background-image: url("/img/nail.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
}

@keyframes zero {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
  }
}

.notfound .info {
  margin-left: 460px;
  position: relative;
  z-index: 999;
}

.notfound .info h2 {
  font-size: 50px;
  font-weight: 300;
  color: #fff;
}

.notfound .info p {
  font-size: 20px;
  color: #ffffff;
}

.notfound #footer {
  width: 100%;
  text-align: center;
  height: 375px;
  margin-top: -375px;
}

.notfound .worker {
  position: absolute;
  left: 0;
  top: 4px;
  width: 300px;
  height: 371px;
  background-size: 100%;
  background-image: url("/img/worker.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
}

.notfound .tools {
  position: absolute;
  right: 0;
  top: 176px;
  width: 730px;
  height: 199px;
  background-size: 100%;
  background-image: url("/img/tools.png");
  background-repeat: no-repeat;
  background-position: center;
}

.notfound .animationload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}

.notfound .animated {
  visibility: hidden;
}

.notfound .visible {
  visibility: visible;
}

.m-0 {
  margin: 0px;
}

.m-10 {
  margin: 10px;
}

.m-15 {
  margin: 15px;
}

.m-20 {
  margin: 20px;
}

.m-25 {
  margin: 25px;
}

.m-30 {
  margin: 30px;
}

.m-35 {
  margin: 35px;
}

.m-40 {
  margin: 40px;
}

.m-top-0 {
  margin-top: 0px !important;
}

.m-top-5 {
  margin-top: 5px;
}

.m-top-10 {
  margin-top: 10px;
}

.m-top-15 {
  margin-top: 15px;
}

.m-top-20 {
  margin-top: 20px;
}

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

.m-top-30 {
  margin-top: 30px;
}

.m-top-35 {
  margin-top: 35px;
}

.m-top-40 {
  margin-top: 40px;
}

.m-left-0 {
  margin-left: 0px;
}

.m-left-5 {
  margin-left: 5px;
}

.m-left-10 {
  margin-left: 10px;
}

.m-left-15 {
  margin-left: 15px;
}

.m-left-20 {
  margin-left: 20px;
}

.m-left-25 {
  margin-left: 25px;
}

.m-left-30 {
  margin-left: 30px;
}

.m-right-0 {
  margin-right: 0px;
}

.m-right-5 {
  margin-right: 5px;
}

.m-right-10 {
  margin-right: 10px;
}

.m-right-15 {
  margin-right: 15px;
}

.m-right-20 {
  margin-right: 20px;
}

.m-right-25 {
  margin-right: 25px;
}

.m-right-30 {
  margin-right: 30px;
}

.m-bottom-0 {
  margin-bottom: 0px;
}

.m-bottom-5 {
  margin-bottom: 5px;
}

.m-bottom-10 {
  margin-bottom: 10px;
}

.m-bottom-15 {
  margin-bottom: 15px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.m-bottom-25 {
  margin-bottom: 25px;
}

.m-bottom-30 {
  margin-bottom: 30px;
}

.p-0 {
  padding: 0px;
}

.p-top-0 {
  padding-top: 0px;
}

.p-top-5 {
  padding-top: 5px;
}

.p-top-10 {
  padding-top: 10px;
}

.p-top-15 {
  padding-top: 15px;
}

.p-top-20 {
  padding-top: 20px;
}

.p-top-25 {
  padding-top: 25px;
}

.p-top-30 {
  padding-top: 30px;
}

.p-left-0 {
  padding-left: 0px;
}

.p-left-5 {
  padding-left: 5px;
}

.p-left-10 {
  padding-left: 10px;
}

.p-left-15 {
  padding-left: 15px !important;
}

.p-left-20 {
  padding-left: 20px;
}

.p-left-25 {
  padding-left: 25px;
}

.p-left-30 {
  padding-left: 30px;
}

.p-right-0 {
  padding-right: 0px;
}

.p-right-5 {
  padding-right: 5px;
}

.p-right-10 {
  padding-right: 10px;
}

.p-right-15 {
  padding-right: 15px;
}

.p-right-20 {
  padding-right: 20px;
}

.p-right-25 {
  padding-right: 25px;
}

.p-right-30 {
  padding-right: 30px;
}

.p-bottom-0 {
  padding-bottom: 0px;
}

.p-bottom-5 {
  padding-bottom: 5px;
}

.p-bottom-10 {
  padding-bottom: 10px;
}

.p-bottom-15 {
  padding-bottom: 15px;
}

.p-bottom-20 {
  padding-bottom: 20px;
}

.p-bottom-25 {
  padding-bottom: 25px;
}

.p-bottom-30 {
  padding-bottom: 30px;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

/* media queries*/
@media screen and (max-width: 1821px) {
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div p {
    width: 23%;
  }
}

@media screen and (max-width: 1800px) {
  .cntnt .pnl {
    width: 96%;
    margin-right: 2%;
  }
}

@media screen and (max-width: 1754px) {
  .cntnt .admn.top-menu ul li a {
    padding: 31px 15px;
  }
  .cntnt .admn.top-menu ul li a:hover {
    padding: 31px 15px;
  }
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div form input {
    width: 75%;
  }
}

@media screen and (max-width: 1700px) {
  .cntnt .pnl {
    width: 96%;
    margin-right: 2%;
  }
  .login-content {
    width: 33%;
  }
  .cntnt .pnl table.table tr td .editnote {
    width: auto;
  }
}

@media screen and (max-width: 1625px) {
  .cntnt .top-menu ul li a {
    padding: 31px 17px;
  }
  .cntnt .top-menu ul li a:hover {
    padding: 31px 17px;
  }
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div .grpbt {
    width: 23%;
  }
  .cntnt .top-menu ul li a.active {
    padding: 31px 17px;
  }
  .cntnt .admn.top-menu ul li a {
    padding: 31px 10px;
  }
  .cntnt .admn.top-menu ul li a:hover {
    padding: 31px 10px;
  }
}

@media screen and (max-width: 1580px) {
  .cntnt .pnl.pnl-left {
    margin-left: auto;
    width: 82%;
  }
  .cntnt .pnl #contacts-table_wrapper {
    overflow-x: scroll;
  }
  .cntnt .pnl {
    width: 96%;
    margin-right: 2%;
  }
  .cntnt .pnl table.table tr td .editnote {
    width: auto;
  }
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div .grpbt {
    width: 25%;
  }
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div form input {
    width: 70%;
  }
}

@media screen and (max-width: 1564px) {
  .cntnt .pnl table.table tr td .editnote {
    margin-left: 0px;
  }
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div {
    width: 97%;
  }
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div .grpbt {
    width: auto;
    margin-top: 10px;
  }
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div p {
    width: auto;
    display: block;
    padding-bottom: 4px;
    font-weight: 500;
  }
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div .editNot {
    margin-left: 0px;
  }
}

@media screen and (max-width: 1550px) {
  .cntnt .pnl {
    width: 96%;
  }
  .test {
    color: red;
  }
  .cntnt .top-menu ul li a {
    padding: 31px 14px;
  }
  .cntnt .top-menu ul li a:hover {
    padding: 31px 14px;
  }
  .cntnt .top-menu ul li a.active {
    padding: 31px 14px;
  }
}

@media screen and (max-width: 1520px) {
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div .grpbt {
    float: none;
  }
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div .editNot:first-child {
    margin-left: 0px;
  }
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div form input {
    width: 60%;
  }
}

@media screen and (max-width: 1480px) {
  #projects-table_wrapper.dataTables_wrapper {
    overflow-x: scroll;
  }
  .cntnt .top-menu ul li a {
    padding: 31px 11px;
  }
  .cntnt .top-menu ul li a:hover {
    padding: 31px 11px;
  }
  .cntnt .top-menu ul li a.active {
    padding: 31px 11px;
  }
}

@media screen and (max-width: 1460px) {
  .cntnt .pnl .dataTables_wrapper .table tbody tr td div form input {
    width: 100%;
  }
  .cntnt .pnl {
    width: 89.5%;
  }
  .cntnt .top-menu ul li:hover ul {
    height: auto;
  }
  .cntnt .top-menu ul li ul li a {
    padding: 0px;
  }
  .cntnt #casereport-table_wrapper {
    overflow-x: scroll;
  }
  .cntnt .admn.top-menu ul li a {
    padding: 31px 6px;
  }
  .cntnt .admn.top-menu ul li a:hover {
    padding: 31px 6px;
  }
}

@media screen and (max-width: 1450px) {
  .cntnt .pnl.pnl-left {
    margin-left: auto;
    width: 80%;
  }
  .pnl #cases-table_wrapper {
    overflow-x: scroll;
  }
  .cntnt .pnl {
    width: 96%;
  }
  .login-content {
    width: 38%;
  }
  .lgn-bgimg .login-content {
    width: 30%;
  }
}

@media screen and (max-width: 1390px) {
  .cntnt.task .pnl {
    overflow-y: scroll;
  }
  .cntnt .pnl {
    width: 96%;
    margin-right: 2%;
  }
  .cntnt .top-menu ul li a {
    padding: 31px 6.5px;
  }
  .cntnt .top-menu ul li a:hover {
    padding: 31px 6.5px;
  }
  .cntnt .pnl .choose-personal .dropdown {
    width: 30%;
  }
  .cntnt .admn.top-menu ul li a {
    padding: 31px 2px;
  }
  .cntnt .admn.top-menu ul li a:hover {
    padding: 31px 2px;
  }
  .cntnt .top-menu ul li a.active {
    padding: 31px 6.5px;
  }
}

@media screen and (max-width: 1280px) {
  .cntnt .pnl {
    width: 96%;
    margin-right: 2%;
  }
  .cntnt .pnl.pnl-left {
    width: 79%;
  }
  .cntnt .top-menu ul li a {
    padding: 31px 6px;
    font-size: 12.7px;
  }
  .cntnt .top-menu ul li a:hover {
    padding: 31px 6px;
  }
  .cntnt .top-menu ul li a.active {
    padding: 31px 6px;
  }
}

@media screen and (max-width: 1200px) {
  .cntnt .pnl.pnl-left {
    width: 77%;
  }
  .notfound .info {
    margin-left: 300px;
  }
  .login-content {
    width: 45%;
  }
  .lgn-bgimg .login-content {
    width: 40%;
  }
  .pnl #cases-table_wrapper {
    overflow-x: scroll;
  }
  .cntnt .top-menu ul li a {
    padding: 31px 5px;
    font-size: 12px;
  }
  .cntnt .top-menu ul li a:hover {
    padding: 31px 5px;
  }
  .cntnt .top-menu ul li a.active {
    padding: 31px 5px;
  }
}

@media screen and (max-width: 1150px) {
  button.btn {
    padding: 3px 5px;
  }
  .shrt {
    width: auto !important;
  }
  .cntnt .top-menu ul li a {
    padding: 0 4px;
  }
  .cntnt .top-menu ul li a.active {
    padding: 31px 4px;
  }
}

@media screen and (max-width: 1085px) {
  .cntnt .admn.top-menu ul li a {
    padding: 31px 1px;
  }
  .cntnt .admn.top-menu ul li a:hover {
    padding: 31px 1px;
  }
}

@media screen and (max-width: 1080px) {
  .cntnt .pnl.pnl-left {
    width: 74%;
  }
  .cntnt .pnl {
    margin-right: 2.2%;
  }
  .cntnt .top-menu ul li a {
    padding: 0 3px;
  }
  .cntnt .top-menu ul li:hover ul {
    height: auto !important;
  }
  .cntnt .top-menu ul li a.active {
    padding: 31px 3px;
  }
}

@media screen and (max-width: 1056px) {
  .cntnt h1.pnl {
    margin-top: 3.5pc !important;
  }
  .cntnt .admn.top-menu {
    position: relative;
  }
  .cntnt .admn.top-menu ul {
    display: none;
  }
  .cntnt .admn.top-menu .showhide {
    display: block !important;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
  }
  .cntnt .admn.top-menu ul.showhide {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cntnt .admn.top-menu ul.showhide li {
    margin: 15px auto;
    display: block !important;
    position: relative;
  }
  .cntnt .admn.top-menu ul.showhide li a {
    padding: inherit;
    font-size: 16px;
  }
  .cntnt .admn.top-menu ul.showhide li a:hover {
    padding: inherit !important;
    color: #000 !important;
    opacity: 1 !important;
    background-color: inherit !important;
    padding: inherit !important;
  }
  .cntnt .admn.top-menu ul.showhide li ul {
    display: none;
  }
  .cntnt .admn.top-menu ul.showhide li .showhide {
    display: block !important;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    position: relative;
    top: 0px;
  }
  .cntnt .admn.top-menu ul.showhide li .showhide li {
    display: block !important;
    float: none !important;
    padding: 0px !important;
  }
  .cntnt .admn.top-menu ul.showhide li.sub.showhide ul {
    display: block !important;
    position: relative;
    width: 100%;
    top: 0;
    float: none;
    height: auto;
  }
  .cntnt .admn.top-menu .mbl-menu {
    display: block !important;
  }
}

@media screen and (max-width: 1050px) {
  .cntnt .pnl {
    width: 91%;
    margin-right: 3.5%;
  }
  .cntnt .top-menu ul li a {
    padding: 0 1.4px;
  }
  .cntnt .top-menu ul li a.active {
    padding: 31px 1.4px;
  }
}

@media screen and (max-width: 991px) {
  .cntnt .pnl.pnl-left {
    width: 85%;
  }
  .notfound .info {
    margin-left: 0;
    text-align: center;
  }
  .notfound #wrapper {
    min-height: 0px;
    height: auto;
  }
  .notfound #footer {
    height: auto;
    margin-top: 0;
  }
  .lgn-bgimg .login-content {
    width: 50%;
  }
  .cntnt .top-menu {
    z-index: 99;
    position: relative;
  }
  .cntnt .top-menu .showhide {
    display: block !important;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
  }
  .cntnt .top-menu ul {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cntnt .top-menu ul li {
    margin: 15px auto;
    display: block !important;
  }
  .cntnt .top-menu ul li a {
    font-size: 16px;
  }
  .cntnt .top-menu ul li a:hover {
    padding: inherit !important;
    color: #000 !important;
    opacity: 1 !important;
    background-color: inherit !important;
    padding: inherit !important;
  }
  .cntnt .top-menu ul li .active {
    background-color: transparent !important;
    color: #000 !important;
  }
  .cntnt .top-menu ul li ul {
    display: none !important;
  }
  .cntnt .top-menu ul li .showhide {
    display: block !important;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    position: relative;
    top: 0px;
  }
  .cntnt .top-menu ul li .showhide li {
    display: block !important;
    float: none !important;
    padding: 0px !important;
  }
  .cntnt .top-menu ul .adm ul li {
    float: none;
  }
  .cntnt .top-menu .showhide {
    position: absolute;
    background-color: #fff;
    left: 0;
  }
  .cntnt .left-menu {
    display: none;
  }
  .cntnt .left-menu a {
    font-size: 15px;
  }
  .cntnt .left-menu.showhide {
    display: block;
  }
  .cntnt .pnl {
    margin-left: auto !important;
    width: 85%;
    margin-right: auto !important;
    float: inherit;
  }
  .cntnt .left-menu {
    z-index: 9;
  }
}

@media screen and (max-width: 768px) {
  .lgn-bgimg .login-content {
    width: 60%;
  }
  .notfound .brick {
    width: 256px;
  }
  .notfound .number {
    text-align: center;
  }
  .notfound .number .four {
    width: 123px;
    height: 157px;
  }
  .notfound .number .zero {
    width: 130px;
    height: 157px;
  }
  .notfound .number .zero .nail {
    width: 18px;
    top: 12px;
    left: 64px;
  }
  .notfound .worker {
    left: 20px;
    top: 7px;
    width: 200px;
    height: 249px;
  }
  .notfound .tools {
    right: 8px;
    top: 166px;
    width: 330px;
    height: 90px;
  }
  .notfound .info h2 {
    font-size: 30px;
  }
  .notfound .info p {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  .lgn-bgimg .login-content {
    width: 80%;
  }
  .notfound brick {
    width: 156px;
  }
  .notfound .number {
    text-align: center;
    margin-top: 32px;
  }
  .notfound .number .four {
    width: 80px;
    height: 103px;
  }
  .notfound .number .zero {
    width: 85px;
    height: 112px;
  }
  .notfound .number .zero .nail {
    width: 11px;
    top: 14px;
    left: 44px;
  }
}

.checkbox-pointer:hover {
  cursor: pointer !important;
}
.table-col-type {
  max-width: 100px !important;
}
.table-col-cloudName {
  max-width: 100px !important;
}
.table-col-severity {
  max-width: 100px !important;
}
/*# sourceMappingURL=main.css.map */