 

.tbl-cls {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  padding:5px !important;
}

.tbl-cls td, .tbl-cls th {
  border: 1px solid #ddd;
  padding: 10px;
}

.tbl-cls tr:nth-child(even){background-color: #f2f2f2;}

.tbl-cls tr:hover {background-color: #ddd;}

.tbl-cls th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: orange;
  color: white;
  padding: 10px;
}
.form-item-startrecord{
     display: none; 
}
.pagging-div{
    width: 100%;
}

.pagging-div .pagging{
background: #bf202f;
color: #fff !important;
padding: 1px;
border:1px solid #e07327;
display:inline-block;
width: 25px;
margin-bottom:5px;
text-align:center;
}

.pagging-div .pagging:hover{
background: #e07327 ;
color: #fff !important;
padding: 1px;
border:1px solid #e07327;
display:inline-block;
width: 25px;
margin-bottom:5px;
text-align:center;
}
.job_info br{
    display: none !important;
}
.job_info p{
    margin-bottom: 5px !important;
}
#job_info_div{
    width:100%;
    min-height:350px;
      padding-bottom: 50px;
}
#job_info{
    width:400px;
    margin: 0 auto;
    text-align:center;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #bf2026;
    border:5px solid #e07327;
}

#job_info h4{
    color:#fff;
    font-size:12px;
}
#submit{
   background: #e07327; 
   color:#fff;
}

.SLboxshadow {
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 8px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.SLboxshadow input[type="text"], 
.SLboxshadow input[type="number"] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
}

.SLboxshadow .form-group label {
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.SLboxshadow input[type="submit"] {
    background-color: #bf2026;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
    height: 40px;
}

.SLboxshadow input[type="submit"]:hover {
    background-color: #9c1a1f;
}

.careeronestopdisplay td {
    padding: 12px 10px 12px 10px !important;
}