.content {
    width: 95%
}

.dac-spacing {
    margin-top: 20px
}

.dac-double-spacing {
    margin-top: 40px
}

.dac-big-spacing {
    margin-top : 150px
}

.dac-link-space {
    margin-left: 100px
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

@media (max-width: 575.98px) {
  .maps iframe{
    width: 100%;
    height: 450px;/**/
  }
 }

@media (min-width: 576px) {
   .maps iframe{
     width: 100%;
     height: 450px;/**/
   }
 }

@media (min-width: 768px) {
  .maps iframe{
    width: 100%;
    height: 550px;/*850*/
  }
}

@media (min-width: 992px) {	
	.maps iframe{
     width: 100%;
     height: 600px;/*700*/
   }
}
.googleLineChart{
	width: 100%; 
  	min-height: 700px;/* 468px */
}
.th_rotate{
	transform: rotate(270deg);
	/*transform-origin: left top 0;
	vertical-align: middle;*/
}

th.th_rotate {
  	height: 170px;
  	/*line-height: 14px;
  	padding-bottom: 20px;
  	text-align: left;*/
}

.table-fit {
  width: 1px;
}

.piwal {
	border-spacing: 15px;
}
.th_messure_size{
    /*font-size: 12px;*/
    font-size: 0.775em;
    font-style: italic;
    font-weight: bold;
    vertical-align: middle;
}

.th_label_size{
    font-weight: bold;
    vertical-align: middle;
    font-size: 0.875em;
}

table.custom_table_class td {
  font-size: 0.875em;
}

.thalign {
    vertical-align: middle;
}
table{
    /*empty-cells:hide;*/
}

.sidebar-brand-space{
	padding-top: 10px;
	padding-bottom: 10px;
}

.search-box-space{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.login-background{
	background-image: url("../img/brand/bg_map_brand.jpg");
    height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* 
div.dataTables_filter {
  float:right;
}
div.dataTables_paginate{
	float:right;
}
div.dataTables_length select {
  width: auto;
  display: inline-block;
}*/
