html,
body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Hind Vadodara", "Segoe UI", arial;
  color: #383838;
  position: relative;
  background: #f7f7f7;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  transition: all linear 0.3s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}

button,
input,
select {
  transition: all linear 0.2s;
}

button:focus,
input:focus,
select:focus {
  outline: none;
}

input,
select,
textarea {
  border-color: #eaeaea;
}

input:hover,
input:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus {
  outline-color: #4597f5;
}

input:-webkit-autofill,
input:focus:-webkit-autofill,
textarea:-webkit-autofill,
textarea:focus:-webkit-autofill {
  -o-box-shadow: 0 0 0 50px #e0fffd inset;
  box-shadow: 0 0 0 50px #e0fffd inset;
  -webkit-text-fill-color: #333;
}

input::-ms-clear,
input::-ms-reveal,
textarea::-ms-clear,
textarea::-ms-reveal {
  display: none;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4597f5;
}

.alert-brand {
  display: none;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.min-w-100 {
  min-width: 100px;
}

.min-w-150 {
  min-width: 150px;
}

.min-w-200 {
  min-width: 200px;
}

.min-w-250 {
  min-width: 250px;
}

.min-w-300 {
  min-width: 300px;
}

.btn-default {
  background: #005da5;
  color: #fff;
}

.btn-default:hover {
  color: #fff;
  background: rgba(0, 93, 165, 0.85);
}

.text-format {
  line-height: 1.5;
}

.text-format * {
  max-width: 100%;
}

.text-format h1,
.text-format h2,
.text-format h3,
.text-format h4,
.text-format h5,
.text-format h6 {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-format h1:not(:first-child),
.text-format h2:not(:first-child),
.text-format h3:not(:first-child),
.text-format h4:not(:first-child),
.text-format h5:not(:first-child),
.text-format h6:not(:first-child) {
  padding-top: 10px;
}

.text-format blockquote {
  color: #868686;
  font-style: italic;
  padding-left: 15px;
  border-left: 2px solid #eaeaea;
}

.text-format blockquote:last-child {
  margin-bottom: 0;
}

.text-format ul,
.text-format ol {
  padding-left: 20px;
  text-align: left;
}

.text-format ul li,
.text-format ol li {
  margin-bottom: 5px;
}

.text-format ul li:last-child,
.text-format ol li:last-child {
  margin-bottom: 0;
}

.text-format table {
  width: 100%;
  margin-bottom: 10px;
}

.text-format table td {
  vertical-align: top;
}

.text-format p:last-child,
.text-format ul:last-child,
.text-format ol:last-child,
.text-format table:last-child {
  margin-bottom: 0;
}

.text-format img {
  height: auto;
}

.video-embed {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-embed::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-main {
  background: #4597f5;
  color: #fff;
}

.bg-orange {
  background: orange;
  color: #fff;
}

.bg-purple {
  background: purple;
  color: #fff;
}

.bg-yellow {
  background: yellow;
  color: #333;
}

.bg-green {
  background: #28a745;
  color: #fff;
}

.bg-pink {
  background: #fb95a9;
  color: #fff;
}

.bg-red {
  background: red;
  color: #fff;
}

.btn-cancel,
.btn-cancel.btn-default {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel.btn-default:hover,
.btn-cancel.btn-default:focus {
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-cancel:focus,
.btn-cancel.btn-default:focus {
  -o-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.required > label:after {
  content: ' *';
  color: #C3232D;
}

.checkbox > label {
  margin-bottom: 0;
}

.checkbox > label input[type=checkbox] {
  float: left;
  margin: 5px 5px 0 0;
}

.btn-lg {
  font-size: 1.2em;
}

.btn:focus,
.btn.focus {
  -o-box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
  box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
}

.btn-primary {
  background-color: #4597f5;
  border-color: #4597f5;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.active:focus,
.btn-primary:not(:disabled):active,
.btn-primary:not(:disabled):active:focus,
.btn-primary:not(:disabled).active,
.btn-primary:not(:disabled).active:focus,
.btn-primary:not(.disabled):active,
.btn-primary:not(.disabled):active:focus,
.btn-primary:not(.disabled).active,
.btn-primary:not(.disabled).active:focus,
.btn-primary:not(:disabled):active,
.btn-primary:not(:disabled):active:focus,
.btn-primary:not(:disabled).active,
.btn-primary:not(:disabled).active:focus,
.btn-primary:not(.disabled):active,
.btn-primary:not(.disabled):active:focus,
.btn-primary:not(.disabled).active,
.btn-primary:not(.disabled).active:focus {
  background-color: #4597f5;
  border-color: #4597f5;
  -o-box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
  box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: rgba(69, 151, 245, 0.7);
  border-color: rgba(69, 151, 245, 0.7);
}

.btn-primary:hover {
  background-color: #005da5;
  border-color: #005da5;
}

.btn-primary:focus,
.btn-primary.focus {
  -o-box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
  box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
}

.btn-primary--light {
  border: 1px solid #4597f5;
  color: #4597f5;
}

.btn-primary--light:hover,
.btn-primary--light:focus {
  color: #4597f5;
  background: rgba(69, 151, 245, 0.05);
}

.show > .btn-primary.dropdown-toggle {
  background-color: #4597f5;
  border-color: #4597f5;
  -o-box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
  box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
}

.show > .btn-primary.dropdown-toggle:focus {
  -o-box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
  box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
}

.form-control {
  min-height: 42px;
  border-color: #eee;
}

.form-control:focus {
  border-color: #4597f5;
  box-shadow: 0 0 10px 2px rgba(69, 151, 245, 0.25);
}

.breadcrumb {
  background: none;
  padding: 0;
  font-size: 12px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-bottom: 30px;
}

.breadcrumb-item {
  color: #999;
  display: inline;
}

.breadcrumb-item.active {
  color: #4597f5;
}

.breadcrumb-item a:hover {
  color: #4597f5;
}

.pagination .page-link {
  color: #4597f5;
  border-color: #eee;
}

.pagination .page-link:focus {
  -o-box-shadow: 0 0 0 0.2rem rgba(69, 151, 245, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(69, 151, 245, 0.25);
}

.pagination .page-item.active .page-link {
  background-color: #4597f5;
  border-color: #eee;
}

.pagination .page-item.active .page-link:hover {
  background-color: #4597f5;
  border-color: #eee;
  color: #fff;
}

.dropdown-item:hover {
  color: #4597f5;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #4597f5;
  color: #fff;
}

.header {
  background: #4597f5;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1000;
}

.header__middle {
  background: #4597f5;
  color: #fff;
  padding: 20px 0;
}

.header__logo {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
}

.header__logo span:not(:last-child) {
  margin-right: 5px;
}

.header__home {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.header__hotline {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  font-size: 30px;
  display: none;
}

.header .small-auth {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 100;
  transform: translate(0, -50%);
}

.header .small-auth__logined {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header .small-auth__logined img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1b85fd;
  object-fit: cover;
  -o-object-fit: cover;
}

.header .small-auth__logined span {
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.header .small-auth__logined span:not(:first-child) {
  margin-left: 8px;
}

.header .small-auth-nav__head {
  margin-bottom: 10px;
}

.header .small-auth-nav__avatar {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 10px;
  border: 1px solid #4597f5;
  border-radius: 50%;
  object-fit: cover;
  -o-object-fit: cover;
}

.header .small-auth-nav__name {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin: 0;
}

.header .small-auth-nav__body ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header .small-auth-nav__body ul li:not(:last-child) {
  margin-bottom: 5px;
}

.header .small-auth-nav__body ul li a {
  display: block;
  position: relative;
  padding: 3px 0 3px 25px;
}

.header .small-auth-nav__body ul li a i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #4597f5;
  transition: all linear 0.2s;
}

.header .small-auth-nav__body ul li a:hover {
  color: #4597f5;
}

.header .small-auth-nav__body ul li a:hover i {
  color: #005da5;
}

.header .small-auth__dropdown {
  margin-top: 15px;
  background: #d6edff;
  padding: 15px;
  width: 220px;
}

.header .small-auth__dropdown:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #d6edff transparent;
  position: absolute;
  top: -10px;
  right: 5px;
}

.header__bottom {
  background: #f7f7f7;
}

.header__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1475px) {
  .header__nav {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .header__nav > ul {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .header__nav > ul > li {
    position: relative;
    display: inline-block;
    color: #fff;
  }

  .header__nav > ul > li:hover {
    position: relative;
  }

  .header__nav > ul > li:hover > a {
    color: #005da5;
  }

  .header__nav > ul > li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }

  .header__nav > ul > li.active > a {
    color: #d6edff;
  }

  .header__nav > ul > li.active:after {
    content: '';
    width: 100%;
    height: 2px;
    bottom: 3px;
    left: 0;
    background: #d6edff;
    position: absolute;
  }

  .header__nav > ul > li.active:before {
    content: '';
    width: 100%;
    height: 2px;
    top: 3px;
    left: 0;
    background: #d6edff;
    position: absolute;
  }

  .header__nav > ul > li.has-child > a {
    position: relative;
  }

  .header__nav > ul > li.has-child > a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 8px;
    border-color: transparent transparent #d6edff transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all ease-out 0.1s;
    transform: translate(-50%, 30px);
    visibility: hidden;
    opacity: 0;
  }

  .header__nav > ul > li.has-child > a:after {
    content: '\F0D7';
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: 2px;
    font-weight: bold;
  }

  .header__nav > ul > li.has-child:hover > a:before {
    transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
  }

  .header__nav > ul > li.view-more > a {
    color: #4597f5;
    text-decoration: underline;
  }

  .header__nav > ul > li.view-more > a:hover {
    color: #005da5;
  }

  .header__nav > ul > li > a {
    display: block;
    padding: 12px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
  }

  .header__nav > ul > li > a i {
    font-size: 24px;
  }

  .header__nav > ul > li > a span {
    display: block;
    margin-top: 5px;
  }
}

@media (min-width: 1475px) and (min-width: 1675px) {
  .header__nav > ul > li > a {
    font-size: 16px;
  }
}

@media (min-width: 1475px) {
  .header__nav > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    white-space: normal;
    width: 220px;
    text-align: left;
    transition: all ease-out 0.1s;
    -o-box-shadow: 0 10px 15px -12px #ccc;
    box-shadow: 0 10px 15px -12px #ccc;
    transform: translate(0, 30px);
    visibility: hidden;
    opacity: 0;
    display: none;
    z-index: 100;
  }

  .header__nav > ul > li > ul li {
    position: relative;
    color: #005da5;
  }

  .header__nav > ul > li > ul li:hover > ul,
  .header__nav > ul > li > ul li.active > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
  }

  .header__nav > ul > li > ul li:hover > a,
  .header__nav > ul > li > ul li.active > a {
    background: #4597f5;
    color: #fff;
  }

  .header__nav > ul > li > ul li:not(:first-child) {
    border-top: 1px solid #f3f3f3;
  }

  .header__nav > ul > li > ul li > a {
    display: block;
    padding: 1rem;
    background: #d6edff;
  }

  .header__nav > ul > li > ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    padding-left: 3px;
    transition: all ease-out 0.3s;
    -o-box-shadow: 0 10px 15px -12px #ccc;
    box-shadow: 0 10px 15px -12px #ccc;
    transform: translate(30px, 0);
    visibility: hidden;
    opacity: 0;
  }

  .header__nav > ul > li > ul li li:first-child:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 5px;
    border-color: transparent #d6edff transparent transparent;
    position: absolute;
    top: 18px;
    left: -15px;
  }
}

@media (max-width: 1474px) {
  .header__nav {
    margin-right: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    height: 100vh;
    overflow: auto;
    transition: all linear 0.2s;
  }

  .header__nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .header__nav:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 270px;
    background: #fff;
    visibility: hidden;
    transition: all ease-out 0.3s;
    transform: translate(-100%, 0);
  }

  .header__nav.show-mobile {
    opacity: 1;
    visibility: visible;
  }

  .header__nav.show-mobile > ul,
  .header__nav.show-mobile:before {
    visibility: visible;
    transform: translate(0, 0);
  }

  .header__nav .button-nav-child {
    position: absolute;
    height: 46px;
    width: 30px;
    line-height: 46px;
    text-align: center;
    right: 0;
    top: 0;
    cursor: pointer;
  }

  .header__nav > ul {
    width: 100%;
    max-width: 270px;
    background: #fff;
    overflow: auto;
    visibility: hidden;
    transform: translate(-100%, 0);
    transition: all ease-out 0.3s;
    padding-bottom: 120px;
  }

  .header__nav > ul a {
    display: block;
    padding: 1rem 30px 1rem 1rem;
  }

  .header__nav > ul a i:first-child {
    width: 20px;
  }

  .header__nav > ul > li {
    border-color: #f3f3f3 !important;
    font-weight: 600;
  }

  .header__nav > ul > li.view-more > a {
    color: #4597f5;
    text-decoration: underline;
  }

  .header__nav > ul > li.view-more > a:hover {
    color: #005da5;
  }

  .header__nav > ul > li.active {
    background: #d6edff;
  }

  .header__nav > ul > li.active > a {
    color: #1b85fd;
  }

  .header__nav > ul > li.active li {
    border-color: rgba(255, 255, 255, 0.7);
    border-top: none;
  }

  .header__nav > ul > li.active li:before {
    color: rgba(255, 255, 255, 0.7);
  }

  .header__nav > ul li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }

  .header__nav > ul li ul {
    padding-left: 1rem;
  }

  .header__nav > ul li ul li {
    border-left: 1px dashed #ddd;
  }

  .header__nav > ul li ul li:before {
    content: '--';
    position: absolute;
    left: 0;
    top: 16px;
    font-size: 10px;
    color: #ddd;
  }
}

.header .open-header-nav {
  padding: 0 15px 0 0;
  border: none;
  color: #fff;
  background: none;
  font-size: 24px;
  float: left;
  line-height: 1;
}

.header .close-header-nav {
  padding: 0;
  border: none;
  color: #fff;
  background: none;
  font-size: 24px;
  position: fixed;
  left: 280px;
}

@media (min-width: 1475px) {
  .header .open-header-nav,
  .header .close-header-nav {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header__home {
    left: 35px;
  }
}

@media (max-width: 991px) {
  .header__hotline {
    display: block;
  }
}

@media (max-width: 767px) {
  .header__middle {
    padding: 15px 0;
  }

  .header__logo {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .header__middle {
    padding: 5px 0;
  }

  .header__logo span {
    display: block;
  }
}

@media (max-width: 350px) {
  .header__logo {
    font-size: 16px;
  }
}

.list-page__head {
  background: #f7f7f7;
  padding-top: 1rem;
  position: sticky;
  left: 0;
}

.list-page__head strong.text-primary {
  word-break: break-all;
}

.list-page__title {
  color: #005da5;
  font-size: 26px;
  font-weight: bold;
}

.list-page__table .mw-250 {
  min-width: 250px;
}

.list-page__table thead th,
.list-page__table thead td {
  position: relative;
}

.list-page__table thead a {
  color: #4597f5;
  display: block;
  padding: 0 10px;
}

.list-page__table thead a:hover {
  color: #005da5;
}

.list-page__table thead a:after {
  position: absolute;
  right: 8px;
  font-family: "Font Awesome 5 Free";
  content: " \F0DC";
  top: 50%;
  transform: translate(0, -50%);
}

.list-page__table thead a.asc:after {
  content: " \F0D8";
}

.list-page__table thead a.desc:after {
  content: " \F0D7";
}

.list-page__table tr {
  scroll-margin-top: 80px;
}

.list-page__bottom {
  padding: 0.5rem 0;
}

.list-page .table-scrollable {
  overflow-x: scroll;
  position: relative;
}

.list-page .table-scrollable .clone-head-table-wrap {
  padding-right: 6px;
  visibility: visible !important;
}

@-moz-document url-prefix()  {
  .list-page .table-scrollable .clone-head-table-wrap {
    padding-right: 17px;
  }
}

.list-page .table-scrollable thead th {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  -o-box-shadow: 1px 0px 0px 1px #dee2e6;
  box-shadow: 1px 0px 0px 1px #dee2e6;
}

.list-page .table-info-responsive th:not(:last-child),
.list-page .table-info-responsive td:not(:last-child) {
  border-right: 1px solid #ddd;
}

.list-page .table-info-responsive th {
  white-space: nowrap;
}

.list-page .table-info-responsive .confirm-before-change {
  word-break: break-all !important;
}

.list-page .table-info-responsive .confirm-after-change {
  word-break: break-all !important;
  word-wrap: break-word;
}

@media (max-width: 575px) {
  .list-page .table-info-responsive thead {
    display: none;
  }

  .list-page .table-info-responsive tbody,
  .list-page .table-info-responsive tr,
  .list-page .table-info-responsive th,
  .list-page .table-info-responsive td {
    display: block;
  }

  .list-page .table-info-responsive th:not(:last-child),
  .list-page .table-info-responsive td:not(:last-child) {
    border-right: none;
    padding-bottom: 0;
  }

  .list-page .table-info-responsive .confirm-after-change {
    color: #dc3545;
  }
}

.list-page .bg-col-search {
  background-color: #ffff00 !important;
}

.list-page .bg-col-search td {
  background-color: #ffff00 !important;
}

.list-page .bg-result-search {
  background-color: #ff9632 !important;
}

.alert.in {
  opacity: 1;
  border-radius: 0;
}

.help-block {
  color: red;
}

.fixed-first-collumn {
  position: sticky;
  left: 0px;
  background-color: white;
  width: 90px;
  z-index: 150;
  -webkit-box-shadow: 0 1px 0 1px #dee2e6;
  border: none !important;
  border-top: 1px solid #dee2e6 !important;
}

.fixed-second-collumn {
  position: sticky;
  left: 90px;
  background-color: white;
  z-index: 150;
  -webkit-box-shadow: 0 1px 0 1px #dee2e6;
  border-left: none !important;
  border-top: 1px solid #dee2e6 !important;
}

tr:last-child .fixed-first-collumn,
tr:last-child .fixed-second-collumn {
  box-shadow: -2px 0px 0 -1px #dee2e6, 2px 0px 0 -1px #dee2e6;
}

@-moz-document url-prefix()  {
  .fixed-second-collumn,
  .fixed-first-collumn {
    -o-box-shadow: 0 0 0 1px #dee2e6;
    box-shadow: 0 0 0 1px #dee2e6;
  }

  .table-scrollable thead th {
    -o-box-shadow: 0px 0px 0px 1px #dee2e6 !important;
    box-shadow: 0px 0px 0px 1px #dee2e6 !important;
  }

  tr:last-child .fixed-first-collumn,
  tr:last-child .fixed-second-collumn {
    -o-box-shadow: 0 0 0 1px #dee2e6;
    box-shadow: 0 0 0 1px #dee2e6;
  }
}

.list-page .table-scrollable thead .fixed-first-collumn {
  left: 0;
  z-index: 201;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0px 0px 0px 1px #dee2e6;
}

.list-page .table-scrollable thead .fixed-second-collumn {
  left: 90px;
  z-index: 201;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0px 0px 0px 1px #dee2e6;
}

.list-page .table-scrollable .table-hover tbody tr:hover td {
  background-color: silver;
}

.list-page .table-scrollable .table {
  table-layout: fixed;
  min-width: 100%;
}

.list-page .table-scrollable .textwrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.list-page .table-scrollable .table-hover tbody tr td {
  word-break: break-all;
}

.padding-10 {
  padding: 0 10px;
}

.width-70 {
  width: 70px;
}

.width-90 {
  width: 90px;
}

.width-100 {
  width: 100px;
}

.width-110 {
  width: 110px;
}

.width-120 {
  width: 120px;
}

.width-130 {
  width: 130px;
}

.width-150 {
  width: 150px;
}

.width-170 {
  width: 170px;
}

.width-200 {
  width: 200px;
}

.width-220 {
  width: 220px;
}

.width-250 {
  width: 250px;
}

.width-300 {
  width: 300px;
}

.width-400 {
  width: 300px;
}

.width-500 {
  width: 500px;
}

.No {
  color: #4597f5;
  padding: 0 10px;
}

.form-filter {
  background: #fff;
  padding: 5px;
  -o-box-shadow: 0 0 22px -18px #000;
  box-shadow: 0 0 22px -18px #000;
}

.form-filter .row {
  margin: -5px;
}

.form-filter [class*="col-"] {
  padding: 5px;
}

.form-filter .form-control {
  min-height: 30px;
}

.form-filter .btn {
  width: 100%;
}

.paginator .pagination {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

.paginator .pagination li {
  margin: 2px;
}

.paginator .pagination li.active span {
  color: #4597f5;
  font-weight: bold;
  padding: 5px;
  white-space: nowrap;
}

.paginator .pagination li a {
  border: 1px solid #eee;
  background: #fff;
  padding: 5px;
  min-width: 30px;
  display: block;
  text-align: center;
  white-space: nowrap;
}

.paginator .pagination li a[href]:hover {
  color: #005da5;
  background: #d6edff;
  border-color: #4597f5;
}

.login-page {
  min-height: 100vh;
  padding: 50px 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #d6edff;
  background-size: 300% 300%;
  -webkit-animation: bg-gradient 20s ease infinite;
          animation: bg-gradient 20s ease infinite;
}

.login-page__logo {
  font-size: 25px;
  color: #005da5;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.login-page .form-login {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  background: #4597f5;
  padding: 30px;
  position: relative;
  color: #fff;
}

.login-page .form-login:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 0;
}

.login-page .form-login form {
  position: relative;
}

.login-page .form-login__title {
  text-align: center;
  margin: 0 0 25px;
  font-size: 26px;
  color: #fff;
  text-shadow: 2px 2px 3px #005da5;
}

.login-page .form-login .form-group label {
  margin-bottom: 5px;
  font-size: 18px;
}

.login-page .form-login .form-control {
  height: 50px;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font-size: 18px;
  border-radius: 0;
  transition: all linear 0.2s;
}

.login-page .form-login .form-control:focus {
  background: rgba(255, 255, 255, 0.8);
}

.login-page .form-login .btn-login {
  background: rgba(0, 93, 165, 0.5);
  height: 50px;
  width: 100%;
  margin-top: 15px;
  border-radius: 0;
  font-size: 20px;
  color: #fff;
}

.login-page .form-login .btn-login:hover {
  background: #005da5;
}

.login-page .form-login .alert.in {
  opacity: 1;
  border-radius: 0;
}

.login-page .error[role="alert"] {
  color: #856404;
  background-color: #fff3cd;
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}


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