body {
    font-family: 'DM sans', sans-serif !important;
}

.d-none {
    display: none !important;
}

.text-bold {
    font-weight: bold;
    font-family: sans-serif;
}

.top-buffer {
    margin-top: 1.4em;
}

.top-buffer-custom {
    margin-top: 35px;
}

.top-bottom-buffer {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
}

.bottom-buffer {
    margin-bottom: 1em;
}

.full-width {
    width: 100% !important;
}

.mo-checkList-btn{
    background-color: rgb(38, 55, 70);
    color: #fff!important;
}

.mo-home-btn-outline{
    border: 1px solid rgb(38, 55, 70);
    color: rgb(38, 55, 70);
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

pre {
    white-space: pre-line;
}

.navbar {
    background-color: #ffffff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 8%);
}

.center {
    text-align: center;
    position: relative;
    top: 45%;
}

.header-login {
    margin-top: -10px;
}

.header-login img {
    max-height: 40px;
}

.setting-icon {
    background: url('../images/prd_sprite.png') no-repeat -271px -87px;
    width: 22px;
    height: 22px;
    display: block;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}

.acc-icon {
    background: url('../images/prd_sprite.png') no-repeat -149px -88px;
    width: 22px;
    height: 20px;
    display: block;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
}

.dropdown-menu > li > a:hover {
    background-color: #1d2b36;
    color: #fff;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#main-wrapper {
    max-width: 100%;
}


@media (min-width: 767px) {
    #main-wrapper {
        padding-top: 70px;
        padding-left: 250px;
        padding-right: 50px;
    }
}

ul.dashboard-panel li {
    list-style: none;
}

.panel .panel-heading {
    font-weight: bold;
}

.dashboard-panel img.feature,
.integration-panel img.feature {
    max-height: 50px;
    height: 50px;
}

.dashboard-panel .thumbnail_fonts,
.integration-panel .thumbnail_fonts {
    text-align: center;
    font-size: 12px;
    color: #777;
    text-decoration: none;
}

.dashboard-panel .panel-footer,
.integration-panel .panel-footer {
    text-align: center;
    font-size: 12px;
    color: #777;
    text-decoration: none;
    height: 50px;
    overflow-wrap: break-word;
}

.panel-footer {
    padding-right: 10px;
    padding-left: 10px;
    border: none;
    margin: 1rem 0;
    background: none;
}

.dashboard-panel .panel-header,
.integration-panel .panel-header {
    text-align: right;
    font-size: 12px;
    color: #777;
    text-decoration: none;
    padding: 2px 10px 0 0;
    overflow-wrap: break-word;
    min-height: 19px;
}

.dashboard-panel .application-list,
.integration-panel .application-list {
    cursor: pointer;
}

.dashboard-panel .customtooltip:hover .thumbnail_fonts,
.dashboard-panel .application-list:hover .thumbnail_fonts,
.integration-panel .application-list:hover .thumbnail_fonts,
.integration-panel .customtooltip:hover .thumbnail_fonts {
    color: #f0ad4e;
}

.dashboard-panel .customtooltip:hover .panel-body,
.dashboard-panel .application-list:hover .panel-body,
.integration-panel .customtooltip:hover .panel-body,
.integration-panel .application-list:hover .panel-body,
.dashboard-panel .customtooltip:hover .panel-header,
.dashboard-panel .application-list:hover .panel-header,
.integration-panel .customtooltip:hover .panel-header,
.integration-panel .application-list:hover .panel-header {
    background-color: inherit;
}

.dashboard-panel .checked,
.integration-panel .checked {
    border-color: #A8A8A8;
    background-color: #f5f5f5;
}

.ssolink:hover {
    color: #f0ad4e;
    text-decoration: none;
}

.basicfeatures img {
    max-height: 20px;
}

table {
    font-size: 12px;
}

#loading_image {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1040;
    opacity: .9;
    filter: alpha(opacity=50);
    background-color: #f8f8f8;
    text-align: center;
    padding-top: 20em;
}

.heading_font {
    line-height: 35px;
}

.responsive-toggle {
    min-width: 99px !important;
}

.heading_font a {
    text-decoration: none;
    cursor: pointer;
    color: #5189a4;
}

.nav-tabs li {
    font-weight: 500;
}

form .input_field_fonts {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    line-height: 34px;
}

form a:hover {
    text-decoration: none;
}

.tab-content {
    margin: 2%;
}

.no-line {
    color: #5189a4;
}

.mo-btn-primary,
.mo-btn-primary:focus {
    color: #fff;
    background-color: #eb5426;
    border: none;
    outline: none;
}

.mo-btn-primary:hover,
.mo-btn-primary:active:focus,
.mo-btn-primary.active {
    color: #fff;
    background-color: #eb5426c9;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-default {
    border: none;
}

.pagination>.active>a,
.input-group .form-control,
.input-group-btn {
    z-index: 0;
}

.btn-default:hover,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:active {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
}

.btn-border-apps {
    background: #1e2c38;
    color: #fff;
    width: 50%;
    font-weight: 500;
    border-radius: 4px !important;
}

.btn-border-apps:hover, .btn-border-apps:active, .btn-border-apps:focus {
    background-color: #1e2c38ed;
    color: #1e2c38 !important;
    border-color: #1e2c38;
    color: #fff !important;
}

.btn-clear {
    border: none;
    color: #337ab7;
}

.btn-red {
    border: none;
    color: #a94442;
}

.addipbutton, .addtimebutton, .addlocationbutton, .remipbutton, .remlocationbutton, .remtimebutton {
    background-color: #f4f4f4;
    border: none;
}

.addipbutton:hover, .addtimebutton:hover, .addlocationbutton:hover, .remipbutton:hover, .remlocationbutton:hover, .remtimebutton:hover,
.addipbutton:active, .addtimebutton:active, .addlocationbutton:active, .remipbutton:active, .remlocationbutton:active, .remtimebutton:active,
.addipbutton:focus, .addtimebutton:focus, .addlocationbutton:focus, .remipbutton:focus, .remlocationbutton:focus, .remtimebutton:focus,
.addipbutton:active:focus, .addtimebutton:active:focus, .addlocationbutton:active:focus, .remipbutton:active:focus, .remlocationbutton:active:focus, .remtimebutton:active:focus {
    background-color: #f4f4f4;
    border: none;
}

.addipbutton i, .addtimebutton i, .addlocationbutton i, .remipbutton i, .remlocationbutton i, .remtimebutton i {
    color: #000;
    font-size: 1.8rem;
    font-style: normal;
}

.dropdownusergrp {
    top: 76%;
    right: auto;
}

#usericon {
    position: absolute;
    top: 66px;
    left: 30%;
    background: url(../images/menu.png) no-repeat -149px -602px;
    z-index: 999;
    width: 30px;
    height: 30px;
}

.mt-3 {
    margin-top: 1rem;
}

.mb-2 {
    margin-bottom: .5rem !important;
}
.mb-0{margin-bottom: 0!important;}
.mt-0{margin-top: 0!important;}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 1em;
}

.ml-2 {
    margin-left: 2em;
}

.ml-3 {
    margin-left: 3em;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 1em;
}

.mr-2 {
    margin-right: 2em;
}

.px-0{
    padding-left: 0;
    padding-right: 0;
}

.pr-5 {
    padding-right: 5em;
}

.errorMessage,
.actionMessage {
    list-style: none;
}

.above_all {
    z-index: 99;
}

.red {
    color: red !important;
}

.green {
    color: green !important;
}

.heading_font > i {
    color: grey;
}

.form-inline .form-group .intl-tel-input {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-inline .full-width {
    width: 100%;
}

.list-row li {
    list-style: none;
}

.spacing {
    padding-bottom: 0.6em;
}

.radio {
    padding-left: 20px;
}

.radio label {
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.radio label::before {
    cursor: pointer;
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    margin-left: -20px;
    border: 1px solid #286090;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 4px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #286090;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.ldapconfig input[type="radio"] {
    margin-left: -18px;
    margin-top: -2px;
}

.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}

label.radio {
    font-weight: bold;
    font-style: italic;
}

.bootstrap-select.form-control {
    border: 1px solid #ccc !important;
}

/*TWO FACTOR METHODS*/

#strong_auth_methods .panel-heading,
#strong_auth_methods .panel-body {
    cursor: pointer;
}

#strong_auth_methods .panel-heading:hover + .panel-body {
    background-color: #f5f5f5;
}

#strong_auth_methods .panel-body:hover {
    background-color: #f5f5f5;
}

#strong_auth_methods .panel-body:active {
    background-color: #f5f5f5;
}

#strong_auth_methods .panel div.panel-body {
    min-height: 120px;
}

#strong_auth_methods .panel .configuredBasic {
    background: url(../images/icons/feat_smart.png) rgba(99, 143, 223, 0.42) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .notConfiguredBasic {
    background: url(../images/icons/feat_smart.png) rgba(221, 221, 221, 0.66) no-repeat right;
    padding: 20px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .configuredLaptop {
    background: url(../images/icons/laptop-24.png) rgba(99, 143, 223, 0.42) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .notConfiguredLaptop {
    background: url(../images/icons/laptop-24.png) rgba(221, 221, 221, 0.66) no-repeat right;
    padding: 20px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .notConfigured {
    background: url(../images/icons/device_sprite.png) rgba(221, 221, 221, 0.66) no-repeat right;
    padding: 20px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .configured {
    background: url(../images/icons/device_sprite.png) rgba(99, 143, 223, 0.42) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .notConfiguredSmart {
    background: url(../images/icons/Smartphone-24.png) rgba(221, 221, 221, 0.66) no-repeat right;
    padding: 20px;
    margin-bottom: 0px;
}

#strong_auth_methods .panel .configuredSmart {
    background: url(../images/icons/Smartphone-24.png) rgba(99, 143, 223, 0.42) no-repeat right;
    padding: 10px;
    margin-bottom: 0px;
}

#strong_auth_methods .active {
    background-color: rgba(99, 143, 223, 0.42);
}

#strong_auth_methods .inactive {
    background-color: rgba(221, 221, 221, 0.66);
}

#strong_auth_methods .selectedMethod {
    background-color: rgba(54, 157, 4, 0.42);
}

#strong_auth_methods .panel .selectedMethod {
    background-color: rgba(54, 157, 4, 0.42);
    margin-bottom: 0px;
}

#strong_auth_methods .color-icon {
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
}

#strong_auth_methods .panel-heading input[type=radio] {
    display: none;
}

.onprem-dashboard .panel-body {
    min-height: 175px;
}


/** loader **/

.loadingbar,
.loadingbar:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.panel-box-shadow:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: box-shadow 200ms;
}

.loadingbar {
    margin: auto;
    font-size: 10px;
    position: relative;
    border-top: 1.3em solid rgba(255, 151, 47, 0.2);
    border-right: 1.3em solid rgba(255, 151, 47, 0.2);
    border-bottom: 1.3em solid rgba(255, 151, 47, 0.2);
    border-left: 1.3em solid #ff972f;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.registration_step1_logo {
    background: url(../images/progress_sprite.png) 138px 0px no-repeat;
    padding: 14px;
}

.registration_step2_logo {
    background: url(../images/progress_sprite.png) 270px -150px no-repeat;
    padding: 20px;
}

.registration_step3_logo {
    background: url(../images/progress_sprite.png) 126px -300px no-repeat;
    padding: 20px;
}

.registration_2step1_logo {
    background: url(../images/progress_sprite2.png) 243px 0px no-repeat;
    padding: 14px;
}

.registration_2step2_logo {
    background: url(../images/progress_sprite2.png) 392px -150px no-repeat;
    padding: 20px;
}

.popover {
    max-width: 620px;
    width: fit-content;
    opacity: 0.5;
    font-size: smaller;
}

.move-to-bottom-button button {
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
}

.move-to-bottom-button {
    position: fixed;
    right: 35px;
    top: 68px;
    z-index: 10;
}

.datepicker-months .table-condensed,
.datepicker-years .table-condensed {
    width: 100%;
}

.copytoclipboard {
    cursor: pointer;
    margin: 0.4em 0.1em 0 -2em;
    color: gray;
    padding: 0.1em 0.3em 0.1em 0.4em;
}

#linkfield {
    padding-right: 2em;
}

input[type='text'] + .copytoclipboard {
    background: #eee;
    position: relative;
    float: right;
}

textarea + .copytoclipboard {
    background: #eee;
    padding: 0.1em 0.3em 0.1em 0.1em;
}

#progress_bar {
    margin: 10px 0;
    padding: 3px;
    border: 1px solid #000;
    font-size: 14px;
    clear: both;
    opacity: 1.0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}

#progress_bar .percent {
    background-color: #99ccff;
    height: auto;
    width: 0;
}

.motooltiptext {
    display: none;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    font-family: Inter;
    margin-left: 1em;
    white-space: nowrap;
}

.motooltip,
.motooltip:hover{
    color: inherit;
    text-decoration: none;
}

.z-index-1{
    z-index: 1;
}

.clipboardCopy {
    float: left;
    padding-right: 2em;
}

.copytoclipboard:hover > .motooltiptext {
    display: block;
    opacity: 1;
    margin-top: 0.5em;
}

.title-message {
    font-size: 26px;
    text-align: center;
    padding-bottom: 2rem;
    color: #4b7d58;
}

.subtitle-message {
    font-size: 17px;
    text-align: center;
    padding-bottom: 2rem;
    color: #4b7d58;
}

.alert-warning .warning-img,
.alert-info .info-img {
    font-size: 20px;
    float: left;
    text-align: center;
    margin: 0.3em 0.2em 0 0.3em
}

.mo-color-grey {
    color: #afadad;
}

.mo-color-dark-grey {
    color: #6e6e6e;
}

.margin-top-15 {
    margin-top: 15px;
}

.table-design-db-download th {
    background-color: #dc9027;
    color: white;
    border: 1px solid #1d2239;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.table-design-db-download td {
    border: 1px solid #1d2239;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
}

.text-left-align {
    text-align: left;
    padding-left: inherit;
}

.form-horizontal .control-label.text-left {
    text-align: left;
}

.add-text-indent {
    text-indent: 18px;
}

.fa.conn-icon-placement {
    padding: 7px;
    font-size: 20px;
    text-align: center;
    position: absolute;
}

.text-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

.captcha-container {
    margin: 10px auto auto;
}

.clearfix {
    clear: both;
}

.notice-text-big {
    font-size: 17px;
}

.notice-button {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    background-color: #a94442;
    color: #fff;
    letter-spacing: 1px;
}

.notice-button:hover {
    color: #fff;
    background: #a94442;
}

.subtitle-message {
    font-size: 17px;
    text-align: center;
    padding-bottom: 2rem;
    color: #4b7d58;
}

.pb-1 {
    padding-top: 10px;
}

.card1 {
    height: 20vh;
}

.btn-outline-primary {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .card1 {
        height: 30vh;
    }
}

.status-btn {
    text-align: right;
}

@media (max-width: 820px) {
    .status-btn {
        text-align: left;
        margin-top: 60px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 769px) {
    .share-identity-modal {
        width: auto !important;
    }

    .pt-sm-1 {
        padding-top: 10px;
    }
}

.flexbox {
    display: flex
}

.flex-column {
    flex-direction: column;
}

.justify-content-center{
    justify-content: center;
}

.justify-content-space-between{
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.pac-container:after {
    content: none !important;
    display: flex;
}

.select2-container {
    width: 100% !important;
    height: 33px !important;
}

.select2-selection--single {
    height: 100% !important;
    border: 1px solid #ccc !important;
}

.showMetadaBtn,
.showMetadaBtn:focus {
    background-color: rgb(38, 55, 70);
    color: #fff;
}

.showMetadaBtn:hover,
.showMetadaBtn:active,
.showMetadaBtn:visited {
    background: #263746f2;
    color: #fff;
}

.white-icon + .copytoclipboard {
    color: #fff;
}

#endUserListForEdit {
    padding: 2rem;
}
a.anchor_no_show {
    color:inherit;
}
a.anchor_no_show:hover {
    color:#337ab7;
    text-decoration: underline;
}
.mo-home-fw-bold {
    font-weight: 700;
}
.mo-breadcrumb{
    padding: 1rem 0;
    background-color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    color: #808080;
  }
.dataTables_wrapper{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
}
.panel{
    border: none;
}
.panel-default>.panel-heading {
    color: #000;
    background-color: #fff;
    border: none;
    padding: .8rem 1.7rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 2px solid #e8e8e8;
}
.mo-panel-apps>.panel-heading{
    background-color: #f5f5f5;
}
.mo-panel-apps{
    border: 1px solid #ddd;
    border-radius: 5px;
}

.custom-mo-panel-apps{
    border: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
}

.text-align-left{
    text-align: left;
}

.password-padding{
    padding-left: 50px;
    padding-right: 50px;
}

.attribute-mapping-note {
    width: 70%;
    background-color: white;
    padding: 9px;
}

.checkListContainer {
    padding: 5px 20px;
    font-size: 12px;
}

.checkListItemTitle{
    color: #555;
    font-weight: 500;
}

.checkListItemTitle:hover{
    text-decoration: underline;
}

.quickAccessBar{
    position: fixed;
    z-index: 0;
    background-color: #f8f8f8;
    right: 0px;
    height: 100%;
    max-width: 40px;
    overflow: auto;
}

.quickAccessItems{
    position: relative;
    top: 60px;
}

.quickAccessIcons{
    margin-right: 0px !important;
    padding: 8px;
}

.checkListCheck{
    margin-left: 1em;
    margin-right: 0;
}

.quickAccessHr{
    margin: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.quickAccessDrawer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.DrawerContent{
    position: absolute;
    right: 0px;
    height: 100vh;
    background-color: #fff;
    overflow: scroll;
    max-width: 295px;
}

.DrawerContentChild{
    top: 60px;
    position: relative;
}

.domumentsContainer{
    background-color: #fff;
    width: 290px;
    padding: 0px 10px;
}

.padding-10{
    padding: 10px;
}

.item-block-padding{
    padding: 15px 10px;
}

.videoLinkMargin{
    margin: 0px 20px;
}

.closeDrawer{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
}

.checkListWrapper{
    background-color: #fff;
    width: 290px;
}

.lh-1{
    line-height: 1;
}


@media screen and (max-width: 615px) {
    .panel-default>.panel-heading{
       display: block;
    }
    .panel-default>.panel-heading a, .panel-default>.panel-heading button{
        margin-top: 1.5rem;
     }

}

.useCaseLink {
    padding: .3rem .6rem;
    color: #2684FF;
}
.useCaseLink:hover {
    color: #2684FF;
    background: #e4e4e4;
    border-radius: 50px;
    transition: .2s ease-in-out;
}
