/**
 ** FSI Dashboard style
 **/
body, header {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(22, 32, 41, 1);
}

header {
    background-color: rgba(15, 16, 49, 1);
}

body .navbar li, .border-appBox {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4), 0px 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    height: 80px;
    width: 100%;
}

        body .navbar li:hover {
            cursor: pointer;
        }

body .navbar-nav {
    margin: 0 -15px;
    padding-left: 0px;
}

header .container {
    padding: 5px;
}

section {
    height: auto;
    display: block;
}

.fsi-desktop.dashboard-body section {
    padding-bottom: 40px;
}


.container {
    padding: 0 15px;
}

.navbar-brand {
    padding-left: 15px;
}

.img-responsive {
    width: 100% !important;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-relative {
    position: relative;
}

.bottom-0 {
    bottom: 0;
}
.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-7 {
    padding-top: 7px;
}

.padding-left-10 {
    padding-left: 10px;
}

.height-34 {
    height: 34px;
}

.height-35 {
    height: 35px;
}

.height-40 {
    height: 40px;
}

.font-size-5 {
    font-size: 5em;
}
#div_logo {
  display: flex;
  align-items: center;
  height: 34px;
  padding-left: 5px;
  gap: 5px;
  color: #FFFFFF;
}
#div_logo span{
    margin-top: 4px;
}

#div_logo img {
    width: 38px;
    height: 16px;
    margin: 0;
    margin-right: 4px;
}

.border-radius-20 {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}

.border-radius-8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
}

.popup-background {
    margin-top: 40px;
    background-color: rgba(15, 16, 49, 1);
    border-radius: 9px;
    padding: 30px;
    display: table;
    position: relative;
    margin: auto;
}

.border-solid-2 {
    border: 2px solid #000;
}

.empty-space {
    height: 0px;
    display: block;
}

.empty-space-10 {
    height: 10px;
    display: block;
}

.button-color {
    background-color: rgba(107, 114, 155, 1);
    border-color: rgba(107, 114, 155, 1);
}

.color-black {
    color: #000;
}

.border-1 {
  border: 1px solid rgba(162, 162, 162, 1)
}

.border-1-solid {
    border-width: 1px;
    border-style: solid;
}

.border-radius-50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

/*TODO
change to background-color
*/
.black {
    background-color: rgba(0, 0, 0, 1);
}

.font-color-white {
    color: rgba(255, 255, 255, 1);
}

/** 
** overwrite branding style
**/

.row {
    width: auto !important;
}

footer {
    height: 40px !important;
    z-index: 90;
    padding-bottom: 5px;
    width: 100%;
    background-color: rgb(239, 243, 243);
    padding-top: 10px;
    color: #162029;
}

    footer .powered-by {
        padding-right: 5px;
        font-size: 16px;
    }
header .dropdown-menu li a:hover {
    background-color: #0a5e8d;
    text-decoration: none;
    color: white;
}
header .dropdown-menu li a {
    color: #162029;
}

.icons {
  padding: 2px 0 0 1px
}

.margin-top-4 {
    margin-top: 4px;
}
.margin-top-20 {
    margin-top: 20px;
}

ul.navbar {
    list-style-type: none;
}

    ul.navbar li a {
        position: relative;
        top: 3px;
        font-size: 17px;
    }

.height-45 {
    height: 45px;
}
.height-50 {
    height: 50px;
}

.text-row {
    padding-right: 10px;
    margin-top: 10px;
}

ul.navbar li a:hover {
    margin-top: 3px;
    font-size: 17px;
    text-decoration: none;
}

.section-element-padding {
    padding: 0.5em 0.5em 0.3em 0.5em;
}

.inner-section-element-padding {
    width: 100%;
    margin: auto;
}

    .inner-section-element-padding h4 {
        word-break: break-all !important;
    }

    .inner-section-element-padding span {
        position: relative;
        top: 2px;
    }


.section-element-padding p {
    max-height: 100px;
    word-break: break-all;
    /*overflow: auto*/
}

.width100 {
    width: 100%;
}

.padding-10 {
    padding: 10px;
}

.padding-right-10 {
    padding-right: 10px;
}

.bttn-wide {
    margin-right: 15px;
}

.list-inline li.profile-web, .profile-picture {   
    height: 29px;
    width: 29px;
    border-radius: 50%;
    margin: -4px 0 0 0px;
    text-align: center;
}

.profil-pic:hover {
    cursor: pointer;
}

.list-inline a:hover, a:active, a:focus {
    text-decoration: none;
}

.list-inline a:hover, a:active, a:focus {
    text-decoration: none;
}

#submenu_logout_div a, #submenu_change_password_div a, #submenu_language_div a {
    background-color: rgba(107, 114, 155, 1);
    border-radius: 3px;
    padding: 2px 6px !important;
    position: relative;
    top: 2px;
}

#submenu_change_password_div input[type=button], #submenu_language_div input[type=button] {
    padding: 2px 6px 2px 6px !important;
}

#submenu_change_password_div #btn-submit-password , #submenu_language_div #btn-submit-language{
    padding: 1px;
}

#btn-submit-password + a, #btn-submit-language + a {
    top: 0px;
    left: 5px;
}

#btn-submit-language + a {
    top: 0px;
    margin-left:5px;
}

#btn-submit-password + a {    
    margin-right: 0;    
}

#frmAccountDetail #btn-submit-accountDetail, #frmAccountDetail #btn-submit-accountDetail + a {
    margin: 2px 6px;
}

.ddm-desktop li label {
    color: #c0bfe1;
}

#submenu_logout_div a:first-child, #submenu_change_password_div a:first-child {
    float: left;
}

#submenu_logout_div a:last-child, #submenu_change_password_div a:first-child {
    float: right;
}

.profile-web .glyphicon-user {
    font-size: 23px;
    margin-top: 2px;
}

.userInitials {
    position: relative;
    font-size: 16px;
    top: 4px;
    left: -1px;
    color: #000;
}

.dropdown-menu .userInitials {
    top: 4px;
    left: 0px;
}

.userProfilePic {
    width: 25px;
    height: 25px;
    margin-left: -5px;
    border-radius: 50%;
}

.field-validation-error {
    display: block;
    color: rgba(255, 0, 0, 1);
    margin-top: 3px;
}
.primary-popup-background .validation-summary-errors,
.primary-popup-background .field-validation-error {
    color: rgba(255, 0, 0, 1);
    width: 335px;
}

.dropdown-menu li {
    display: block;
    width: 100%;
    padding: 3px 2px;
}

.dropdown-menu > li:first-child {
    /*padding: 10px 10px 0px 10px;*/
    position: relative;
    /*top: -10px;*/
    border-bottom: none;
}

.dropdown-menu li a {
    color: rgba(255, 255, 255, 1);
    padding: 1px 6px;
}

    .dropdown-menu li a:hover {
        text-decoration: underline;
    }

.table-parent {
    margin: auto;
    display: table !important;
    table-layout: fixed;
}

.table-child {
    vertical-align: middle;
    display: table-cell;
    float: none;   
    /* padding-top: 25px;
    padding-bottom: 50px;*/
}

.light-grey-color {
    background-color: rgba(73, 81, 125, 1);
}
.light-grey-font-color {
    color: rgba(73, 81, 125, 1);
}
.dark-slateGrey-color {
    background-color: rgb(39, 51, 62);
}
.deep-teal-color {
    background-color: rgb(4, 77, 102);
}

.recently-used-apps li span:hover {
    cursor: pointer;
}

.glyph-arrow {
    position: relative;
    top: 3px;
    left: 5px;
}

.font-button-color {
    color: rgba(107, 114, 155, 1);
}

.font-size-20 {
    font-size: 20px;
}

.heading_explore {
    position: relative;
    color: #044D66;
    font-weight: 300;
    font-size: 24px;
    line-height: 42px;
}
.heading_greeting {
    position: relative;
    color: #10689D;
    font-weight: 300;
    font-size: 24px;
    line-height: 42px;
}

.customer_name {
    height: auto;
    text-align: right;
    right: 60px;
    top: 10px;
    font-size: 16px;
    display: block;
    position: relative;
}

  .customer_name:hover {
    cursor: pointer
  }

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
    position: relative;
    right: 15px;
    top: -13px;
}

.top-5 {
    top: 5px;
}

.top-10 {
    top: 10px;
}

.left-15 {
    left: 15px;
}

footer .footer-img {
    background-image: url("../img/mri-logo-blue.svg");
    background-repeat: no-repeat;
    height: 22px;
    width: 55px;
    margin-right: 5px;
    margin-top: 1px;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.ddm-desktop {
    height: 100%;
    overflow-y: auto;
    width: 250px;
    top: 37px;
    /*right: -15px !important;*/
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    /* background-clip: padding-box; */
    border: 0px;
    border-radius: 4px;
    /*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    /*box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
    background-color: rgba(29, 39, 79, 1);
    box-shadow: none;
    padding: 0px;
}

    .ddm-desktop li strong {
        margin-bottom: 20px;
        display: block;
    }

form button, input[type=file] {
    background-color: rgba(107, 114, 155, 1);
    border: 2px solid rgba(107, 114, 155, 1);
    border-radius: 3px;
}

.ddm-desktop form {
    padding: 10px 0px;
}

.ddm-desktop .profile-picture {
    margin-bottom: 0px;
}

.ddm-desktop .help-block {
  margin-bottom: 0px;
  display: none;
  color: rgba(255,255,255,.7)
}

.ddm-desktop .userProfilePic {
    margin-left: 0px;
}

.ddm-desktop .list-inline li.profile-web, .profile-picture {
    height: 40px;
    width: 40px;
}

.ddm-desktop .userProfilePic {
    width: 40px;
    height: 40px;
}

.ddm-desktop .panel-group {
    padding-bottom: 20px;
}

.icon-size {
    height: 65px;
    width: 65px;
    border-radius: 8px;
}

.section-element-padding-height {
    height: 75px;
}

input.login-input-field, #CaptchaInputText {
    border-radius: 4px;
    width: 335px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border: none;
    padding-left: 5px;
    height: 34px;
    border: 1px solid #909FAE;
}

.ddm-desktop input.login-input-field {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border: 0px;
    width: 100%;
    border-bottom: 1px solid white;
    color: rgba(255, 255, 255, 1);
    padding-left: 5px;
    background-color: transparent;
    height: 30px;
}

.ddm-desktop .panel-body ul {
  padding: 0px 15px
}

div[id^="submenu_"] ul {
  padding: 0px
}

div[id^="submenu_"] input[type=text] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    width: 100%;
}

.heading-uppercase {
    text-transform: uppercase;
}

.font-weight-normal {
    font-weight: 300;
}

.font-size-12 {
    font-size: 12px;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: inherit;
}

.btn.focus, .btn:focus, .btn:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 1);
}

.padding-0 {
    padding: 0px !important;
}

.padding-15-25 {
    padding: 15px 25px !important;
}

.padding-15-40 {
    padding: 15px 40px !important;
}

h3 {
    margin-top: 3px;
}

.padding-bottom-5 {
    padding-bottom: 10px;
}

body {
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 100% auto;
    margin-right: 2px;
    background-size: cover;
    overflow-x: hidden;
    font-family: "Noto Sans";
}

    body .navbar span {
        height: 100%;
        padding-right: 0.6%;
    }

.form-horizontal .control-label {
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #464B4F;
}

.swiper-slide a:hover {
    text-decoration: none;
}

.inner-section-h4 {
    width: 50%;
    overflow: hidden;
    margin-top: 21px;
}

    .inner-section-h4 > h4 {
        position: relative;
        top: 8px;
    }

.inner-section-img {
    width: 50%;
    float: left;
}

.margin-left-right-0 {
    margin-left: 0;
    margin-right: 0;
}

.right-0 {
    right: 0px;
}

.left-0 {
    left: 0px;
}

.section-element-padding img {
    /* width: 50%;*/
    width: 100px;
    margin-right: 10px;
    float: left;
}

    .section-element-padding img + span {
        font-size: 18px;
    }


.section-element-padding .display-name {
    padding-top: 5px;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
    min-height: 30px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

  .section-element-padding .display-name + span, 
  .section-element-padding .display-name > strong {
    word-break: break-word;
  }

  .section-element-padding img + span + p {
    position: relative;
    top: 30px;
  }

.scbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -ms-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(0,0,0,.175);
}

.scbar::-webkit-scrollbar {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    width: 10px;
    background-color: rgb(245, 245, 245, 1);
}

.scbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(73, 81, 125, 1);
    -moz-box-shadow: inset 0 0 6px rgba(73, 81, 125, 1);
    -ms-box-shadow: inset 0 0 6px rgba(73, 81, 125, 1);
    box-shadow: inset 0 0 6px rgba(73, 81, 125, 1);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    background-color: #555;
}

.swiper-button-next {
    right: -10px;
    top: 142px;
    background-image: url(../img/Arrowright.png);
}

.swiper-button-prev {
    right: -10px;
    top: 142px;
    background-image: url(../img/Arrowleft.png);
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 30px;
    height: 50px;
    /*margin-top: -22px;*/
    z-index: 10;
    cursor: pointer;
    background-size: 40px 100px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled .signup-form input[type=text], .signup-form textarea,
    .swiper-button-prev.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled .signup-form input[type=text], .signup-form textarea {
        display: none;
    }

.table-parent {
    margin: auto;
    display: table !important;
    table-layout: fixed;
}

.table-child {
    vertical-align: middle;
    display: table-cell;
    float: none;
}

/* change default pale yellow color of input fields on chrome */
@-webkit-keyframes autofill {
    to {
        color: rgba(255, 255, 255, 1);
        background-color: rgba(73, 81, 125, 1);
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


.dropdown-menu .panel, .panel-heading {
    background-color: rgba(73, 81, 125, 1) !important;
    color: #fff;
    border: 0px;
}

.dropdown-menu .panel-body, .panel-body ul {
    padding: 0px;
}

.dropdown-menu .panel-group .panel-heading + .panel-collapse > .list-group, .dropdown-menu .panel-group .panel-heading + .panel-collapse > .panel-body {
    border: 0px;
}

.dropdown-menu .panel-heading {
    font-size: inherit;
    padding: 3px 13px;
}

.dropdown-menu .panel .panel-title {
    font-size: inherit;
    margin-top: 0px;
}

.dropdown-menu .panel-group {
    /*margin-top: 20px;*/
}

#accordion .panel-body {
    background-color: rgba(36, 50, 91, .4);
    padding-bottom: 20px;
}

.btn {
    font-size: inherit;
}

.btn-file {
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

.input-group-btn profilePicName {
    font-size: 14px;
}

.panel {
    box-shadow: none;
}

.swiper-pagination {
    position: relative;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(73, 81, 125, 1);
}

.swiper-pagination-bullet {
    background: rgba(4, 77, 102, 1) !important;
}

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: rgba(73, 81, 125, 1);
    }


.swal2-styled {
    height: 48px;
    background: #10689D;
    border-radius: 4px;
    font-weight: 600;
}

/*#user-sign-up input[type=text], #user-sign-up textarea {
    border: 0px;
    background-color: transparent !important;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    padding-left: 2px;
}*/

.sbar::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}

.sbar::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(73, 81, 125, 1);
    background-color: rgba(192, 191, 225, 1);
}

.ddm-desktop-heading {
    background-color: rgba(36, 50, 91, .4) !important;
}

/* extend captcha input */
/*.captcha input[autocomplete=off] {
    width: 100% !important;
}*/
.guest-login{
    margin-bottom:0px;
}
.guest-login li {
    list-style-type: none;
}

.guest-login span.glyphicon-home {
    font-size: 19px;
    top: 10px;
    right: 12px !important;
}

.guest-login a {
    margin: 4px 10px 0 0;
    height: 30px;
    line-height: 16px;
}

    .guest-login a:hover {
        color: rgba(73, 81, 125, 1);
    }

.swal2-popup .swal2-styled {
    padding: 0 12px !important;
}

.read-only, [readonly="readonly"] {
    color: #999;
    background-color: #eee;
}

    .read-only:hover, [readonly="readonly"]:hover {
        cursor: not-allowed;
    }

.validate-width {
    width: 205px !important;
}

label[for="Are_you_Human_"] {
    text-transform: uppercase;
}

body .navbar {
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.navbar-btn {
    margin-bottom: 0px;
}

.simple-page-body {
    background-image: url('../img/blue-background.svg');
}

/* #100871  */
.row .section-element-padding-height {
    margin: 0px 5px 0px 0px;
}

.height100 {
    height: 100% !important;
}

/* CSS specific to iOS devices */
@supports (-webkit-overflow-scrolling: touch) {
    /* #101215 */
    section .popup-background {
        width: 294px !important;
        left: 0px !important;
    }
}

.semi-opacity {
    opacity: 0.5;
    -ms-opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
}

.overflow_hidden {
    overflow: hidden;
}

.positionRelative {
    position: relative !important;
}

/**  PrivacyPolicy css  **/
.privacyPolicyDetailCloseButton {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 1px solid #000000;
    text-align: center !important;
    color: black !important;
}


.privacyPolicyDetailBackground {
    background-color: #ffffff;
    border-radius: 9px;
    min-width: 280px;
    width: 85%;
    max-width: 480px;
    top: 60px;
    margin-top: 50px !important;
    display: block;
    margin: auto;
    color: #000000;
    height: 50%;
    max-height: 500px;
}

.privacyPolicyContinueButton {
    font-size: 17px;
    font-weight: 500;
    font-family: inherit;
    background: #18a218;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    margin: 15px 5px 0;
}
.privacyPolicyLink {
    text-decoration: underline;
    float: left;
}

.privacyPolicyCheckBoxAlign {
    text-align: left;
    padding-top: 20px 0 0 10px;
}

.privacyPolicyCheckBox {
    transform: scale(1.5);
    margin-right: 5px !important;
}

.privacyPolicyContinue {
    background-color: rgb(80, 144, 58) !important;
}

#linkPrivacyPolicy {
    text-decoration: underline;
    float: left;
    padding-left: 0px !important;
    color: #337ab7 !important;    
}
/** End of Privacy Policy **/

.grey-color {
    background-color: rgba(162, 162, 162, 1) !important;
}

.no-app-available {
    padding: 70px 30px;
}

/**  768 - 991 
CSS media queries
**/
div[role="dialog"] {
    min-height: 300px;
    min-width: 300px;
}

.swal2-popup {
    -webkit-overflow-scrolling: touch;
    font-family: 'Noto Sans' !important;
}

#AppLanguages {
    width: 100%;
    background-color: transparent;
    height: 31px;
    color: black;
    padding-right: 20px;
    background: #FFFFFF;
    border: 1px solid #909FAE;
    border-radius: 4px;
}

@supports (-webkit-appearance:none) or (-moz-appearance: none) {
    #AppLanguages {
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0 !important;
        /* arrows for those browsers unfortunate enough not to have them */        
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAJ0lEQVR4AWOgFRgFo+D///8J/3GDBdQwbAE1XLaAGt5cMByjcBQAACY2S7mXGF8GAAAAAElFTkSuQmCC");
        background-position-x: right;
        background-position-y: center;
        background-repeat: no-repeat;
        background-attachment: scroll;                
    }
}

/*IE only*/
select#AppLanguages::-ms-expand {
    display: none;
}
/**  768 - 991 **/
@media all and (min-width: 768px) and (max-width: 991px) {
    body {
        width: 100%;
        height: 100%;
        display: block;
        background-size: cover;
    }

        body .navbar a::before {
            color: #fff;
            clear: both !important;
        }

        body .navbar .menu-icon img::after {
            clear: both;
        }

    .line-height-44 {
        line-height: 15px;
    }

    .nav-justified > li {
        position: relative;
        top: -9px;
        text-align: center;
    }

    .section-element-padding-height {
        height: 75px;
    }

    .section-element-padding img {
        width: 60px;
    }

    .empty-space {
        height: 15px;
    }

    .overflow_hidden {
        overflow: hidden;
    }

    .no-app-available {
        padding: 70px;
    }
}

/**  992 - 1200 **/
@media all and (min-width: 992px) and (max-width: 1200px) {
    body {
        width: 100%;
        height: 100%;
        background-size: cover;
        display: block;
    }

    .line-height-44 {
        line-height: 44px;
    }

    .section-element-padding {
        overflow: hidden;
    }

        .section-element-padding img {
            width: 30%;
            margin-right: 10px;
        }

            .section-element-padding img + p:first-child {
                padding-top: 25px;
            }

            .section-element-padding img + span {
                position: relative;
                top: 0px;
            }

    .swiper-slide div[class^="col-md"] {
        padding: 2% 3%;
    }

    .empty-space {
        height: 15px;
    }

    .overflow_hidden {
        overflow: hidden;
    }

    .no-app-available {
        padding: 70px;
    }
}

/** 1201 **/
@media all and (min-width: 1201px) {

    body {
        width: 100%;
        height: 100%;
        background-size: cover;
        display: block;
    }

    .line-height-44 {
        line-height: 44px;
    }

    body .navbar li {
        text-align: left;
        padding-top: 8px;
    }

    .navbar-btn {
        margin-top: 0px;
    }

    .section-element-padding {
        /*padding: 2.2em;*/
    }

    .section-element-padding-height {
        height: 80px;
    }

    .section-element-padding img {
        width: 65px;
        height: 65px;
        margin-right: 13px;
    }

    .default-img {
        width: 25% !important;
    }

    .menu-icon img {
        margin-right: 7px;
        margin-left: 7px;
    }

    .menu-icon span {
        display: block;
        margin-top: -70px;
        margin-left: 80px;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .section-element-padding {
        /*padding: 1.3em;*/
    }

        .section-element-padding p {
            max-height: 100px;
            word-break: break-word;
        }

    .text-row {
        padding-right: 20px;
        margin-top: 10px;
    }

    .navbar-btn {
        margin-bottom: 8px;
    }

    ul.navbar li a {
        top: 5px;
        left: 5px;
    }

    /* #100871  */
    .row .section-element-padding-height {
        margin-right: 5px;
    }

    .empty-space {
        height: 15px;
    }

    .overflow_hidden {
        overflow: hidden !important;
    }

    .no-app-available {
        padding: 70px 100px;
    }

    .centered-div {
        height: auto;
        margin: 90px;
    }
}
.titlebar {
    height: 72px;
}
.pageTitle {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    margin-left: 25px;
    margin-top: 15px;
    position: absolute;
    color: #FFFFFF;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
}
.desktopIndex {
    overflow: auto;
    padding-bottom: 50px;
    height: 100%;
    background-image: url('../img/index-background.svg');
    background-repeat: no-repeat;
    background-position: 100%;
}
.navigation-Bar {
    position: relative;
    float: left;
    height: 100%;
}
#appMenuWindow > div:nth-child(2) {
    margin-top: 36px;
}
#navigationBar .glyphicon {
    color: white;
    font-size: 18px;
}
.desktopIndex .appDetails {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    word-break: break-word;
    color: #162029;
    text-align: left;
}
.desktopIndex .appDisplayName {
    font-size: 16px;
    line-height: 24px;
}
.desktopIndex .appDescription {
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: block;
}
.control-LabelText {
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 19px;
    color: #044D66;
}
.profile-Name {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    color: #125079;
    padding-top: 10px;
    padding-bottom: 18px;
}
.btn {
    color: #162029 !important;
    align-items: center;
    padding: 5px 9px;
    position: relative;
    height: 30px;
    border: 1px solid #909FAE;
    box-sizing: border-box;
    border-radius: 50px;
    background-image: none;
    background-color: #f5f5f5;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.btn-primary {
    color: #FFFFFF !important;
    align-items: center;
    padding: 5px 17px;
    position: relative;
    height: 30px;
    background: #0D75B0;
    border-radius: 50px;
    background-image: none;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    border: none;
}

.btn:hover {
    text-decoration: none;
    background-color: rgba(58, 157, 210, 0.1);
}

.btn-primary:hover {
    background-color: #0a5e8d;
}
.mri-Logo {
    height: 50px;
    margin: 10px 0 30px 0;
    background-image: url('../img/mri-dreamscape-logo.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
}
.primary-popup-background .header-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #10689D;
    width: 335px;
    letter-spacing: -0.228571px;
}
.primary-popup-background .header-description {
    display: block;
    margin-top: 25px;
    width: 335px;
}
.primary-popup-background {
    margin-top: 40px;
    background: rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 25%);
    border-radius: 8px;
    padding: 30px;
    display: table;
    position: relative;
    margin: auto;
}
.primary-popup-background .btn-primary {
    width: 335px;
    height: 48px;
    background: #10689D;
    border-radius: 4px;
    font-weight: 600;
}
.primary-popup-background .btn-signUp {
    width: 335px;
    height: 48px;
    color: #10689D !important;
    border-radius: 4px;
    font-weight: 600;
}
.primary-popup-background .control-signup {
    width: 335px;
}
.forgot-your-password {
    margin-left: 29%;
}
.glyphicon-validation {
    color: red;
    font-size: 7px;
    top: -5px;
    right: 3px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus {
    border: 1px solid rgba(0, 142, 255, 1);
    outline: 0;
}
textarea.input-validation-error,
input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid rgba(255, 0, 0, 1);
    outline: 0;
}
.modal-footer .glyphicon{
    padding-right: 5px;
    top: 2px;
}
.modal-dialog .modal-header {
    background: #F0F2F4;
    min-height: 64px;
    border: 1px solid #dddddd;
    margin: 1px;
    padding: 16px 16px;
    border-radius: 8px;
}
.modal-dialog .modal-header .close {
    color: #000000;
    font-size: 28px;
    opacity: 1;
    padding: 2px 4px;
}
.modal-dialog #modal-label {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #044D66;
    margin: auto;
}
.modal-dialog .modal-footer {
    padding: 10px 32px 10px 10px;
    background: none;
    border-top: 0 none;
}
.modal-dialog .modal-body {
    padding: 20px 34px;
}
.modal-dialog label {
   font-weight: 400;
}
.modal-dialog .login-input-field {
    width: 100%;
}
.file-upload {
    border: 1px solid #909FAE;
    border-radius: 4px;
}
#account-detail #profilePicName {
    font-size: 14px;
    height: 30px;
    background: #fff;
    border: 0;
    box-shadow: none;
    width: 80%;
    margin-left: 5px;
}

.col-margin-2x{
    margin-left:15px;
}
.exploreAllApps .dash-webapp {
    padding-bottom: 1.5%;
}
.btnLogin {
    margin-top: 8px;
}
.btnLogin a,
.btnLogin a:link :hover, .btnLogin a:visited :hover, .btnLogin a:active :hover {
    color: rgb(255,255,255);
}

#cookieChoiceInfo {
    top: auto !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2 !important;
    height: auto;
    background-color: #E6F4F5 !important;
    color: #10689D !important;
    line-height: 24px;
    font-feature-settings: 'tnum' on, 'lnum' on;
    text-align: left !important;
    padding: 10px 20px !important;
}

#cookieChoiceInfo .btn-success {
    color: #0D75B0 !important;
    background-color: inherit !important;
}

.swal2-container > [role=dialog] {
    max-width: 31% !important;
    padding: 0 40px 0 40px !important;
}
 #swal2-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    color: #10689D;
    width: 335px;
    letter-spacing: -0.228571px;
    padding-top: 15px;
    padding-bottom: 20px;
}
.swal2-actions {
    gap: 10px;
}
.swal2-popup .swal2-styled {
    margin: 15px 0px 20px !important;
    width: 100%;
}

.height30 {
    height: 30px;
}
.height20 {
    height: 20px;
}

.menu-nav-icon i, .svg-icon {
    height: 23px;
    width: 21px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}
.menu-home-icon {
    background-image: url('../img/menu-icons/home.svg');
}
.menu-language-icon {
    background-image: url('../img/menu-icons/Language.svg');
}
.menu-logout-icon {
    background-image: url('../img/menu-icons/log_out.svg');
}
.menu-password-icon {
    background-image: url('../img/menu-icons/password.svg');
}
.menu-profile-icon {
    background-image: url('../img/menu-icons/profile.svg');
}
.menu-settings-icon {
    background-image: url('../img/menu-icons/settings.svg');
}
.menu-about-icon {
    background-image: url('../img/menu-icons/about.svg');
}
.profile-avatar {
    cursor: pointer;
    margin-top: 5px;
}
.profile-avatar img.default-avator {
    height: 15px;
    margin-top: 10px;
}

.profile-toggle {
    margin-right: 12px;
}

.profile-toggle .dropdown-menu {
    right: 0;
    left: auto;
}

.profile-toggle .dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: -90%;
    top: 29px;
    right: auto;
}

.profile-toggle .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}
.ver-detail {
    font-size: 16px !important;
}
/* loader */
.blockUI h1 {
    font-size: 14px;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.blockUI h1 img {
    margin-right: 15px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.blockUI.blockOverlay {
    opacity: 0.2 !important;
}
@media all and (min-width: 300px) and (max-width: 768px) {
    .section-element-padding img{
        width: 60px;
    }
    .recentlyUsedApps .section-element-padding-height {
        margin: 0px 5px 5px 0px;
    }  
}
.recentlyUsedApps{
    padding-top:15px;
}
.exploreAllApps > div {
    padding-top: 10px;
}
