@media screen and (-webkit-min-device-pixel-ratio:0) { /* Safari and Chrome */ .dropdown-menu.extended { box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important; } } @media (max-width: 1200px) { .modal-dialog .modal-body { padding-bottom: 0; } } @media (min-width: 990px) { .modal-dialog { width: 800px; } } @media (max-width: 990px) { .panel-body { padding-bottom: 0; } .panel-body .form-inline .form-group { margin-bottom: 15px; } } @media (min-width: 768px) { } @media (max-width: 768px) { .modal-dialog { width: 540px; } .sidebar-close #sidebar { height: auto; overflow: hidden; overflow-y: auto; position: absolute; z-index: 1; display: block; padding-bottom: inherit; } #sidebar { display: none; } #main-content { margin: 0px !important; position: none !important; } .top-nav { position: absolute; right: 10px; top: 0px; } .logo { display: none; } .fb-timeliner { display: none; } .icon-body { margin-right: 0 !important; } } @media (max-width: 480px) { .notify-row { display: none; } .modal-dialog { width: 370px; } .top-nav ul.top-menu > li { float: right; } .top-nav .search { display: none; } } @media (max-width: 320px) { .modal-dialog { width: 300px; } } @media (min-height: 768px) { html, body { height: 100%; overflow: hidden; } #sidebar { padding-top: 94px; height: 100%; } .header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; } .site-footer { position: fixed; left: 0; bottom: 0; right: 0; z-index: 50; } #main-content { margin-top: 0; position: fixed; left: 0; bottom: 40px; right: 0; top: 94px; overflow: auto; } }