﻿/*
File: Responsive
*/

@media (min-width: 768px) and (max-width: 991px) {
  body {
    overflow-x: hidden;
  }

  .hasToolbar {
      display: block;
  }

}

@media (max-width: 1300px) and (min-width: 767px) {
    .container {
        width: auto !important;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }

     .article-content > * {
        min-width: 450px;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li{
        float: left;
        margin: 0;
    }

    .editContainer {
        width: auto !important;
    }

    }

@media (max-width: 991px) {
    #connectionStatus {
        float: right !important;
    }
    .infobar, .actions {
        padding-bottom: 5px !important;
    }
}

#connectionStatus {
    float: right;
}

@media (max-width: 400px) {
    #logo-group {
        width: 150px !important;
    }

    #logo, #logo #main_image {
        width: 100% !important;
    }
}

@media (max-width: 550px) {
    .article-content > * {
        width: auto !important;
    }
}