.fab-container {
    cursor: pointer;
    margin-left: 15px;
}

.nav-link {
    text-decoration: none !important;
}

.readOnlyField {
    cursor: not-allowed !important;
    pointer-events: none;
    background-color: #e3e5e8;
}

.dataTable {
    width: 100% !important;
}

.videoWrap {
    width: 104% !important;
    margin-left: -10px;
    padding: 0;
    overflow: hidden;
}

.haveAccess {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
}

.programStepVideo {
    height: 500px !important;
    width: 100% !important;
    border: 0px;
}

.formElementLimited {
    max-width: 300px;
    margin: 0px auto;
}

.tooltip-inner {
    background-color: black;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
    font-size: 20px;
    color: white;
    max-width: 500px;
}

.container {
    max-width: 1170px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.quick-exit-tooltip {
    font-family: Arial, Helvetica, sans-serif !important;
}

.display-none {
    display: none;
}

.width-full {
    width: 100% !important;
}

.dropdown-menu {
    --bs-dropdown-padding-y: 0rem !important;
}

.custom-accordion {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.custom-accordion-group {
    margin-bottom: 20px;
}

.custom-accordion-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    color: inherit;
}

.btn-link > big {
    font-size: 13px;
    font-weight: 600;
}

.custom-accordion-group .custom-accordion {
    margin-bottom: 0;
    border-radius: 4px;
}

.custom-accordion-default {
    border-color: #ddd;
}

.custom-accordion-default > .custom-accordion-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.custom-accordion-body {
    padding: 10px;
}

.custom-accordion-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.defaultCardTile {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    height: 100%;
}

.defaultCardTile img:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.defaultCardTile .defaultCardTile-header {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px !important;
    margin-top: 8px;
    margin-bottom: 12px;
}

.defaultCardTile .defaultCardTile-description {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}

.card-title {
    font-size: 98% !important;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.card {
    text-decoration: none !important;
    margin: 0px auto;
    width: 100%;
}

.btn-block {
    display: block;
    width: 100%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.tileImg {
    max-height: 180px;
    width: 100%;
    height: 100%;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-default {
    border-color: #dddddd;
}

.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #676767;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-body {
    padding: 15px;
}

.homeBanner {
    max-height: 500px;
}

.shortInfoPillarName {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    top: -13px;
}

.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.text-left {
    text-align: left;
}

.padding-10 {
    padding: 10px;
}

.text-right {
    text-align: right;
}

.variableTip {
    margin-top: 10px;
}

.hidden {
    display: none !important;
}

.select2-container {
    border: 1px solid lightgrey;
    border-radius: 5px;
    min-height: 38px;
    padding-top: 3px;
}

.form-select {
    min-height: 38px !important;
}

.select2-selection, .select2-selection--single {
    border: 0 !important;
}

.form-dl dt {
    padding: 0 12px;
}

.form-dl dd {
    padding: 0 12px;
}
