.top-margin{
	margin-top: 80px;
}
.nav-color{
	color:#fcfcfc;
}
.dataTables_length{

}
.card-link{
	color:#212529;
}
.nav-color a{
	color:#fcfcfc;
}
.nav-color a:hover{
	color:white;
}
.large-icon{
	font-size: large;
}
.aligner {
	display: flex;
	align-items: center;
	justify-content: center;
}
hr{
	border-top: 1px solid rgba(191, 181, 181, 1) !important;
}
.error{
	color:orangered;
}
.note-btn{
	padding: .2rem .5rem !important;
	margin:3px !important;
}
.dataTables_length{
	/*display: none;*/
}
.dataTables_length select{
	display: initial !important;
}
.capability-container{
	margin-bottom: 30px;
	border: 1px solid black;
	padding: 5px;
}
.btn-link{
	padding:0rem !important;
}
body{
	background-color: #f3f3f3;
}
.footer-black{
	background-color: #343434;
}
.footer-blue{
	background-color: #2C58A2 !important;
}
.custom-error{
	display: none;
	color: orangered;
	margin-left: 20px;
}
.btn-secondary{
	background-color: #2C58A2 !important;
}
.step-anchor{
	/*background-color: #343434 !important;*/
}

.sw-theme-default>ul.step-anchor>li.done>a{
	color:#0eaf0b !important;
}

.sw-theme-default>ul.step-anchor>li.active>a{

}
.primary-color{
	background-color: #2C58A2 !important;
}

.btn-untested {
	background-color: rgb(247 38 163) !important;
}

.display-none{
	display: none;
}

.thumbnail{
	max-height: 150px;
	width:auto;
	max-width:100%;
}
.center{
	display: block;
	margin: auto;
}
main{
	min-height: 600px;
}
.card-style{
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	background-color: #fff;
}
@media (max-width: 575px) {

	.logo{
		max-height: 30px;
	}

}
.container-fluid{
	/*max-width: 1450px;*/
}
.pagination li{
	margin: 3px;
}
.pagination li a{
	font-size: 18pt !important;
}
.break-word {
	word-wrap: break-word;
}
.auto-width{
	table-layout:fixed;
	width:100%;
}

.td-sm{
	width:80px;
}
.xformated{
	text-align: center !important;
	font-weight: bold !important;
}
.threshold-table td{
	font-weight: 600 !important;
	font-size: 14px !important;
	color: #212020;
}
.md-tabs{
	background-color: #1946de;
}

.dataTables_wrapper .dataTables_filter input::-webkit-search-cancel-button {
	-webkit-appearance: button !important;
}

.td-width{
	width:250px;
}
.dataTables_processing{
	font-weight: bold;
	background-color: black;
	color: white;
}