.aligned {
    justify-content: center;
}

a.btn {
    padding-top: 10px !important;
}

.hand {
    cursor: pointer;
}

.login_alignment {
    color: #000;
}

.requiredclass {
    color: red !important;
}

.loadingPrelogin {
    margin-left: 210px !important;
}

.searchbox {
    display: inline-flex;
    margin-top: 8px;
}

.des_box {
    padding-top: 16px;
}

.cardsout {
    display: flex;
    flex-wrap: wrap;
}

.cardsin {
    flex: 1;
    position: relative;
    background: #fff;
    border: solid 1px #B1B1B1;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    margin: 0 0 45px 0;
}

.cardsin::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 5px;
    background: #FFE600;
    transition: width .3s;
    bottom: -1px;
    border-radius: 0 0 4px 4px;
}

.cardsin:hover::after {
    width: 100%;
}

.cardsout a {
    color: #2E2E38;
}

.wide_grey {
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #E7E7EA;
    padding: 30px 0 60px 0;
}

.cards_wrap {
    position: relative;
    top: 20px;
}

.cardsin h5 {
    height: 35%;
    display: flex;
    align-items: center;
    font-size: 20px;
    border-bottom: solid 1px #DFDFDF;
    margin: 20px 20px 10px 20px;
    padding-bottom: 10px;
}

.cardsin p {
    padding-left: 20px;
    padding-right: 20px;
    word-break: break-all;
    white-space: pre-wrap;
}

.btn_close i:hover {
    color: #636363;
}

.bg-image-wrapped {
    height: 100px;
}

.welcomeText {
    color: white;
    float: right;
    text-align: right;
    width: 37%;
    font-size: 18px;
}

.appTiles {
    height: 50px;
}

.search-container {
    background-color: #1a1a22 !important;
    opacity: 1 !important;
	height: 4.5rem !important;
}

.gatewayHeader {
    font-size: 25px !important;
    font-weight: bold !important;
}

.loginUser {
    color: white !important;
    right: 0;
    left: auto;
}

.userInfoGateway {
    width: 50px;
}

.loginUserDropdown {
    right: 0 !important;
    left: auto !important;
}

.header_right {
    float: right;
    flex: auto;
    text-align: right;
}

.header_right a {
    background: #1a1a22;
    display: inline-table;
    height: 73px;
    padding-top: 12px;
    vertical-align: middle;
    margin-right: 20px;
}

.search-container::placeholder {
    opacity: 1;
}

.loginUser .dropdown-menu {
    top: 19px !important;
}