body{
	background: silver;
	width: 98%;
	height: calc(100vh - 150px);
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	text-align: center;
	margin: 0px;
}

#Container{
	width: auto;
	min-width: 600px;
	max-height: 690px;
}

.body_musica{
	width: 100%;
	height: calc(100vh - 110px);
	min-height: 300px;
	padding: 10px 0px 10px 0px;
	align-items: center;
	justify-content: right;
	overflow: auto;
	margin-bottom: 0px;
}

.musica{
	position: relative;
	color: black;
	border-radius: 8px;
	border: solid #545353 2px;
	font-size: 0.8rem;
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	background: lightslategray;
	margin: 10px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	transition: 1s;
}

.musicaoff{
	color: black;
	border-radius: 0px;
	border: none;
	font-size: 0em;
	width: auto;
	height: 0px;
	display: none;
	background: lightslategray;
	margin: 0px;
	border-radius: 0px;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	transition: 1s;
}
.musica_artista{
	font-size: 0.9rem;
	position: relative;
	color: whitesmoke;
	border-radius: 8px;
	border: solid silver 1px;
	width: auto;
	height: auto;
	display: flex;
	background: black;
	margin: 5px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}
.ctm{
	position: absolute;
    right: -6px;
    top: -6px;
    min-width: 22px;
    color: white;
    white-space: nowrap;
    background-color: green;
    border: solid 1px white;
    border-radius: 1em;
    padding: 1px 3px;
    line-height: 1;
}
.body_artista{
	background: whitesmoke;
	width: auto;
	height: calc(100vh - 330px);
	min-height: 320px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 10px;
	
	overflow: auto;
	margin-bottom: 0px;
}
.artista{
	text-decoration: none;
	color: darkmagenta;
	border-radius: 8px;
	border: solid darkgreen 1px;
	font-size: 1.2em;
	width: 47%;
	height: auto;
	max-height: 100px;
	background: lightcyan;
	margin: 5px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	border-radius: 5px;
	
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}

.col{
	width: 100%;
}
.num{
	line-height: 1;
	position: absolute;
	left: -10px;
	top: -10px;
	padding: 0 10px;
	color: white;
	border-radius: 8px;
	background-color: #008000db;
	border: solid #525252 1px;
	font-weight: bold;
	transition: 1s;
}

.th_musica{
	position: relative;
	font-weight: bold;
	color: black;
	border-radius: 8px;
	border: solid darkgreen 2px;
	font-size: 1.2em;
	width: auto;
	height: auto;
	background: lightsteelblue;
	margin: 5px;
	display: flex;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
}

.titulo{
	width: 99%;
	margin: 5px;
}

.th_musica button{
	font-size: 1.2em;
	border: none;
	display: flex;
	margin: 6px;
	padding: 6px;
	background: lightgoldenrodyellow;
	text-decoration: none;
}
.th_musica button:hover{
	transition: 0.4s;
	display: flex;
	margin: 6px;
	padding: 6px;
	background-color: blue;
	text-decoration: none;
}

.link{
	background: lightcyan;
	text-decoration: none;
	border: solid darkgreen 1px;
	color: black;
	border-radius: 15px;
}
.letter{
	text-align: center;
	text-decoration: none;
	color: whitesmoke;
	margin: 0px 5px 10px 0px ;
	border-radius: 100px;
	background: black;
	border: none;
	font-size: 1em;
	width: 65px;
	height: 30px;
}
.rolagem{
	display: none;
	padding: 10px;
	margin-top: 0px;
	width: 70px;
	height: calc(100vh - 310px);
	overflow: auto;

}
.rolagem::-webkit-scrollbar {
	width: 0px;
	display: none;
}

.select{
	background: red;
}
.linham1{
	background-color: #215a57;
}
.linham2{
	background-color: #2b2d32;
}

.linha1{
	background: #c6d0d9;
}
.linha2{
	color: white;
	background: #5e84ab;
}
.alinha1{
	color: black;
	background: lightgray;
	border: solid black 2px;
}
.alinha2{
	color: white;
	background: lightslategray;
	border: solid black 2px;
}
.check{
	width: 20px;
	height: 20px;
}
.del,.ret{
	height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: white;
    background: black;
    margin: 3px 3px 0px 5px;
    border-radius: 10px;
}


.tipo{
	color: white;
	background: black;
	border-radius: 1em;
	padding: 0px 10px 0px 10px;
	margin-top: 10px;	
}

.selectL{
	background: #008000;
    color: #ffffff;
}
.voff{
	display: none;
}
.boff{
	display: none;
}
/*-----------menu------------*/
.back{
	position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000000d1;
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}
.back-on{
	z-index: 20;
	opacity: 1;
	transition: 0.5s;
}
.options{
	position: absolute;
    color: white;
    width: 200px;
    right: 0;
    z-index: 1;
    padding: 33px 0 10px 0;
    background: #215a57ed;
    -webkit-text-stroke-width: 0.02rem;
    -webkit-text-stroke-color: white;
    transition: 0.3s;
}
.options-off{
	width: 0;
    height: 0;
    font-size: 0;
    padding: 0;
}
.options div{
	margin: 10px 8px;
    background: #2e2e2ee3;
    padding: 5px 0;
}
/*-----------menu------------*/

/*--------lista espera-------*/
/*.lespera{
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: #c1c0c0;
    height: inherit;
    z-index: 22;
    position: fixed;
    top: 50px;
    right: 0;
    overflow: hidden;
    transition: 0.3s;
}
.lespera-off{
	width: 0;
	height: 0;

}*/

.lespera, .lnew{
	outline: auto;
	opacity: 0;
	display: flex;
    border-radius: 10px;
    position: fixed;
    height: 0;
    width: 0;
    font-size: 0;
    background: black;
    z-index: 200;
    right: 5px;
    top: 4%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    overflow: hidden;
}
.lespera-b{
	width: 95%;
    overflow: auto;
    height: 90%;
    /*background: #b7b6b6;*/
    border-radius: 5px
}
.lespera-c{
	position: relative;
	height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.lespera-on{
	opacity: 1;
	width: calc(100% - 10px);
	height: 92%;
	font-size: 1rem;
	overflow: unset;
	transition: 0.5s;
}
#ppa,#lnew-a{
	color: white;
	font-size: 1.2rem;
}
.brc{
	color: #c7c7c7;
	margin: 2px 3px;
}
.brc2{
	color: #c7c7c7;
}
#lnew{
	overflow: unset;
}
.lnewh{
	height: calc(100% - 20px);
}
/*--------lista espera-------*/

