/* Your custom styles */
.rxp-logo {
  width: 18rem;
  margin-top:-0.7rem;
}
.modal{
 z-index: 1102;
}
.modal-backdrop{
 z-index: 1101;
}
.select-wrapper input.select-dropdown {
  padding-top: 0.2rem;
  height: 2.1rem;
  font-size: 0.9rem;
}
.profile-card{
  min-width:15rem;
}
.blue.rx-logo,.info-color,.btn-primary {
  background-color: #1C4C88 !important; 
}
.rx-logo-blue-text {
  color: #1C4C88 !important; 
}
.orange.rx-logo {
  background-color: #EBAF33 !important; 
}
table.dataTable tbody tr.selected {
  background-color: #EBAF33 !important; 
}  
table.dataTable tbody tr.selected td{
  color:#fff !important;
}
table.dataTable thead tr {
  background-color: #EBAF33;
  color: #000000;
}

table.dataTable tbody tr:hover {
  background-color: #EBAF33 !important;
  cursor: pointer;
}
table.dataTable tbody tr:hover td {
  color: #0000ff; 
  text-decoration: underline;
}  




table thead tr {
  background-color: #EBAF33;
  color: #000000;
}
body {
  margin:0;
  padding:0;  
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:100vh;
}
main {
  flex:1 0 auto;
}
table.dataTable tbody tr i {
  visibility:hidden;
  float:left;
  font-size: large;
  margin-right:10px;
 }
table.dataTable tbody tr:hover i {
  visibility:visible;
 }
#main-section{
  margin:-40px 20px !important;
}
table th{
  font-weight:bold;
}

.dataTable th i{
  position:absolute;
  margin-left:-18px;
  margin-top:2px;
  font-size:1.1em;
}
.dataTable th i.hidd{
  visibility:hidden;
}
.dataTable th:hover i{
  visibility:visible;
}
.tabFoot{
  margin:30px 0;
}
.tabFoot .tabPageButtons{
  float:right;
}
.tabFoot .tabPageButtons i{
  display:inline-block;
  width:34px;
  height:34px;
  color:#000;
  text-align:center;
  line-height:34px;
  margin-top:-5px;
  font-size:0.9em;
}
.tabFoot .tabPageButtons a i:hover{
  background:#eee;
}


table.dataTable tr.act {
  background-color:#EBAF33 !important;
}  
table.dataTable tr.act td{
  color: #0000ff; 
  text-decoration: underline;
}
table.dataTable tr.act td i{
  visibility:visible;
}
.bad{
  color: #ff0000 !important; 
}
.table-report th{
  vertical-align: middle !important;
}
