.jarsys-table{
width: 100%;
font-family: 'Open Sans', sans-serif;
}
.jarsys-table th{
font-weight: 700;
font-size: 14px;
color: #fff !important;
text-transform: uppercase;
padding: 5px 10px 11px 5px;
border-bottom: none; background: #4c6c7b;
vertical-align: middle;
cursor: pointer;
position: relative;
}
.jarsys-table .big-column {
background-color:  #dce4ea;
}
.jarsys-table td{
border: 1px solid #dce4ea;
font-size: 14px;
padding: 8px 13px 10px 15px;
color: #282428;
}
.jarsys-table td a{
color: #282428;
font-weight: 600;
}
.jarsys-search-btn{
padding: 8px;
width: 230px;
background-color: #043171;
border: none;
color: white;
cursor: pointer;
}