.text_center {
    text-align: center;
}

.clear {
    clear: both;
}

.logoTitle {
    color: #000;
    font-size: 1.8em;
    /*font-weight: bold;*/
    margin-left: 0%;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.data_left * {
    box-sizing: border-box;
}

.data_left {
    font-size: 1.4em;
}

.player_custom_menu {
    float: right;
    height: 100%;
    /*background: url('../images/shell/right_hand_image.png') no-repeat bottom right;*/
}

#player_menuWrapper {
    overflow-y: hidden;
    padding-bottom: 10px;
}
.ztree {
    overflow-y: auto;
    max-height: 93%;
     min-height: 300px;
}
.feedbackContainer {
    /*height: auto!important;*/
}

.page_heading {
    font-size: 1.143em;
    margin: 10px 0;
    font-weight: bold;
}

.margin_bt_glbl {
    margin-bottom: 10px;
}

.instruction {
    color: #C40019;
}

.player_custom_menu ul li#player_resourceBtn2 {
    cursor: default;
    opacity: 0.6;
}

.ui-widget .ui-widget {
    outline: none;
}

.ui-dialog .ui-dialog-content {
    /* height: calc(100% - 43px) !important; */
    box-sizing: border-box;
}

[aria-describedby="player_helpWrapper"] {
    overflow: auto !important;
    max-height: 100% !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
  background: #fff !important;
border: none !important;
}
@media screen and (max-width: 962px) and (orientation: landscape) {
    #pageDiv {
        line-height: 20px;
    }
    .margin_bt_glbl {
        margin: 0;
    }
    .page_heading {
        margin: 0;
    }
    .back_txt_flip {
        margin: 5px !important;
        line-height: normal;
        font-size: 13px;
    }
}

@media only screen and (max-device-width:667px) {}

@media only screen and (max-device-width:640px) {}

@media only screen and (max-device-width:480px) {}
