/*
	Added extra sizes

	- xl	-> 1440px
	- xxl	-> 1600px
	- xxxl  -> 1920px
*/
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .col-xxxl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    max-width: 750px; }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .container {
    max-width: 970px; }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-offset-0 {
    margin-left: 0; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-offset-0 {
    margin-left: 0; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1410px; }

  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11 {
    float: left; }

  .col-xl-1 {
    width: 8.33333%; }

  .col-xl-2 {
    width: 16.66667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.33333%; }

  .col-xl-5 {
    width: 41.66667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.33333%; }

  .col-xl-8 {
    width: 66.66667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.33333%; }

  .col-xl-11 {
    width: 91.66667%; }

  .col-xl-12 {
    width: 100%; }

  .col-xl-push-0 {
    left: auto; }

  .col-xl-push-1 {
    left: 8.33333%; }

  .col-xl-push-2 {
    left: 16.66667%; }

  .col-xl-push-3 {
    left: 25%; }

  .col-xl-push-4 {
    left: 33.33333%; }

  .col-xl-push-5 {
    left: 41.66667%; }

  .col-xl-push-6 {
    left: 50%; }

  .col-xl-push-7 {
    left: 58.33333%; }

  .col-xl-push-8 {
    left: 66.66667%; }

  .col-xl-push-9 {
    left: 75%; }

  .col-xl-push-10 {
    left: 83.33333%; }

  .col-xl-push-11 {
    left: 91.66667%; }

  .col-xl-pull-0 {
    right: auto; }

  .col-xl-pull-1 {
    right: 8.33333%; }

  .col-xl-pull-2 {
    right: 16.66667%; }

  .col-xl-pull-3 {
    right: 25%; }

  .col-xl-pull-4 {
    right: 33.33333%; }

  .col-xl-pull-5 {
    right: 41.66667%; }

  .col-xl-pull-6 {
    right: 50%; }

  .col-xl-pull-7 {
    right: 58.33333%; }

  .col-xl-pull-8 {
    right: 66.66667%; }

  .col-xl-pull-9 {
    right: 75%; }

  .col-xl-pull-10 {
    right: 83.33333%; }

  .col-xl-pull-11 {
    right: 91.66667%; }

  .col-xl-offset-0 {
    margin-left: 0; }

  .col-xl-offset-1 {
    margin-left: 8.33333%; }

  .col-xl-offset-2 {
    margin-left: 16.66667%; }

  .col-xl-offset-3 {
    margin-left: 25%; }

  .col-xl-offset-4 {
    margin-left: 33.33333%; }

  .col-xl-offset-5 {
    margin-left: 41.66667%; }

  .col-xl-offset-6 {
    margin-left: 50%; }

  .col-xl-offset-7 {
    margin-left: 58.33333%; }

  .col-xl-offset-8 {
    margin-left: 66.66667%; }

  .col-xl-offset-9 {
    margin-left: 75%; }

  .col-xl-offset-10 {
    margin-left: 83.33333%; }

  .col-xl-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1570px; }

  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11 {
    float: left; }

  .col-xxl-1 {
    width: 8.33333%; }

  .col-xxl-2 {
    width: 16.66667%; }

  .col-xxl-3 {
    width: 25%; }

  .col-xxl-4 {
    width: 33.33333%; }

  .col-xxl-5 {
    width: 41.66667%; }

  .col-xxl-6 {
    width: 50%; }

  .col-xxl-7 {
    width: 58.33333%; }

  .col-xxl-8 {
    width: 66.66667%; }

  .col-xxl-9 {
    width: 75%; }

  .col-xxl-10 {
    width: 83.33333%; }

  .col-xxl-11 {
    width: 91.66667%; }

  .col-xxl-12 {
    width: 100%; }

  .col-xxl-push-0 {
    left: auto; }

  .col-xxl-push-1 {
    left: 8.33333%; }

  .col-xxl-push-2 {
    left: 16.66667%; }

  .col-xxl-push-3 {
    left: 25%; }

  .col-xxl-push-4 {
    left: 33.33333%; }

  .col-xxl-push-5 {
    left: 41.66667%; }

  .col-xxl-push-6 {
    left: 50%; }

  .col-xxl-push-7 {
    left: 58.33333%; }

  .col-xxl-push-8 {
    left: 66.66667%; }

  .col-xxl-push-9 {
    left: 75%; }

  .col-xxl-push-10 {
    left: 83.33333%; }

  .col-xxl-push-11 {
    left: 91.66667%; }

  .col-xxl-pull-0 {
    right: auto; }

  .col-xxl-pull-1 {
    right: 8.33333%; }

  .col-xxl-pull-2 {
    right: 16.66667%; }

  .col-xxl-pull-3 {
    right: 25%; }

  .col-xxl-pull-4 {
    right: 33.33333%; }

  .col-xxl-pull-5 {
    right: 41.66667%; }

  .col-xxl-pull-6 {
    right: 50%; }

  .col-xxl-pull-7 {
    right: 58.33333%; }

  .col-xxl-pull-8 {
    right: 66.66667%; }

  .col-xxl-pull-9 {
    right: 75%; }

  .col-xxl-pull-10 {
    right: 83.33333%; }

  .col-xxl-pull-11 {
    right: 91.66667%; }

  .col-xxl-offset-0 {
    margin-left: 0; }

  .col-xxl-offset-1 {
    margin-left: 8.33333%; }

  .col-xxl-offset-2 {
    margin-left: 16.66667%; }

  .col-xxl-offset-3 {
    margin-left: 25%; }

  .col-xxl-offset-4 {
    margin-left: 33.33333%; }

  .col-xxl-offset-5 {
    margin-left: 41.66667%; }

  .col-xxl-offset-6 {
    margin-left: 50%; }

  .col-xxl-offset-7 {
    margin-left: 58.33333%; }

  .col-xxl-offset-8 {
    margin-left: 66.66667%; }

  .col-xxl-offset-9 {
    margin-left: 75%; }

  .col-xxl-offset-10 {
    margin-left: 83.33333%; }

  .col-xxl-offset-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1920px) {
  .container {
    max-width: 1890px; }

  .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11 {
    float: left; }

  .col-xxxl-1 {
    width: 8.33333%; }

  .col-xxxl-2 {
    width: 16.66667%; }

  .col-xxxl-3 {
    width: 25%; }

  .col-xxxl-4 {
    width: 33.33333%; }

  .col-xxxl-5 {
    width: 41.66667%; }

  .col-xxxl-6 {
    width: 50%; }

  .col-xxxl-7 {
    width: 58.33333%; }

  .col-xxxl-8 {
    width: 66.66667%; }

  .col-xxxl-9 {
    width: 75%; }

  .col-xxxl-10 {
    width: 83.33333%; }

  .col-xxxl-11 {
    width: 91.66667%; }

  .col-xxxl-12 {
    width: 100%; }

  .col-xxxl-push-0 {
    left: auto; }

  .col-xxxl-push-1 {
    left: 8.33333%; }

  .col-xxxl-push-2 {
    left: 16.66667%; }

  .col-xxxl-push-3 {
    left: 25%; }

  .col-xxxl-push-4 {
    left: 33.33333%; }

  .col-xxxl-push-5 {
    left: 41.66667%; }

  .col-xxxl-push-6 {
    left: 50%; }

  .col-xxxl-push-7 {
    left: 58.33333%; }

  .col-xxxl-push-8 {
    left: 66.66667%; }

  .col-xxxl-push-9 {
    left: 75%; }

  .col-xxxl-push-10 {
    left: 83.33333%; }

  .col-xxxl-push-11 {
    left: 91.66667%; }

  .col-xxxl-pull-0 {
    right: auto; }

  .col-xxxl-pull-1 {
    right: 8.33333%; }

  .col-xxxl-pull-2 {
    right: 16.66667%; }

  .col-xxxl-pull-3 {
    right: 25%; }

  .col-xxxl-pull-4 {
    right: 33.33333%; }

  .col-xxxl-pull-5 {
    right: 41.66667%; }

  .col-xxxl-pull-6 {
    right: 50%; }

  .col-xxxl-pull-7 {
    right: 58.33333%; }

  .col-xxxl-pull-8 {
    right: 66.66667%; }

  .col-xxxl-pull-9 {
    right: 75%; }

  .col-xxxl-pull-10 {
    right: 83.33333%; }

  .col-xxxl-pull-11 {
    right: 91.66667%; }

  .col-xxxl-offset-0 {
    margin-left: 0; }

  .col-xxxl-offset-1 {
    margin-left: 8.33333%; }

  .col-xxxl-offset-2 {
    margin-left: 16.66667%; }

  .col-xxxl-offset-3 {
    margin-left: 25%; }

  .col-xxxl-offset-4 {
    margin-left: 33.33333%; }

  .col-xxxl-offset-5 {
    margin-left: 41.66667%; }

  .col-xxxl-offset-6 {
    margin-left: 50%; }

  .col-xxxl-offset-7 {
    margin-left: 58.33333%; }

  .col-xxxl-offset-8 {
    margin-left: 66.66667%; }

  .col-xxxl-offset-9 {
    margin-left: 75%; }

  .col-xxxl-offset-10 {
    margin-left: 83.33333%; }

  .col-xxxl-offset-11 {
    margin-left: 91.66667%; } }

.visible-xs {
  display: none !important; }

tr.visible-xs {
  display: none !important; }

th.visible-xs, td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-xs.visible-xl {
    display: block !important; }

  tr.visible-xs.visible-xl {
    display: table-row !important; }

  th.visible-xs.visible-xl, td.visible-xs.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-xs.visible-xxl {
    display: block !important; }

  tr.visible-xs.visible-xxl {
    display: table-row !important; }

  th.visible-xs.visible-xxl, td.visible-xs.visible-xxl {
    display: table-cell !important; } }

@media (min-width: 1920px) {
  .visible-xs.visible-xxxl {
    display: block !important; }

  tr.visible-xs.visible-xxxl {
    display: table-row !important; }

  th.visible-xs.visible-xxxl, td.visible-xs.visible-xxxl {
    display: table-cell !important; } }

.visible-sm {
  display: none !important; }

tr.visible-sm {
  display: none !important; }

th.visible-sm, td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-sm.visible-xl {
    display: block !important; }

  tr.visible-sm.visible-xl {
    display: table-row !important; }

  th.visible-sm.visible-xl, td.visible-sm.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-sm.visible-xxl {
    display: block !important; }

  tr.visible-sm.visible-xxl {
    display: table-row !important; }

  th.visible-sm.visible-xxl, td.visible-sm.visible-xxl {
    display: table-cell !important; } }

@media (min-width: 1920px) {
  .visible-sm.visible-xxxl {
    display: block !important; }

  tr.visible-sm.visible-xxxl {
    display: table-row !important; }

  th.visible-sm.visible-xxxl, td.visible-sm.visible-xxxl {
    display: table-cell !important; } }

.visible-md {
  display: none !important; }

tr.visible-md {
  display: none !important; }

th.visible-md, td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-md.visible-xl {
    display: block !important; }

  tr.visible-md.visible-xl {
    display: table-row !important; }

  th.visible-md.visible-xl, td.visible-md.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-md.visible-xxl {
    display: block !important; }

  tr.visible-md.visible-xxl {
    display: table-row !important; }

  th.visible-md.visible-xxl, td.visible-md.visible-xxl {
    display: table-cell !important; } }

@media (min-width: 1920px) {
  .visible-md.visible-xxxl {
    display: block !important; }

  tr.visible-md.visible-xxxl {
    display: table-row !important; }

  th.visible-md.visible-xxxl, td.visible-md.visible-xxxl {
    display: table-cell !important; } }

.visible-lg {
  display: none !important; }

tr.visible-lg {
  display: none !important; }

th.visible-lg, td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-lg.visible-xl {
    display: block !important; }

  tr.visible-lg.visible-xl {
    display: table-row !important; }

  th.visible-lg.visible-xl, td.visible-lg.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-lg.visible-xxl {
    display: block !important; }

  tr.visible-lg.visible-xxl {
    display: table-row !important; }

  th.visible-lg.visible-xxl, td.visible-lg.visible-xxl {
    display: table-cell !important; } }

@media (min-width: 1920px) {
  /*******************************************************/
    .visible-lg.visible-xxxl {
      display: block !important; }
    tr.visible-lg.visible-xxxl {
      display: table-row !important; }
    th.visible-lg.visible-xxxl, td.visible-lg.visible-xxxl {
      display: table-cell !important; } }

.visible-xl {
  display: none !important; }

tr.visible-xl {
  display: none !important; }

th.visible-xl, td.visible-xl {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xl.visible-xs {
    display: block !important; }

  tr.visible-xl.visible-xs {
    display: table-row !important; }

  th.visible-xl.visible-xs, td.visible-xl.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xl.visible-sm {
    display: block !important; }

  tr.visible-xl.visible-sm {
    display: table-row !important; }

  th.visible-xl.visible-sm, td.visible-xl.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xl.visible-md {
    display: block !important; }

  tr.visible-xl.visible-md {
    display: table-row !important; }

  th.visible-xl.visible-md, td.visible-xl.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-xl.visible-lg {
    display: block !important; }

  tr.visible-xl.visible-lg {
    display: table-row !important; }

  th.visible-xl.visible-lg, td.visible-xl.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-xl {
    display: block !important; }

  tr.visible-xl {
    display: table-row !important; }

  th.visible-xl, td.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-xl.visible-xxl {
    display: block !important; }

  tr.visible-xl.visible-xxl {
    display: table-row !important; }

  th.visible-xl.visible-xxl, td.visible-xl.visible-xxl {
    display: table-cell !important; } }

@media (min-width: 1920px) {
  /*******************************************************/
  /*******************************************************/
    .visible-xl.visible-xxxl {
      display: block !important; }
    tr.visible-xl.visible-xxxl {
      display: table-row !important; }
    th.visible-xl.visible-xxxl, td.visible-xl.visible-xxxl {
      display: table-cell !important; } }

.visible-xxl {
  display: none !important; }

tr.visible-xxl {
  display: none !important; }

th.visible-xxl, td.visible-xxl {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xxl.visible-xs {
    display: block !important; }

  tr.visible-xxl.visible-xs {
    display: table-row !important; }

  th.visible-xxl.visible-xs, td.visible-xxl.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xxl.visible-sm {
    display: block !important; }

  tr.visible-xxl.visible-sm {
    display: table-row !important; }

  th.visible-xxl.visible-sm, td.visible-xxl.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xxl.visible-md {
    display: block !important; }

  tr.visible-xxl.visible-md {
    display: table-row !important; }

  th.visible-xxl.visible-md, td.visible-xxl.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-xxl.visible-lg {
    display: block !important; }

  tr.visible-xxl.visible-lg {
    display: table-row !important; }

  th.visible-xxl.visible-lg, td.visible-xxl.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-xxl.visible-xl {
    display: block !important; }

  tr.visible-xxl.visible-xl {
    display: table-row !important; }

  th.visible-xxl.visible-xl, td.visible-xxl.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-xxl {
    display: block !important; }

  tr.visible-xxl {
    display: table-row !important; }

  th.visible-xxl, td.visible-xxl {
    display: table-cell !important; } }

@media (min-width: 1920px) {
  /*******************************************************/
  /*******************************************************/
    .visible-xxl.visible-xxxl {
      display: block !important; }
    tr.visible-xxl.visible-xxxl {
      display: table-row !important; }
    th.visible-xxl.visible-xxxl, td.visible-xxl.visible-xxxl {
      display: table-cell !important; } }

.visible-xxxl {
  display: none !important; }

tr.visible-xxxl {
  display: none !important; }

th.visible-xxxl, td.visible-xxxl {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xxxl.visible-xs {
    display: block !important; }

  tr.visible-xxxl.visible-xs {
    display: table-row !important; }

  th.visible-xxxl.visible-xs, td.visible-xxxl.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-xxxl.visible-sm {
    display: block !important; }

  tr.visible-xxxl.visible-sm {
    display: table-row !important; }

  th.visible-xxxl.visible-sm, td.visible-xxxl.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xxxl.visible-md {
    display: block !important; }

  tr.visible-xxxl.visible-md {
    display: table-row !important; }

  th.visible-xxxl.visible-md, td.visible-xxxl.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .visible-xxxl.visible-lg {
    display: block !important; }

  tr.visible-xxxl.visible-lg {
    display: table-row !important; }

  th.visible-xxxl.visible-lg, td.visible-xxxl.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .visible-xxxl.visible-xl {
    display: block !important; }

  tr.visible-xxxl.visible-xl {
    display: table-row !important; }

  th.visible-xxxl.visible-xl, td.visible-xxxl.visible-xl {
    display: table-cell !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-xxxl.visible-xxl {
    display: block !important; }

  tr.visible-xxxl.visible-xxl {
    display: table-row !important; }

  th.visible-xxxl.visible-xxl, td.visible-xxxl.visible-xxl {
    display: table-cell !important; } }

@media (min-width: 1920px) {
  /*******************************************************/
    .visible-xxxl {
      display: block !important; }
    tr.visible-xxxl {
      display: table-row !important; }
    th.visible-xxxl, td.visible-xxxl {
      display: table-cell !important; } }

.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs, td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }

  tr.hidden-xs {
    display: none !important; }

  th.hidden-xs, td.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important; }

  tr.hidden-xs.hidden-sm {
    display: none !important; }

  th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important; }

  tr.hidden-xs.hidden-md {
    display: none !important; }

  th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-xs.hidden-lg {
    display: none !important; }

  tr.hidden-xs.hidden-lg {
    display: none !important; }

  th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .hidden-xs.hidden-xl {
    display: none !important; }

  tr.hidden-xs.hidden-xl {
    display: none !important; }

  th.hidden-xs.hidden-xl, td.hidden-xs.hidden-xl {
    display: none !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-xs.hidden-xxl {
    display: none !important; }

  tr.hidden-xs.hidden-xxl {
    display: none !important; }

  th.hidden-xs.hidden-xxl, td.hidden-xs.hidden-xxl {
    display: none !important; } }

@media (min-width: 1920px) {
  .hidden-xs.hidden-xxxl {
    display: none !important; }

  tr.hidden-xs.hidden-xxxl {
    display: none !important; }

  th.hidden-xs.hidden-xxxl, td.hidden-xs.hidden-xxxl {
    display: none !important; } }

.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm, td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important; }

  tr.hidden-sm.hidden-xs {
    display: none !important; }

  th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }

  tr.hidden-sm {
    display: none !important; }

  th.hidden-sm, td.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important; }

  tr.hidden-sm.hidden-md {
    display: none !important; }

  th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-sm.hidden-lg {
    display: none !important; }

  tr.hidden-sm.hidden-lg {
    display: none !important; }

  th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .hidden-sm.hidden-xl {
    display: none !important; }

  tr.hidden-sm.hidden-xl {
    display: none !important; }

  th.hidden-sm.hidden-xl, td.hidden-sm.hidden-xl {
    display: none !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-sm.hidden-xxl {
    display: none !important; }

  tr.hidden-sm.hidden-xxl {
    display: none !important; }

  th.hidden-sm.hidden-xxl, td.hidden-sm.hidden-xxl {
    display: none !important; } }

@media (min-width: 1920px) {
  .hidden-sm.hidden-xxxl {
    display: none !important; }

  tr.hidden-sm.hidden-xxxl {
    display: none !important; }

  th.hidden-sm.hidden-xxxl, td.hidden-sm.hidden-xxxl {
    display: none !important; } }

.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md, td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important; }

  tr.hidden-md.hidden-xs {
    display: none !important; }

  th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important; }

  tr.hidden-md.hidden-sm {
    display: none !important; }

  th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }

  tr.hidden-md {
    display: none !important; }

  th.hidden-md, td.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-md.hidden-lg {
    display: none !important; }

  tr.hidden-md.hidden-lg {
    display: none !important; }

  th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .hidden-md.hidden-xl {
    display: none !important; }

  tr.hidden-md.hidden-xl {
    display: none !important; }

  th.hidden-md.hidden-xl, td.hidden-md.hidden-xl {
    display: none !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-md.hidden-xxl {
    display: none !important; }

  tr.hidden-md.hidden-xxl {
    display: none !important; }

  th.hidden-md.hidden-xxl, td.hidden-md.hidden-xxl {
    display: none !important; } }

@media (min-width: 1920px) {
  .hidden-md.hidden-xxxl {
    display: none !important; }

  tr.hidden-md.hidden-xxxl {
    display: none !important; }

  th.hidden-md.hidden-xxxl, td.hidden-md.hidden-xxxl {
    display: none !important; } }

.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg, td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important; }

  tr.hidden-lg.hidden-xs {
    display: none !important; }

  th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important; }

  tr.hidden-lg.hidden-sm {
    display: none !important; }

  th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important; }

  tr.hidden-lg.hidden-md {
    display: none !important; }

  th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-lg {
    display: none !important; }

  tr.hidden-lg {
    display: none !important; }

  th.hidden-lg, td.hidden-lg {
    display: none !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .hidden-lg.hidden-xl {
    display: none !important; }

  tr.hidden-lg.hidden-xl {
    display: none !important; }

  th.hidden-lg.hidden-xl, td.hidden-lg.hidden-xl {
    display: none !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-lg.hidden-xxl {
    display: none !important; }

  tr.hidden-lg.hidden-xxl {
    display: none !important; }

  th.hidden-lg.hidden-xxl, td.hidden-lg.hidden-xxl {
    display: none !important; } }

@media (min-width: 1920px) {
  /**************************************************************************************/
    .hidden-lg.hidden-xxxl {
      display: none !important; }
    tr.hidden-lg.hidden-xxxl {
      display: none !important; }
    th.hidden-lg.hidden-xxxl, td.hidden-lg.hidden-xxxl {
      display: none !important; } }

.hidden-xl {
  display: block !important; }

tr.hidden-xl {
  display: table-row !important; }

th.hidden-xl, td.hidden-xl {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xl.hidden-xs {
    display: none !important; }

  tr.hidden-xl.hidden-xs {
    display: none !important; }

  th.hidden-xl.hidden-xs, td.hidden-xl.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xl.hidden-sm {
    display: none !important; }

  tr.hidden-xl.hidden-sm {
    display: none !important; }

  th.hidden-xl.hidden-sm, td.hidden-xl.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xl.hidden-md {
    display: none !important; }

  tr.hidden-xl.hidden-md {
    display: none !important; }

  th.hidden-xl.hidden-md, td.hidden-xl.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-xl.hidden-lg {
    display: none !important; }

  tr.hidden-xl.hidden-lg {
    display: none !important; }

  th.hidden-xl.hidden-lg, td.hidden-xl.hidden-lg {
    display: none !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .hidden-xl {
    display: none !important; }

  tr.hidden-xl {
    display: none !important; }

  th.hidden-xl, td.hidden-xl {
    display: none !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-xl.hidden-xxl {
    display: none !important; }

  tr.hidden-xl.hidden-xxl {
    display: none !important; }

  th.hidden-xl.hidden-xxl, td.hidden-xl.hidden-xxl {
    display: none !important; } }

@media (min-width: 1920px) {
  /**************************************************************************************/
  /**************************************************************************************/
    .hidden-xl.hidden-xxxl {
      display: none !important; }
    tr.hidden-xl.hidden-xxxl {
      display: none !important; }
    th.hidden-xl.hidden-xxxl, td.hidden-xl.hidden-xxxl {
      display: none !important; } }

.hidden-xxl {
  display: block !important; }

tr.hidden-xxl {
  display: table-row !important; }

th.hidden-xxl, td.hidden-xxl {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xxl.hidden-xs {
    display: none !important; }

  tr.hidden-xxl.hidden-xs {
    display: none !important; }

  th.hidden-xxl.hidden-xs, td.hidden-xxl.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xxl.hidden-sm {
    display: none !important; }

  tr.hidden-xxl.hidden-sm {
    display: none !important; }

  th.hidden-xxl.hidden-sm, td.hidden-xxl.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xxl.hidden-md {
    display: none !important; }

  tr.hidden-xxl.hidden-md {
    display: none !important; }

  th.hidden-xxl.hidden-md, td.hidden-xxl.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-xxl.hidden-lg {
    display: none !important; }

  tr.hidden-xxl.hidden-lg {
    display: none !important; }

  th.hidden-xxl.hidden-lg, td.hidden-xxl.hidden-lg {
    display: none !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .hidden-xxl.hidden-xl {
    display: none !important; }

  tr.hidden-xxl.hidden-xl {
    display: none !important; }

  th.hidden-xxl.hidden-xl, td.hidden-xxl.hidden-xl {
    display: none !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-xxl {
    display: none !important; }

  tr.hidden-xxl {
    display: none !important; }

  th.hidden-xxl, td.hidden-xxl {
    display: none !important; } }

@media (min-width: 1920px) {
  /**************************************************************************************/
  /**************************************************************************************/
    .hidden-xxl.hidden-xxxl {
      display: none !important; }
    tr.hidden-xxl.hidden-xxxl {
      display: none !important; }
    th.hidden-xxl.hidden-xxxl, td.hidden-xxl.hidden-xxxl {
      display: none !important; } }

.hidden-xxxl {
  display: block !important; }

tr.hidden-xxxl {
  display: table-row !important; }

th.hidden-xxxl, td.hidden-xxxl {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xxxl.hidden-xs {
    display: none !important; }

  tr.hidden-xxxl.hidden-xs {
    display: none !important; }

  th.hidden-xxxl.hidden-xs, td.hidden-xxxl.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xxxl.hidden-sm {
    display: none !important; }

  tr.hidden-xxxl.hidden-sm {
    display: none !important; }

  th.hidden-xxxl.hidden-sm, td.hidden-xxxl.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xxxl.hidden-md {
    display: none !important; }

  tr.hidden-xxxl.hidden-md {
    display: none !important; }

  th.hidden-xxxl.hidden-md, td.hidden-xxxl.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .hidden-xxxl.hidden-lg {
    display: none !important; }

  tr.hidden-xxxl.hidden-lg {
    display: none !important; }

  th.hidden-xxxl.hidden-lg, td.hidden-xxxl.hidden-lg {
    display: none !important; } }

@media (min-width: 1440px) and (max-width: 1599px) {
  .hidden-xxxl.hidden-xl {
    display: none !important; }

  tr.hidden-xxxl.hidden-xl {
    display: none !important; }

  th.hidden-xxxl.hidden-xl, td.hidden-xxxl.hidden-xl {
    display: none !important; } }

@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-xxxl.hidden-xxl {
    display: none !important; }

  tr.hidden-xxxl.hidden-xxl {
    display: none !important; }

  th.hidden-xxxl.hidden-xxl, td.hidden-xxxl.hidden-xxl {
    display: none !important; } }

@media (min-width: 1920px) {
  /**************************************************************************************/
    .hidden-xxxl {
      display: none !important; }
    tr.hidden-xxxl {
      display: none !important; }
    th.hidden-xxxl, td.hidden-xxxl {
      display: none !important; } }

@media (max-width: 991px) {
  .dropdown-menu {
    width: 100%; }
    .dropdown-menu li {
      width: 100%; }
    .dropdown-menu li a {
      padding: 6px 20px; } }

@media screen and (min-width: 768px) {
  .modal-lg {
    width: 900px; }

  .modal-sm {
    width: 300px; } }
