body{
	font-family: 'Nunito', sans-serif;
}
.nav-item{
	/*width: 180px;*/
	background-color: #01a6bd;
	margin: 0 5px;
	border-radius: 10px;

}
.nav-link{
	color: #fff;
	text-shadow: 0;
	font-size:14px;
    padding: 0.5rem;
}

.nav-pills .nav-link.active{
	background-color: #04616f;
	border-radius: 10px;
}

.dropzone .dz-preview{
	min-height: 205px;
    left: 25%;
    min-width: 230px;
}

.dropzone .dz-preview .dz-image{
	width: 175px;
    height: 175px;
}

.dropzone .dz-preview.dz-file-preview.dz-success .dz-image{
	background-image: url('../img/excel-icon.png');
	background-size: cover;
	margin: 0 auto;
}
.dropzone .dz-preview.dz-file-preview.dz-error .dz-image{
	background-image: url('../img/error-icon.png');
	background-size: cover;
	margin: 0 auto;
}
.dz-filename{
	position: relative;
    top: -86px;
    width: 500px;
    left: -150px;
}

.dz-size{
	position: relative;
    left: -15px;
}

.dropzone .dz-preview .dz-error-message{
	/*position: relative;*/
    left: 45px;

}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark{
	top: 38%;
}

.dropzone .dz-preview .dz-remove{
    position: relative;
    top: 10px;
}

.dz-error-mark, .dz-success-mark{
	background-color: red;
    border-radius: 30px;
}

.dz-success-mark{
	background-color: green; 
}

.title1, .title2{
	display:block;
	text-align:center;
}

.title2{
	margin-top: -40px;
}


/* Web design
* --------------------------------------- */
.title{
	display:table;
	width:100%;
	height: 100%;
}
.titleCell{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	height: 100%;
}

.tab-content td{
	font-size: 12px;
}

.tooltip-inner {
    max-width: 800px;
}

.header table th, .header table td{
	font-family: sans-serif;
	padding: 0.2rem 0.2rem;
}
.header table{
	margin-bottom: 0.5rem;
}
.header{
	width: 100%;
	font-size: 14px;
}
.navbar{
	box-shadow: 0px 5px 5px #828282;
	min-height: 20vh;
}
.tab-content{
	height: 71vh;
	overflow: auto;
}
.accordion-button{
	font-size: 12px;
}
.accordion-body li{
	font-size: 12px;
	padding: 15px 0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}
.accordion-body li.ep{
	background-color: #fc7323;
}
.accordion-button:not(.collapsed){
	color: #000;
	background-color: #dddddd;
}