header.masthead {
	position: relative;
	background-color: #343a40;
	background-size: cover;
	padding-top: 8rem;
	padding-bottom: 8rem;
}

header.masthead .overlay {
	position: absolute;
	background-color: #212529;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
}
.header-bg-dark{
    background: rgb(11,82,119);
    background: linear-gradient(120deg, rgba(11,82,119,1) 0%, rgba(66,103,178,1) 100%)
}
.showcase .container {
	min-height: 350px;
	background-color: #F9F9F9;
	margin-top: 10px;
	margin-bottom: 10px;
}

.col-md-left{
    background: #4267B2;
    padding:2%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
	
    
}

.col-md-right{
    background: #FFFFFF;
    padding: 1%;
    border: 1px solid #DDDDDD;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}


footer.footer {  
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.footer-bg-dark {
    background-color: #4267B2!important;
}
.list-inline {
	list-style-type: none;
}

.list-inline-item a {
    color:#FFFFFF;
}
.list-group-item {
    padding: 8px 10px !important;
}
.fade:not(.show) {
    opacity: 1;
}
.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background: #0480be;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#f1f3f5;
}
.dataTables_length{ margin-right:8px !important;}
.form-controles {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
div.dt-buttons {
    position: relative;
    float: left;
	margin:auto;
	text-align:inherit;
	width:inherit;
}
@media (max-width:641px) {
div.dt-buttons {
margin: auto;
width: 100%;
margin-bottom: 5px;
text-align: center;
}
}