/* rootian custom css */

.rootianGridTitle {
   height: 50px;
   border-bottom: none;
   padding-top: 5px;
}

.rootianGridTitle .title-text {
   line-height: 38px;
   font-size: 20px;
   margin-bottom: 0;
   margin-right: auto;
}

.rootianGridTitle .buttonSet.top .btn {
   height: 34px;
   padding: 0.375rem 0.75rem;
   font-size: 0.9375rem;
}

.rootianGridTitle .buttonSet.top .btn.btn-default {
    border-color: #728aa5;
    font-weight: 500;
}
.rootianGridTitle .buttonSet.top .btn.btn-default:hover
,.rootianGridTitle .buttonSet.top .btn.btn-default:active
,.rootianGridTitle .buttonSet.top .btn.btn-default:focus {
    color: #2b2d3a;
    background-color: #8fa8c5;
    border-color: #aac0d7;
}

.rootianGridHead {
   border: 1px solid white;
}
   
.rootianGridHead table th {
   background-color: #5071bc;
   color: white;
   border-right: solid 1px white;
   font-weight: 500;
}
.rootianGridHead table th a{
   color: white;
}

.rootianGridBody {
   border: 1px solid white;
   border-top: none;
   background-color: #E9EDF4;
}

.rootianGridBody>table tr {
   background-color: #E9EDF4;
}

.rootianGridBody>table tr td {
   padding: 7px 5px;
   word-wrap: break-word;
   border: none;
   border-right: 1px #C8C8C0 solid;
   border-bottom: 1px #C8C8C0 solid;
   vertical-align: middle;
   
   color: #575e67;
}
