﻿@media  screen and (max-width: 560px) {
    .Blrow{
        display:none;
    }
    .Blrow:last-child{
        display:block;
    }
   
    .NFBfullScreen {
    margin-right: 0;
}
    #BlocksPanelHead{
        padding:15px 4px;
    }
    .BESaveBtnGroup{
    width: 100%;
    float: none
}

     #ExtLinkButtonGroup, #BlockEditJockeyDropDownBox, #BlockEditOperatorDropDownBox, #BlockEditJockeyDropDownBox, #BlockEditCutterDropDownBox {
        display: block;
    }

    #BlockEditAutorDropDownBox, #BlockEditOperatorDropDownBox, #BlockEditJockeyDropDownBox, #BlockEditCutterDropDownBox {
    width: 100% !important;
}

    #BlockEditAutorDropDown, #BlockEditAutorDropDownBox, #BlockEditNameTextBox, #BlockEditTypeDropDown {
        width: 100% !important;
    }
      .BlockEditAutorDropDownBox{
        display:block;
    }

    .BlockEditDropDown{
        width: 100%;
    }
       .form-inline{
        display:block;
    }
  

    .mainHeadMenuItem {
        display: block;
    }

    .masterHeadContent {
        display: block;
        display: none;
    }

    .BETowerL, .panelBlockSocial, .BEpanel {
        width: 100%;
    }

    .BETowerLR {
       /* display: none !important;*/
    }


    #FullScreenDiv {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }

    .showHistory {
        display: none;
    }

    .BlockTypeNameControl {
        float: none;
        display: table-cell;
        margin-left: 4px;
        width: 100%;
        word-break: break-all;
    }

    .BlockNameControl {
        float: none;
        display: block;
        margin-left: 4px;
        width: 100%;
    }

    .SubBlockImageControl {
        float: none;
    }

    .SubBlockTextControl {
        height: auto;
        overflow-y: inherit;
        max-height: inherit;
    }
}