  /*Hide buttons for Close*/
#card2 > div > div.card-header > button {
    display: none;
}
.rfSI svg {
    display: none;
}

.rfwf-dashboard .meeting-requests .has-rows .card-body-row .icon-action, .rfwf-dashboard .meeting-requestor .has-rows .card-body-row .icon-action {
    position: absolute;
    top: 8px;
    right: 8px;
    display: none;
}


/* fix top padding */

.rf-workflow .rf-workflow-body-content {
    padding-top: 124px;
}

.rf-card.no-header .card-body {
  height: 270px;
}

.rf-card .card-body {
    height: 215px;
}

.rf-card {
    max-width: 1000px;
    margin: 0 auto 30px;
}

.rf-card .card-header {
    background-color: #fff;
    border: 2px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
    padding: 8px 20px;
    height: 55px;
}
#card1 .card-header .card-controls
{display: none;
}
.rf-card .card-body {
    background-color: #fff;
    padding: 20px;
    border: 2px solid #ccc;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    overflow: auto;
}
.rfwf-dashboard .meeting-requests .card-header, .rfwf-dashboard .meeting-requestor .card-header {
    clear: both;
    display: inherit;
}
#card2 .card-header .card-header-title{
float:left;
}
#rf-content .mdBtnR-primary, #rf-content button.mdBtnR-primary, #rf-content a.mdBtnR-primary, #rf-content .rfds-border-primary, #rf-content .rfds-bkg-primary {
     float: right;
}
.rf-card .card-header .card-header-title {
    margin: 0;
    padding: 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: inherit;
}
.rfSI svg {
    cursor: pointer;
    display: block;
    fill: #115c85;
    height: 100%;
    opacity: 1;
    width: 100%;
}
#rf-content {
    padding-top: 35px !important;
}
.rf-admin-content h3, .rf-admin-content .h3, .rfComp-canvas h3, .rfComp-canvas .h3, div[id*='rf-'].rf-widget h3, div[id*='rf-'].rf-widget .h3 {
    font-size: 28px;
}
.rf-table-container .rf-table .table-body .table-row.table-header>div {
    border-bottom: 1px solid #115c85 !important;
    border-top: 1px solid #ccc;
    color: #115c85;
    text-transform: uppercase;
    font-weight: 700;
}
.rf-radio-option .check {
    display: block;
    position: absolute;
    border: 1px solid #115c85;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 0;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    box-sizing: border-box;
}
#card2 > div > div.card-header > button { 
       padding: 8px 13px !important;
}

.calendar-container .meeting-day .meeting-time {
    border: 1px solid #115c85;
    border-radius: 4px;
    padding: 5px 12px;
    height: 36px;
    line-height: 26px;
    cursor: pointer;
}
.calendar-container .meeting-day .meeting-time .meeting-time-value {
    color: #115c85;
    position: relative;
}
.rf-radio-option input[type=radio]:checked ~ .check::before {
    background: #115c85;
}
.calendar-container .meeting-day .meeting-time.active {
    border: 1px solid #115c85;
    background-color: #115c85;
    border-radius: #115c85;
}
/*.mdBtnR.mdBtnR-dash {
	background-color:#115c85;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:10px 13px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2f6627;
}
.mdBtnR.mdBtnR-dash:hover {
	background-color:#5cbf2a;
}
.mdBtnR.mdBtnR-dash:active {
	position:relative;
	top:1px;
}*/
.form-footer-actions {
    display: none;
}

#card2 > div > div.card-body.has-rows {
height: 230px !important;
}

body > div.rf-org-footer-container > div.page.var19.theme2 > footer {
    position: fixed;
    bottom: 0;
}

/*hide button and edit/cancel icons when request closed*/
.rf-body[class*="mterequest"] .meeting-requestor .icon-action,
.rf-body[class*="mterequest"] .meeting-requestor .mdBtnR-primary,
.rf-body[class*="mterequest"] button.mdBtnR-primary[data-test*="meeting-add-new"] {
  display: none !important;
}

