/*adjust card hight on log in page*/
#workflow-login-page .md-frame .md-frame-body {
    min-height: 300px;
}

/*Fix Upercase text that was showing on CFP chart*/
.rf-simple-table tr th, .table tr th {
    text-transform: none !important;
}

/*Fix Upercase Submission home button on CFP*/
.mdBtnR, a.mdBtnR {
  text-transform: none !important;
}

/*Fix Upercase text on edit proposal chart*/
.rf-table-container .rf-table .table-body .table-row.table-header>div {
    border-bottom: 1px solid #3e82e0 !important;
    border-top: 1px solid #ccc;
    color: #000000;
    text-transform: none !important;
    font-weight: 700;
}

/*** Updating button styles ***/
a.mdBtnR-outline-primary {
    border:1px #000 solid !important;
    color: #000 !important;
    text-transform: inherit;
    padding: 8px 16px !important;
  
}
a.mdBtnR-outline-primary .mdBtnR-text {
   color: #000 !important;
   text-transform: none !important;
}
a.mdBtnR-outline-primary:hover {
    background-color:#000;
}
a.mdBtnR-outline-primary:hover .mdBtnR-text {
    color:#FFF !important;
}
a.mdBtnR-primary.rf-auth {
    padding:10px 15px!important;
}
a.mdBtnR-primary .mdBtnR-text {
    color:#FFF !important;
    text-transform:initial !important;
    letter-spacing:normal;
}
a.mdBtnR-primary:hover{
  color:#FFF !important;
  text-decoration: none;
}

/*** Sponsor listing - Fix pill text color ***/
.rf-pill-primary {
  color:#151515;
}

/*** Sponsor listing - add padding around sponsor images in cards ***/
.exhibitor-tile .rf-tile-banner img{
  padding:10px; 
}



