.navegador{
    background-color: rgba(52, 58, 64, .5)!important;
}

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

header.masthead .overlay {
	position: fixed;
	background-color: #212529;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
}
.header-bg-dark{

    background: rgb(238, 240, 241);
    background: linear-gradient(120deg, rgb(52, 58, 64) 0%, rgb(59, 67, 83) 100%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.showcase .container {
    padding-top: 5rem;
	min-height: 375px;
	background-color: #F9F9F9;
	margin-top: 5px;
	margin-bottom: 5px;
}

.col-md-left{
    background: #3a3f48;
    padding:0%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.col-md-right{
    padding-top: 5rem;
    background: #FFFFFF;
    padding: 1%;
    border: 1px solid #000000;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.filtros{
    padding-top: 5rem;
    background: #FFFFFF;
    padding: 1%;
    border: 1px solid #000000;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

footer.footer {  
	left: 0;
	bottom: 0;
	width: 100%;
	/*color: white;
	text-align: center;*/
	padding-top: 0.5rem;
	padding-bottom: 0rem;
}
.footer-bg-dark {
    background-color:  rgba(220, 220, 220, .5)!important;
    position: fixed;
    left: 0;

    width: 100%;
    text-align: center;
}
.list-inline {
	list-style-type: none;
}

.list-inline-item a {
    color:#FFFFFF;
}
.list-group-item {
    padding: 5px 8px !important;
    text-align: center;
    background: linear-gradient(120deg, rgb(52, 58, 64) 0%, rgb(59, 67, 83) 100%);

}
.fade:not(.show) {
    opacity: 1;
}
.modal-header {
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background: #343a40;
    -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:#ffffff;
}
.dataTables_length{ margin-right:8px !important;}
.form-controles {
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 0.5;
    color: #ffffff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    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:center;
	width:100%;
}
@media (max-width:641px) {
div.dt-buttons {
margin: auto;
width: 100%;
margin-bottom: 5px;
text-align: center;
}
}
@media (max-width:800px) {
    .page-wrapper{
        background-color:#232423;
      }
      .showcase{
        background-color:#232423;
      }

}