/*! * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap) * Copyright 2012-2014 Arnold Daniels * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE) */ .navmenu, .navbar-offcanvas { width: 300px; height: auto; border-style: solid; border-width: 1px; border-radius: 4px; } .navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas { position: fixed; top: 0; bottom: 0; z-index: 1030; overflow-y: auto; border-radius: 0; } .navmenu-fixed-left, .navbar-offcanvas.navmenu-fixed-left { right: auto; left: 0; border-width: 0 1px 0 0; } .navmenu-fixed-right, .navbar-offcanvas { right: 0; left: auto; border-width: 0 0 0 1px; } .navmenu-nav { margin-bottom: 10px; } .navmenu-nav.dropdown-menu { position: static; float: none; padding-top: 0; margin: 0; border: none; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-offcanvas .navbar-nav { margin: 0; } @media (min-width: 768px) { .navbar-offcanvas { width: auto; border-top: 0; box-shadow: none; } .navbar-offcanvas.offcanvas { position: static; display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } .navbar-offcanvas .navbar-nav.navbar-left:first-child { margin-left: -15px; } .navbar-offcanvas .navbar-nav.navbar-right:last-child { margin-right: -15px; } .navbar-offcanvas .navmenu-brand { display: none; } } .navmenu-brand { display: block; padding: 10px 15px; margin: 10px 0; font-size: 18px; line-height: 20px; } .navmenu-brand:hover, .navmenu-brand:focus { text-decoration: none; } .alert-fixed-top, .alert-fixed-bottom { position: fixed; left: 0; z-index: 1035; width: 100%; margin: 0; border-radius: 0; } @media (min-width: 992px) { .alert-fixed-top, .alert-fixed-bottom { left: 50%; width: 992px; margin-left: -496px; } } .alert-fixed-top { top: 0; border-width: 0 0 1px 0; } @media (min-width: 992px) { .alert-fixed-top { border-width: 0 1px 1px 1px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } } .alert-fixed-bottom { bottom: 0; border-width: 1px 0 0 0; } @media (min-width: 992px) { .alert-fixed-bottom { border-width: 1px 1px 0 1px; border-top-left-radius: 4px; border-top-right-radius: 4px; } } .offcanvas { display: none; } .offcanvas.in { display: block; } @media (max-width: 767px) { .offcanvas-xs { display: none; } .offcanvas-xs.in { display: block; } } @media (max-width: 991px) { .offcanvas-sm { display: none; } .offcanvas-sm.in { display: block; } } @media (max-width: 1199px) { .offcanvas-md { display: none; } .offcanvas-md.in { display: block; } } .offcanvas-lg { display: none; } .offcanvas-lg.in { display: block; } .canvas-sliding { -webkit-transition: top .35s, left .35s, bottom .35s, right .35s; transition: top .35s, left .35s, bottom .35s, right .35s; } .offcanvas-clone { position: absolute !important; top: auto !important; right: 0 !important; bottom: 0 !important; left: auto !important; width: 0 !important; height: 0 !important; padding: 0 !important; margin: 0 !important; overflow: hidden !important; border: none !important; opacity: 0 !important; } .btn-file { position: relative; overflow: hidden; vertical-align: middle; } .btn-file > input { position: absolute; top: 0; right: 0; width: 100%; height: 100%; margin: 0; font-size: 23px; cursor: pointer; filter: alpha(opacity=0); opacity: 0; direction: ltr; } .fileinput { display: inline-block; margin-bottom: 9px; } .fileinput .form-control { display: inline-block; padding-top: 7px; padding-bottom: 5px; margin-bottom: 0; vertical-align: middle; cursor: text; } .fileinput .thumbnail { display: inline-block; margin-bottom: 5px; overflow: hidden; text-align: center; vertical-align: middle; } .fileinput .thumbnail > img { max-height: 100%; } .fileinput .btn { vertical-align: middle; } .fileinput-exists .fileinput-new, .fileinput-new .fileinput-exists { display: none; } .fileinput-inline .fileinput-controls { display: inline; } .fileinput-filename { display: inline-block; overflow: hidden; vertical-align: middle; } .form-control .fileinput-filename { vertical-align: bottom; } .fileinput.input-group { display: table; } .fileinput.input-group > * { position: relative; z-index: 2; } .fileinput.input-group > .btn-file { z-index: 1; } .fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file { border-radius: 0 4px 4px 0; } .fileinput-new.input-group .btn-file.btn-xs, .fileinput-new .input-group .btn-file.btn-xs, .fileinput-new.input-group .btn-file.btn-sm, .fileinput-new .input-group .btn-file.btn-sm { border-radius: 0 3px 3px 0; } .fileinput-new.input-group .btn-file.btn-lg, .fileinput-new .input-group .btn-file.btn-lg { border-radius: 0 6px 6px 0; } .form-group.has-warning .fileinput .fileinput-preview { color: #8a6d3b; } .form-group.has-warning .fileinput .thumbnail { border-color: #faebcc; } .form-group.has-error .fileinput .fileinput-preview { color: #a94442; } .form-group.has-error .fileinput .thumbnail { border-color: #ebccd1; } .form-group.has-success .fileinput .fileinput-preview { color: #3c763d; } .form-group.has-success .fileinput .thumbnail { border-color: #d6e9c6; } .input-group-addon:not(:first-child) { border-left: 0; }