/*
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
    
/*}*/
*/
/*
.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-purple {
    background-color: var(--purple);
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}
*/

.width-data-form {
  width: 150px;
}

td {
   padding: 0; 
   margin: 0;
}

.table {
    padding: 0rem 0rem;
}

.float{
	position:fixed;
	width:80px;
	height:20px;
	bottom:10px;
	right:48%;
	background-color:#0C9;
	color:#FFF;
	border-radius:0px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:2px;
}

table {border-collapse:collapse; table-layout:fixed; width: 75%;}
table th {width:100px; word-wrap:break-word;}

#view_descriere {
  word-wrap: break-word;
}

#row_numar{
   width: 4%;
}

#row_nume_nota{
width: 75%;
}

#row_telefon{

}

#row_adresa{

}

#row_stadiu{

}

#row_action{
text-align: right;
 width: 15% !important;
}

#row_action2{
text-align: right;
max-width: 34px;
}

#row_inaltime{
/*line-height: 16px;*/

}

#row_inaltime:hover{
background-color: #6c6c6c;
color: white;
}

.delete_btn {
width:30px;
}

.edit_btn {
width:50px;
}

.viewbtn {
width:50px;
}


@media only screen and (max-width: 1200px) {
#row_action{
text-align: right;
    width: 27%;
}
#row_numar {
    width: 7%;
}
}
@media only screen and (max-width: 767px) {
#row_numar{
 width: 9%;
}

#row_action2{
text-align: right;
max-width: 14px;
}

#row_nume{
	width: 35%;
}

#row_nume_nota{
width: 34%;
}

#row_action{
text-align: right;
    width: 28%;
}
#row_adresa{
display: none;
}

#row_stadiu{
display: none;
}
}