html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


/*Global Modal*/

.modal-header {
    background: #5c77a9;
    color: #fff;
    border-radius: 2px;
}

#closeModalIcon, #closeModalIconTwo {
    width: 60%;
}

#mainModalLongTitle, #addPMResultModalLongTitle, #denyPMModalLongTitle, #validValuesModalLongTitle, #editAssignedEmployeeLabel {
    text-align: center;
    font-weight: 100;
    font-size: 24px;
}

.modalHeaderText {
    text-align: center;
    font-weight: 100;
    font-size: 24px;
}

.helperText {
    font-weight: 100;
    font-size: 18px;
    text-decoration: underline !important;
}

/*Global Side Column*/
.sideColumnContainer {
    border-left: 1px solid #6c84b1;
}


/*Search Pages*/
.secondaryContainer {
    margin-top: 45px;
}

#searchPMContainer {
    margin-top: 25px;
    border-top: 2px solid #adbbd4;
    border-bottom: 2px solid #adbbd4;
    padding: 13px;
    border-radius: 8px;
}

#searchIconContainer {
    font-size: 19px;
    border-bottom: 1.2px solid #adbbd4;
    width: 100%;
}

#searchIcon {
    width: 30px;
    padding: 0px;
    margin: 0px;
}

.rowMarginTopFix {
    margin-top: 20px;
}

#utilityBtnRowContainer {
    margin-top: 30px;
}

#utilityBtnRow {
    /* border-bottom: 1px solid #adbbd4; */
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.paddingRightLeftFix, .row {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#searchPMSelectionHeader {
    font-size: 22px;
}

/*Performance Measure Results*/

#resultsPMHeader {
    font-size: 22px;
    margin-bottom: 20px;
}

#resultsPMContainer {
    margin-top: 20px;
    margin-bottom: 21px;
}

#resultsPMHeaderIcon {
    width: 30px;
}

.resultsPMEditBtn {
    width: 26px;
}

div.dt-container select.dt-input {
    margin-right: 10px;
}

table.dataTable tbody th {
    font-weight: 400;
}

.resultsHeader {
    font-size: 20px;
    font-weight: 300;
    text-decoration: underline;
    margin-bottom: 17px;
    text-decoration-thickness: 0px;
}

.rowMarginFix {
    margin-top: 10px;
}



/*Deny Modal*/
#denyPMAlertIcon {
    width: 28px;
    float: left;
    margin-right: 9px;
    position: relative;
    top: 5px;
}

#denialReasonErrorText{
    color: red;
}