

@media only screen and (max-width: 1200px) {
	
	/*
	#results tbody tr{
		display: block;
		margin-bottom: 30px;
		border-bottom: 1px solid #979797 !important;
}
	}
	
	#results tbody tr th{
		display: flex;
		justify-content: space-around;
		text-align: center;
	}
	
	#results tbody tr td{
		display: flex;
		justify-content: space-around;
		text-align: center;
	}

	*/

	.dataTables_length select{
		width: 60px;
    	height: 30px;
	}

	#resultado{
		width: 100%;
    	overflow-y: auto;
	}

	#resultado table{
    	overflow-y: auto;
    	width: 100%;
	}

	table.dataTable{
		font-size: 0.9rem !important;
    	margin-top: 100px !important;
	}

	.dataTables_length{
		position: fixed;
	    top: 475px;
	    max-width: calc(100vw - 60px);
	    width: 100%;
	    text-align: start !important;	
    }

	.dataTables_length label{
		display: block;
		max-width: 100vw;
	}

	.dataTables_filter{
		position: fixed;
    	max-width: calc(100vw - 60px);
    	width: 100%;
    	top: 355px;
	}

	.dataTables_filter label{
		display: block;
	}

	.dataTables_filter input{
		padding: 10px !important;
	    margin: 0px auto 0px auto !important;
	    width: 100%;
	    background-color: #ffffff !important;
	}

	.dataTables_wrapper .dataTables_info {
	    margin-left: 5px !important;
	    text-align: start;
	}

	table.dataTable td.dataTables_empty{
		text-align: start !important;
		padding: 20px 10px !important;
	}

	table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting{
	    right: auto !important;
	    top: 50%;
	    padding-left: 15px;
	    padding-left: 30px;
	}

	table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting {
	    left: -15px !important;
	    right: auto !important;
	    top: 50%;
	}

	
	.topo {
		background-color: #212121;
		position: fixed;
		height: 205px;
		width: 100%;
		z-index: 1;
	}
	
	.setamenu{
		transform: rotate(-90deg);
		top: 134px;
		height: 47px;
		width: 102px;
		border-radius: 0px 0px 10px 10px !important;
		right: -20px;
		padding-top: 12px;
		background-image: linear-gradient(#2121213b, #2121219e);
		display: none;
	}
  
	.page {
		display: block;
	}

	.logo-menu {
		width: 200px;
	    object-fit: contain;
	    position: unset;
	    margin-top: 15px;
	    margin-left: calc(50% - 100px);
	}

	.menu {
		width: 95%;
	    height: 100px;
	    padding: 10px;
	    background-color: white;
	    margin-left: 2.5%;
	    margin-top: 18px;
	    border: none;
	    border-radius: 10px 10px 0 0;
	    text-align: center;
	    position: unset;
	    display: flex;
	    overflow-x: auto;
	    overflow-y: hidden;
	    box-shadow: 0 0 5px 0 #404040;
		-webkit-box-shadow: 0 0 5px 0 #404040;
		-moz-box-shadow: 0 0 5px 0 #404040;
		}
	

	.espaco-page-body{
		width: 0px; 
		height: 0px;
	}


	.page-body {
		width: 95%;
		margin-left: 2.5%;
		height: auto;
		background-color: white;
		border-radius: 10px;
		padding: 200px 20px 20px 20px;
		color: #2f2f2f;
		min-height: calc(100vh - 230px);
		position: absolute;
	}

	.menu span {
		font-family: gotham-bold;
		width: auto;
		min-width: 158px;
		margin-left: 10px;
		background-color: #2f2f2f;
		display: block;
		padding: 10px 0 0 0;
		border: none;
		border-radius: 5px;
	}

	.menuSair{
		padding-top: 10px !important;
	}

	.fundo-mobile{
		background-color: #3a3a3a;
		width: 100%;
		height: 210px;
		display: block;
		position: fixed;
		z-index: 2;
	}
	
	.buscar input {
		width: 100%;
		height: 50px;
	}
	
	.buscar button {
		border: none;
		background-color: #2f2f2f;
		color: white;
		font-family: 'gotham-bold';
		font-size: 14px;
		width: 100px;
		border-radius: 5px;
		margin-left: 10px;
		height: 50px;
	}
	
	.link-exportar {
		font-family: gotham-bold;
	    width: 100%;
	    text-align: center;
	    margin: 28px auto 10px auto;
	    display: flex !important;
	}
	
	.link-exportar a {
	    text-decoration: none !important;
	    width: 100%;
	    display: block;
	    margin: 0px auto 80px auto;
	    text-align: center;
	    font-size: 13px;
	    max-width: 150px;
	    padding: 8px;
	}

	.link-exportar a svg {
	    margin: 0px 0px -2px 2px;
	    font-size: 17px;
	}
	
	.box-modal {
		width: 95%;
		background-color: white;
		z-index: 20;
		position: absolute;
		margin-left: 2.5%;
		padding: 40px;
		height: auto;
		border-radius: 20px;
		margin-top: 50px;
		display: none;
		top: 0 !important;
		color: black;
	}
	
	.div-box-planos {
		display: block;
		justify-content: center;
		margin-top: 20px;
	}
	
	.logo-box-planos {
		margin-top: 75px;
		width: 270px;
		margin-bottom: 80px;
		margin-left: calc(50% - 135px);
	}
	
	.box-planos {
		transition: 0.5s;
		color: gray;
		width: 260px;
		box-shadow: 0 0 5px 1px #d4d4d4;
		-webkit-box-shadow: 0 0 5px 1px #d4d4d4;
		-moz-box-shadow: 0 0 5px 1px #d4d4d4;
		margin: 0px;
		border-radius: 10px;
		padding: 5px;
		height: fit-content;
		margin-left: calc(50% - 130px);
	}
	
	.btn-preto {
	    border: none;
	    background-color: #353535;
	    color: white;
	    font-family: 'gotham-bold';
	    font-size: 16px;
	    width: auto;
	    border-radius: 5px;
	    padding: 15px 30px;
	    margin: 35px auto 0px;
	    display: block;
	}

	.icone-header-info {
	    width: 100%;
	    padding: 10px;
	    display: flex;
	    justify-content: center;
	}

	.user-header-info h1 {
	    font-size: 22px;
	    margin: 20px 0 0px;
	}

	.user-header-info h2 {
	    font-size: 16px;
	}
	
	.form-perfil {
		width: 100%;
		margin-left: 0px;
		margin-top: 40px;
	}

	.btns-tabela {
	    min-width: 45px;
	    display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	
	h1, h2 {
		text-align: center;
	}

	.row-body-info p {
	    font-size: 14px;
	}

	.row-body-info span {
	    font-size: 14px;
	}

	.perfil-titulo-body-info, .endereco-titulo-body-info, .titulo-footer-info {
	   margin: 40px 0 0px;
	   font-size: 18px;
	}

	.perfil-titulo-body-info svg, .endereco-titulo-body-info svg, .titulo-footer-info svg {
	    margin-left: 6px;
	    margin-top: 2px;
	   	font-size: 20px;
	}

	.header-desempenho {
	    margin-top: 30px;
	}

	.item-header-desempenho {
	    border: 1px solid #dcdcdc;
	    border-left: 5px solid #ffa541;
	    border-radius: 5px 0 0 5px;
	    margin-left: 10px;
	    width: 15.6666666667% !important;
	    padding: 8px 15px;
	    min-width: 100px;
	    margin-bottom: 15px;
	}


}


@media only screen and (min-width: 630px) and (max-width: 1200px) {


	.dataTables_filter input {
	    padding: 10px !important;
	    margin: 0px 4% 0px 0px !important;
    	width: 71% !important;
	    background-color: #ffffff !important;
	}

	.dataTables_wrapper .dataTables_filter {
	    float: none !important;
	    text-align: center !important;
	}

	.dataTables_filter {
	    top: 418px;
	}

}













