
#app-loader,
#app-content{
    padding:20px;
    border-radius: 5px;
    background-color: #F7F7F7;
}

#app > .container {
    max-width: inherit;
}

.table-container{
    min-height: 530px;
    padding: 0px;
}
.table {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .08em;
	margin-bottom: 0px; 
}
.table thead th{
	border-top: 0px;
}
.table-active, .table-active>td, .table-active>th{
	background-color: transparent;
}
.table th{
	color:#3a3a3a;
	font-weight: 500;
	font-size: 12px;
	outline-color:transparent;
	background-color: #9BDE41;
	color:white;
	font-weight: 600;
}
.table td{
	font-weight: 400;
	font-size: 12px;
	vertical-align: middle;
	padding: .5rem;
}
.table tr.table-inactive{
	/*background-color: #FFDDdd;
	color: #ff5454;*/
}
.table-striped tbody tr:nth-of-type(odd).table-active,
.table tr.table-active{
	background-color: #EBF8d9;
	color: #54bc08;
}

.table .label{
	text-align: left;
}

.table .user
 {
	text-align: left;
}
.table .checkbox{
	width: 50px;
}
.table .checkbox > div{
	margin : 0 2px;
}