object {
    width: 100%;
    pointer-events: none;
}
.maximum-div{
    max-height: 85px !important;
}
.contra-body{
    margin-left: 10px !important;
    max-width: 98vw !important;
}

@media screen and (min-width: 1100px){
	#dashboard-upper{
		background-image: url("../assets/upperbackground.png");
		background-color: #cccccc;
		height: 500px;
		background-position: 0px -150px;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
}
@media screen and (max-width: 1100px){
	#dashboard-upper{
		background-image: url("../assets/upperbackground.png");
		background-color: #cccccc;
		height: 500px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
}


.highcharts-figure,
.highcharts-data-table table {
	min-width: 310px;
	max-width: 800px;
	margin: 1em auto;
}

#container {
	height: 400px;
}

.highcharts-data-table table {
	font-family: Verdana, sans-serif;
	border-collapse: collapse;
	border: 1px solid #ebebeb;
	margin: 10px auto;
	text-align: center;
	width: 100%;
	max-width: 500px;
}

.highcharts-data-table caption {
	padding: 1em 0;
	font-size: 1.2em;
	color: #555;
}

.highcharts-data-table th {
	font-weight: 600;
	padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
	padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
	background: #f8f8f8;
}

.highcharts-data-table tr:hover {
	background: #f1f7ff;
}

.card-pelindo-max{
	min-height: 74px !important;
	max-height: 74px !important;
}
.card-pelindo-left{
	border-radius: 20px 0px 20px 0px;
}

.card-pelindo-right{
	border-radius: 0px 20px 0px 20px;
}

.card-pelindo-top{
	border-radius: 0px 0px 20px 20px;
}

input:read-only {
  background-color: #e0e0e0;
}

textarea:read-only {
  background-color: #e0e0e0;
}

.mandatory{
	color: #ff0000;
}

.tablet{
	background-color: #e0e0e0;
	padding: 2px 4px;
	border-radius: 3px;
}