.container {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: calc( 100% + 100px ); //czasami nie widać menu jak jest mniej niż 100%
  padding: 0 20px;
  box-sizing: border-box;
  display: table;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.signature-img {
  max-height: 120px;
}

button {
  border: 0 !important;
  background: transparent;
}

table.dataTable {
  border: 1px solid #eee;
}

table.dataTable thead tr th {
  padding: 13px 0px 10px 0px ;
}

table.dataTable thead tr th:first-child {
  padding-left: 15px !important;
}

table.dataTable tbody tr td:first-child:not(.dataTables_empty) {
  /*display: block;*/
  position: relative;
  left: 15px;
}

.dataTables_info {
  font-size: 14px !important;
  text-align: left !important;
}

.dataTables_paginate {
  font-size: 14px !important;
  text-align: right !important;
}

.dataTables_paginate ul li.page-item {
  width: auto;
  float: right;
}

.dataTables_paginate ul li.active {
  padding: 3px !important;
}

.dataTables_paginate ul li.active a:hover {
  color: #c7e60c;
}

.pagination,
.pagination a,
.dataTables_paginate ul li.page-item a,
.pagination a:hover {
  font-size: 14px !important;
  color: #595959;
  border: 0px solid #595959 !important;
  font-weight: 400;
  border-radius: 4px;
  text-decoration: none;
  padding: 8px;
}

.pagination2,
.pagination2 a,
.dataTables_paginate ul li.active a,
.pagination2 a:hover {
  font-size: 14px !important;
  background: #111 !important;
  border: 0px solid #111 !important;
  font-weight: bold;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  padding: 5px;
}

.logo2 {
  margin: 20px 0px 0px 15px;
  max-height: 35px;
}

.menu_resp {
  display: block;
}

.menu_back_sub {
  display: block;
  width: 100%;
}

.menu_back {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  top: 70px;
  z-index: 9;
}

.menu_slide {
  display: none;
}

.top {
  background: #000;
  position: fixed;
  width: 100%;
  color: #fff;
  height: 50px;
  border-bottom: 1px solid #333;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}

.poletext {
  border: 1px solid #333;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0;
  padding-left: 5px;
  color: #999;
  -webkit-appearance: none;
}

.poletext_select {
  background-image: url('img/arrow_d.png');
  background-color: rgba(255, 255, 255, 0);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px 12px;
  border: 1px solid #333;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0;
  padding-left: 5px;
  color: #333;
  -webkit-appearance: none;
}

.poletext:hover,
.poletext2:hover,
.poletext_select:hover {
  border: 1px solid #c7e60c;
}

.poletext2 {
  border: 1px solid #333;
  border-radius: 4px;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 18px;
  box-sizing: border-box;
  margin: 0;
  padding-left: 5px;
  color: #333;
  -webkit-appearance: none;
  cursor: pointer;
}

.poletext2--form-danger-text {
  color: red;
  display: none;
  font-size: 10px;
}

.poletext2__error {

  border: 1px solid red;
  color: red;
}

.poletext2 :disabled {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.content_w3 {
  width: 100%;
  height: 100%;
  display: table;
  position: absolute;
}

.content_w2 {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.content_w {
  background: #fff;
  width: 100%;
  min-height: 350px;
  margin: auto;
  left: 0;
  right: 0;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.content_w4 {
  width: 100%;
  min-height: 350px;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.content_login_margin {
  padding-top: 0px;
}

.bg-login {
  background-image: url('img/bg-login.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}

.content_login_page {
  background: #fff;
  width: 100%;
  max-width: 950px;
  box-sizing: border-box;
  box-shadow: 0px 0px 30px 1px rgba(50, 50, 50, 0.3);
}

.content_login {
  background: #fff;
  width: 100%;
  min-height: 500px;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px rgba(50, 50, 50, 0.3);
}


.menu_l {
  background: #000;
  width: 230px;
  display: none;
  text-align: center;
  transition: width .2s;
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
}

.menu_c {
  width: -moz-calc(100% - 230px);
  width: calc(100% - 230px);
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
  padding: 85px 15px 15px 15px;
  transition: padding-left .2s;
}

.text_r {
  color: #333;
  font-size: 12px;
  position: absolute;
  margin: -5px 15px 0px 0px;
  right: 0;
  text-align: right;
}

.title_content {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px;
}

.title_subcontent {
  color: #ccc;
  font-weight: normal;
}

.button_content {
  border: 1px solid #999;
  border-radius: 4px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  float: left;
  margin-left: 15px;
  cursor: pointer;
}

.button_content:hover {
  opacity: .5;
}

.button_content_active {
  background: #000;
  border: 1px solid #000;

  border-radius: 4px;
  padding: 4px 10px;
  box-sizing: border-box;
  font-size: 11px;
  color: #fff;
  float: left;
  margin-left: 15px;
  cursor: pointer;
}

.container_background span:first-child,
.container_background span:nth-child(2),
.container_background span:nth-child(3) {
  background-color: #111;
  padding: 1px 4px;
  border-radius: 2px;
  color: #fff;
  margin: 0px 2px 2px 0px;
}

.container_background span:nth-child(2),
.container_background span:nth-child(3) {
  background-color: rgba(50, 50, 50, .5);
}

.width100 {
  width: 100px;
}

.td_address {
  width: 80px;
  height: 85px;
  border: 1px solid #999;
  padding: 10px;
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  text-align: center;
}

.td_address2 {
  width: 80px;
  height: 65px;
  border: 1px solid #999;
  padding: 5px 10px 10px 10px;
  box-sizing: border-box;
  font-size: 11px;
  color: #999;
  text-align: center;
}


.td_address_radio {
  position: absolute;
  margin: 65px 0px 0px -7px;
}

.td_address_radio2 {
  position: absolute;
  margin: 45px 0px 0px -7px;
}

.harm_color_1 {
  background: #e9e730;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
}

.harm_list_small {
  float: left;
  width: 100%;
  height: 100%;
  padding: 7px 10px;
  box-sizing: border-box;
}

.menu_top {
  background: #000;
  width: 100%;
  height: 70px;
  position: fixed;
  display: block;
  top: 0;
  z-index: 9;
}

.lists_result_info {
  background: #eee;
  padding: 10px 5px;
  box-sizing: border-box;
}

.sep {
  width: 100%;
  height: 1px;
  background: #eee;
  margin: 10px 0px 11px 0px;
}

.w-100 {
  width: 100% !important;
}

.info_desc2 {
  width: 100%;
  background: #eee;
  padding: .75rem 1.25rem;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: .25rem;
  color: #333;
  font-size: 12px;
  text-align: left;
}

.stat_content {
  width: 100%;
  border: 1px solid #999;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
}

.stat_content_text {
  font-size: 12px;
}

.stat_content_title {
  font-size: 25px;
  font-weight: bold;
}

.add_text {
  font-size: 11px;
  font-weight: normal;
}

.title_text {
  font-size: 14px;
}

.logo_org {
  max-width: 150px;
  max-height: 200px;
  cursor: pointer;
}

.eleven.columns {
  width: 95%;
  text-align: left;
}

.one.column,
.one.columns {
  width: 5%;
  text-align: right;
}

.two-thirds.columns {
  width: 99%;
  min-width: 180px;
}

.four.columns {
  margin-top: 10px;
  padding-left: 0px;
}

.one-half.column {
  margin-top: 10px;
}

.two-half.column {
  margin-top: 10px;
}

.twelve.columns {
  margin-top: 10px;
}


.column_sub_11 {
  width: 100px;
  display: inline-block;
}

.column_sub_1 {
  width: 150px;
  display: inline-block;
}

.column_sub_2 {
  width: 200px;
  display: inline-block;
}

.column_sub_3 {
  width: 350px;
  display: inline-block;
}

.column_icon,
.column_icon a {
  width: 40px;
  display: inline-block;
}

.bg_info_statistics,
.bg_info_statistics_active {
  border-radius: 4px;
  border: 1px solid #999;
  padding: 10px 15px 5px 15px;
  box-sizing: border-box;
  color: #999;
  font-size: 11px;
}

.bg_info_statistics_active {
  border: 1px solid #111;
  background: #111;
  color: #fff;
}


.bg_info_statistics .txt_info_statistics,
.bg_info_statistics_active .txt_info_statistics {
  font-size: 30px;
}

.menu-toggle-icon-bg {
  background-color: rgb(255, 255, 255, .15);
  height: 35px;
  transition: all .2 ease;
  cursor: pointer;
}

.menu-toggle-icon-bg .menu-toggle-icon-arrow {
  position: absolute;
  opacity: 1;
  font-size: 22px;
  color: #fff;
  width: 48px;
  display: flex;
  justify-content: center;
  align-content: center;
  transition: all .2s ease;
}

.menu-toggle-icon-bg .menu-toggle-icon-arrow svg {
  margin-top: 9px;
  opacity: .5;
}

.menu-toggle-icon {
  cursor: pointer;
  padding: 8px 5px 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: bold;
  color: rgba(255, 255, 255, .5);
  opacity: 0;
  transition: all 0.2s ease;
}

.menu-toggle-icon svg {
  margin: 0px 5px 0px 0px;
  opacity: .5;
}

.menu-toggle-icon:hover i {
  color: #fff;
}

.menu-toggle-icon i {
  font-size: 25px;
  color: #bebebe;
  margin: 0;
  transition: all .2s;
}

.menu_l .menu-links a {
  padding-left: 13px;
}

.menu_l .menu-links a span {
  padding-left: 15px;
  opacity: 1;
  width: auto;
  transition: all .2s ease;
  white-space: nowrap;
}

/* CLOSED SIDEBAR */

.sidebar-minimize .menu-toggle-icon i {
  transform: rotateZ(180deg);
  transition: transform 0.2s ease;
}

.menu_l .bg_logo img {
  transition: all .2s;
}

.menu_l .menu-links a {
  display: flex;
  align-items: center;
}

.menu_l .menu-links a:hover {
  color: #fff !important;
}

.menu_l .menu-links a i {

  width: 25px;
  display: flex;
  justify-content: center;

}

.menu-description-section {
  height: 110px;
}

.sidebar-minimize .menu_l .bg_logo img {
  max-width: 38px
}

.sidebar-minimize .menu_l .text_title {
  opacity: 0;
  visibility: hidden;
}

.sidebar-minimize .menu_l .text_desc {
  opacity: 0;
  visibility: hidden;
}

.sidebar-minimize .menu_l .menu-links a span {
  padding-left: 0px;
  opacity: 0;
  width: 0;
}

.sidebar-minimize .menu_l .menu-links .info_ver {
  opacity: 0;
  visibility: hidden;
}

.sidebar-minimize .menu_l .position-bottom {

  opacity: 0;
  visibility: hidden;
}

.sidebar-minimize .menu_l .menu-description-section {
  height: 110px;
}

.sidebar-minimize .menu_l {
  width: 50px
}

.sidebar-minimize .menu_l .menu-links a {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 0px;
}

.sidebar-minimize .menu_c {
  padding-left: 15px
}

.sidebar-minimize--show .bg_logo img {
  max-width: 105px !important;
}

.sidebar-minimize--show .text_title {
  opacity: 1 !important;
  visibility: visible !important;
}

.sidebar-minimize--show .text_desc {
  opacity: 1 !important;
  visibility: visible !important;
}

.sidebar-minimize--show .menu-links a span {
  opacity: 1 !important;
  width: 100px !important;
  padding-left: 15px !important;
}

.sidebar-minimize--show a .count span {
  padding-left: 0px !important;
}

.sidebar-minimize--show .menu-links a {
  justify-content: flex-start !important;
}

.sidebar-minimize--show .menu-links .info_ver {
  opacity: 1 !important;
  visibility: visible !important;
  transition: all .2s ease;
  white-space: nowrap;
}

.sidebar-minimize--show .position-bottom {
  opacity: 1 !important;
  visibility: visible !important;
  transition: all .2s ease;
  white-space: nowrap;
}

.sidebar-minimize--show .menu-description-section {
  height: 110px !important;
}

.sidebar-minimize--show .menu-toggle-icon {
  opacity: 1 !important;
}

.sidebar-minimize--show .menu-toggle-icon-arrow {
  opacity: 0 !important;
}

.sidebar-minimize--show {
  width: 230px !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 100% !important;
}

.sidebar-minimize--pinned .menu-toggle-icon-arrow {
  opacity: 0 !important;
}

.sidebar-minimize--pinned .menu-toggle-icon {
  opacity: 1 !important;
}

.sidebar-minimize--pinned .menu-toggle-icon-bg {
  opacity: .75;
}

.dropdown-menu a:focus {
  opacity: 1;
  pointer-events: all !important;
  transform: translateY(0px);
}


.dashboard-container-chart1, .dashboard-container-chart1-mo {
  width: 55%;
  padding-bottom: 55%;
  position: relative;
  margin: 37px 0px 28px 0px;
}

.dashboard-circle-chart1, .dashboard-circle-chart1-mo {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  border: 40px solid #eee;
  border-radius: 50%;
  position: absolute;
  max-width: 400px;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dashboard-circle-chart1 div, .dashboard-circle-chart1-mo div {
  width: 35%;
  height: 14px;
  background: #eee;
  display: block;
  margin: 4px 0px;
}

@media (min-width: 300px) {
  .two-thirds.columns {
    width: 100%;
    min-width: 380px;
  }


  .container {
    width: 100%;
    padding: 0;
  }
}

/* For devices larger than 550px */
@media (min-width: 550px) {


  .pagination,
  .pagination a,
  .pagination a:hover {
    font-size: 18px;
    display: inline-block;
  }

  .pagination2,
  .pagination2 a,
  .pagination2 a:hover {
    font-size: 18px;
  }

  .container {
    width: 100%;
  }

  .content_w {
    width: 400px;
    min-height: 350px;
  }

  .content_login_margin {
    padding-top: 150px;
  }


  .content_login {
    background: #fff;
    width: 350px;
    height: 340px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px 1px rgba(50, 50, 50, 0.3);
  }

  .poletext2 {
    font-size: 14px;
  }


  .two-thirds.columns {
    width: 48.3333333333%;
    min-width: 150px;
  }

  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }


  .two.columns {
    width: 9.9333333333%;
    padding-left: 10px;
  }

  .three.columns {
    width: 15%;
    padding-left: 10px;
  }

  .three.columns:first-child {
    padding-left: 0px;
  }

  .three2.columns {
    width: 7.5%;
    padding-left: 10px;
  }

  .three2.columns:first-child {
    padding-left: 0px;
  }

  .four.columns {
    width: 50%;
    margin-top: 10px;
  }

  .four.columns:first-child {
    padding-left: 0px;
  }

  .five.columns {
    width: 50%;
    padding-left: 10px;
  }

  .six.columns {
    width: 48%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .nine.columns {
    width: 70.0%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .one-half2.column {
    width: 20%;
    margin-top: 10px;
    padding-left: 10px;
  }

  .one-third.column {
    width: 30%;
    padding-left: 10px;
  }

  .one-third2.column {
    width: 30%;
    padding-left: 10px;
  }

  .one-third2.column:first-child {
    width: 25%;
    padding-left: 10px;
  }

  .one-half.column {
    width: 50%;
    margin-top: 10px;
    padding-left: 10px;
  }

  .two-half.column {
    width: 50%;
    margin-top: 10px;
    padding-left: 10px;
  }

  .two-half.column:first-child,
  .two-half.column:nth-child(3),
  .two-half.column:nth-child(5),
  .two-half.column:nth-child(7),
  .two-half.column:nth-child(9),
  .two-half.column:nth-child(11),
  .two-half.column:nth-child(13) {
    padding-left: 0px;
  }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%;
  }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4.0rem;
  line-height: 1.2;
  letter-spacing: -.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem;
}

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem;
  }

  h2 {
    font-size: 4.2rem;
  }

  h3 {
    font-size: 3.6rem;
  }

  h4 {
    font-size: 3.0rem;
  }

  h5 {
    font-size: 2.4rem;
  }

  h6 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
}






/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

@media (min-width: 620px) {

  .menu_resp {
    display: none;
  }

  .menu_slide {
    display: block;
  }

  .top {
    position: absolute;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {

  .sidebar-minimize .menu_c {
    padding-left: 65px
  }

  .one-half.column {
    width: 25%;
    margin-top: 10px;
    padding-left: 10px;
  }

  .two-half.column {
    width: 12.5%;
    margin-top: 10px;
    padding-left: 10px;
  }

  .two-half.column:nth-child(2),
  .two-half.column:nth-child(3),
  .two-half.column:nth-child(4),
  .two-half.column:nth-child(7),
  .two-half.column:nth-child(11),
  .two-half.column:nth-child(13) {
    padding-left: 10px;
  }

  .four.columns {
    padding-left: 10px;
  }
}

@media (min-width: 900px) {
  .menu_l {
    display: table-cell;
    height: 100%;
    min-height: 890px;
  }

  .logo2 {
    margin: 5px 0px 0px 15px;
    max-height: 55px;
  }

  .menu_c {
    padding: 15px;
    padding-left: 245px;
  }

  .menu_top {
    display: none;
  }

  .menu_back_sub {
    display: none;
  }

  .menu_back {
    position: absolute;
    display: none;
  }

}

@media (max-width: 900px) {

  table.dataTable {
    border-spacing: 10px 0 !important;
  }

  .menu_c {
    width: 100%;
    display: block;
  }

  .container {
    width: 100%;
    display: block;
    height: auto;
  }

  .title_content {
    font-size: 16px;
    margin-top: 40px;
  }

  .buttons-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .buttons-container a{
    margin: 0;
  }

  #filter_more{
    padding-left: 15px !important;
  }

}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}