/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

.some-css-selector {font-size:13px;}


/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}


.table2 {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table2 th,
.table2 td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table2 thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table2 tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table2 .table2 {
  background-color: #fff;
}

.table2-sm th,
.table2-sm td {
  padding: 0.3rem;
}

.table2-bordered {
  border: 1px solid #dee2e6;
}

.table2-bordered th,
.table2-bordered td {
  border: 1px solid #dee2e6;
}

.table2-bordered thead th,
.table2-bordered thead td {
  border-bottom-width: 2px;
}

.table2-borderless th,
.table2-borderless td,
.table2-borderless thead th,
.table2-borderless tbody + tbody {
  border: 0;
}

.table2-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table2-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table2-primary,
.table2-primary > th,
.table2-primary > td {
  background-color: #b8daff;
}

.table2-hover .table2-primary:hover {
  background-color: #9fcdff;
}

.table2-hover .table2-primary:hover > td,
.table2-hover .table2-primary:hover > th {
  background-color: #9fcdff;
}

.table2-secondary,
.table2-secondary > th,
.table2-secondary > td {
  background-color: #d6d8db;
}

.table2-hover .table2-secondary:hover {
  background-color: #c8cbcf;
}

.table2-hover .table2-secondary:hover > td,
.table2-hover .table2-secondary:hover > th {
  background-color: #c8cbcf;
}

.table2-success,
.table2-success > th,
.table2-success > td {
  background-color: #c3e6cb;
}

.table2-hover .table2-success:hover {
  background-color: #b1dfbb;
}

.table2-hover .table2-success:hover > td,
.table2-hover .table2-success:hover > th {
  background-color: #b1dfbb;
}

.table2-info,
.table2-info > th,
.table2-info > td {
  background-color: #bee5eb;
}

.table2-hover .table2-info:hover {
  background-color: #abdde5;
}

.table2-hover .table2-info:hover > td,
.table2-hover .table2-info:hover > th {
  background-color: #abdde5;
}

.table2-warning,
.table2-warning > th,
.table2-warning > td {
  background-color: #ffeeba;
}

.table2-hover .table2-warning:hover {
  background-color: #ffe8a1;
}

.table2-hover .table2-warning:hover > td,
.table2-hover .table2-warning:hover > th {
  background-color: #ffe8a1;
}

.table2-danger,
.table2-danger > th,
.table2-danger > td {
  background-color: #f5c6cb;
}

.table2-hover .table2-danger:hover {
  background-color: #f1b0b7;
}

.table2-hover .table2-danger:hover > td,
.table2-hover .table2-danger:hover > th {
  background-color: #f1b0b7;
}

.table2-light,
.table2-light > th,
.table2-light > td {
  background-color: #fdfdfe;
}

.table2-hover .table2-light:hover {
  background-color: #ececf6;
}

.table2-hover .table2-light:hover > td,
.table2-hover .table2-light:hover > th {
  background-color: #ececf6;
}

.table2-dark,
.table2-dark > th,
.table2-dark > td {
  background-color: #c6c8ca;
}

.table2-hover .table2-dark:hover {
  background-color: #b9bbbe;
}

.table2-hover .table2-dark:hover > td,
.table2-hover .table2-dark:hover > th {
  background-color: #b9bbbe;
}

.table2-active,
.table2-active > th,
.table2-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table2-hover .table2-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table2-hover .table2-active:hover > td,
.table2-hover .table2-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table2 .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table2 .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table2-dark {
  color: #fff;
  background-color: #212529;
}

.table2-dark th,
.table2-dark td,
.table2-dark thead th {
  border-color: #32383e;
}

.table2-dark.table2-bordered {
  border: 0;
}

.table2-dark.table2-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table2-dark.table2-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table2-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table2-responsive-sm > .table2-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table2-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table2-responsive-md > .table2-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table2-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table2-responsive-lg > .table2-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table2-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table2-responsive-xl > .table2-bordered {
    border: 0;
  }
}

.table2-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table2-responsive > .table2-bordered {
  border: 0;
}
