.table-resp{
border: 1px solid #f2f2f2;
border-collapse: collapse;
text-align: left;
width: 100%;
align-items: center;
font-family: 'Open Sans', sans-serif;
border-radius: 5px;
position: relative;
}

.table-resp thead tr{
background: var(--main-color);
height: 40px;
}
.table-resp thead tr th{color: #fff;}

.table-resp td{border: 1px solid #ddd;}

.table-resp thead th{
padding: 10px;
font-size: 1em;
color: #000;
font-weight: 600;
}	

.table-resp tbody tr{
height: 40px;
overflow:hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.table-resp tbody tr td{
display: table-cell;
font-weight: 400;
text-align: left;
position: relative;
padding: 0 5px;
max-width: 25ch;
/*overflow: hidden;*/
text-overflow: ellipsis;
white-space: nowrap;
}

.table-resp tbody td i.fa-chevron-down{margin-right: 10px;display: none;}
.table-resp tbody td i.fa-chevron-up{margin-right: 10px;display: none;}

.table-resp tbody tr td input[type="checkbox"]{display: none;}
.table-resp tbody tr{
border: none;
display: table-row;
}
.table-resp tbody tr:nth-child(even){background: #f2f2f2;}
.table-resp thead{display: table-header-group;font-weight: 500;}
.table-resp tbody tr td:before{display: none;}

.dropdown{
display: inline-block;
margin-right: 5px;
}
.dropdown button{
position: relative;
width: 30px;
height: 20px;
font-size: 12px;
background: #ccc;
border: none;
box-shadow: none;
outline: none;
cursor: pointer;
color: #fff;
}

.dropdown ul{
position: absolute;
margin: 0;
padding: 0;
width: 150px;
background: #ccc;
transform-origin: top;
transform: perspective(1000px) rotateX(-90deg);
transition: 0.5s;
}
.dropdown ul.active{
transform: perspective(1000px) rotateX(0deg);
z-index: 555;
}
.dropdown ul li{
list-style: none;
}
.dropdown ul li a{
display: block;
padding: 10px;
text-align: center;
text-decoration: none;
background: #262626;
color: #fff;
border-bottom: 1px solid rgba(0,0,0,.2);
transition: ;
font-size: .9em;
}
.dropdown ul li a:hover{
background: #0d7ad0;	
}

.time1, .time2{width: 100%; max-width: 180px;}
.bloco1{width: 250px;line-height: 20px;}
.bloco1 input{
width: 20px;
height: 20px;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
}
.main_bloco{
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 25px;
}
.time1 img, .time2 img{
width: 30px;
height: 30px;
vertical-align: middle;
display: inline-block;
margin-right: 10px;
}

@media (max-width: 800px){

.table-resp thead tr th{font-size: 0.8em;}
.table-resp tbody tr td{font-size: .7em;}
.table-resp tbody tr td:nth-child(3){width: 60px;}
.table-resp tbody tr td button{width: 50px;font-size: 0.7em;}


}

@media(max-width: 560px){
.main_bloco{padding: 0;font-size: .65em;text-align: left;}    
.bloco1{font-size: .7em;width: 100%;max-width: 230px;}
.bloco1 input{vertical-align: middle;margin-right: 5px;}
.time1, .time2{
width: 100%; 
max-width: 110px;
font-size: .8em;
}
.time1 img, .time2 img{width: 20px;height: 20px;}
}
@media(max-width: 435px){
.bloco1 input{width: 15px;height: 15px;}    
.bloco1{font-size: .65em;max-width: 220px;}
}