/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.icheckbox_square-blue, .iradio_square-blue {
	vertical-align: top!important;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
	background-color: #eaf0fb!important;
}

small.extrasmall {
	font-size: 70%;
}
.bg1 {
	background: url(../../app-assets/images/backgrounds/bg-1.jpg) no-repeat center bottom fixed!important;
}

@media (max-width: 801px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 802px) {
    .hidden-sm-up {
        display: none !important;
    }
}


.dropdown-user div.dropdown-menu {
	margin-top:26px;
}

.mt-15 {
	margin-top: 15px;
}

.dataTables_filter input { min-width: 250px }
/*
#tabinscricoes_filter input {
	min-width: 250px;
}
*/
table .btn-sm, .btn-group-sm > .btn {
	padding: 0rem 0.3rem!important;
}

@media print {

  .badge {
    padding: 2px 6px;
    border: none;
	font-size: 30px;
	 color: #000;
  }

	.content-body {
		width: 90%!important;
	}
	footer {
		display: none!important;
	} 

}

.badge-success {
	background-color: #5fab8f!important;
}

#termos {
	font-size: 11px;
}



.regstatus {
	font-size: 7rem!important;
}

.tabinforeg td {
  padding: 2px 2px!important;	
}

.inforeg p {
	margin-bottom: 2px!important;
}

.max-map iframe {
	width: 100%!important;
	height: 300px!important;
}

img.capalistevento {
	height: 100px!important;
}

tr.group {
	font-weight: 600;
}
.w-99 {
	width: 99%!important;
}


.form-group .position-relative .form-control {
	padding: 0.75rem 1rem!important;
}

.logo-login img {
	max-width: 250px!important;
}

.dropdown i {
	margin-right:0px!important;
}

.lineb {
	border-bottom: solid #333333 1px;
}

.linebc {
	border-bottom: solid #eaeaea 0.5px;
}

.fotoedit {
	max-width: 100px;
}

form.form-inscricao .select2-container--default .select2-selection--single {
	border-radius: 1.5rem;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
	width:190px!important;
}

.header-navbar .navbar-header .navbar-brand {
	padding: 10px 0px;
}

.bg-semmatricula {
	background-color: #fff7c9!important;
}

.nobutton div.dt-buttons {
	display:none;
}
/*
div.dt-buttons {
	display: block;
	float: right;
}

div.dt-buttons button {
	display: block;
}
*/
.minwauto {
	min-width: auto!important;
	white-space: nowrap;
}

/* Important part */
.btn-extrasm {
	padding: 0.2rem 0.25rem!important;
}


table.dataTable tfoot th {
	border-top: 1px solid #e3ebf3!important;
	border-bottom: 1px solid #e3ebf3!important;
}

.cortotal {
	background-color: rgba(102,110,232,0.2);
	font-weight: bold!important;
}


.corprincipal {
	background-color: rgba(23,213,175,0.1);
	font-weight: bold!important;
}


.table-striped tbody tr.odd.selected, .table-striped tbody tr.even.selected {
	background-color: #979cef!important;
}