.tabafis:tr, .tabafisfis:td{
	height: 15px;
}

.tdd{
	height:15px;
}
/*
.button{
	background:coral;
	padding:1em 2em;
	color:#fff;
	border:0;
}

.button:hover{
	background:#333;
}
*/
.modal{
	display: none;
	position: fixed;
	height: 80%;
/*	max-height: 80%;*/
/*	width: 100%!important;
	min-width: 100%!important;*/
/*	width: 800px;*/
	width: calc(100% - 10%)!important;
	min-width: calc(100% - 10%)!important;
	max-width: calc(100% - 10%)!important;
/*	min-width: 800px;*/
/*	max-width: 800px;*/
	z-index: 1;
	    margin: 0;
		padding-top: 10px; /* Location of the box */
	left: calc(5%);
	top: calc(10%);
margin: 0 0;
	top: 0;
	overflow: auto!important;
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.5);
}
/*
.modal {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%)!important;
}
*/
.modal-content{
	position: relative;
	background-color: #f4f4f4;
/*	overflow: auto!important;*/
/*	overflow-y: scroll!important;*/
/*	margin: 0 auto;*/
	padding: 0;
/*	width: 100%!important;
	min-width: 100%!important;*/
	width: 800px;
	min-width: 800px;
/*	height:30%!important;*/
	height: 700px;
/*	width:700px;*/
	box-shadow:0 5px 8px 0 rgba(0,0,0,0.2), 0 7px 20px 0 rgba(0,0,0,0.17);
	
	-webkit-animation-name: modalopen;
    -webkit-animation-duration: 2s;
	animation-name:modalopen;
	animation-duration:2s;
	overflow: auto!important;
}
.modal-dialog-centered{
/*	overflow: auto!important;	*/
/*	overflow-y: scroll!important;*/
}

.modal-header{
	background:coral;
	padding:15px 5px 5px 5px;
	color:#fff;
}

.modal-header h2, .modal-footer h3{
	margin:0;
}

.modal-body{
	padding:10px;
	overflow-y: scroll!important;
/*	overflow: auto!important;*/
	background: rgb(179,180,171);
}

.modal-footer{
	background:coral;
	padding:10px;
	color:#fff;	
/*	text-align:center;*/
}

.btnclo{
	float:right;
	display: inline-block;
	bottom:20px;
	border:1px solid black;
	background: white;
	color: black;
	border-radius: 3px;
}
.btnorar{
	display: inline-block;
	bottom:20px;
	border:1px solid black;
	background: white;
	color: black;
	border-radius: 3px;
}

.btnclo:hover, btnclo:focus{
	color:white;
/*	background:black;*/
	background-color: rgb(0,153,255);	
}

.btnorar:hover, btnorar:focus{
	color:white;
/*	background:black;*/
	background-color: rgb(0,153,255);	
}


.closeBtn:{
	position: fixed;
	color: #ccc;
	float: right;
	font-size: 80px!important;
	font-weight: bold!important;
	color: #fff;
/*	position: fixed;
    top: -10px;
    right: -10px;
*/
}
.closeBtn:hover, .closeBtn:focus{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

@keyframe: modalopen{
	from{opacity:0}
	to{opacity:1}
}

/* Add Animation */
@-webkit-keyframes modalopen {
/*    from {top:-300px; opacity:0} */
    from {opacity:0} 
/*    to {top:0; opacity:1}*/
    to {opacity:1}
}

h5 modal-title{
	font-weight: bold;
}

#sim{
	display:none;
}
.container .submeniu-intern {
    background-color: #f3f5f7 !important;
}
