/* Custom Jack Styling */

.wr-table .fixedDataTableLayout_header .public_fixedDataTableCell_cellContent, .wr-table .public_fixedDataTable_header .public_fixedDataTableCell_cellContent {
    color: #222;
    font-weight: 400;
    text-align: center;
}
.rfwf-bg-primary {
    background-color: #005073;
    color: #fff;
}
.wr-table .fixedDataTableLayout_header *, .wr-table .fixedDataTableLayout_header, .wr-table .public_fixedDataTable_header *, .wr-table .public_fixedDataTable_header {
    line-height: 1.2em;
    text-transform: uppercase;
    color: #005073;
}
.rfSI svg {
    cursor: pointer;
    display: block;
    fill: #005073;
    height: 100%;
    opacity: 1;
    width: 100%;
}

@media only screen and (min-width: 1170px) {
	#rf-content {padding-top: 50px !important;}
}

/* fix top padding */

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

/* survey submit button color */

#myDynamicForm > div.form-footer-actions > span:nth-child(2) > button {
background-color: #00263A !important;
border-color: #00263A !important;
}

.rf-card .card-body {
    height: 700px !important;
    
}
