@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .logo {
       width: 100%;
    }
    #container.container{
        display: flex;
    }
    .w-auto {
        width: auto !important;
    }
}
.calign{
    text-align: center;
}

.ralign{
    text-align: right;
}
.d-flex {
    display: flex;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-end {
    justify-content: flex-end;
}
.pt-pb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pl-pr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-20 {
    padding-top: 20px !important;
}
.pt-0 {
    padding-top: 0px;
}
.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mt-0 {
    margin-top: 0px;
}
.mti-0 {
    margin-top: 0px !important;
}
.pr-10 {
    padding-right: 10px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-20 {
    padding-right: 20px;
}
.pl-0 {
    padding-left: 0px;
}
.p-0 {
    padding: 0px;
}
.pl-200{
    padding-left: 200px !important;
}
.pl-30 {
    padding-left: 30px;
}
.pl-20 {
    padding-left: 20px;
}
.heightAuto {
    height: auto !important;
}
.mr-50 {
    margin-right: 50px;
}
.mr-10 {
    margin-right: 10px;
}
.mr-5 {
    margin-right: 5px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-200 {
    margin-left: 200px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-5 {
    margin-top: 5px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-3 {
    margin-bottom: 3px;
}
.mb-20 {
    margin-bottom: 20px;
}
.t-align-center {
    text-align: center;
}
.t-align-right {
    text-align: right;
}
.txtBlack {
    color: #333333;
    font-size: 14px;
    font-family: Arial;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.position-static {
    position: static !important;
}
.d-block {
    display: block !important;
}

.language_dropdown.loginDropdown {
    height: 22px;
    background: #f3f3f3;
    border-color: #e4e4e4;
}
.floatLeft {
    float: left;
}
.headerBottom {
    border: .5px solid #dddddd;
    margin-top: 15px;
}
.page-footer.footer p {
    line-height: 18px;
}
.flex-direction-column {
    flex-direction: column;
}
.flex-align-center {
    display: flex;
    align-items: center;
}
.flex-align-end {
    display: flex;
    align-items: flex-end;
}
.flex-align-start {
    display: flex;
    align-items: flex-start;
}
.flexJustifyEnd {
    display: flex;
    justify-content: flex-end;
}
.flexJustifyCenter {
    display: flex;
    justify-content: center;
}
.justify-space-between {
    display: flex;
    justify-content: space-between;
}
.flex-align-baseline {
    display: flex;
    align-items: baseline;
}
.flexJustifystart {
    display: flex;
    justify-content: flex-start;
}
.flexdirection-column {
    display: flex;
    flex-direction: column;
}
.page-footer.footer img {
    width: 125px;
}
footer.adminFooter{
    bottom: 0px;
    position: fixed;
    width: 100%;
}
.footer {
    position: absolute !important;
    width: 100%;
    bottom: 0;
}
.bg-white {
    background-color: #fff;
}
.floatLeft {
    float: left;
}
.borderBottomNone {
    border-bottom: none !important;
}
.w-100{
    width:100%
}
.irishClass{
    height : 60px !important;
    width: 176px;
}
.posRelative {
    position: relative;
}
.left30 {
    left: 30px;
}
.font10 {
    font-size: 10px;
}
.w-215 {
    width: 215px;
}
.ml-210 {
    margin-left: 210px;
}
.userNameRole {
    display: block;
    width: 160px;
}
.fontWhite {
    color: #fff;
}
.font9 {
    font-size: 9px;
}
.floatright{
    float: right;
}
.customFooter{
    position: static !important;
    height: 0px !important;
}
a i.fa, a em.fa {
    font-size: 22px;
}
.statistics .panel-heading .fa-5x {
    font-size: 5em;
}
.adminDashboard.btn-group-box a .btn .fa-4x {
    font-size: 4em;
}
.loader_div{
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    z-index: 99;
    opacity:0.7;
    display:none;
    background: lightgrey url('/img/ajax-loader.gif') center center no-repeat;
    background-size: 100px;
    pointer-events: none;
}

/* mobile media query */
@media only screen and (max-width : 767px) {
    .top-header #platformId {
        display: none;
    }
}

#platform_header #main-menu .dropdown .dropdown-toggle {
    margin-top: 10px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
#platformId {
    padding-right: 15px;
    display: inline-block;
}