﻿/*MODALITTA TABLET*/
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  .BWiki_Wrapper {
    width: 100%;
    min-height: calc(100vh - 227px) !important;
    display: flex;
  }

  .BWiki_Nav {
    min-width: 300px;
    max-width: 300px;
    color: #fff;
    overflow: hidden;
    background-color: whitesmoke;
    padding-bottom: 30px;
    min-height: calc(100vh - 227px) !important;
    display: block;
    float: left;
  }

  .BWiki_PanelSearch {
    margin-top: 30px;
    margin-left: 15px;
    float: left;
    width: calc(100% - 30px);
  }

  .BWiki_PanelTvw {
    float: left;
    width: calc(100% - 15px);
    margin-left: 15px;
    height: calc(100% - 50px);
    min-height: 400px;
  }

  .BWiki_Content {
    float: left;
    padding-left: 20px;
    width: calc(100% - 340px);
  }
}
