/*currently using the EDU version ... new changes start here after 20220424*/
/*calendar personal time added on 20220322*/
.mdBtnR-outline-primary,
a.mdBtnR-outline-primary,
.mdBtnR-primary,
a.mdBtnR-primary,
#rf-calendar .schedule-calendar .schedule-calendar-toolbar .calendar-options .add-personal-time{
    height: 45px;
    line-height: 43px;
    border-radius: 4px;
    border: 2px solid #0B5CAB;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'SalesforceSans';
    font-weight: bold;
    font-style: normal;
    min-width: max-content;
    text-align: center;
    outline: 0;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: background .2s linear;
    padding: 0 25px;
}
/*Add to favorites from session banner zoom thing 20220329*/
/*Add to favorites after it is favorited... 20220408*/
button.mdBtnR.mdBtnR-info,
button.mdBtnR.mdBtnR-outline-info {
  height: 45px;
}
/*upload-file-area for help desk chat 20220328*/
.mdBtnR-outline-primary span.mdBtnR-text,
a.mdBtnR-outline-primary span.mdBtnR-text,
.mdBtnR-primary span.mdBtnR-text,
a.mdBtnR-primary span.mdBtnR-text,
.mdBtnR.mdBtnR-sm .mdBtnR-text, a.mdBtnR.mdBtnR-sm .mdBtnR-text,
.upload-file-area .upload-message .mdBtnR .mdBtnR-text{
    height: 45px;
    line-height: 43px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'SalesforceSans';
    font-weight: bold;
    font-style: normal;
    min-width: max-content;
    text-align: center;
    text-decoration: none;
}
.mdBtnR-outline-primary span.rfSI,
a.mdBtnR-outline-primary span.rfSI,
.mdBtnR-primary span.rfSI,
a.mdBtnR-primary span.rfSI,
.mdBtnR.mdBtnR-sm .rfSI, a.mdBtnR.mdBtnR-sm .rfSI{
  height: 43px;
  max-height: 43px;
}
/*focus added 20220312*/
.mdBtnR-primary,.mdBtnR-primary:focus,
a.mdBtnR-primary,a.mdBtnR-primary:focus{
  background: #0B5CAB;
  border: 2px solid #0B5CAB;
  color: #fff;
}
.mdBtnR-primary span.mdBtnR-text,
a.mdBtnR-primary span.mdBtnR-text{
  color: #fff;
}

/*mainstage button (d3g portal) added*/
.mdBtnR-primary:hover,
a.mdBtnR-primary:hover,
.d3g-mainstage-button:hover a.mdBtnR-primary,
.d3g-mainstage-button:focus a.mdBtnR-primary,
.d3g-mainstage-button:active a.mdBtnR-primary{
  background: #032D60;
  border: 2px solid #032D60;
  color: white;
  text-decoration: none;
}

.mdBtnR-outline-primary, a.mdBtnR-outline-primary {
  border: 2px solid #0B5CAB;
}
/*added above and below for the new colors when first joining help desk
cancel: mdBtnR mdBtnR-outline-primary cancel-saving
submit: mdBtnR mdBtnR-primary confirm-saving
*/
.mdBtnR.mdBtnR-outline-primary.cancel-saving .mdBtnR-text {
  color: #032e60 !important;
}
.mdBtnR.mdBtnR-outline-primary.cancel-saving{
  border: 2px solid #032D60 !important;
}
.mdBtnR.mdBtnR-primary.confirm-saving{
  background: #032D60 !important;
  border: 2px solid #032D60 !important;
  color: white;
}

.mdBtnR-outline-primary:hover, 
.mdBtnR-outline-primary:focus, 
.mdBtnR-outline-primary.active, 
a.mdBtnR-outline-primary:hover, 
a.mdBtnR-outline-primary:focus, 
a.mdBtnR-outline-primary.active,
.d3g-mainstage-button:hover a.mdBtnR-outline-primary,
.d3g-mainstage-button:focus a.mdBtnR-outline-primary,
.d3g-mainstage-button:active a.mdBtnR-outline-primary{
  border: 2px solid #032D60;
  background: white;
  text-decoration: none;
}

.mdBtnR-outline-primary span.mdBtnR-text {
  color: #0B5CAB;
}

.d3g-mainstage-button:hover a.mdBtnR-outline-primary,
.mdBtnR-outline-primary span.mdBtnR-text:hover,
.mdBtnR-outline-primary:hover span.rfSI,
.mdBtnR-outline-primary:hover span.rfSI svg {
    color: #032D60;
    fill:#032D60;
}
.mdBtnR.mdBtnR-sm .mdBtnR-text, a.mdBtnR.mdBtnR-sm .mdBtnR-text {
    line-height: 35px;
}

/*buttons on bottom of recover your account are both set as bdBtnR-primary... need to set the first one with hollow button style*/
.modal-dialog .modal-content .modal-footer button.mdBtnR-primary:nth-child(1):not(:last-child){
  background: white;
  font-family: 'Avante Garde';
  color: #0B5CAB;
  /*line-height: unset;/*added 20220120 to shift text slightly down - noticable on LDG and EC machines? - turns out updating the initial line-height from 41 to 43 px fixed this*/
}
.modal-dialog .modal-content .modal-footer button.mdBtnR-primary:nth-child(1):not(:last-child):hover{
  border-color: #032d60;
  color: #032d60;
  /* border and background were: #90d0fe; till revamp*/
}
/*update on rf seems to have put the words in a span now 20220302 - fixing again*/
.modal-dialog .modal-content .modal-footer button.mdBtnR-primary:nth-child(1):not(:last-child) > span{
  font-family: 'Avante Garde';
  color: #0B5CAB;
}
.modal-dialog .modal-content .modal-footer button.mdBtnR-primary:nth-child(1):not(:last-child):hover > span{
  color: #032d60;
}

/*task pages need special button love ie sponsorportal/tasks/task
$ for ends with ^ for starts with and * for found anywhere*/
[class$="-task"] button.save-action {
  background-color: #0B5CAB;
}
[class$="-task"] button.save-action:hover {
  background-color: #032D60;
}
[class$="-task"] button.save-action span.mdBtnR-text{
  color: white;
}
[class$="-task"] button.cancel-action {
  float: left;
}
[class$="-task"] input.mdBtnR.mdBtnR-primary[name="Dashboard Button"],
[class$="-tasks"] input.mdBtnR.mdBtnR-primary[name="Dashboard Button"]{
  background-color:white;
  color:#0B5CAB;
  border-color:#0B5CAB;
}
[class$="-task"] input.mdBtnR.mdBtnR-primary[name="Dashboard Button"]:hover,
[class$="-tasks"] input.mdBtnR.mdBtnR-primary[name="Dashboard Button"]:hover{
  background-color:white;
  color:#032D60;
  border-color:#032D60;
}

/*show more button on catalog pages not centered - rf makes height of 32px for the button*/
#rf-catalog .search-container .search-content .show-more-btn, #rf-exhibitorcatalog .search-container .search-content .show-more-btn, #rf-speakercatalog .search-container .search-content .show-more-btn{
  line-height:3.5;
}

/*20220224 another random reg modal with a new button - go to a content catalog, not logged in, and try and favorite*/
button.alternate-need-register {
  color: #0B5CAB;
  border-color: #0B5CAB;
  line-height:38px;
}
button.alternate-need-register:hover {
  color: #032d60;
  border-color: #032d60;
}