Created
July 29, 2015 13:06
-
-
Save djom202/97398997acc4ffd60a18 to your computer and use it in GitHub Desktop.
Bootstrap v3.3.5 (Implementacion para un área especifica del sitio sin afectar el estilo)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! | |
| * Bootstrap v3.3.5 (http://getbootstrap.com) | |
| * Copyright 2011-2015 Twitter, Inc. | |
| * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
| */ | |
| .getbootstrap-grid .btn-default, | |
| .getbootstrap-grid .btn-primary, | |
| .getbootstrap-grid .btn-success, | |
| .getbootstrap-grid .btn-info, | |
| .getbootstrap-grid .btn-warning, | |
| .getbootstrap-grid .btn-danger { | |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, .2); | |
| -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); | |
| box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); | |
| } | |
| .getbootstrap-grid .btn-default:active, | |
| .getbootstrap-grid .btn-primary:active, | |
| .getbootstrap-grid .btn-success:active, | |
| .getbootstrap-grid .btn-info:active, | |
| .getbootstrap-grid .btn-warning:active, | |
| .getbootstrap-grid .btn-danger:active, | |
| .getbootstrap-grid .btn-default.active, | |
| .getbootstrap-grid .btn-primary.active, | |
| .getbootstrap-grid .btn-success.active, | |
| .getbootstrap-grid .btn-info.active, | |
| .getbootstrap-grid .btn-warning.active, | |
| .getbootstrap-grid .btn-danger.active { | |
| -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); | |
| box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); | |
| } | |
| .getbootstrap-grid .btn-default.disabled, | |
| .getbootstrap-grid .btn-primary.disabled, | |
| .getbootstrap-grid .btn-success.disabled, | |
| .getbootstrap-grid .btn-info.disabled, | |
| .getbootstrap-grid .btn-warning.disabled, | |
| .getbootstrap-grid .btn-danger.disabled, | |
| .getbootstrap-grid .btn-default[disabled], | |
| .getbootstrap-grid .btn-primary[disabled], | |
| .getbootstrap-grid .btn-success[disabled], | |
| .getbootstrap-grid .btn-info[disabled], | |
| .getbootstrap-grid .btn-warning[disabled], | |
| .getbootstrap-grid .btn-danger[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-default, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary, | |
| .getbootstrap-grid fieldset[disabled] .btn-success, | |
| .getbootstrap-grid fieldset[disabled] .btn-info, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger { | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| .getbootstrap-grid .btn-default .badge, | |
| .getbootstrap-grid .btn-primary .badge, | |
| .getbootstrap-grid .btn-success .badge, | |
| .getbootstrap-grid .btn-info .badge, | |
| .getbootstrap-grid .btn-warning .badge, | |
| .getbootstrap-grid .btn-danger .badge { | |
| text-shadow: none; | |
| } | |
| .getbootstrap-grid .btn:active, | |
| .getbootstrap-grid .btn.active { | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-default { | |
| text-shadow: 0 1px 0 #fff; | |
| background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%); | |
| background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0)); | |
| background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| background-repeat: repeat-x; | |
| border-color: #dbdbdb; | |
| border-color: #ccc; | |
| } | |
| .getbootstrap-grid .btn-default:hover, | |
| .getbootstrap-grid .btn-default:focus { | |
| background-color: #e0e0e0; | |
| background-position: 0 -15px; | |
| } | |
| .getbootstrap-grid .btn-default:active, | |
| .getbootstrap-grid .btn-default.active { | |
| background-color: #e0e0e0; | |
| border-color: #dbdbdb; | |
| } | |
| .getbootstrap-grid .btn-default.disabled, | |
| .getbootstrap-grid .btn-default[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-default, | |
| .getbootstrap-grid .btn-default.disabled:hover, | |
| .getbootstrap-grid .btn-default[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-default:hover, | |
| .getbootstrap-grid .btn-default.disabled:focus, | |
| .getbootstrap-grid .btn-default[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-default:focus, | |
| .getbootstrap-grid .btn-default.disabled.focus, | |
| .getbootstrap-grid .btn-default[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-default.focus, | |
| .getbootstrap-grid .btn-default.disabled:active, | |
| .getbootstrap-grid .btn-default[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-default:active, | |
| .getbootstrap-grid .btn-default.disabled.active, | |
| .getbootstrap-grid .btn-default[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-default.active { | |
| background-color: #e0e0e0; | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-primary { | |
| background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%); | |
| background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88)); | |
| background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| background-repeat: repeat-x; | |
| border-color: #245580; | |
| } | |
| .getbootstrap-grid .btn-primary:hover, | |
| .getbootstrap-grid .btn-primary:focus { | |
| background-color: #265a88; | |
| background-position: 0 -15px; | |
| } | |
| .getbootstrap-grid .btn-primary:active, | |
| .getbootstrap-grid .btn-primary.active { | |
| background-color: #265a88; | |
| border-color: #245580; | |
| } | |
| .getbootstrap-grid .btn-primary.disabled, | |
| .getbootstrap-grid .btn-primary[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-primary, | |
| .getbootstrap-grid .btn-primary.disabled:hover, | |
| .getbootstrap-grid .btn-primary[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary:hover, | |
| .getbootstrap-grid .btn-primary.disabled:focus, | |
| .getbootstrap-grid .btn-primary[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary:focus, | |
| .getbootstrap-grid .btn-primary.disabled.focus, | |
| .getbootstrap-grid .btn-primary[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary.focus, | |
| .getbootstrap-grid .btn-primary.disabled:active, | |
| .getbootstrap-grid .btn-primary[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary:active, | |
| .getbootstrap-grid .btn-primary.disabled.active, | |
| .getbootstrap-grid .btn-primary[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary.active { | |
| background-color: #265a88; | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-success { | |
| background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); | |
| background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641)); | |
| background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| background-repeat: repeat-x; | |
| border-color: #3e8f3e; | |
| } | |
| .getbootstrap-grid .btn-success:hover, | |
| .getbootstrap-grid .btn-success:focus { | |
| background-color: #419641; | |
| background-position: 0 -15px; | |
| } | |
| .getbootstrap-grid .btn-success:active, | |
| .getbootstrap-grid .btn-success.active { | |
| background-color: #419641; | |
| border-color: #3e8f3e; | |
| } | |
| .getbootstrap-grid .btn-success.disabled, | |
| .getbootstrap-grid .btn-success[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-success, | |
| .getbootstrap-grid .btn-success.disabled:hover, | |
| .getbootstrap-grid .btn-success[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-success:hover, | |
| .getbootstrap-grid .btn-success.disabled:focus, | |
| .getbootstrap-grid .btn-success[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-success:focus, | |
| .getbootstrap-grid .btn-success.disabled.focus, | |
| .getbootstrap-grid .btn-success[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-success.focus, | |
| .getbootstrap-grid .btn-success.disabled:active, | |
| .getbootstrap-grid .btn-success[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-success:active, | |
| .getbootstrap-grid .btn-success.disabled.active, | |
| .getbootstrap-grid .btn-success[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-success.active { | |
| background-color: #419641; | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-info { | |
| background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); | |
| background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2)); | |
| background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| background-repeat: repeat-x; | |
| border-color: #28a4c9; | |
| } | |
| .getbootstrap-grid .btn-info:hover, | |
| .getbootstrap-grid .btn-info:focus { | |
| background-color: #2aabd2; | |
| background-position: 0 -15px; | |
| } | |
| .getbootstrap-grid .btn-info:active, | |
| .getbootstrap-grid .btn-info.active { | |
| background-color: #2aabd2; | |
| border-color: #28a4c9; | |
| } | |
| .getbootstrap-grid .btn-info.disabled, | |
| .getbootstrap-grid .btn-info[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-info, | |
| .getbootstrap-grid .btn-info.disabled:hover, | |
| .getbootstrap-grid .btn-info[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-info:hover, | |
| .getbootstrap-grid .btn-info.disabled:focus, | |
| .getbootstrap-grid .btn-info[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-info:focus, | |
| .getbootstrap-grid .btn-info.disabled.focus, | |
| .getbootstrap-grid .btn-info[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-info.focus, | |
| .getbootstrap-grid .btn-info.disabled:active, | |
| .getbootstrap-grid .btn-info[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-info:active, | |
| .getbootstrap-grid .btn-info.disabled.active, | |
| .getbootstrap-grid .btn-info[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-info.active { | |
| background-color: #2aabd2; | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-warning { | |
| background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); | |
| background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316)); | |
| background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| background-repeat: repeat-x; | |
| border-color: #e38d13; | |
| } | |
| .getbootstrap-grid .btn-warning:hover, | |
| .getbootstrap-grid .btn-warning:focus { | |
| background-color: #eb9316; | |
| background-position: 0 -15px; | |
| } | |
| .getbootstrap-grid .btn-warning:active, | |
| .getbootstrap-grid .btn-warning.active { | |
| background-color: #eb9316; | |
| border-color: #e38d13; | |
| } | |
| .getbootstrap-grid .btn-warning.disabled, | |
| .getbootstrap-grid .btn-warning[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-warning, | |
| .getbootstrap-grid .btn-warning.disabled:hover, | |
| .getbootstrap-grid .btn-warning[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning:hover, | |
| .getbootstrap-grid .btn-warning.disabled:focus, | |
| .getbootstrap-grid .btn-warning[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning:focus, | |
| .getbootstrap-grid .btn-warning.disabled.focus, | |
| .getbootstrap-grid .btn-warning[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning.focus, | |
| .getbootstrap-grid .btn-warning.disabled:active, | |
| .getbootstrap-grid .btn-warning[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning:active, | |
| .getbootstrap-grid .btn-warning.disabled.active, | |
| .getbootstrap-grid .btn-warning[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning.active { | |
| background-color: #eb9316; | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-danger { | |
| background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); | |
| background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a)); | |
| background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| background-repeat: repeat-x; | |
| border-color: #b92c28; | |
| } | |
| .getbootstrap-grid .btn-danger:hover, | |
| .getbootstrap-grid .btn-danger:focus { | |
| background-color: #c12e2a; | |
| background-position: 0 -15px; | |
| } | |
| .getbootstrap-grid .btn-danger:active, | |
| .getbootstrap-grid .btn-danger.active { | |
| background-color: #c12e2a; | |
| border-color: #b92c28; | |
| } | |
| .getbootstrap-grid .btn-danger.disabled, | |
| .getbootstrap-grid .btn-danger[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-danger, | |
| .getbootstrap-grid .btn-danger.disabled:hover, | |
| .getbootstrap-grid .btn-danger[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger:hover, | |
| .getbootstrap-grid .btn-danger.disabled:focus, | |
| .getbootstrap-grid .btn-danger[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger:focus, | |
| .getbootstrap-grid .btn-danger.disabled.focus, | |
| .getbootstrap-grid .btn-danger[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger.focus, | |
| .getbootstrap-grid .btn-danger.disabled:active, | |
| .getbootstrap-grid .btn-danger[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger:active, | |
| .getbootstrap-grid .btn-danger.disabled.active, | |
| .getbootstrap-grid .btn-danger[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger.active { | |
| background-color: #c12e2a; | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .thumbnail, | |
| .getbootstrap-grid .img-thumbnail { | |
| -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); | |
| box-shadow: 0 1px 2px rgba(0, 0, 0, .075); | |
| } | |
| .getbootstrap-grid .dropdown-menu > li > a:hover, | |
| .getbootstrap-grid .dropdown-menu > li > a:focus { | |
| background-color: #e8e8e8; | |
| background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); | |
| background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); | |
| background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .dropdown-menu > .active > a, | |
| .getbootstrap-grid .dropdown-menu > .active > a:hover, | |
| .getbootstrap-grid .dropdown-menu > .active > a:focus { | |
| background-color: #2e6da4; | |
| background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); | |
| background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); | |
| background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .navbar-default { | |
| background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%); | |
| background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8)); | |
| background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| background-repeat: repeat-x; | |
| border-radius: 4px; | |
| -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); | |
| box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-nav > .open > a, | |
| .getbootstrap-grid .navbar-default .navbar-nav > .active > a { | |
| background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); | |
| background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2)); | |
| background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0); | |
| background-repeat: repeat-x; | |
| -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); | |
| box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075); | |
| } | |
| .getbootstrap-grid .navbar-brand, | |
| .getbootstrap-grid .navbar-nav > li > a { | |
| text-shadow: 0 1px 0 rgba(255, 255, 255, .25); | |
| } | |
| .getbootstrap-grid .navbar-inverse { | |
| background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%); | |
| background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222)); | |
| background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); | |
| filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); | |
| background-repeat: repeat-x; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .open > a, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .active > a { | |
| background-image: -webkit-linear-gradient(top, #080808 0%, #0f0f0f 100%); | |
| background-image: -o-linear-gradient(top, #080808 0%, #0f0f0f 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f)); | |
| background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0); | |
| background-repeat: repeat-x; | |
| -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); | |
| box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25); | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-brand, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > li > a { | |
| text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); | |
| } | |
| .getbootstrap-grid .navbar-static-top, | |
| .getbootstrap-grid .navbar-fixed-top, | |
| .getbootstrap-grid .navbar-fixed-bottom { | |
| border-radius: 0; | |
| } | |
| @media (max-width: 767px) { | |
| .getbootstrap-grid .navbar .navbar-nav .open .dropdown-menu > .active > a, | |
| .getbootstrap-grid .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, | |
| .getbootstrap-grid .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { | |
| color: #fff; | |
| background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); | |
| background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); | |
| background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| } | |
| .getbootstrap-grid .alert { | |
| text-shadow: 0 1px 0 rgba(255, 255, 255, .2); | |
| -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); | |
| box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); | |
| } | |
| .getbootstrap-grid .alert-success { | |
| background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); | |
| background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc)); | |
| background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); | |
| background-repeat: repeat-x; | |
| border-color: #b2dba1; | |
| } | |
| .getbootstrap-grid .alert-info { | |
| background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); | |
| background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0)); | |
| background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); | |
| background-repeat: repeat-x; | |
| border-color: #9acfea; | |
| } | |
| .getbootstrap-grid .alert-warning { | |
| background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); | |
| background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0)); | |
| background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); | |
| background-repeat: repeat-x; | |
| border-color: #f5e79e; | |
| } | |
| .getbootstrap-grid .alert-danger { | |
| background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); | |
| background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3)); | |
| background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); | |
| background-repeat: repeat-x; | |
| border-color: #dca7a7; | |
| } | |
| .getbootstrap-grid .progress { | |
| background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); | |
| background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5)); | |
| background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .progress-bar { | |
| background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%); | |
| background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090)); | |
| background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .progress-bar-success { | |
| background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); | |
| background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44)); | |
| background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .progress-bar-info { | |
| background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); | |
| background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5)); | |
| background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .progress-bar-warning { | |
| background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); | |
| background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f)); | |
| background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .progress-bar-danger { | |
| background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); | |
| background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c)); | |
| background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .progress-bar-striped { | |
| background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| } | |
| .getbootstrap-grid .list-group { | |
| border-radius: 4px; | |
| -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); | |
| box-shadow: 0 1px 2px rgba(0, 0, 0, .075); | |
| } | |
| .getbootstrap-grid .list-group-item.active, | |
| .getbootstrap-grid .list-group-item.active:hover, | |
| .getbootstrap-grid .list-group-item.active:focus { | |
| text-shadow: 0 -1px 0 #286090; | |
| background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%); | |
| background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a)); | |
| background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0); | |
| background-repeat: repeat-x; | |
| border-color: #2b669a; | |
| } | |
| .getbootstrap-grid .list-group-item.active .badge, | |
| .getbootstrap-grid .list-group-item.active:hover .badge, | |
| .getbootstrap-grid .list-group-item.active:focus .badge { | |
| text-shadow: none; | |
| } | |
| .getbootstrap-grid .panel { | |
| -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); | |
| box-shadow: 0 1px 2px rgba(0, 0, 0, .05); | |
| } | |
| .getbootstrap-grid .panel-default > .panel-heading { | |
| background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); | |
| background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8)); | |
| background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .panel-primary > .panel-heading { | |
| background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%); | |
| background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4)); | |
| background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .panel-success > .panel-heading { | |
| background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); | |
| background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6)); | |
| background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .panel-info > .panel-heading { | |
| background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); | |
| background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3)); | |
| background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .panel-warning > .panel-heading { | |
| background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); | |
| background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc)); | |
| background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .panel-danger > .panel-heading { | |
| background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); | |
| background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc)); | |
| background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .well { | |
| background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); | |
| background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); | |
| background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5)); | |
| background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); | |
| background-repeat: repeat-x; | |
| border-color: #dcdcdc; | |
| -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); | |
| box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); | |
| } | |
| /*# sourceMappingURL=bootstrap-theme.css.map */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! | |
| * Bootstrap v3.3.5 (http://getbootstrap.com) | |
| * Copyright 2011-2015 Twitter, Inc. | |
| * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) | |
| */ | |
| .getbootstrap-grid * { | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| } | |
| .getbootstrap-grid *:before, | |
| .getbootstrap-grid *:after { | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| } | |
| .getbootstrap-grid input, | |
| .getbootstrap-grid button, | |
| .getbootstrap-grid select, | |
| .getbootstrap-grid textarea { | |
| font-family: inherit; | |
| font-size: inherit; | |
| line-height: inherit; | |
| } | |
| .getbootstrap-grid a { | |
| color: #337ab7; | |
| text-decoration: none; | |
| } | |
| .getbootstrap-grid a:hover, | |
| .getbootstrap-grid a:focus { | |
| color: #23527c; | |
| text-decoration: underline; | |
| } | |
| .getbootstrap-grid a:focus { | |
| outline: thin dotted; | |
| outline: 5px auto -webkit-focus-ring-color; | |
| outline-offset: -2px; | |
| } | |
| .getbootstrap-grid figure { | |
| margin: 0; | |
| } | |
| .getbootstrap-grid img { | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .img-responsive, | |
| .getbootstrap-grid .thumbnail > img, | |
| .getbootstrap-grid .thumbnail a > img, | |
| .getbootstrap-grid .carousel-inner > .item > img, | |
| .getbootstrap-grid .carousel-inner > .item > a > img { | |
| display: block; | |
| max-width: 100%; | |
| height: auto; | |
| } | |
| .getbootstrap-grid .img-rounded { | |
| border-radius: 6px; | |
| } | |
| .getbootstrap-grid .img-thumbnail { | |
| display: inline-block; | |
| max-width: 100%; | |
| height: auto; | |
| padding: 4px; | |
| line-height: 1.42857143; | |
| background-color: #fff; | |
| border: 1px solid #ddd; | |
| border-radius: 4px; | |
| -webkit-transition: all .2s ease-in-out; | |
| -o-transition: all .2s ease-in-out; | |
| transition: all .2s ease-in-out; | |
| } | |
| .getbootstrap-grid .img-circle { | |
| border-radius: 50%; | |
| } | |
| .getbootstrap-grid hr { | |
| margin-top: 20px; | |
| margin-bottom: 20px; | |
| border: 0; | |
| border-top: 1px solid #eee; | |
| } | |
| .getbootstrap-grid .sr-only { | |
| position: absolute; | |
| width: 1px; | |
| height: 1px; | |
| padding: 0; | |
| margin: -1px; | |
| overflow: hidden; | |
| clip: rect(0, 0, 0, 0); | |
| border: 0; | |
| } | |
| .getbootstrap-grid .sr-only-focusable:active, | |
| .getbootstrap-grid .sr-only-focusable:focus { | |
| position: static; | |
| width: auto; | |
| height: auto; | |
| margin: 0; | |
| overflow: visible; | |
| clip: auto; | |
| } | |
| .getbootstrap-grid [role="button"] { | |
| cursor: pointer; | |
| } | |
| .getbootstrap-grid h1, | |
| .getbootstrap-grid h2, | |
| .getbootstrap-grid h3, | |
| .getbootstrap-grid h4, | |
| .getbootstrap-grid h5, | |
| .getbootstrap-grid h6, | |
| .getbootstrap-grid .h1, | |
| .getbootstrap-grid .h2, | |
| .getbootstrap-grid .h3, | |
| .getbootstrap-grid .h4, | |
| .getbootstrap-grid .h5, | |
| .getbootstrap-grid .h6 { | |
| font-family: inherit; | |
| font-weight: 500; | |
| line-height: 1.1; | |
| color: inherit; | |
| } | |
| .getbootstrap-grid h1 small, | |
| .getbootstrap-grid h2 small, | |
| .getbootstrap-grid h3 small, | |
| .getbootstrap-grid h4 small, | |
| .getbootstrap-grid h5 small, | |
| .getbootstrap-grid h6 small, | |
| .getbootstrap-grid .h1 small, | |
| .getbootstrap-grid .h2 small, | |
| .getbootstrap-grid .h3 small, | |
| .getbootstrap-grid .h4 small, | |
| .getbootstrap-grid .h5 small, | |
| .getbootstrap-grid .h6 small, | |
| .getbootstrap-grid h1 .small, | |
| .getbootstrap-grid h2 .small, | |
| .getbootstrap-grid h3 .small, | |
| .getbootstrap-grid h4 .small, | |
| .getbootstrap-grid h5 .small, | |
| .getbootstrap-grid h6 .small, | |
| .getbootstrap-grid .h1 .small, | |
| .getbootstrap-grid .h2 .small, | |
| .getbootstrap-grid .h3 .small, | |
| .getbootstrap-grid .h4 .small, | |
| .getbootstrap-grid .h5 .small, | |
| .getbootstrap-grid .h6 .small { | |
| font-weight: normal; | |
| line-height: 1; | |
| color: #777; | |
| } | |
| .getbootstrap-grid h1, | |
| .getbootstrap-grid .h1, | |
| .getbootstrap-grid h2, | |
| .getbootstrap-grid .h2, | |
| .getbootstrap-grid h3, | |
| .getbootstrap-grid .h3 { | |
| margin-top: 20px; | |
| margin-bottom: 10px; | |
| } | |
| .getbootstrap-grid h1 small, | |
| .getbootstrap-grid .h1 small, | |
| .getbootstrap-grid h2 small, | |
| .getbootstrap-grid .h2 small, | |
| .getbootstrap-grid h3 small, | |
| .getbootstrap-grid .h3 small, | |
| .getbootstrap-grid h1 .small, | |
| .getbootstrap-grid .h1 .small, | |
| .getbootstrap-grid h2 .small, | |
| .getbootstrap-grid .h2 .small, | |
| .getbootstrap-grid h3 .small, | |
| .getbootstrap-grid .h3 .small { | |
| font-size: 65%; | |
| } | |
| .getbootstrap-grid h4, | |
| .getbootstrap-grid .h4, | |
| .getbootstrap-grid h5, | |
| .getbootstrap-grid .h5, | |
| .getbootstrap-grid h6, | |
| .getbootstrap-grid .h6 { | |
| margin-top: 10px; | |
| margin-bottom: 10px; | |
| } | |
| .getbootstrap-grid h4 small, | |
| .getbootstrap-grid .h4 small, | |
| .getbootstrap-grid h5 small, | |
| .getbootstrap-grid .h5 small, | |
| .getbootstrap-grid h6 small, | |
| .getbootstrap-grid .h6 small, | |
| .getbootstrap-grid h4 .small, | |
| .getbootstrap-grid .h4 .small, | |
| .getbootstrap-grid h5 .small, | |
| .getbootstrap-grid .h5 .small, | |
| .getbootstrap-grid h6 .small, | |
| .getbootstrap-grid .h6 .small { | |
| font-size: 75%; | |
| } | |
| .getbootstrap-grid h1, | |
| .getbootstrap-grid .h1 { | |
| font-size: 36px; | |
| } | |
| .getbootstrap-grid h2, | |
| .getbootstrap-grid .h2 { | |
| font-size: 30px; | |
| } | |
| .getbootstrap-grid h3, | |
| .getbootstrap-grid .h3 { | |
| font-size: 24px; | |
| } | |
| .getbootstrap-grid h4, | |
| .getbootstrap-grid .h4 { | |
| font-size: 18px; | |
| } | |
| .getbootstrap-grid h5, | |
| .getbootstrap-grid .h5 { | |
| font-size: 14px; | |
| } | |
| .getbootstrap-grid h6, | |
| .getbootstrap-grid .h6 { | |
| font-size: 12px; | |
| } | |
| .getbootstrap-grid p { | |
| margin: 0 0 10px; | |
| } | |
| .getbootstrap-grid .lead { | |
| margin-bottom: 20px; | |
| font-size: 16px; | |
| font-weight: 300; | |
| line-height: 1.4; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .lead { | |
| font-size: 21px; | |
| } | |
| } | |
| .getbootstrap-grid small, | |
| .getbootstrap-grid .small { | |
| font-size: 85%; | |
| } | |
| .getbootstrap-grid mark, | |
| .getbootstrap-grid .mark { | |
| padding: .2em; | |
| background-color: #fcf8e3; | |
| } | |
| .getbootstrap-grid .text-left { | |
| text-align: left; | |
| } | |
| .getbootstrap-grid .text-right { | |
| text-align: right; | |
| } | |
| .getbootstrap-grid .text-center { | |
| text-align: center; | |
| } | |
| .getbootstrap-grid .text-justify { | |
| text-align: justify; | |
| } | |
| .getbootstrap-grid .text-nowrap { | |
| white-space: nowrap; | |
| } | |
| .getbootstrap-grid .text-lowercase { | |
| text-transform: lowercase; | |
| } | |
| .getbootstrap-grid .text-uppercase { | |
| text-transform: uppercase; | |
| } | |
| .getbootstrap-grid .text-capitalize { | |
| text-transform: capitalize; | |
| } | |
| .getbootstrap-grid .text-muted { | |
| color: #777; | |
| } | |
| .getbootstrap-grid .text-primary { | |
| color: #337ab7; | |
| } | |
| .getbootstrap-grid a.text-primary:hover, | |
| .getbootstrap-grid a.text-primary:focus { | |
| color: #286090; | |
| } | |
| .getbootstrap-grid .text-success { | |
| color: #3c763d; | |
| } | |
| .getbootstrap-grid a.text-success:hover, | |
| .getbootstrap-grid a.text-success:focus { | |
| color: #2b542c; | |
| } | |
| .getbootstrap-grid .text-info { | |
| color: #31708f; | |
| } | |
| .getbootstrap-grid a.text-info:hover, | |
| .getbootstrap-grid a.text-info:focus { | |
| color: #245269; | |
| } | |
| .getbootstrap-grid .text-warning { | |
| color: #8a6d3b; | |
| } | |
| .getbootstrap-grid a.text-warning:hover, | |
| .getbootstrap-grid a.text-warning:focus { | |
| color: #66512c; | |
| } | |
| .getbootstrap-grid .text-danger { | |
| color: #a94442; | |
| } | |
| .getbootstrap-grid a.text-danger:hover, | |
| .getbootstrap-grid a.text-danger:focus { | |
| color: #843534; | |
| } | |
| .getbootstrap-grid .bg-primary { | |
| color: #fff; | |
| background-color: #337ab7; | |
| } | |
| .getbootstrap-grid a.bg-primary:hover, | |
| .getbootstrap-grid a.bg-primary:focus { | |
| background-color: #286090; | |
| } | |
| .getbootstrap-grid .bg-success { | |
| background-color: #dff0d8; | |
| } | |
| .getbootstrap-grid a.bg-success:hover, | |
| .getbootstrap-grid a.bg-success:focus { | |
| background-color: #c1e2b3; | |
| } | |
| .getbootstrap-grid .bg-info { | |
| background-color: #d9edf7; | |
| } | |
| .getbootstrap-grid a.bg-info:hover, | |
| .getbootstrap-grid a.bg-info:focus { | |
| background-color: #afd9ee; | |
| } | |
| .getbootstrap-grid .bg-warning { | |
| background-color: #fcf8e3; | |
| } | |
| .getbootstrap-grid a.bg-warning:hover, | |
| .getbootstrap-grid a.bg-warning:focus { | |
| background-color: #f7ecb5; | |
| } | |
| .getbootstrap-grid .bg-danger { | |
| background-color: #f2dede; | |
| } | |
| .getbootstrap-grid a.bg-danger:hover, | |
| .getbootstrap-grid a.bg-danger:focus { | |
| background-color: #e4b9b9; | |
| } | |
| .getbootstrap-grid .page-header { | |
| padding-bottom: 9px; | |
| margin: 40px 0 20px; | |
| border-bottom: 1px solid #eee; | |
| } | |
| .getbootstrap-grid ul, | |
| .getbootstrap-grid ol { | |
| margin-top: 0; | |
| margin-bottom: 10px; | |
| } | |
| .getbootstrap-grid ul ul, | |
| .getbootstrap-grid ol ul, | |
| .getbootstrap-grid ul ol, | |
| .getbootstrap-grid ol ol { | |
| margin-bottom: 0; | |
| } | |
| .getbootstrap-grid .list-unstyled { | |
| padding-left: 0; | |
| list-style: none; | |
| } | |
| .getbootstrap-grid .list-inline { | |
| padding-left: 0; | |
| margin-left: -5px; | |
| list-style: none; | |
| } | |
| .getbootstrap-grid .list-inline > li { | |
| display: inline-block; | |
| padding-right: 5px; | |
| padding-left: 5px; | |
| } | |
| .getbootstrap-grid .initialism { | |
| font-size: 90%; | |
| text-transform: uppercase; | |
| } | |
| .getbootstrap-grid blockquote { | |
| padding: 10px 20px; | |
| margin: 0 0 20px; | |
| font-size: 17.5px; | |
| border-left: 5px solid #eee; | |
| } | |
| .getbootstrap-grid blockquote p:last-child, | |
| .getbootstrap-grid blockquote ul:last-child, | |
| .getbootstrap-grid blockquote ol:last-child { | |
| margin-bottom: 0; | |
| } | |
| .getbootstrap-grid blockquote footer, | |
| .getbootstrap-grid blockquote small, | |
| .getbootstrap-grid blockquote .small { | |
| display: block; | |
| font-size: 80%; | |
| line-height: 1.42857143; | |
| color: #777; | |
| } | |
| .getbootstrap-grid blockquote footer:before, | |
| .getbootstrap-grid blockquote small:before, | |
| .getbootstrap-grid blockquote .small:before { | |
| content: '\2014 \00A0'; | |
| } | |
| .getbootstrap-grid .blockquote-reverse, | |
| .getbootstrap-grid blockquote.pull-right { | |
| padding-right: 15px; | |
| padding-left: 0; | |
| text-align: right; | |
| border-right: 5px solid #eee; | |
| border-left: 0; | |
| } | |
| .getbootstrap-grid .blockquote-reverse footer:before, | |
| .getbootstrap-grid blockquote.pull-right footer:before, | |
| .getbootstrap-grid .blockquote-reverse small:before, | |
| .getbootstrap-grid blockquote.pull-right small:before, | |
| .getbootstrap-grid .blockquote-reverse .small:before, | |
| .getbootstrap-grid blockquote.pull-right .small:before { | |
| content: ''; | |
| } | |
| .getbootstrap-grid .blockquote-reverse footer:after, | |
| .getbootstrap-grid blockquote.pull-right footer:after, | |
| .getbootstrap-grid .blockquote-reverse small:after, | |
| .getbootstrap-grid blockquote.pull-right small:after, | |
| .getbootstrap-grid .blockquote-reverse .small:after, | |
| .getbootstrap-grid blockquote.pull-right .small:after { | |
| content: '\00A0 \2014'; | |
| } | |
| .getbootstrap-grid address { | |
| margin-bottom: 20px; | |
| font-style: normal; | |
| line-height: 1.42857143; | |
| } | |
| .getbootstrap-grid code, | |
| .getbootstrap-grid kbd, | |
| .getbootstrap-grid pre, | |
| .getbootstrap-grid samp { | |
| font-family: Menlo, Monaco, Consolas, "Courier New", monospace; | |
| } | |
| .getbootstrap-grid code { | |
| padding: 2px 4px; | |
| font-size: 90%; | |
| color: #c7254e; | |
| background-color: #f9f2f4; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid pre { | |
| display: block; | |
| padding: 9.5px; | |
| margin: 0 0 10px; | |
| font-size: 13px; | |
| line-height: 1.42857143; | |
| color: #333; | |
| word-break: break-all; | |
| word-wrap: break-word; | |
| background-color: #f5f5f5; | |
| border: 1px solid #ccc; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid pre code { | |
| padding: 0; | |
| font-size: inherit; | |
| color: inherit; | |
| white-space: pre-wrap; | |
| background-color: transparent; | |
| border-radius: 0; | |
| } | |
| .getbootstrap-grid .pre-scrollable { | |
| max-height: 340px; | |
| overflow-y: scroll; | |
| } | |
| .getbootstrap-grid .container { | |
| padding-right: 15px; | |
| padding-left: 15px; | |
| margin-right: auto; | |
| margin-left: auto; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .container { | |
| width: 750px; | |
| } | |
| } | |
| @media (min-width: 992px) { | |
| .getbootstrap-grid .container { | |
| width: 970px; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| .getbootstrap-grid .container { | |
| width: 1170px; | |
| } | |
| } | |
| .getbootstrap-grid .container-fluid { | |
| padding-right: 15px; | |
| padding-left: 15px; | |
| margin-right: auto; | |
| margin-left: auto; | |
| } | |
| .getbootstrap-grid .row { | |
| margin-right: -15px; | |
| margin-left: -15px; | |
| } | |
| .getbootstrap-grid .col-xs-1, | |
| .getbootstrap-grid .col-sm-1, | |
| .getbootstrap-grid .col-md-1, | |
| .getbootstrap-grid .col-lg-1, | |
| .getbootstrap-grid .col-xs-2, | |
| .getbootstrap-grid .col-sm-2, | |
| .getbootstrap-grid .col-md-2, | |
| .getbootstrap-grid .col-lg-2, | |
| .getbootstrap-grid .col-xs-3, | |
| .getbootstrap-grid .col-sm-3, | |
| .getbootstrap-grid .col-md-3, | |
| .getbootstrap-grid .col-lg-3, | |
| .getbootstrap-grid .col-xs-4, | |
| .getbootstrap-grid .col-sm-4, | |
| .getbootstrap-grid .col-md-4, | |
| .getbootstrap-grid .col-lg-4, | |
| .getbootstrap-grid .col-xs-5, | |
| .getbootstrap-grid .col-sm-5, | |
| .getbootstrap-grid .col-md-5, | |
| .getbootstrap-grid .col-lg-5, | |
| .getbootstrap-grid .col-xs-6, | |
| .getbootstrap-grid .col-sm-6, | |
| .getbootstrap-grid .col-md-6, | |
| .getbootstrap-grid .col-lg-6, | |
| .getbootstrap-grid .col-xs-7, | |
| .getbootstrap-grid .col-sm-7, | |
| .getbootstrap-grid .col-md-7, | |
| .getbootstrap-grid .col-lg-7, | |
| .getbootstrap-grid .col-xs-8, | |
| .getbootstrap-grid .col-sm-8, | |
| .getbootstrap-grid .col-md-8, | |
| .getbootstrap-grid .col-lg-8, | |
| .getbootstrap-grid .col-xs-9, | |
| .getbootstrap-grid .col-sm-9, | |
| .getbootstrap-grid .col-md-9, | |
| .getbootstrap-grid .col-lg-9, | |
| .getbootstrap-grid .col-xs-10, | |
| .getbootstrap-grid .col-sm-10, | |
| .getbootstrap-grid .col-md-10, | |
| .getbootstrap-grid .col-lg-10, | |
| .getbootstrap-grid .col-xs-11, | |
| .getbootstrap-grid .col-sm-11, | |
| .getbootstrap-grid .col-md-11, | |
| .getbootstrap-grid .col-lg-11, | |
| .getbootstrap-grid .col-xs-12, | |
| .getbootstrap-grid .col-sm-12, | |
| .getbootstrap-grid .col-md-12, | |
| .getbootstrap-grid .col-lg-12 { | |
| position: relative; | |
| min-height: 1px; | |
| padding-right: 15px; | |
| padding-left: 15px; | |
| } | |
| .getbootstrap-grid .col-xs-1, | |
| .getbootstrap-grid .col-xs-2, | |
| .getbootstrap-grid .col-xs-3, | |
| .getbootstrap-grid .col-xs-4, | |
| .getbootstrap-grid .col-xs-5, | |
| .getbootstrap-grid .col-xs-6, | |
| .getbootstrap-grid .col-xs-7, | |
| .getbootstrap-grid .col-xs-8, | |
| .getbootstrap-grid .col-xs-9, | |
| .getbootstrap-grid .col-xs-10, | |
| .getbootstrap-grid .col-xs-11, | |
| .getbootstrap-grid .col-xs-12 { | |
| float: left; | |
| } | |
| .getbootstrap-grid .col-xs-12 { | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .col-xs-11 { | |
| width: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-10 { | |
| width: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-9 { | |
| width: 75%; | |
| } | |
| .getbootstrap-grid .col-xs-8 { | |
| width: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-7 { | |
| width: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-6 { | |
| width: 50%; | |
| } | |
| .getbootstrap-grid .col-xs-5 { | |
| width: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-4 { | |
| width: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-3 { | |
| width: 25%; | |
| } | |
| .getbootstrap-grid .col-xs-2 { | |
| width: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-1 { | |
| width: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-12 { | |
| right: 100%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-11 { | |
| right: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-10 { | |
| right: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-9 { | |
| right: 75%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-8 { | |
| right: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-7 { | |
| right: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-6 { | |
| right: 50%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-5 { | |
| right: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-4 { | |
| right: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-3 { | |
| right: 25%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-2 { | |
| right: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-1 { | |
| right: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-pull-0 { | |
| right: auto; | |
| } | |
| .getbootstrap-grid .col-xs-push-12 { | |
| left: 100%; | |
| } | |
| .getbootstrap-grid .col-xs-push-11 { | |
| left: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-push-10 { | |
| left: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-push-9 { | |
| left: 75%; | |
| } | |
| .getbootstrap-grid .col-xs-push-8 { | |
| left: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-push-7 { | |
| left: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-push-6 { | |
| left: 50%; | |
| } | |
| .getbootstrap-grid .col-xs-push-5 { | |
| left: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-push-4 { | |
| left: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-push-3 { | |
| left: 25%; | |
| } | |
| .getbootstrap-grid .col-xs-push-2 { | |
| left: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-push-1 { | |
| left: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-push-0 { | |
| left: auto; | |
| } | |
| .getbootstrap-grid .col-xs-offset-12 { | |
| margin-left: 100%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-11 { | |
| margin-left: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-10 { | |
| margin-left: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-9 { | |
| margin-left: 75%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-8 { | |
| margin-left: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-7 { | |
| margin-left: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-6 { | |
| margin-left: 50%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-5 { | |
| margin-left: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-4 { | |
| margin-left: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-3 { | |
| margin-left: 25%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-2 { | |
| margin-left: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-1 { | |
| margin-left: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-xs-offset-0 { | |
| margin-left: 0; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .col-sm-1, | |
| .getbootstrap-grid .col-sm-2, | |
| .getbootstrap-grid .col-sm-3, | |
| .getbootstrap-grid .col-sm-4, | |
| .getbootstrap-grid .col-sm-5, | |
| .getbootstrap-grid .col-sm-6, | |
| .getbootstrap-grid .col-sm-7, | |
| .getbootstrap-grid .col-sm-8, | |
| .getbootstrap-grid .col-sm-9, | |
| .getbootstrap-grid .col-sm-10, | |
| .getbootstrap-grid .col-sm-11, | |
| .getbootstrap-grid .col-sm-12 { | |
| float: left; | |
| } | |
| .getbootstrap-grid .col-sm-12 { | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .col-sm-11 { | |
| width: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-10 { | |
| width: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-9 { | |
| width: 75%; | |
| } | |
| .getbootstrap-grid .col-sm-8 { | |
| width: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-7 { | |
| width: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-6 { | |
| width: 50%; | |
| } | |
| .getbootstrap-grid .col-sm-5 { | |
| width: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-4 { | |
| width: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-3 { | |
| width: 25%; | |
| } | |
| .getbootstrap-grid .col-sm-2 { | |
| width: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-1 { | |
| width: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-12 { | |
| right: 100%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-11 { | |
| right: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-10 { | |
| right: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-9 { | |
| right: 75%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-8 { | |
| right: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-7 { | |
| right: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-6 { | |
| right: 50%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-5 { | |
| right: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-4 { | |
| right: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-3 { | |
| right: 25%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-2 { | |
| right: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-1 { | |
| right: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-pull-0 { | |
| right: auto; | |
| } | |
| .getbootstrap-grid .col-sm-push-12 { | |
| left: 100%; | |
| } | |
| .getbootstrap-grid .col-sm-push-11 { | |
| left: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-push-10 { | |
| left: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-push-9 { | |
| left: 75%; | |
| } | |
| .getbootstrap-grid .col-sm-push-8 { | |
| left: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-push-7 { | |
| left: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-push-6 { | |
| left: 50%; | |
| } | |
| .getbootstrap-grid .col-sm-push-5 { | |
| left: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-push-4 { | |
| left: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-push-3 { | |
| left: 25%; | |
| } | |
| .getbootstrap-grid .col-sm-push-2 { | |
| left: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-push-1 { | |
| left: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-push-0 { | |
| left: auto; | |
| } | |
| .getbootstrap-grid .col-sm-offset-12 { | |
| margin-left: 100%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-11 { | |
| margin-left: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-10 { | |
| margin-left: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-9 { | |
| margin-left: 75%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-8 { | |
| margin-left: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-7 { | |
| margin-left: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-6 { | |
| margin-left: 50%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-5 { | |
| margin-left: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-4 { | |
| margin-left: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-3 { | |
| margin-left: 25%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-2 { | |
| margin-left: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-1 { | |
| margin-left: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-sm-offset-0 { | |
| margin-left: 0; | |
| } | |
| } | |
| @media (min-width: 992px) { | |
| .getbootstrap-grid .col-md-1, | |
| .getbootstrap-grid .col-md-2, | |
| .getbootstrap-grid .col-md-3, | |
| .getbootstrap-grid .col-md-4, | |
| .getbootstrap-grid .col-md-5, | |
| .getbootstrap-grid .col-md-6, | |
| .getbootstrap-grid .col-md-7, | |
| .getbootstrap-grid .col-md-8, | |
| .getbootstrap-grid .col-md-9, | |
| .getbootstrap-grid .col-md-10, | |
| .getbootstrap-grid .col-md-11, | |
| .getbootstrap-grid .col-md-12 { | |
| float: left; | |
| } | |
| .getbootstrap-grid .col-md-12 { | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .col-md-11 { | |
| width: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-10 { | |
| width: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-9 { | |
| width: 75%; | |
| } | |
| .getbootstrap-grid .col-md-8 { | |
| width: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-7 { | |
| width: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-6 { | |
| width: 50%; | |
| } | |
| .getbootstrap-grid .col-md-5 { | |
| width: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-4 { | |
| width: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-3 { | |
| width: 25%; | |
| } | |
| .getbootstrap-grid .col-md-2 { | |
| width: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-1 { | |
| width: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-pull-12 { | |
| right: 100%; | |
| } | |
| .getbootstrap-grid .col-md-pull-11 { | |
| right: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-pull-10 { | |
| right: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-pull-9 { | |
| right: 75%; | |
| } | |
| .getbootstrap-grid .col-md-pull-8 { | |
| right: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-pull-7 { | |
| right: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-pull-6 { | |
| right: 50%; | |
| } | |
| .getbootstrap-grid .col-md-pull-5 { | |
| right: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-pull-4 { | |
| right: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-pull-3 { | |
| right: 25%; | |
| } | |
| .getbootstrap-grid .col-md-pull-2 { | |
| right: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-pull-1 { | |
| right: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-pull-0 { | |
| right: auto; | |
| } | |
| .getbootstrap-grid .col-md-push-12 { | |
| left: 100%; | |
| } | |
| .getbootstrap-grid .col-md-push-11 { | |
| left: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-push-10 { | |
| left: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-push-9 { | |
| left: 75%; | |
| } | |
| .getbootstrap-grid .col-md-push-8 { | |
| left: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-push-7 { | |
| left: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-push-6 { | |
| left: 50%; | |
| } | |
| .getbootstrap-grid .col-md-push-5 { | |
| left: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-push-4 { | |
| left: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-push-3 { | |
| left: 25%; | |
| } | |
| .getbootstrap-grid .col-md-push-2 { | |
| left: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-push-1 { | |
| left: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-push-0 { | |
| left: auto; | |
| } | |
| .getbootstrap-grid .col-md-offset-12 { | |
| margin-left: 100%; | |
| } | |
| .getbootstrap-grid .col-md-offset-11 { | |
| margin-left: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-offset-10 { | |
| margin-left: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-offset-9 { | |
| margin-left: 75%; | |
| } | |
| .getbootstrap-grid .col-md-offset-8 { | |
| margin-left: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-offset-7 { | |
| margin-left: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-offset-6 { | |
| margin-left: 50%; | |
| } | |
| .getbootstrap-grid .col-md-offset-5 { | |
| margin-left: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-offset-4 { | |
| margin-left: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-offset-3 { | |
| margin-left: 25%; | |
| } | |
| .getbootstrap-grid .col-md-offset-2 { | |
| margin-left: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-md-offset-1 { | |
| margin-left: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-md-offset-0 { | |
| margin-left: 0; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| .getbootstrap-grid .col-lg-1, | |
| .getbootstrap-grid .col-lg-2, | |
| .getbootstrap-grid .col-lg-3, | |
| .getbootstrap-grid .col-lg-4, | |
| .getbootstrap-grid .col-lg-5, | |
| .getbootstrap-grid .col-lg-6, | |
| .getbootstrap-grid .col-lg-7, | |
| .getbootstrap-grid .col-lg-8, | |
| .getbootstrap-grid .col-lg-9, | |
| .getbootstrap-grid .col-lg-10, | |
| .getbootstrap-grid .col-lg-11, | |
| .getbootstrap-grid .col-lg-12 { | |
| float: left; | |
| } | |
| .getbootstrap-grid .col-lg-12 { | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .col-lg-11 { | |
| width: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-10 { | |
| width: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-9 { | |
| width: 75%; | |
| } | |
| .getbootstrap-grid .col-lg-8 { | |
| width: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-7 { | |
| width: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-6 { | |
| width: 50%; | |
| } | |
| .getbootstrap-grid .col-lg-5 { | |
| width: 41.66666667%; | |
| } | |
| .col-lg-4 { | |
| width: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-3 { | |
| width: 25%; | |
| } | |
| .getbootstrap-grid .col-lg-2 { | |
| width: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-1 { | |
| width: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-12 { | |
| right: 100%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-11 { | |
| right: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-10 { | |
| right: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-9 { | |
| right: 75%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-8 { | |
| right: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-7 { | |
| right: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-6 { | |
| right: 50%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-5 { | |
| right: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-4 { | |
| right: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-3 { | |
| right: 25%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-2 { | |
| right: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-1 { | |
| right: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-pull-0 { | |
| right: auto; | |
| } | |
| .getbootstrap-grid .col-lg-push-12 { | |
| left: 100%; | |
| } | |
| .getbootstrap-grid .col-lg-push-11 { | |
| left: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-push-10 { | |
| left: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-push-9 { | |
| left: 75%; | |
| } | |
| .getbootstrap-grid .col-lg-push-8 { | |
| left: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-push-7 { | |
| left: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-push-6 { | |
| left: 50%; | |
| } | |
| .getbootstrap-grid .col-lg-push-5 { | |
| left: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-push-4 { | |
| left: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-push-3 { | |
| left: 25%; | |
| } | |
| .getbootstrap-grid .col-lg-push-2 { | |
| left: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-push-1 { | |
| left: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-push-0 { | |
| left: auto; | |
| } | |
| .getbootstrap-grid .col-lg-offset-12 { | |
| margin-left: 100%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-11 { | |
| margin-left: 91.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-10 { | |
| margin-left: 83.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-9 { | |
| margin-left: 75%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-8 { | |
| margin-left: 66.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-7 { | |
| margin-left: 58.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-6 { | |
| margin-left: 50%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-5 { | |
| margin-left: 41.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-4 { | |
| margin-left: 33.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-3 { | |
| margin-left: 25%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-2 { | |
| margin-left: 16.66666667%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-1 { | |
| margin-left: 8.33333333%; | |
| } | |
| .getbootstrap-grid .col-lg-offset-0 { | |
| margin-left: 0; | |
| } | |
| } | |
| .getbootstrap-grid fieldset { | |
| min-width: 0; | |
| padding: 0; | |
| margin: 0; | |
| border: 0; | |
| } | |
| .getbootstrap-grid legend { | |
| display: block; | |
| width: 100%; | |
| padding: 0; | |
| margin-bottom: 20px; | |
| font-size: 21px; | |
| line-height: inherit; | |
| color: #333; | |
| border: 0; | |
| border-bottom: 1px solid #e5e5e5; | |
| } | |
| .getbootstrap-grid label { | |
| display: inline-block; | |
| max-width: 100%; | |
| margin-bottom: 5px; | |
| font-weight: bold; | |
| } | |
| .getbootstrap-grid input[type="search"] { | |
| -webkit-box-sizing: border-box; | |
| -moz-box-sizing: border-box; | |
| box-sizing: border-box; | |
| } | |
| .getbootstrap-grid input[type="radio"], | |
| .getbootstrap-grid input[type="checkbox"] { | |
| margin: 4px 0 0; | |
| margin-top: 1px \9; | |
| line-height: normal; | |
| } | |
| .getbootstrap-grid input[type="file"] { | |
| display: block; | |
| } | |
| .getbootstrap-grid input[type="range"] { | |
| display: block; | |
| width: 100%; | |
| } | |
| .getbootstrap-grid select[multiple], | |
| .getbootstrap-grid select[size] { | |
| height: auto; | |
| } | |
| .getbootstrap-grid input[type="file"]:focus, | |
| .getbootstrap-grid input[type="radio"]:focus, | |
| .getbootstrap-grid input[type="checkbox"]:focus { | |
| outline: thin dotted; | |
| outline: 5px auto -webkit-focus-ring-color; | |
| outline-offset: -2px; | |
| } | |
| .getbootstrap-grid output { | |
| display: block; | |
| padding-top: 7px; | |
| font-size: 14px; | |
| line-height: 1.42857143; | |
| color: #555; | |
| } | |
| .getbootstrap-grid .form-control { | |
| display: block; | |
| width: 100%; | |
| height: 34px; | |
| padding: 6px 12px; | |
| font-size: 14px; | |
| line-height: 1.42857143; | |
| color: #555; | |
| background-color: #fff; | |
| background-image: none; | |
| border: 1px solid #ccc; | |
| border-radius: 4px; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
| -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; | |
| -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
| transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; | |
| } | |
| .getbootstrap-grid .form-control:focus { | |
| border-color: #66afe9; | |
| outline: 0; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); | |
| box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); | |
| } | |
| .getbootstrap-grid .form-control::-moz-placeholder { | |
| color: #999; | |
| opacity: 1; | |
| } | |
| .getbootstrap-grid .form-control:-ms-input-placeholder { | |
| color: #999; | |
| } | |
| .getbootstrap-grid .form-control::-webkit-input-placeholder { | |
| color: #999; | |
| } | |
| .getbootstrap-grid .form-control[disabled], | |
| .getbootstrap-grid .form-control[readonly], | |
| .getbootstrap-grid fieldset[disabled] .form-control { | |
| background-color: #eee; | |
| opacity: 1; | |
| } | |
| .getbootstrap-grid .form-control[disabled], | |
| .getbootstrap-grid fieldset[disabled] .form-control { | |
| cursor: not-allowed; | |
| } | |
| .getbootstrap-grid textarea.form-control { | |
| height: auto; | |
| } | |
| .getbootstrap-grid input[type="search"] { | |
| -webkit-appearance: none; | |
| } | |
| @media screen and (-webkit-min-device-pixel-ratio: 0) { | |
| .getbootstrap-grid input[type="date"].form-control, | |
| .getbootstrap-grid input[type="time"].form-control, | |
| .getbootstrap-grid input[type="datetime-local"].form-control, | |
| .getbootstrap-grid input[type="month"].form-control { | |
| line-height: 34px; | |
| } | |
| .getbootstrap-grid input[type="date"].input-sm, | |
| .getbootstrap-grid input[type="time"].input-sm, | |
| .getbootstrap-grid input[type="datetime-local"].input-sm, | |
| .getbootstrap-grid input[type="month"].input-sm, | |
| .getbootstrap-grid .input-group-sm input[type="date"], | |
| .getbootstrap-grid .input-group-sm input[type="time"], | |
| .getbootstrap-grid .input-group-sm input[type="datetime-local"], | |
| .getbootstrap-grid .input-group-sm input[type="month"] { | |
| line-height: 30px; | |
| } | |
| .getbootstrap-grid input[type="date"].input-lg, | |
| .getbootstrap-grid input[type="time"].input-lg, | |
| .getbootstrap-grid input[type="datetime-local"].input-lg, | |
| .getbootstrap-grid input[type="month"].input-lg, | |
| .getbootstrap-grid .input-group-lg input[type="date"], | |
| .getbootstrap-grid .input-group-lg input[type="time"], | |
| .getbootstrap-grid .input-group-lg input[type="datetime-local"], | |
| .getbootstrap-grid .input-group-lg input[type="month"] { | |
| line-height: 46px; | |
| } | |
| } | |
| .getbootstrap-grid .form-group { | |
| margin-bottom: 15px; | |
| } | |
| .getbootstrap-grid .radio, | |
| .getbootstrap-grid .checkbox { | |
| position: relative; | |
| display: block; | |
| margin-top: 10px; | |
| margin-bottom: 10px; | |
| } | |
| .getbootstrap-grid .radio label, | |
| .getbootstrap-grid .checkbox label { | |
| min-height: 20px; | |
| padding-left: 20px; | |
| margin-bottom: 0; | |
| font-weight: normal; | |
| cursor: pointer; | |
| } | |
| .getbootstrap-grid .radio input[type="radio"], | |
| .getbootstrap-grid .radio-inline input[type="radio"], | |
| .getbootstrap-grid .checkbox input[type="checkbox"], | |
| .getbootstrap-grid .checkbox-inline input[type="checkbox"] { | |
| position: absolute; | |
| margin-top: 4px \9; | |
| margin-left: -20px; | |
| } | |
| .getbootstrap-grid .radio + .radio, | |
| .getbootstrap-grid .checkbox + .checkbox { | |
| margin-top: -5px; | |
| } | |
| .getbootstrap-grid .radio-inline, | |
| .getbootstrap-grid .checkbox-inline { | |
| position: relative; | |
| display: inline-block; | |
| padding-left: 20px; | |
| margin-bottom: 0; | |
| font-weight: normal; | |
| vertical-align: middle; | |
| cursor: pointer; | |
| } | |
| .getbootstrap-grid .radio-inline + .radio-inline, | |
| .getbootstrap-grid .checkbox-inline + .checkbox-inline { | |
| margin-top: 0; | |
| margin-left: 10px; | |
| } | |
| .getbootstrap-grid input[type="radio"][disabled], | |
| .getbootstrap-grid input[type="checkbox"][disabled], | |
| .getbootstrap-grid input[type="radio"].disabled, | |
| .getbootstrap-grid input[type="checkbox"].disabled, | |
| .getbootstrap-grid fieldset[disabled] input[type="radio"], | |
| .getbootstrap-grid fieldset[disabled] input[type="checkbox"] { | |
| cursor: not-allowed; | |
| } | |
| .getbootstrap-grid .radio-inline.disabled, | |
| .getbootstrap-grid .checkbox-inline.disabled, | |
| .getbootstrap-grid fieldset[disabled] .radio-inline, | |
| .getbootstrap-grid fieldset[disabled] .checkbox-inline { | |
| cursor: not-allowed; | |
| } | |
| .getbootstrap-grid .radio.disabled label, | |
| .getbootstrap-grid .checkbox.disabled label, | |
| .getbootstrap-grid fieldset[disabled] .radio label, | |
| .getbootstrap-grid fieldset[disabled] .checkbox label { | |
| cursor: not-allowed; | |
| } | |
| .getbootstrap-grid .form-control-static { | |
| min-height: 34px; | |
| padding-top: 7px; | |
| padding-bottom: 7px; | |
| margin-bottom: 0; | |
| } | |
| .getbootstrap-grid .form-control-static.input-lg, | |
| .getbootstrap-grid .form-control-static.input-sm { | |
| padding-right: 0; | |
| padding-left: 0; | |
| } | |
| .getbootstrap-grid .input-sm { | |
| height: 30px; | |
| padding: 5px 10px; | |
| font-size: 12px; | |
| line-height: 1.5; | |
| border-radius: 3px; | |
| } | |
| .getbootstrap-grid select.input-sm { | |
| height: 30px; | |
| line-height: 30px; | |
| } | |
| .getbootstrap-grid textarea.input-sm, | |
| .getbootstrap-grid select[multiple].input-sm { | |
| height: auto; | |
| } | |
| .getbootstrap-grid .form-group-sm .form-control { | |
| height: 30px; | |
| padding: 5px 10px; | |
| font-size: 12px; | |
| line-height: 1.5; | |
| border-radius: 3px; | |
| } | |
| .getbootstrap-grid .form-group-sm select.form-control { | |
| height: 30px; | |
| line-height: 30px; | |
| } | |
| .getbootstrap-grid .form-group-sm textarea.form-control, | |
| .getbootstrap-grid .form-group-sm select[multiple].form-control { | |
| height: auto; | |
| } | |
| .getbootstrap-grid .form-group-sm .form-control-static { | |
| height: 30px; | |
| min-height: 32px; | |
| padding: 6px 10px; | |
| font-size: 12px; | |
| line-height: 1.5; | |
| } | |
| .getbootstrap-grid .input-lg { | |
| height: 46px; | |
| padding: 10px 16px; | |
| font-size: 18px; | |
| line-height: 1.3333333; | |
| border-radius: 6px; | |
| } | |
| .getbootstrap-grid select.input-lg { | |
| height: 46px; | |
| line-height: 46px; | |
| } | |
| .getbootstrap-grid textarea.input-lg, | |
| .getbootstrap-grid select[multiple].input-lg { | |
| height: auto; | |
| } | |
| .getbootstrap-grid .form-group-lg .form-control { | |
| height: 46px; | |
| padding: 10px 16px; | |
| font-size: 18px; | |
| line-height: 1.3333333; | |
| border-radius: 6px; | |
| } | |
| .getbootstrap-grid .form-group-lg select.form-control { | |
| height: 46px; | |
| line-height: 46px; | |
| } | |
| .getbootstrap-grid .form-group-lg textarea.form-control, | |
| .getbootstrap-grid .form-group-lg select[multiple].form-control { | |
| height: auto; | |
| } | |
| .getbootstrap-grid .form-group-lg .form-control-static { | |
| height: 46px; | |
| min-height: 38px; | |
| padding: 11px 16px; | |
| font-size: 18px; | |
| line-height: 1.3333333; | |
| } | |
| .getbootstrap-grid .has-feedback { | |
| position: relative; | |
| } | |
| .getbootstrap-grid .has-feedback .form-control { | |
| padding-right: 42.5px; | |
| } | |
| .getbootstrap-grid .form-control-feedback { | |
| position: absolute; | |
| top: 0; | |
| right: 0; | |
| z-index: 2; | |
| display: block; | |
| width: 34px; | |
| height: 34px; | |
| line-height: 34px; | |
| text-align: center; | |
| pointer-events: none; | |
| } | |
| .getbootstrap-grid .input-lg + .form-control-feedback, | |
| .getbootstrap-grid .input-group-lg + .form-control-feedback, | |
| .getbootstrap-grid .form-group-lg .form-control + .form-control-feedback { | |
| width: 46px; | |
| height: 46px; | |
| line-height: 46px; | |
| } | |
| .getbootstrap-grid .input-sm + .form-control-feedback, | |
| .getbootstrap-grid .input-group-sm + .form-control-feedback, | |
| .getbootstrap-grid .form-group-sm .form-control + .form-control-feedback { | |
| width: 30px; | |
| height: 30px; | |
| line-height: 30px; | |
| } | |
| .getbootstrap-grid .has-success .help-block, | |
| .getbootstrap-grid .has-success .control-label, | |
| .getbootstrap-grid .has-success .radio, | |
| .getbootstrap-grid .has-success .checkbox, | |
| .getbootstrap-grid .has-success .radio-inline, | |
| .getbootstrap-grid .has-success .checkbox-inline, | |
| .getbootstrap-grid .has-success.radio label, | |
| .getbootstrap-grid .has-success.checkbox label, | |
| .getbootstrap-grid .has-success.radio-inline label, | |
| .getbootstrap-grid .has-success.checkbox-inline label { | |
| color: #3c763d; | |
| } | |
| .getbootstrap-grid .has-success .form-control { | |
| border-color: #3c763d; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
| } | |
| .getbootstrap-grid .has-success .form-control:focus { | |
| border-color: #2b542c; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; | |
| } | |
| .getbootstrap-grid .has-success .input-group-addon { | |
| color: #3c763d; | |
| background-color: #dff0d8; | |
| border-color: #3c763d; | |
| } | |
| .getbootstrap-grid .has-success .form-control-feedback { | |
| color: #3c763d; | |
| } | |
| .getbootstrap-grid .has-warning .help-block, | |
| .getbootstrap-grid .has-warning .control-label, | |
| .getbootstrap-grid .has-warning .radio, | |
| .getbootstrap-grid .has-warning .checkbox, | |
| .getbootstrap-grid .has-warning .radio-inline, | |
| .getbootstrap-grid .has-warning .checkbox-inline, | |
| .getbootstrap-grid .has-warning.radio label, | |
| .getbootstrap-grid .has-warning.checkbox label, | |
| .getbootstrap-grid .has-warning.radio-inline label, | |
| .getbootstrap-grid .has-warning.checkbox-inline label { | |
| color: #8a6d3b; | |
| } | |
| .getbootstrap-grid .has-warning .form-control { | |
| border-color: #8a6d3b; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
| } | |
| .getbootstrap-grid .has-warning .form-control:focus { | |
| border-color: #66512c; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; | |
| } | |
| .getbootstrap-grid .has-warning .input-group-addon { | |
| color: #8a6d3b; | |
| background-color: #fcf8e3; | |
| border-color: #8a6d3b; | |
| } | |
| .getbootstrap-grid .has-warning .form-control-feedback { | |
| color: #8a6d3b; | |
| } | |
| .getbootstrap-grid .has-error .help-block, | |
| .getbootstrap-grid .has-error .control-label, | |
| .getbootstrap-grid .has-error .radio, | |
| .getbootstrap-grid .has-error .checkbox, | |
| .getbootstrap-grid .has-error .radio-inline, | |
| .getbootstrap-grid .has-error .checkbox-inline, | |
| .getbootstrap-grid .has-error.radio label, | |
| .getbootstrap-grid .has-error.checkbox label, | |
| .getbootstrap-grid .has-error.radio-inline label, | |
| .getbootstrap-grid .has-error.checkbox-inline label { | |
| color: #a94442; | |
| } | |
| .getbootstrap-grid .has-error .form-control { | |
| border-color: #a94442; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); | |
| } | |
| .getbootstrap-grid .has-error .form-control:focus { | |
| border-color: #843534; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; | |
| } | |
| .getbootstrap-grid .has-error .input-group-addon { | |
| color: #a94442; | |
| background-color: #f2dede; | |
| border-color: #a94442; | |
| } | |
| .getbootstrap-grid .has-error .form-control-feedback { | |
| color: #a94442; | |
| } | |
| .getbootstrap-grid .has-feedback label ~ .form-control-feedback { | |
| top: 25px; | |
| } | |
| .getbootstrap-grid .has-feedback label.sr-only ~ .form-control-feedback { | |
| top: 0; | |
| } | |
| .getbootstrap-grid .help-block { | |
| display: block; | |
| margin-top: 5px; | |
| margin-bottom: 10px; | |
| color: #737373; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .form-inline .form-group { | |
| display: inline-block; | |
| margin-bottom: 0; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .form-inline .form-control { | |
| display: inline-block; | |
| width: auto; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .form-inline .form-control-static { | |
| display: inline-block; | |
| } | |
| .getbootstrap-grid .form-inline .input-group { | |
| display: inline-table; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .form-inline .input-group .input-group-addon, | |
| .getbootstrap-grid .form-inline .input-group .input-group-btn, | |
| .getbootstrap-grid .form-inline .input-group .form-control { | |
| width: auto; | |
| } | |
| .getbootstrap-grid .form-inline .input-group > .form-control { | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .form-inline .control-label { | |
| margin-bottom: 0; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .form-inline .radio, | |
| .getbootstrap-grid .form-inline .checkbox { | |
| display: inline-block; | |
| margin-top: 0; | |
| margin-bottom: 0; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .form-inline .radio label, | |
| .getbootstrap-grid .form-inline .checkbox label { | |
| padding-left: 0; | |
| } | |
| .getbootstrap-grid .form-inline .radio input[type="radio"], | |
| .getbootstrap-grid .form-inline .checkbox input[type="checkbox"] { | |
| position: relative; | |
| margin-left: 0; | |
| } | |
| .getbootstrap-grid .form-inline .has-feedback .form-control-feedback { | |
| top: 0; | |
| } | |
| } | |
| .getbootstrap-grid .form-horizontal .radio, | |
| .getbootstrap-grid .form-horizontal .checkbox, | |
| .getbootstrap-grid .form-horizontal .radio-inline, | |
| .getbootstrap-grid .form-horizontal .checkbox-inline { | |
| padding-top: 7px; | |
| margin-top: 0; | |
| margin-bottom: 0; | |
| } | |
| .getbootstrap-grid .form-horizontal .radio, | |
| .getbootstrap-grid .form-horizontal .checkbox { | |
| min-height: 27px; | |
| } | |
| .getbootstrap-grid .form-horizontal .form-group { | |
| margin-right: -15px; | |
| margin-left: -15px; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .form-horizontal .control-label { | |
| padding-top: 7px; | |
| margin-bottom: 0; | |
| text-align: right; | |
| } | |
| } | |
| .getbootstrap-grid .form-horizontal .has-feedback .form-control-feedback { | |
| right: 15px; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .form-horizontal .form-group-lg .control-label { | |
| padding-top: 14.333333px; | |
| font-size: 18px; | |
| } | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .form-horizontal .form-group-sm .control-label { | |
| padding-top: 6px; | |
| font-size: 12px; | |
| } | |
| } | |
| .getbootstrap-grid .btn { | |
| display: inline-block; | |
| padding: 6px 12px; | |
| margin-bottom: 0; | |
| font-size: 14px; | |
| font-weight: normal; | |
| line-height: 1.42857143; | |
| text-align: center; | |
| white-space: nowrap; | |
| vertical-align: middle; | |
| -ms-touch-action: manipulation; | |
| touch-action: manipulation; | |
| cursor: pointer; | |
| -webkit-user-select: none; | |
| -moz-user-select: none; | |
| -ms-user-select: none; | |
| user-select: none; | |
| background-image: none; | |
| border: 1px solid transparent; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .btn:focus, | |
| .getbootstrap-grid .btn:active:focus, | |
| .getbootstrap-grid .btn.active:focus, | |
| .getbootstrap-grid .btn.focus, | |
| .getbootstrap-grid .btn:active.focus, | |
| .getbootstrap-grid .btn.active.focus { | |
| outline: thin dotted; | |
| outline: 5px auto -webkit-focus-ring-color; | |
| outline-offset: -2px; | |
| } | |
| .getbootstrap-grid .btn:hover, | |
| .getbootstrap-grid .btn:focus, | |
| .getbootstrap-grid .btn.focus { | |
| color: #333; | |
| text-decoration: none; | |
| } | |
| .getbootstrap-grid .btn:active, | |
| .getbootstrap-grid .btn.active { | |
| background-image: none; | |
| outline: 0; | |
| -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); | |
| box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); | |
| } | |
| .getbootstrap-grid .btn.disabled, | |
| .getbootstrap-grid .btn[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn { | |
| cursor: not-allowed; | |
| filter: alpha(opacity=65); | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| opacity: .65; | |
| } | |
| .getbootstrap-grid a.btn.disabled, | |
| .getbootstrap-grid fieldset[disabled] a.btn { | |
| pointer-events: none; | |
| } | |
| .getbootstrap-grid .btn-default { | |
| color: #333; | |
| background-color: #fff; | |
| border-color: #ccc; | |
| } | |
| .getbootstrap-grid .btn-default:focus, | |
| .getbootstrap-grid .btn-default.focus { | |
| color: #333; | |
| background-color: #e6e6e6; | |
| border-color: #8c8c8c; | |
| } | |
| .getbootstrap-grid .btn-default:hover { | |
| color: #333; | |
| background-color: #e6e6e6; | |
| border-color: #adadad; | |
| } | |
| .getbootstrap-grid .btn-default:active, | |
| .getbootstrap-grid .btn-default.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-default { | |
| color: #333; | |
| background-color: #e6e6e6; | |
| border-color: #adadad; | |
| } | |
| .getbootstrap-grid .btn-default:active:hover, | |
| .getbootstrap-grid .btn-default.active:hover, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-default:hover, | |
| .getbootstrap-grid .btn-default:active:focus, | |
| .getbootstrap-grid .btn-default.active:focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-default:focus, | |
| .getbootstrap-grid .btn-default:active.focus, | |
| .getbootstrap-grid .btn-default.active.focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-default.focus { | |
| color: #333; | |
| background-color: #d4d4d4; | |
| border-color: #8c8c8c; | |
| } | |
| .getbootstrap-grid .btn-default:active, | |
| .getbootstrap-grid .btn-default.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-default { | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-default.disabled, | |
| .getbootstrap-grid .btn-default[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-default, | |
| .getbootstrap-grid .btn-default.disabled:hover, | |
| .getbootstrap-grid .btn-default[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-default:hover, | |
| .getbootstrap-grid .btn-default.disabled:focus, | |
| .getbootstrap-grid .btn-default[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-default:focus, | |
| .getbootstrap-grid .btn-default.disabled.focus, | |
| .getbootstrap-grid .btn-default[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-default.focus, | |
| .getbootstrap-grid .btn-default.disabled:active, | |
| .getbootstrap-grid .btn-default[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-default:active, | |
| .getbootstrap-grid .btn-default.disabled.active, | |
| .getbootstrap-grid .btn-default[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-default.active { | |
| background-color: #fff; | |
| border-color: #ccc; | |
| } | |
| .getbootstrap-grid .btn-default .badge { | |
| color: #fff; | |
| background-color: #333; | |
| } | |
| .getbootstrap-grid .btn-primary { | |
| color: #fff; | |
| background-color: #337ab7; | |
| border-color: #2e6da4; | |
| } | |
| .getbootstrap-grid .btn-primary:focus, | |
| .getbootstrap-grid .btn-primary.focus { | |
| color: #fff; | |
| background-color: #286090; | |
| border-color: #122b40; | |
| } | |
| .getbootstrap-grid .btn-primary:hover { | |
| color: #fff; | |
| background-color: #286090; | |
| border-color: #204d74; | |
| } | |
| .getbootstrap-grid .btn-primary:active, | |
| .getbootstrap-grid .btn-primary.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-primary { | |
| color: #fff; | |
| background-color: #286090; | |
| border-color: #204d74; | |
| } | |
| .getbootstrap-grid .btn-primary:active:hover, | |
| .getbootstrap-grid .btn-primary.active:hover, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-primary:hover, | |
| .getbootstrap-grid .btn-primary:active:focus, | |
| .getbootstrap-grid .btn-primary.active:focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-primary:focus, | |
| .getbootstrap-grid .btn-primary:active.focus, | |
| .getbootstrap-grid .btn-primary.active.focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-primary.focus { | |
| color: #fff; | |
| background-color: #204d74; | |
| border-color: #122b40; | |
| } | |
| .getbootstrap-grid .btn-primary:active, | |
| .getbootstrap-grid .btn-primary.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-primary { | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-primary.disabled, | |
| .getbootstrap-grid .btn-primary[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-primary, | |
| .getbootstrap-grid .btn-primary.disabled:hover, | |
| .getbootstrap-grid .btn-primary[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary:hover, | |
| .getbootstrap-grid .btn-primary.disabled:focus, | |
| .getbootstrap-grid .btn-primary[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary:focus, | |
| .getbootstrap-grid .btn-primary.disabled.focus, | |
| .getbootstrap-grid .btn-primary[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary.focus, | |
| .getbootstrap-grid .btn-primary.disabled:active, | |
| .getbootstrap-grid .btn-primary[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary:active, | |
| .getbootstrap-grid .btn-primary.disabled.active, | |
| .getbootstrap-grid .btn-primary[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-primary.active { | |
| background-color: #337ab7; | |
| border-color: #2e6da4; | |
| } | |
| .getbootstrap-grid .btn-primary .badge { | |
| color: #337ab7; | |
| background-color: #fff; | |
| } | |
| .getbootstrap-grid .btn-success { | |
| color: #fff; | |
| background-color: #5cb85c; | |
| border-color: #4cae4c; | |
| } | |
| .getbootstrap-grid .btn-success:focus, | |
| .getbootstrap-grid .btn-success.focus { | |
| color: #fff; | |
| background-color: #449d44; | |
| border-color: #255625; | |
| } | |
| .getbootstrap-grid .btn-success:hover { | |
| color: #fff; | |
| background-color: #449d44; | |
| border-color: #398439; | |
| } | |
| .getbootstrap-grid .btn-success:active, | |
| .getbootstrap-grid .btn-success.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-success { | |
| color: #fff; | |
| background-color: #449d44; | |
| border-color: #398439; | |
| } | |
| .getbootstrap-grid .btn-success:active:hover, | |
| .getbootstrap-grid .btn-success.active:hover, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-success:hover, | |
| .getbootstrap-grid .btn-success:active:focus, | |
| .getbootstrap-grid .btn-success.active:focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-success:focus, | |
| .getbootstrap-grid .btn-success:active.focus, | |
| .getbootstrap-grid .btn-success.active.focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-success.focus { | |
| color: #fff; | |
| background-color: #398439; | |
| border-color: #255625; | |
| } | |
| .getbootstrap-grid .btn-success:active, | |
| .getbootstrap-grid .btn-success.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-success { | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-success.disabled, | |
| .getbootstrap-grid .btn-success[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-success, | |
| .getbootstrap-grid .btn-success.disabled:hover, | |
| .getbootstrap-grid .btn-success[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-success:hover, | |
| .getbootstrap-grid .btn-success.disabled:focus, | |
| .getbootstrap-grid .btn-success[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-success:focus, | |
| .getbootstrap-grid .btn-success.disabled.focus, | |
| .getbootstrap-grid .btn-success[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-success.focus, | |
| .getbootstrap-grid .btn-success.disabled:active, | |
| .getbootstrap-grid .btn-success[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-success:active, | |
| .getbootstrap-grid .btn-success.disabled.active, | |
| .getbootstrap-grid .btn-success[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-success.active { | |
| background-color: #5cb85c; | |
| border-color: #4cae4c; | |
| } | |
| .getbootstrap-grid .btn-success .badge { | |
| color: #5cb85c; | |
| background-color: #fff; | |
| } | |
| .getbootstrap-grid .btn-info { | |
| color: #fff; | |
| background-color: #5bc0de; | |
| border-color: #46b8da; | |
| } | |
| .getbootstrap-grid .btn-info:focus, | |
| .getbootstrap-grid .btn-info.focus { | |
| color: #fff; | |
| background-color: #31b0d5; | |
| border-color: #1b6d85; | |
| } | |
| .getbootstrap-grid .btn-info:hover { | |
| color: #fff; | |
| background-color: #31b0d5; | |
| border-color: #269abc; | |
| } | |
| .getbootstrap-grid .btn-info:active, | |
| .getbootstrap-grid .btn-info.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-info { | |
| color: #fff; | |
| background-color: #31b0d5; | |
| border-color: #269abc; | |
| } | |
| .getbootstrap-grid .btn-info:active:hover, | |
| .getbootstrap-grid .btn-info.active:hover, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-info:hover, | |
| .getbootstrap-grid .btn-info:active:focus, | |
| .getbootstrap-grid .btn-info.active:focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-info:focus, | |
| .getbootstrap-grid .btn-info:active.focus, | |
| .getbootstrap-grid .btn-info.active.focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-info.focus { | |
| color: #fff; | |
| background-color: #269abc; | |
| border-color: #1b6d85; | |
| } | |
| .getbootstrap-grid .btn-info:active, | |
| .getbootstrap-grid .btn-info.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-info { | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-info.disabled, | |
| .getbootstrap-grid .btn-info[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-info, | |
| .getbootstrap-grid .btn-info.disabled:hover, | |
| .getbootstrap-grid .btn-info[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-info:hover, | |
| .getbootstrap-grid .btn-info.disabled:focus, | |
| .getbootstrap-grid .btn-info[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-info:focus, | |
| .getbootstrap-grid .btn-info.disabled.focus, | |
| .getbootstrap-grid .btn-info[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-info.focus, | |
| .getbootstrap-grid .btn-info.disabled:active, | |
| .getbootstrap-grid .btn-info[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-info:active, | |
| .getbootstrap-grid .btn-info.disabled.active, | |
| .getbootstrap-grid .btn-info[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-info.active { | |
| background-color: #5bc0de; | |
| border-color: #46b8da; | |
| } | |
| .getbootstrap-grid .btn-info .badge { | |
| color: #5bc0de; | |
| background-color: #fff; | |
| } | |
| .getbootstrap-grid .btn-warning { | |
| color: #fff; | |
| background-color: #f0ad4e; | |
| border-color: #eea236; | |
| } | |
| .getbootstrap-grid .btn-warning:focus, | |
| .getbootstrap-grid .btn-warning.focus { | |
| color: #fff; | |
| background-color: #ec971f; | |
| border-color: #985f0d; | |
| } | |
| .getbootstrap-grid .btn-warning:hover { | |
| color: #fff; | |
| background-color: #ec971f; | |
| border-color: #d58512; | |
| } | |
| .getbootstrap-grid .btn-warning:active, | |
| .getbootstrap-grid .btn-warning.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-warning { | |
| color: #fff; | |
| background-color: #ec971f; | |
| border-color: #d58512; | |
| } | |
| .getbootstrap-grid .btn-warning:active:hover, | |
| .getbootstrap-grid .btn-warning.active:hover, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-warning:hover, | |
| .getbootstrap-grid .btn-warning:active:focus, | |
| .getbootstrap-grid .btn-warning.active:focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-warning:focus, | |
| .getbootstrap-grid .btn-warning:active.focus, | |
| .getbootstrap-grid .btn-warning.active.focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-warning.focus { | |
| color: #fff; | |
| background-color: #d58512; | |
| border-color: #985f0d; | |
| } | |
| .getbootstrap-grid .btn-warning:active, | |
| .getbootstrap-grid .btn-warning.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-warning { | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-warning.disabled, | |
| .getbootstrap-grid .btn-warning[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-warning, | |
| .getbootstrap-grid .btn-warning.disabled:hover, | |
| .getbootstrap-grid .btn-warning[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning:hover, | |
| .getbootstrap-grid .btn-warning.disabled:focus, | |
| .getbootstrap-grid .btn-warning[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning:focus, | |
| .getbootstrap-grid .btn-warning.disabled.focus, | |
| .getbootstrap-grid .btn-warning[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning.focus, | |
| .getbootstrap-grid .btn-warning.disabled:active, | |
| .getbootstrap-grid .btn-warning[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning:active, | |
| .getbootstrap-grid .btn-warning.disabled.active, | |
| .getbootstrap-grid .btn-warning[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-warning.active { | |
| background-color: #f0ad4e; | |
| border-color: #eea236; | |
| } | |
| .getbootstrap-grid .btn-warning .badge { | |
| color: #f0ad4e; | |
| background-color: #fff; | |
| } | |
| .getbootstrap-grid .btn-danger { | |
| color: #fff; | |
| background-color: #d9534f; | |
| border-color: #d43f3a; | |
| } | |
| .getbootstrap-grid .btn-danger:focus, | |
| .getbootstrap-grid .btn-danger.focus { | |
| color: #fff; | |
| background-color: #c9302c; | |
| border-color: #761c19; | |
| } | |
| .getbootstrap-grid .btn-danger:hover { | |
| color: #fff; | |
| background-color: #c9302c; | |
| border-color: #ac2925; | |
| } | |
| .getbootstrap-grid .btn-danger:active, | |
| .getbootstrap-grid .btn-danger.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-danger { | |
| color: #fff; | |
| background-color: #c9302c; | |
| border-color: #ac2925; | |
| } | |
| .getbootstrap-grid .btn-danger:active:hover, | |
| .getbootstrap-grid .btn-danger.active:hover, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-danger:hover, | |
| .getbootstrap-grid .btn-danger:active:focus, | |
| .getbootstrap-grid .btn-danger.active:focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-danger:focus, | |
| .getbootstrap-grid .btn-danger:active.focus, | |
| .getbootstrap-grid .btn-danger.active.focus, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-danger.focus { | |
| color: #fff; | |
| background-color: #ac2925; | |
| border-color: #761c19; | |
| } | |
| .getbootstrap-grid .btn-danger:active, | |
| .getbootstrap-grid .btn-danger.active, | |
| .getbootstrap-grid .open > .dropdown-toggle.btn-danger { | |
| background-image: none; | |
| } | |
| .getbootstrap-grid .btn-danger.disabled, | |
| .getbootstrap-grid .btn-danger[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-danger, | |
| .getbootstrap-grid .btn-danger.disabled:hover, | |
| .getbootstrap-grid .btn-danger[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger:hover, | |
| .getbootstrap-grid .btn-danger.disabled:focus, | |
| .getbootstrap-grid .btn-danger[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger:focus, | |
| .getbootstrap-grid .btn-danger.disabled.focus, | |
| .getbootstrap-grid .btn-danger[disabled].focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger.focus, | |
| .getbootstrap-grid .btn-danger.disabled:active, | |
| .getbootstrap-grid .btn-danger[disabled]:active, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger:active, | |
| .getbootstrap-grid .btn-danger.disabled.active, | |
| .getbootstrap-grid .btn-danger[disabled].active, | |
| .getbootstrap-grid fieldset[disabled] .btn-danger.active { | |
| background-color: #d9534f; | |
| border-color: #d43f3a; | |
| } | |
| .getbootstrap-grid .btn-danger .badge { | |
| color: #d9534f; | |
| background-color: #fff; | |
| } | |
| .getbootstrap-grid .btn-link { | |
| font-weight: normal; | |
| color: #337ab7; | |
| border-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-link, | |
| .getbootstrap-grid .btn-link:active, | |
| .getbootstrap-grid .btn-link.active, | |
| .getbootstrap-grid .btn-link[disabled], | |
| .getbootstrap-grid fieldset[disabled] .btn-link { | |
| background-color: transparent; | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| .getbootstrap-grid .btn-link, | |
| .getbootstrap-grid .btn-link:hover, | |
| .getbootstrap-grid .btn-link:focus, | |
| .getbootstrap-grid .btn-link:active { | |
| border-color: transparent; | |
| } | |
| .getbootstrap-grid .btn-link:hover, | |
| .getbootstrap-grid .btn-link:focus { | |
| color: #23527c; | |
| text-decoration: underline; | |
| background-color: transparent; | |
| } | |
| .getbootstrap-grid .btn-link[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .btn-link:hover, | |
| .getbootstrap-grid .btn-link[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .btn-link:focus { | |
| color: #777; | |
| text-decoration: none; | |
| } | |
| .getbootstrap-grid .btn-lg, | |
| .getbootstrap-grid .btn-group-lg > .btn { | |
| padding: 10px 16px; | |
| font-size: 18px; | |
| line-height: 1.3333333; | |
| border-radius: 6px; | |
| } | |
| .getbootstrap-grid .btn-sm, | |
| .getbootstrap-grid .btn-group-sm > .btn { | |
| padding: 5px 10px; | |
| font-size: 12px; | |
| line-height: 1.5; | |
| border-radius: 3px; | |
| } | |
| .getbootstrap-grid .btn-xs, | |
| .getbootstrap-grid .btn-group-xs > .btn { | |
| padding: 1px 5px; | |
| font-size: 12px; | |
| line-height: 1.5; | |
| border-radius: 3px; | |
| } | |
| .getbootstrap-grid .btn-block { | |
| display: block; | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .btn-block + .btn-block { | |
| margin-top: 5px; | |
| } | |
| .getbootstrap-grid input[type="submit"].btn-block, | |
| .getbootstrap-grid input[type="reset"].btn-block, | |
| .getbootstrap-grid input[type="button"].btn-block { | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .fade { | |
| opacity: 0; | |
| -webkit-transition: opacity .15s linear; | |
| -o-transition: opacity .15s linear; | |
| transition: opacity .15s linear; | |
| } | |
| .getbootstrap-grid .fade.in { | |
| opacity: 1; | |
| } | |
| .getbootstrap-grid .collapse { | |
| display: none; | |
| } | |
| .getbootstrap-grid .collapse.in { | |
| display: block; | |
| } | |
| .getbootstrap-grid .collapsing { | |
| position: relative; | |
| height: 0; | |
| overflow: hidden; | |
| -webkit-transition-timing-function: ease; | |
| -o-transition-timing-function: ease; | |
| transition-timing-function: ease; | |
| -webkit-transition-duration: .35s; | |
| -o-transition-duration: .35s; | |
| transition-duration: .35s; | |
| -webkit-transition-property: height, visibility; | |
| -o-transition-property: height, visibility; | |
| transition-property: height, visibility; | |
| } | |
| .getbootstrap-grid .caret { | |
| display: inline-block; | |
| width: 0; | |
| height: 0; | |
| margin-left: 2px; | |
| vertical-align: middle; | |
| border-top: 4px dashed; | |
| border-top: 4px solid \9; | |
| border-right: 4px solid transparent; | |
| border-left: 4px solid transparent; | |
| } | |
| .getbootstrap-grid .dropup, | |
| .getbootstrap-grid .dropdown { | |
| position: relative; | |
| } | |
| .getbootstrap-grid .dropdown-toggle:focus { | |
| outline: 0; | |
| } | |
| .getbootstrap-grid .open > a { | |
| outline: 0; | |
| } | |
| .getbootstrap-grid .dropdown-header { | |
| display: block; | |
| padding: 3px 20px; | |
| font-size: 12px; | |
| line-height: 1.42857143; | |
| color: #777; | |
| white-space: nowrap; | |
| } | |
| .getbootstrap-grid .dropdown-backdrop { | |
| position: fixed; | |
| top: 0; | |
| right: 0; | |
| bottom: 0; | |
| left: 0; | |
| z-index: 990; | |
| } | |
| .getbootstrap-grid .dropup .caret, | |
| .getbootstrap-grid .navbar-fixed-bottom .dropdown .caret { | |
| content: ""; | |
| border-top: 0; | |
| border-bottom: 4px dashed; | |
| border-bottom: 4px solid \9; | |
| } | |
| .getbootstrap-grid .dropup .dropdown-menu, | |
| .getbootstrap-grid .navbar-fixed-bottom .dropdown .dropdown-menu { | |
| top: auto; | |
| bottom: 100%; | |
| margin-bottom: 2px; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-right .dropdown-menu { | |
| right: 0; | |
| left: auto; | |
| } | |
| .getbootstrap-grid .navbar-right .dropdown-menu-left { | |
| right: auto; | |
| left: 0; | |
| } | |
| } | |
| .getbootstrap-grid .btn-group, | |
| .getbootstrap-grid .btn-group-vertical { | |
| position: relative; | |
| display: inline-block; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .btn-group > .btn, | |
| .getbootstrap-grid .btn-group-vertical > .btn { | |
| position: relative; | |
| float: left; | |
| } | |
| .getbootstrap-grid .btn-group > .btn:hover, | |
| .getbootstrap-grid .btn-group-vertical > .btn:hover, | |
| .getbootstrap-grid .btn-group > .btn:focus, | |
| .getbootstrap-grid .btn-group-vertical > .btn:focus, | |
| .getbootstrap-grid .btn-group > .btn:active, | |
| .getbootstrap-grid .btn-group-vertical > .btn:active, | |
| .getbootstrap-grid .btn-group > .btn.active, | |
| .getbootstrap-grid .btn-group-vertical > .btn.active { | |
| z-index: 2; | |
| } | |
| .getbootstrap-grid .btn-group .btn + .btn, | |
| .getbootstrap-grid .btn-group .btn + .btn-group, | |
| .getbootstrap-grid .btn-group .btn-group + .btn, | |
| .getbootstrap-grid .btn-group .btn-group + .btn-group { | |
| margin-left: -1px; | |
| } | |
| .getbootstrap-grid .btn-toolbar { | |
| margin-left: -5px; | |
| } | |
| .getbootstrap-grid .btn-toolbar .btn, | |
| .getbootstrap-grid .btn-toolbar .btn-group, | |
| .getbootstrap-grid .btn-toolbar .input-group { | |
| float: left; | |
| } | |
| .getbootstrap-grid .btn-toolbar > .btn, | |
| .getbootstrap-grid .btn-toolbar > .btn-group, | |
| .getbootstrap-grid .btn-toolbar > .input-group { | |
| margin-left: 5px; | |
| } | |
| .getbootstrap-grid .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { | |
| border-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group > .btn:first-child { | |
| margin-left: 0; | |
| } | |
| .getbootstrap-grid .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { | |
| border-top-right-radius: 0; | |
| border-bottom-right-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group > .btn:last-child:not(:first-child), | |
| .getbootstrap-grid .btn-group > .dropdown-toggle:not(:first-child) { | |
| border-top-left-radius: 0; | |
| border-bottom-left-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group > .btn-group { | |
| float: left; | |
| } | |
| .getbootstrap-grid .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { | |
| border-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
| .getbootstrap-grid .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
| border-top-right-radius: 0; | |
| border-bottom-right-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
| border-top-left-radius: 0; | |
| border-bottom-left-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group .dropdown-toggle:active, | |
| .getbootstrap-grid .btn-group.open .dropdown-toggle { | |
| outline: 0; | |
| } | |
| .getbootstrap-grid .btn-group > .btn + .dropdown-toggle { | |
| padding-right: 8px; | |
| padding-left: 8px; | |
| } | |
| .getbootstrap-grid .btn-group > .btn-lg + .dropdown-toggle { | |
| padding-right: 12px; | |
| padding-left: 12px; | |
| } | |
| .getbootstrap-grid .btn-group.open .dropdown-toggle { | |
| -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); | |
| box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); | |
| } | |
| .getbootstrap-grid .btn-group.open .dropdown-toggle.btn-link { | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| .getbootstrap-grid .btn .caret { | |
| margin-left: 0; | |
| } | |
| .getbootstrap-grid .btn-lg .caret { | |
| border-width: 5px 5px 0; | |
| border-bottom-width: 0; | |
| } | |
| .getbootstrap-grid .dropup .btn-lg .caret { | |
| border-width: 0 5px 5px; | |
| } | |
| .getbootstrap-grid .btn-group-vertical > .btn, | |
| .getbootstrap-grid .btn-group-vertical > .btn-group, | |
| .getbootstrap-grid .btn-group-vertical > .btn-group > .btn { | |
| display: block; | |
| float: none; | |
| width: 100%; | |
| max-width: 100%; | |
| } | |
| .getbootstrap-grid .btn-group-vertical > .btn-group > .btn { | |
| float: none; | |
| } | |
| .getbootstrap-grid .btn-group-vertical > .btn + .btn, | |
| .getbootstrap-grid .btn-group-vertical > .btn + .btn-group, | |
| .getbootstrap-grid .btn-group-vertical > .btn-group + .btn, | |
| .getbootstrap-grid .btn-group-vertical > .btn-group + .btn-group { | |
| margin-top: -1px; | |
| margin-left: 0; | |
| } | |
| .getbootstrap-grid .btn-group-vertical > .btn:not(:first-child):not(:last-child) { | |
| border-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group-vertical > .btn:first-child:not(:last-child) { | |
| border-top-right-radius: 4px; | |
| border-bottom-right-radius: 0; | |
| border-bottom-left-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group-vertical > .btn:last-child:not(:first-child) { | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| border-bottom-left-radius: 4px; | |
| } | |
| .getbootstrap-grid .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { | |
| border-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, | |
| .getbootstrap-grid .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { | |
| border-bottom-right-radius: 0; | |
| border-bottom-left-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| } | |
| .getbootstrap-grid .btn-group-justified { | |
| display: table; | |
| width: 100%; | |
| table-layout: fixed; | |
| border-collapse: separate; | |
| } | |
| .getbootstrap-grid .btn-group-justified > .btn, | |
| .getbootstrap-grid .btn-group-justified > .btn-group { | |
| display: table-cell; | |
| float: none; | |
| width: 1%; | |
| } | |
| .getbootstrap-grid .btn-group-justified > .btn-group .btn { | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .btn-group-justified > .btn-group .dropdown-menu { | |
| left: auto; | |
| } | |
| .getbootstrap-grid [data-toggle="buttons"] > .btn input[type="radio"], | |
| .getbootstrap-grid [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], | |
| .getbootstrap-grid [data-toggle="buttons"] > .btn input[type="checkbox"], | |
| .getbootstrap-grid [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { | |
| position: absolute; | |
| clip: rect(0, 0, 0, 0); | |
| pointer-events: none; | |
| } | |
| .getbootstrap-grid .input-group { | |
| position: relative; | |
| display: table; | |
| border-collapse: separate; | |
| } | |
| .getbootstrap-grid .input-group[class*="col-"] { | |
| float: none; | |
| padding-right: 0; | |
| padding-left: 0; | |
| } | |
| .getbootstrap-grid .input-group .form-control { | |
| position: relative; | |
| z-index: 2; | |
| float: left; | |
| width: 100%; | |
| margin-bottom: 0; | |
| } | |
| .getbootstrap-grid .input-group-lg > .form-control, | |
| .getbootstrap-grid .input-group-lg > .input-group-addon, | |
| .getbootstrap-grid .input-group-lg > .input-group-btn > .btn { | |
| height: 46px; | |
| padding: 10px 16px; | |
| font-size: 18px; | |
| line-height: 1.3333333; | |
| border-radius: 6px; | |
| } | |
| .getbootstrap-grid select.input-group-lg > .form-control, | |
| .getbootstrap-grid select.input-group-lg > .input-group-addon, | |
| .getbootstrap-grid select.input-group-lg > .input-group-btn > .btn { | |
| height: 46px; | |
| line-height: 46px; | |
| } | |
| .getbootstrap-grid textarea.input-group-lg > .form-control, | |
| .getbootstrap-grid textarea.input-group-lg > .input-group-addon, | |
| .getbootstrap-grid textarea.input-group-lg > .input-group-btn > .btn, | |
| .getbootstrap-grid select[multiple].input-group-lg > .form-control, | |
| .getbootstrap-grid select[multiple].input-group-lg > .input-group-addon, | |
| .getbootstrap-grid select[multiple].input-group-lg > .input-group-btn > .btn { | |
| height: auto; | |
| } | |
| .getbootstrap-grid .input-group-sm > .form-control, | |
| .getbootstrap-grid .input-group-sm > .input-group-addon, | |
| .getbootstrap-grid .input-group-sm > .input-group-btn > .btn { | |
| height: 30px; | |
| padding: 5px 10px; | |
| font-size: 12px; | |
| line-height: 1.5; | |
| border-radius: 3px; | |
| } | |
| .getbootstrap-grid select.input-group-sm > .form-control, | |
| .getbootstrap-grid select.input-group-sm > .input-group-addon, | |
| .getbootstrap-grid select.input-group-sm > .input-group-btn > .btn { | |
| height: 30px; | |
| line-height: 30px; | |
| } | |
| .getbootstrap-grid textarea.input-group-sm > .form-control, | |
| .getbootstrap-grid textarea.input-group-sm > .input-group-addon, | |
| .getbootstrap-grid textarea.input-group-sm > .input-group-btn > .btn, | |
| .getbootstrap-grid select[multiple].input-group-sm > .form-control, | |
| .getbootstrap-grid select[multiple].input-group-sm > .input-group-addon, | |
| .getbootstrap-grid select[multiple].input-group-sm > .input-group-btn > .btn { | |
| height: auto; | |
| } | |
| .getbootstrap-grid .input-group-addon, | |
| .getbootstrap-grid .input-group-btn, | |
| .getbootstrap-grid .input-group .form-control { | |
| display: table-cell; | |
| } | |
| .getbootstrap-grid .input-group-addon:not(:first-child):not(:last-child), | |
| .getbootstrap-grid .input-group-btn:not(:first-child):not(:last-child), | |
| .getbootstrap-grid .input-group .form-control:not(:first-child):not(:last-child) { | |
| border-radius: 0; | |
| } | |
| .getbootstrap-grid .input-group-addon, | |
| .getbootstrap-grid .input-group-btn { | |
| width: 1%; | |
| white-space: nowrap; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .input-group-addon { | |
| padding: 6px 12px; | |
| font-size: 14px; | |
| font-weight: normal; | |
| line-height: 1; | |
| color: #555; | |
| text-align: center; | |
| background-color: #eee; | |
| border: 1px solid #ccc; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .input-group-addon.input-sm { | |
| padding: 5px 10px; | |
| font-size: 12px; | |
| border-radius: 3px; | |
| } | |
| .getbootstrap-grid .input-group-addon.input-lg { | |
| padding: 10px 16px; | |
| font-size: 18px; | |
| border-radius: 6px; | |
| } | |
| .getbootstrap-grid .input-group-addon input[type="radio"], | |
| .getbootstrap-grid .input-group-addon input[type="checkbox"] { | |
| margin-top: 0; | |
| } | |
| .getbootstrap-grid .input-group .form-control:first-child, | |
| .getbootstrap-grid .input-group-addon:first-child, | |
| .getbootstrap-grid .input-group-btn:first-child > .btn, | |
| .getbootstrap-grid .input-group-btn:first-child > .btn-group > .btn, | |
| .getbootstrap-grid .input-group-btn:first-child > .dropdown-toggle, | |
| .getbootstrap-grid .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), | |
| .getbootstrap-grid .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { | |
| border-top-right-radius: 0; | |
| border-bottom-right-radius: 0; | |
| } | |
| .getbootstrap-grid .input-group-addon:first-child { | |
| border-right: 0; | |
| } | |
| .getbootstrap-grid .input-group .form-control:last-child, | |
| .getbootstrap-grid .input-group-addon:last-child, | |
| .getbootstrap-grid .input-group-btn:last-child > .btn, | |
| .getbootstrap-grid .input-group-btn:last-child > .btn-group > .btn, | |
| .getbootstrap-grid .input-group-btn:last-child > .dropdown-toggle, | |
| .getbootstrap-grid .input-group-btn:first-child > .btn:not(:first-child), | |
| .getbootstrap-grid .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { | |
| border-top-left-radius: 0; | |
| border-bottom-left-radius: 0; | |
| } | |
| .getbootstrap-grid .input-group-addon:last-child { | |
| border-left: 0; | |
| } | |
| .getbootstrap-grid .input-group-btn { | |
| position: relative; | |
| font-size: 0; | |
| white-space: nowrap; | |
| } | |
| .getbootstrap-grid .input-group-btn > .btn { | |
| position: relative; | |
| } | |
| .getbootstrap-grid .input-group-btn > .btn + .btn { | |
| margin-left: -1px; | |
| } | |
| .getbootstrap-grid .input-group-btn > .btn:hover, | |
| .getbootstrap-grid .input-group-btn > .btn:focus, | |
| .getbootstrap-grid .input-group-btn > .btn:active { | |
| z-index: 2; | |
| } | |
| .getbootstrap-grid .input-group-btn:first-child > .btn, | |
| .getbootstrap-grid .input-group-btn:first-child > .btn-group { | |
| margin-right: -1px; | |
| } | |
| .getbootstrap-grid .input-group-btn:last-child > .btn, | |
| .getbootstrap-grid .input-group-btn:last-child > .btn-group { | |
| z-index: 2; | |
| margin-left: -1px; | |
| } | |
| .getbootstrap-grid .nav { | |
| padding-left: 0; | |
| margin-bottom: 0; | |
| list-style: none; | |
| } | |
| .getbootstrap-grid .nav > li { | |
| position: relative; | |
| display: block; | |
| } | |
| .getbootstrap-grid .nav > li > a { | |
| position: relative; | |
| display: block; | |
| padding: 10px 15px; | |
| } | |
| .getbootstrap-grid .nav > li > a:hover, | |
| .nav > li > a:focus { | |
| text-decoration: none; | |
| background-color: #eee; | |
| } | |
| .getbootstrap-grid .nav > li.disabled > a { | |
| color: #777; | |
| } | |
| .getbootstrap-grid .nav > li.disabled > a:hover, | |
| .nav > li.disabled > a:focus { | |
| color: #777; | |
| text-decoration: none; | |
| cursor: not-allowed; | |
| background-color: transparent; | |
| } | |
| .getbootstrap-grid .nav .open > a, | |
| .nav .open > a:hover, | |
| .nav .open > a:focus { | |
| background-color: #eee; | |
| border-color: #337ab7; | |
| } | |
| .getbootstrap-grid .nav .nav-divider { | |
| height: 1px; | |
| margin: 9px 0; | |
| overflow: hidden; | |
| background-color: #e5e5e5; | |
| } | |
| .getbootstrap-grid .nav > li > a > img { | |
| max-width: none; | |
| } | |
| .getbootstrap-grid .nav-tabs { | |
| border-bottom: 1px solid #ddd; | |
| } | |
| .getbootstrap-grid .nav-tabs > li { | |
| float: left; | |
| margin-bottom: -1px; | |
| } | |
| .getbootstrap-grid .nav-tabs > li > a { | |
| margin-right: 2px; | |
| line-height: 1.42857143; | |
| border: 1px solid transparent; | |
| border-radius: 4px 4px 0 0; | |
| } | |
| .getbootstrap-grid .nav-tabs > li > a:hover { | |
| border-color: #eee #eee #ddd; | |
| } | |
| .getbootstrap-grid .nav-tabs > li.active > a, | |
| .nav-tabs > li.active > a:hover, | |
| .nav-tabs > li.active > a:focus { | |
| color: #555; | |
| cursor: default; | |
| background-color: #fff; | |
| border: 1px solid #ddd; | |
| border-bottom-color: transparent; | |
| } | |
| .getbootstrap-grid .nav-tabs.nav-justified { | |
| width: 100%; | |
| border-bottom: 0; | |
| } | |
| .getbootstrap-grid .nav-tabs.nav-justified > li { | |
| float: none; | |
| } | |
| .getbootstrap-grid .nav-tabs.nav-justified > li > a { | |
| margin-bottom: 5px; | |
| text-align: center; | |
| } | |
| .getbootstrap-grid .nav-tabs.nav-justified > .dropdown .dropdown-menu { | |
| top: auto; | |
| left: auto; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .nav-tabs.nav-justified > li { | |
| display: table-cell; | |
| width: 1%; | |
| } | |
| .getbootstrap-grid .nav-tabs.nav-justified > li > a { | |
| margin-bottom: 0; | |
| } | |
| } | |
| .getbootstrap-grid .nav-tabs.nav-justified > li > a { | |
| margin-right: 0; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .nav-tabs.nav-justified > .active > a, | |
| .getbootstrap-grid .nav-tabs.nav-justified > .active > a:hover, | |
| .getbootstrap-grid .nav-tabs.nav-justified > .active > a:focus { | |
| border: 1px solid #ddd; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .nav-tabs.nav-justified > li > a { | |
| border-bottom: 1px solid #ddd; | |
| border-radius: 4px 4px 0 0; | |
| } | |
| .getbootstrap-grid .nav-tabs.nav-justified > .active > a, | |
| .getbootstrap-grid .nav-tabs.nav-justified > .active > a:hover, | |
| .getbootstrap-grid .nav-tabs.nav-justified > .active > a:focus { | |
| border-bottom-color: #fff; | |
| } | |
| } | |
| .getbootstrap-grid .nav-pills > li { | |
| float: left; | |
| } | |
| .getbootstrap-grid .nav-pills > li > a { | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .nav-pills > li + li { | |
| margin-left: 2px; | |
| } | |
| .getbootstrap-grid .nav-pills > li.active > a, | |
| .getbootstrap-grid .nav-pills > li.active > a:hover, | |
| .getbootstrap-grid .nav-pills > li.active > a:focus { | |
| color: #fff; | |
| background-color: #337ab7; | |
| } | |
| .getbootstrap-grid .nav-stacked > li { | |
| float: none; | |
| } | |
| .getbootstrap-grid .nav-stacked > li + li { | |
| margin-top: 2px; | |
| margin-left: 0; | |
| } | |
| .getbootstrap-grid .nav-justified { | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .nav-justified > li { | |
| float: none; | |
| } | |
| .getbootstrap-grid .nav-justified > li > a { | |
| margin-bottom: 5px; | |
| text-align: center; | |
| } | |
| .getbootstrap-grid .nav-justified > .dropdown .dropdown-menu { | |
| top: auto; | |
| left: auto; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .nav-justified > li { | |
| display: table-cell; | |
| width: 1%; | |
| } | |
| .getbootstrap-grid .nav-justified > li > a { | |
| margin-bottom: 0; | |
| } | |
| } | |
| .getbootstrap-grid .nav-tabs-justified { | |
| border-bottom: 0; | |
| } | |
| .getbootstrap-grid .nav-tabs-justified > li > a { | |
| margin-right: 0; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .nav-tabs-justified > .active > a, | |
| .getbootstrap-grid .nav-tabs-justified > .active > a:hover, | |
| .getbootstrap-grid .nav-tabs-justified > .active > a:focus { | |
| border: 1px solid #ddd; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .nav-tabs-justified > li > a { | |
| border-bottom: 1px solid #ddd; | |
| border-radius: 4px 4px 0 0; | |
| } | |
| .getbootstrap-grid .nav-tabs-justified > .active > a, | |
| .getbootstrap-grid .nav-tabs-justified > .active > a:hover, | |
| .getbootstrap-grid .nav-tabs-justified > .active > a:focus { | |
| border-bottom-color: #fff; | |
| } | |
| } | |
| .getbootstrap-grid .tab-content > .tab-pane { | |
| display: none; | |
| } | |
| .getbootstrap-grid .tab-content > .active { | |
| display: block; | |
| } | |
| .getbootstrap-grid .nav-tabs .dropdown-menu { | |
| margin-top: -1px; | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| } | |
| .getbootstrap-grid .navbar { | |
| position: relative; | |
| min-height: 50px; | |
| margin-bottom: 20px; | |
| border: 1px solid transparent; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar { | |
| border-radius: 4px; | |
| } | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-header { | |
| float: left; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-collapse { | |
| padding-right: 15px; | |
| padding-left: 15px; | |
| overflow-x: visible; | |
| -webkit-overflow-scrolling: touch; | |
| border-top: 1px solid transparent; | |
| -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); | |
| box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); | |
| } | |
| .getbootstrap-grid .navbar-collapse.in { | |
| overflow-y: auto; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-collapse { | |
| width: auto; | |
| border-top: 0; | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| .getbootstrap-grid .navbar-collapse.collapse { | |
| display: block !important; | |
| height: auto !important; | |
| padding-bottom: 0; | |
| overflow: visible !important; | |
| } | |
| .getbootstrap-grid .navbar-collapse.in { | |
| overflow-y: visible; | |
| } | |
| .getbootstrap-grid .navbar-fixed-top .navbar-collapse, | |
| .getbootstrap-grid .navbar-static-top .navbar-collapse, | |
| .getbootstrap-grid .navbar-fixed-bottom .navbar-collapse { | |
| padding-right: 0; | |
| padding-left: 0; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-fixed-top .navbar-collapse, | |
| .getbootstrap-grid .navbar-fixed-bottom .navbar-collapse { | |
| max-height: 340px; | |
| } | |
| @media (max-device-width: 480px) and (orientation: landscape) { | |
| .getbootstrap-grid .navbar-fixed-top .navbar-collapse, | |
| .getbootstrap-grid .navbar-fixed-bottom .navbar-collapse { | |
| max-height: 200px; | |
| } | |
| } | |
| .getbootstrap-grid .container > .navbar-header, | |
| .getbootstrap-grid .container-fluid > .navbar-header, | |
| .getbootstrap-grid .container > .navbar-collapse, | |
| .getbootstrap-grid .container-fluid > .navbar-collapse { | |
| margin-right: -15px; | |
| margin-left: -15px; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .container > .navbar-header, | |
| .getbootstrap-grid .container-fluid > .navbar-header, | |
| .getbootstrap-grid .container > .navbar-collapse, | |
| .getbootstrap-grid .container-fluid > .navbar-collapse { | |
| margin-right: 0; | |
| margin-left: 0; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-static-top { | |
| z-index: 1000; | |
| border-width: 0 0 1px; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-static-top { | |
| border-radius: 0; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-fixed-top, | |
| .getbootstrap-grid .navbar-fixed-bottom { | |
| position: fixed; | |
| right: 0; | |
| left: 0; | |
| z-index: 1030; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-fixed-top, | |
| .getbootstrap-grid .navbar-fixed-bottom { | |
| border-radius: 0; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-fixed-top { | |
| top: 0; | |
| border-width: 0 0 1px; | |
| } | |
| .getbootstrap-grid .navbar-fixed-bottom { | |
| bottom: 0; | |
| margin-bottom: 0; | |
| border-width: 1px 0 0; | |
| } | |
| .getbootstrap-grid .navbar-brand { | |
| float: left; | |
| height: 50px; | |
| padding: 15px 15px; | |
| font-size: 18px; | |
| line-height: 20px; | |
| } | |
| .getbootstrap-grid .navbar-brand:hover, | |
| .getbootstrap-grid .navbar-brand:focus { | |
| text-decoration: none; | |
| } | |
| .getbootstrap-grid .navbar-brand > img { | |
| display: block; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar > .container .navbar-brand, | |
| .getbootstrap-grid .navbar > .container-fluid .navbar-brand { | |
| margin-left: -15px; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-toggle { | |
| position: relative; | |
| float: right; | |
| padding: 9px 10px; | |
| margin-top: 8px; | |
| margin-right: 15px; | |
| margin-bottom: 8px; | |
| background-color: transparent; | |
| background-image: none; | |
| border: 1px solid transparent; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .navbar-toggle:focus { | |
| outline: 0; | |
| } | |
| .getbootstrap-grid .navbar-toggle .icon-bar { | |
| display: block; | |
| width: 22px; | |
| height: 2px; | |
| border-radius: 1px; | |
| } | |
| .getbootstrap-grid .navbar-toggle .icon-bar + .icon-bar { | |
| margin-top: 4px; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-toggle { | |
| display: none; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-nav { | |
| margin: 7.5px -15px; | |
| } | |
| .getbootstrap-grid .navbar-nav > li > a { | |
| padding-top: 10px; | |
| padding-bottom: 10px; | |
| line-height: 20px; | |
| } | |
| @media (max-width: 767px) { | |
| .getbootstrap-grid .navbar-nav .open .dropdown-menu { | |
| position: static; | |
| float: none; | |
| width: auto; | |
| margin-top: 0; | |
| background-color: transparent; | |
| border: 0; | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| .getbootstrap-grid .navbar-nav .open .dropdown-menu > li > a, | |
| .getbootstrap-grid .navbar-nav .open .dropdown-menu .dropdown-header { | |
| padding: 5px 15px 5px 25px; | |
| } | |
| .getbootstrap-grid .navbar-nav .open .dropdown-menu > li > a { | |
| line-height: 20px; | |
| } | |
| .getbootstrap-grid .navbar-nav .open .dropdown-menu > li > a:hover, | |
| .getbootstrap-grid .navbar-nav .open .dropdown-menu > li > a:focus { | |
| background-image: none; | |
| } | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-nav { | |
| float: left; | |
| margin: 0; | |
| } | |
| .getbootstrap-grid .navbar-nav > li { | |
| float: left; | |
| } | |
| .getbootstrap-grid .navbar-nav > li > a { | |
| padding-top: 15px; | |
| padding-bottom: 15px; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-form { | |
| padding: 10px 15px; | |
| margin-top: 8px; | |
| margin-right: -15px; | |
| margin-bottom: 8px; | |
| margin-left: -15px; | |
| border-top: 1px solid transparent; | |
| border-bottom: 1px solid transparent; | |
| -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); | |
| box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-form .form-group { | |
| display: inline-block; | |
| margin-bottom: 0; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .navbar-form .form-control { | |
| display: inline-block; | |
| width: auto; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .navbar-form .form-control-static { | |
| display: inline-block; | |
| } | |
| .getbootstrap-grid .navbar-form .input-group { | |
| display: inline-table; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .navbar-form .input-group .input-group-addon, | |
| .getbootstrap-grid .navbar-form .input-group .input-group-btn, | |
| .getbootstrap-grid .navbar-form .input-group .form-control { | |
| width: auto; | |
| } | |
| .getbootstrap-grid .navbar-form .input-group > .form-control { | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .navbar-form .control-label { | |
| margin-bottom: 0; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .navbar-form .radio, | |
| .getbootstrap-grid .navbar-form .checkbox { | |
| display: inline-block; | |
| margin-top: 0; | |
| margin-bottom: 0; | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .navbar-form .radio label, | |
| .getbootstrap-grid .navbar-form .checkbox label { | |
| padding-left: 0; | |
| } | |
| .getbootstrap-grid .navbar-form .radio input[type="radio"], | |
| .getbootstrap-grid .navbar-form .checkbox input[type="checkbox"] { | |
| position: relative; | |
| margin-left: 0; | |
| } | |
| .getbootstrap-grid .navbar-form .has-feedback .form-control-feedback { | |
| top: 0; | |
| } | |
| } | |
| @media (max-width: 767px) { | |
| .getbootstrap-grid .navbar-form .form-group { | |
| margin-bottom: 5px; | |
| } | |
| .getbootstrap-grid .navbar-form .form-group:last-child { | |
| margin-bottom: 0; | |
| } | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-form { | |
| width: auto; | |
| padding-top: 0; | |
| padding-bottom: 0; | |
| margin-right: 0; | |
| margin-left: 0; | |
| border: 0; | |
| -webkit-box-shadow: none; | |
| box-shadow: none; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-nav > li > .dropdown-menu { | |
| margin-top: 0; | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| } | |
| .getbootstrap-grid .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { | |
| margin-bottom: 0; | |
| border-top-left-radius: 4px; | |
| border-top-right-radius: 4px; | |
| border-bottom-right-radius: 0; | |
| border-bottom-left-radius: 0; | |
| } | |
| .getbootstrap-grid .navbar-btn { | |
| margin-top: 8px; | |
| margin-bottom: 8px; | |
| } | |
| .getbootstrap-grid .navbar-btn.btn-sm { | |
| margin-top: 10px; | |
| margin-bottom: 10px; | |
| } | |
| .getbootstrap-grid .navbar-btn.btn-xs { | |
| margin-top: 14px; | |
| margin-bottom: 14px; | |
| } | |
| .getbootstrap-grid .navbar-text { | |
| margin-top: 15px; | |
| margin-bottom: 15px; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-text { | |
| float: left; | |
| margin-right: 15px; | |
| margin-left: 15px; | |
| } | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .navbar-left { | |
| float: left !important; | |
| } | |
| .getbootstrap-grid .navbar-right { | |
| float: right !important; | |
| margin-right: -15px; | |
| } | |
| .getbootstrap-grid .navbar-right ~ .navbar-right { | |
| margin-right: 0; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-default { | |
| background-color: #f8f8f8; | |
| border-color: #e7e7e7; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-brand { | |
| color: #777; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-brand:hover, | |
| .getbootstrap-grid .navbar-default .navbar-brand:focus { | |
| color: #5e5e5e; | |
| background-color: transparent; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-text { | |
| color: #777; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-nav > li > a { | |
| color: #777; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-nav > li > a:hover, | |
| .getbootstrap-grid .navbar-default .navbar-nav > li > a:focus { | |
| color: #333; | |
| background-color: transparent; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-nav > .active > a, | |
| .getbootstrap-grid .navbar-default .navbar-nav > .active > a:hover, | |
| .getbootstrap-grid .navbar-default .navbar-nav > .active > a:focus { | |
| color: #555; | |
| background-color: #e7e7e7; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-nav > .disabled > a, | |
| .getbootstrap-grid .navbar-default .navbar-nav > .disabled > a:hover, | |
| .getbootstrap-grid .navbar-default .navbar-nav > .disabled > a:focus { | |
| color: #ccc; | |
| background-color: transparent; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-toggle { | |
| border-color: #ddd; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-toggle:hover, | |
| .getbootstrap-grid .navbar-default .navbar-toggle:focus { | |
| background-color: #ddd; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-toggle .icon-bar { | |
| background-color: #888; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-collapse, | |
| .getbootstrap-grid .navbar-default .navbar-form { | |
| border-color: #e7e7e7; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-nav > .open > a, | |
| .getbootstrap-grid .navbar-default .navbar-nav > .open > a:hover, | |
| .getbootstrap-grid .navbar-default .navbar-nav > .open > a:focus { | |
| color: #555; | |
| background-color: #e7e7e7; | |
| } | |
| @media (max-width: 767px) { | |
| .getbootstrap-grid .navbar-default .navbar-nav .open .dropdown-menu > li > a { | |
| color: #777; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, | |
| .getbootstrap-grid .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { | |
| color: #333; | |
| background-color: transparent; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-nav .open .dropdown-menu > .active > a, | |
| .getbootstrap-grid .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, | |
| .getbootstrap-grid .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { | |
| color: #555; | |
| background-color: #e7e7e7; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, | |
| .getbootstrap-grid .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, | |
| .getbootstrap-grid .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { | |
| color: #ccc; | |
| background-color: transparent; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-link { | |
| color: #777; | |
| } | |
| .getbootstrap-grid .navbar-default .navbar-link:hover { | |
| color: #333; | |
| } | |
| .getbootstrap-grid .navbar-default .btn-link { | |
| color: #777; | |
| } | |
| .getbootstrap-grid .navbar-default .btn-link:hover, | |
| .getbootstrap-grid .navbar-default .btn-link:focus { | |
| color: #333; | |
| } | |
| .getbootstrap-grid .navbar-default .btn-link[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .navbar-default .btn-link:hover, | |
| .getbootstrap-grid .navbar-default .btn-link[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .navbar-default .btn-link:focus { | |
| color: #ccc; | |
| } | |
| .getbootstrap-grid .navbar-inverse { | |
| background-color: #222; | |
| border-color: #080808; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-brand { | |
| color: #9d9d9d; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-brand:hover, | |
| .getbootstrap-grid .navbar-inverse .navbar-brand:focus { | |
| color: #fff; | |
| background-color: transparent; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-text { | |
| color: #9d9d9d; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > li > a { | |
| color: #9d9d9d; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > li > a:hover, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > li > a:focus { | |
| color: #fff; | |
| background-color: transparent; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .active > a, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .active > a:hover, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .active > a:focus { | |
| color: #fff; | |
| background-color: #080808; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .disabled > a, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .disabled > a:hover, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .disabled > a:focus { | |
| color: #444; | |
| background-color: transparent; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-toggle { | |
| border-color: #333; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-toggle:hover, | |
| .getbootstrap-grid .navbar-inverse .navbar-toggle:focus { | |
| background-color: #333; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-toggle .icon-bar { | |
| background-color: #fff; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-collapse, | |
| .getbootstrap-grid .navbar-inverse .navbar-form { | |
| border-color: #101010; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .open > a, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .open > a:hover, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav > .open > a:focus { | |
| color: #fff; | |
| background-color: #080808; | |
| } | |
| @media (max-width: 767px) { | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { | |
| border-color: #080808; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu .divider { | |
| background-color: #080808; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { | |
| color: #9d9d9d; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { | |
| color: #fff; | |
| background-color: transparent; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { | |
| color: #fff; | |
| background-color: #080808; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, | |
| .getbootstrap-grid .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { | |
| color: #444; | |
| background-color: transparent; | |
| } | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-link { | |
| color: #9d9d9d; | |
| } | |
| .getbootstrap-grid .navbar-inverse .navbar-link:hover { | |
| color: #fff; | |
| } | |
| .getbootstrap-grid .navbar-inverse .btn-link { | |
| color: #9d9d9d; | |
| } | |
| .getbootstrap-grid .navbar-inverse .btn-link:hover, | |
| .getbootstrap-grid .navbar-inverse .btn-link:focus { | |
| color: #fff; | |
| } | |
| .getbootstrap-grid .navbar-inverse .btn-link[disabled]:hover, | |
| .getbootstrap-grid fieldset[disabled] .navbar-inverse .btn-link:hover, | |
| .getbootstrap-grid .navbar-inverse .btn-link[disabled]:focus, | |
| .getbootstrap-grid fieldset[disabled] .navbar-inverse .btn-link:focus { | |
| color: #444; | |
| } | |
| .getbootstrap-grid .breadcrumb { | |
| padding: 8px 15px; | |
| margin-bottom: 20px; | |
| list-style: none; | |
| background-color: #f5f5f5; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .breadcrumb > li { | |
| display: inline-block; | |
| } | |
| .getbootstrap-grid .breadcrumb > li + li:before { | |
| padding: 0 5px; | |
| color: #ccc; | |
| content: "/\00a0"; | |
| } | |
| .getbootstrap-grid .breadcrumb > .active { | |
| color: #777; | |
| } | |
| .getbootstrap-grid .pagination { | |
| display: inline-block; | |
| padding-left: 0; | |
| margin: 20px 0; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .pagination > li { | |
| display: inline; | |
| } | |
| .getbootstrap-grid .pagination > li > a, | |
| .getbootstrap-grid .pagination > li > span { | |
| position: relative; | |
| float: left; | |
| padding: 6px 12px; | |
| margin-left: -1px; | |
| line-height: 1.42857143; | |
| color: #337ab7; | |
| text-decoration: none; | |
| background-color: #fff; | |
| border: 1px solid #ddd; | |
| } | |
| .getbootstrap-grid .pagination > li:first-child > a, | |
| .getbootstrap-grid .pagination > li:first-child > span { | |
| margin-left: 0; | |
| border-top-left-radius: 4px; | |
| border-bottom-left-radius: 4px; | |
| } | |
| .getbootstrap-grid .pagination > li:last-child > a, | |
| .getbootstrap-grid .pagination > li:last-child > span { | |
| border-top-right-radius: 4px; | |
| border-bottom-right-radius: 4px; | |
| } | |
| .getbootstrap-grid .pagination > li > a:hover, | |
| .getbootstrap-grid .pagination > li > span:hover, | |
| .getbootstrap-grid .pagination > li > a:focus, | |
| .getbootstrap-grid .pagination > li > span:focus { | |
| z-index: 3; | |
| color: #23527c; | |
| background-color: #eee; | |
| border-color: #ddd; | |
| } | |
| .getbootstrap-grid .pagination > .active > a, | |
| .getbootstrap-grid .pagination > .active > span, | |
| .getbootstrap-grid .pagination > .active > a:hover, | |
| .getbootstrap-grid .pagination > .active > span:hover, | |
| .getbootstrap-grid .pagination > .active > a:focus, | |
| .getbootstrap-grid .pagination > .active > span:focus { | |
| z-index: 2; | |
| color: #fff; | |
| cursor: default; | |
| background-color: #337ab7; | |
| border-color: #337ab7; | |
| } | |
| .getbootstrap-grid .pagination > .disabled > span, | |
| .getbootstrap-grid .pagination > .disabled > span:hover, | |
| .getbootstrap-grid .pagination > .disabled > span:focus, | |
| .getbootstrap-grid .pagination > .disabled > a, | |
| .getbootstrap-grid .pagination > .disabled > a:hover, | |
| .getbootstrap-grid .pagination > .disabled > a:focus { | |
| color: #777; | |
| cursor: not-allowed; | |
| background-color: #fff; | |
| border-color: #ddd; | |
| } | |
| .getbootstrap-grid .pagination-lg > li > a, | |
| .getbootstrap-grid .pagination-lg > li > span { | |
| padding: 10px 16px; | |
| font-size: 18px; | |
| line-height: 1.3333333; | |
| } | |
| .getbootstrap-grid .pagination-lg > li:first-child > a, | |
| .getbootstrap-grid .pagination-lg > li:first-child > span { | |
| border-top-left-radius: 6px; | |
| border-bottom-left-radius: 6px; | |
| } | |
| .getbootstrap-grid .pagination-lg > li:last-child > a, | |
| .getbootstrap-grid .pagination-lg > li:last-child > span { | |
| border-top-right-radius: 6px; | |
| border-bottom-right-radius: 6px; | |
| } | |
| .getbootstrap-grid .pagination-sm > li > a, | |
| .getbootstrap-grid .pagination-sm > li > span { | |
| padding: 5px 10px; | |
| font-size: 12px; | |
| line-height: 1.5; | |
| } | |
| .getbootstrap-grid .pagination-sm > li:first-child > a, | |
| .getbootstrap-grid .pagination-sm > li:first-child > span { | |
| border-top-left-radius: 3px; | |
| border-bottom-left-radius: 3px; | |
| } | |
| .getbootstrap-grid .pagination-sm > li:last-child > a, | |
| .getbootstrap-grid .pagination-sm > li:last-child > span { | |
| border-top-right-radius: 3px; | |
| border-bottom-right-radius: 3px; | |
| } | |
| .getbootstrap-grid .pager { | |
| padding-left: 0; | |
| margin: 20px 0; | |
| text-align: center; | |
| list-style: none; | |
| } | |
| .getbootstrap-grid .pager li { | |
| display: inline; | |
| } | |
| .getbootstrap-grid .pager li > a, | |
| .getbootstrap-grid .pager li > span { | |
| display: inline-block; | |
| padding: 5px 14px; | |
| background-color: #fff; | |
| border: 1px solid #ddd; | |
| border-radius: 15px; | |
| } | |
| .getbootstrap-grid .pager li > a:hover, | |
| .getbootstrap-grid .pager li > a:focus { | |
| text-decoration: none; | |
| background-color: #eee; | |
| } | |
| .getbootstrap-grid .pager .next > a, | |
| .getbootstrap-grid .pager .next > span { | |
| float: right; | |
| } | |
| .getbootstrap-grid .pager .previous > a, | |
| .getbootstrap-grid .pager .previous > span { | |
| float: left; | |
| } | |
| .getbootstrap-grid .pager .disabled > a, | |
| .getbootstrap-grid .pager .disabled > a:hover, | |
| .getbootstrap-grid .pager .disabled > a:focus, | |
| .getbootstrap-grid .pager .disabled > span { | |
| color: #777; | |
| cursor: not-allowed; | |
| background-color: #fff; | |
| } | |
| .getbootstrap-grid .label { | |
| display: inline; | |
| padding: .2em .6em .3em; | |
| font-size: 75%; | |
| font-weight: bold; | |
| line-height: 1; | |
| color: #fff; | |
| text-align: center; | |
| white-space: nowrap; | |
| vertical-align: baseline; | |
| border-radius: .25em; | |
| } | |
| .getbootstrap-grid a.label:hover, | |
| .getbootstrap-grid a.label:focus { | |
| color: #fff; | |
| text-decoration: none; | |
| cursor: pointer; | |
| } | |
| .getbootstrap-grid .label:empty { | |
| display: none; | |
| } | |
| .getbootstrap-grid .btn .label { | |
| position: relative; | |
| top: -1px; | |
| } | |
| .getbootstrap-grid .label-default { | |
| background-color: #777; | |
| } | |
| .getbootstrap-grid .label-default[href]:hover, | |
| .getbootstrap-grid .label-default[href]:focus { | |
| background-color: #5e5e5e; | |
| } | |
| .getbootstrap-grid .label-primary { | |
| background-color: #337ab7; | |
| } | |
| .getbootstrap-grid .label-primary[href]:hover, | |
| .getbootstrap-grid .label-primary[href]:focus { | |
| background-color: #286090; | |
| } | |
| .getbootstrap-grid .label-success { | |
| background-color: #5cb85c; | |
| } | |
| .getbootstrap-grid .label-success[href]:hover, | |
| .getbootstrap-grid .label-success[href]:focus { | |
| background-color: #449d44; | |
| } | |
| .getbootstrap-grid .label-info { | |
| background-color: #5bc0de; | |
| } | |
| .getbootstrap-grid .label-info[href]:hover, | |
| .getbootstrap-grid .label-info[href]:focus { | |
| background-color: #31b0d5; | |
| } | |
| .getbootstrap-grid .label-warning { | |
| background-color: #f0ad4e; | |
| } | |
| .getbootstrap-grid .label-warning[href]:hover, | |
| .getbootstrap-grid .label-warning[href]:focus { | |
| background-color: #ec971f; | |
| } | |
| .getbootstrap-grid .label-danger { | |
| background-color: #d9534f; | |
| } | |
| .getbootstrap-grid .label-danger[href]:hover, | |
| .getbootstrap-grid .label-danger[href]:focus { | |
| background-color: #c9302c; | |
| } | |
| .getbootstrap-grid .badge { | |
| display: inline-block; | |
| min-width: 10px; | |
| padding: 3px 7px; | |
| font-size: 12px; | |
| font-weight: bold; | |
| line-height: 1; | |
| color: #fff; | |
| text-align: center; | |
| white-space: nowrap; | |
| vertical-align: middle; | |
| background-color: #777; | |
| border-radius: 10px; | |
| } | |
| .getbootstrap-grid .badge:empty { | |
| display: none; | |
| } | |
| .getbootstrap-grid .btn .badge { | |
| position: relative; | |
| top: -1px; | |
| } | |
| .getbootstrap-grid .btn-xs .badge, | |
| .getbootstrap-grid .btn-group-xs > .btn .badge { | |
| top: 0; | |
| padding: 1px 5px; | |
| } | |
| .getbootstrap-grid a.badge:hover, | |
| .getbootstrap-grid a.badge:focus { | |
| color: #fff; | |
| text-decoration: none; | |
| cursor: pointer; | |
| } | |
| .getbootstrap-grid .list-group-item.active > .badge, | |
| .getbootstrap-grid .nav-pills > .active > a > .badge { | |
| color: #337ab7; | |
| background-color: #fff; | |
| } | |
| .getbootstrap-grid .list-group-item > .badge { | |
| float: right; | |
| } | |
| .getbootstrap-grid .list-group-item > .badge + .badge { | |
| margin-right: 5px; | |
| } | |
| .getbootstrap-grid .nav-pills > li > a > .badge { | |
| margin-left: 3px; | |
| } | |
| .getbootstrap-grid .jumbotron { | |
| padding-top: 30px; | |
| padding-bottom: 30px; | |
| margin-bottom: 30px; | |
| color: inherit; | |
| background-color: #eee; | |
| } | |
| .getbootstrap-grid .jumbotron h1, | |
| .getbootstrap-grid .jumbotron .h1 { | |
| color: inherit; | |
| } | |
| .getbootstrap-grid .jumbotron p { | |
| margin-bottom: 15px; | |
| font-size: 21px; | |
| font-weight: 200; | |
| } | |
| .getbootstrap-grid .jumbotron > hr { | |
| border-top-color: #d5d5d5; | |
| } | |
| .getbootstrap-grid .container .jumbotron, | |
| .getbootstrap-grid .container-fluid .jumbotron { | |
| border-radius: 6px; | |
| } | |
| .getbootstrap-grid .jumbotron .container { | |
| max-width: 100%; | |
| } | |
| @media screen and (min-width: 768px) { | |
| .getbootstrap-grid .jumbotron { | |
| padding-top: 48px; | |
| padding-bottom: 48px; | |
| } | |
| .getbootstrap-grid .container .jumbotron, | |
| .getbootstrap-grid .container-fluid .jumbotron { | |
| padding-right: 60px; | |
| padding-left: 60px; | |
| } | |
| .getbootstrap-grid .jumbotron h1, | |
| .getbootstrap-grid .jumbotron .h1 { | |
| font-size: 63px; | |
| } | |
| } | |
| .getbootstrap-grid .thumbnail { | |
| display: block; | |
| padding: 4px; | |
| margin-bottom: 20px; | |
| line-height: 1.42857143; | |
| background-color: #fff; | |
| border: 1px solid #ddd; | |
| border-radius: 4px; | |
| -webkit-transition: border .2s ease-in-out; | |
| -o-transition: border .2s ease-in-out; | |
| transition: border .2s ease-in-out; | |
| } | |
| .getbootstrap-grid .thumbnail > img, | |
| .getbootstrap-grid .thumbnail a > img { | |
| margin-right: auto; | |
| margin-left: auto; | |
| } | |
| .getbootstrap-grid a.thumbnail:hover, | |
| .getbootstrap-grid a.thumbnail:focus, | |
| .getbootstrap-grid a.thumbnail.active { | |
| border-color: #337ab7; | |
| } | |
| .getbootstrap-grid .thumbnail .caption { | |
| padding: 9px; | |
| color: #333; | |
| } | |
| .getbootstrap-grid .alert { | |
| padding: 15px; | |
| margin-bottom: 20px; | |
| border: 1px solid transparent; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .alert h4 { | |
| margin-top: 0; | |
| color: inherit; | |
| } | |
| .getbootstrap-grid .alert .alert-link { | |
| font-weight: bold; | |
| } | |
| .getbootstrap-grid .alert > p, | |
| .getbootstrap-grid .alert > ul { | |
| margin-bottom: 0; | |
| } | |
| .getbootstrap-grid .alert > p + p { | |
| margin-top: 5px; | |
| } | |
| .getbootstrap-grid .alert-dismissable, | |
| .getbootstrap-grid .alert-dismissible { | |
| padding-right: 35px; | |
| } | |
| .getbootstrap-grid .alert-dismissable .close, | |
| .getbootstrap-grid .alert-dismissible .close { | |
| position: relative; | |
| top: -2px; | |
| right: -21px; | |
| color: inherit; | |
| } | |
| .getbootstrap-grid .alert-success { | |
| color: #3c763d; | |
| background-color: #dff0d8; | |
| border-color: #d6e9c6; | |
| } | |
| .getbootstrap-grid .alert-success hr { | |
| border-top-color: #c9e2b3; | |
| } | |
| .getbootstrap-grid .alert-success .alert-link { | |
| color: #2b542c; | |
| } | |
| .getbootstrap-grid .alert-info { | |
| color: #31708f; | |
| background-color: #d9edf7; | |
| border-color: #bce8f1; | |
| } | |
| .getbootstrap-grid .alert-info hr { | |
| border-top-color: #a6e1ec; | |
| } | |
| .getbootstrap-grid .alert-info .alert-link { | |
| color: #245269; | |
| } | |
| .getbootstrap-grid .alert-warning { | |
| color: #8a6d3b; | |
| background-color: #fcf8e3; | |
| border-color: #faebcc; | |
| } | |
| .getbootstrap-grid .alert-warning hr { | |
| border-top-color: #f7e1b5; | |
| } | |
| .getbootstrap-grid .alert-warning .alert-link { | |
| color: #66512c; | |
| } | |
| .getbootstrap-grid .alert-danger { | |
| color: #a94442; | |
| background-color: #f2dede; | |
| border-color: #ebccd1; | |
| } | |
| .getbootstrap-grid .alert-danger hr { | |
| border-top-color: #e4b9c0; | |
| } | |
| .getbootstrap-grid .alert-danger .alert-link { | |
| color: #843534; | |
| } | |
| @-webkit-keyframes progress-bar-stripes { | |
| from { | |
| background-position: 40px 0; | |
| } | |
| to { | |
| background-position: 0 0; | |
| } | |
| } | |
| @-o-keyframes progress-bar-stripes { | |
| from { | |
| background-position: 40px 0; | |
| } | |
| to { | |
| background-position: 0 0; | |
| } | |
| } | |
| @keyframes progress-bar-stripes { | |
| from { | |
| background-position: 40px 0; | |
| } | |
| to { | |
| background-position: 0 0; | |
| } | |
| } | |
| .getbootstrap-grid .progress { | |
| height: 20px; | |
| margin-bottom: 20px; | |
| overflow: hidden; | |
| background-color: #f5f5f5; | |
| border-radius: 4px; | |
| -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); | |
| box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); | |
| } | |
| .getbootstrap-grid .progress-bar { | |
| float: left; | |
| width: 0; | |
| height: 100%; | |
| font-size: 12px; | |
| line-height: 20px; | |
| color: #fff; | |
| text-align: center; | |
| background-color: #337ab7; | |
| -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); | |
| box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); | |
| -webkit-transition: width .6s ease; | |
| -o-transition: width .6s ease; | |
| transition: width .6s ease; | |
| } | |
| .getbootstrap-grid .progress-striped .progress-bar, | |
| .getbootstrap-grid .progress-bar-striped { | |
| background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| -webkit-background-size: 40px 40px; | |
| background-size: 40px 40px; | |
| } | |
| .getbootstrap-grid .progress.active .progress-bar, | |
| .getbootstrap-grid .progress-bar.active { | |
| -webkit-animation: progress-bar-stripes 2s linear infinite; | |
| -o-animation: progress-bar-stripes 2s linear infinite; | |
| animation: progress-bar-stripes 2s linear infinite; | |
| } | |
| .getbootstrap-grid .progress-bar-success { | |
| background-color: #5cb85c; | |
| } | |
| .getbootstrap-grid .progress-striped .progress-bar-success { | |
| background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| } | |
| .getbootstrap-grid .progress-bar-info { | |
| background-color: #5bc0de; | |
| } | |
| .getbootstrap-grid .progress-striped .progress-bar-info { | |
| background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| } | |
| .getbootstrap-grid .progress-bar-warning { | |
| background-color: #f0ad4e; | |
| } | |
| .getbootstrap-grid .progress-striped .progress-bar-warning { | |
| background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| } | |
| .getbootstrap-grid .progress-bar-danger { | |
| background-color: #d9534f; | |
| } | |
| .getbootstrap-grid .progress-striped .progress-bar-danger { | |
| background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); | |
| } | |
| .getbootstrap-grid .media { | |
| margin-top: 15px; | |
| } | |
| .getbootstrap-grid .media:first-child { | |
| margin-top: 0; | |
| } | |
| .getbootstrap-grid .media, | |
| .getbootstrap-grid .media-body { | |
| overflow: hidden; | |
| zoom: 1; | |
| } | |
| .getbootstrap-grid .media-body { | |
| width: 10000px; | |
| } | |
| .getbootstrap-grid .media-object { | |
| display: block; | |
| } | |
| .getbootstrap-grid .media-object.img-thumbnail { | |
| max-width: none; | |
| } | |
| .getbootstrap-grid .media-right, | |
| .getbootstrap-grid .media > .pull-right { | |
| padding-left: 10px; | |
| } | |
| .getbootstrap-grid .media-left, | |
| .getbootstrap-grid .media > .pull-left { | |
| padding-right: 10px; | |
| } | |
| .getbootstrap-grid .media-left, | |
| .getbootstrap-grid .media-right, | |
| .getbootstrap-grid .media-body { | |
| display: table-cell; | |
| vertical-align: top; | |
| } | |
| .getbootstrap-grid .media-middle { | |
| vertical-align: middle; | |
| } | |
| .getbootstrap-grid .media-bottom { | |
| vertical-align: bottom; | |
| } | |
| .getbootstrap-grid .media-heading { | |
| margin-top: 0; | |
| margin-bottom: 5px; | |
| } | |
| .getbootstrap-grid .media-list { | |
| padding-left: 0; | |
| list-style: none; | |
| } | |
| .getbootstrap-grid .list-group { | |
| padding-left: 0; | |
| margin-bottom: 20px; | |
| } | |
| .getbootstrap-grid .list-group-item { | |
| position: relative; | |
| display: block; | |
| padding: 10px 15px; | |
| margin-bottom: -1px; | |
| background-color: #fff; | |
| border: 1px solid #ddd; | |
| } | |
| .getbootstrap-grid .list-group-item:first-child { | |
| border-top-left-radius: 4px; | |
| border-top-right-radius: 4px; | |
| } | |
| .getbootstrap-grid .list-group-item:last-child { | |
| margin-bottom: 0; | |
| border-bottom-right-radius: 4px; | |
| border-bottom-left-radius: 4px; | |
| } | |
| .getbootstrap-grid a.list-group-item, | |
| .getbootstrap-grid button.list-group-item { | |
| color: #555; | |
| } | |
| .getbootstrap-grid a.list-group-item .list-group-item-heading, | |
| .getbootstrap-grid button.list-group-item .list-group-item-heading { | |
| color: #333; | |
| } | |
| .getbootstrap-grid a.list-group-item:hover, | |
| .getbootstrap-grid button.list-group-item:hover, | |
| .getbootstrap-grid a.list-group-item:focus, | |
| .getbootstrap-grid button.list-group-item:focus { | |
| color: #555; | |
| text-decoration: none; | |
| background-color: #f5f5f5; | |
| } | |
| .getbootstrap-grid button.list-group-item { | |
| width: 100%; | |
| text-align: left; | |
| } | |
| .getbootstrap-grid .list-group-item.disabled, | |
| .getbootstrap-grid .list-group-item.disabled:hover, | |
| .getbootstrap-grid .list-group-item.disabled:focus { | |
| color: #777; | |
| cursor: not-allowed; | |
| background-color: #eee; | |
| } | |
| .getbootstrap-grid .list-group-item.disabled .list-group-item-heading, | |
| .getbootstrap-grid .list-group-item.disabled:hover .list-group-item-heading, | |
| .getbootstrap-grid .list-group-item.disabled:focus .list-group-item-heading { | |
| color: inherit; | |
| } | |
| .getbootstrap-grid .list-group-item.disabled .list-group-item-text, | |
| .getbootstrap-grid .list-group-item.disabled:hover .list-group-item-text, | |
| .getbootstrap-grid .list-group-item.disabled:focus .list-group-item-text { | |
| color: #777; | |
| } | |
| .getbootstrap-grid .list-group-item.active, | |
| .getbootstrap-grid .list-group-item.active:hover, | |
| .getbootstrap-grid .list-group-item.active:focus { | |
| z-index: 2; | |
| color: #fff; | |
| background-color: #337ab7; | |
| border-color: #337ab7; | |
| } | |
| .getbootstrap-grid .list-group-item.active .list-group-item-heading, | |
| .getbootstrap-grid .list-group-item.active:hover .list-group-item-heading, | |
| .getbootstrap-grid .list-group-item.active:focus .list-group-item-heading, | |
| .getbootstrap-grid .list-group-item.active .list-group-item-heading > small, | |
| .getbootstrap-grid .list-group-item.active:hover .list-group-item-heading > small, | |
| .getbootstrap-grid .list-group-item.active:focus .list-group-item-heading > small, | |
| .getbootstrap-grid .list-group-item.active .list-group-item-heading > .small, | |
| .getbootstrap-grid .list-group-item.active:hover .list-group-item-heading > .small, | |
| .getbootstrap-grid .list-group-item.active:focus .list-group-item-heading > .small { | |
| color: inherit; | |
| } | |
| .getbootstrap-grid .list-group-item.active .list-group-item-text, | |
| .getbootstrap-grid .list-group-item.active:hover .list-group-item-text, | |
| .getbootstrap-grid .list-group-item.active:focus .list-group-item-text { | |
| color: #c7ddef; | |
| } | |
| .getbootstrap-grid .list-group-item-success { | |
| color: #3c763d; | |
| background-color: #dff0d8; | |
| } | |
| .getbootstrap-grid a.list-group-item-success, | |
| .getbootstrap-grid button.list-group-item-success { | |
| color: #3c763d; | |
| } | |
| .getbootstrap-grid a.list-group-item-success .list-group-item-heading, | |
| .getbootstrap-grid button.list-group-item-success .list-group-item-heading { | |
| color: inherit; | |
| } | |
| .getbootstrap-grid a.list-group-item-success:hover, | |
| .getbootstrap-grid button.list-group-item-success:hover, | |
| .getbootstrap-grid a.list-group-item-success:focus, | |
| .getbootstrap-grid button.list-group-item-success:focus { | |
| color: #3c763d; | |
| background-color: #d0e9c6; | |
| } | |
| .getbootstrap-grid a.list-group-item-success.active, | |
| .getbootstrap-grid button.list-group-item-success.active, | |
| .getbootstrap-grid a.list-group-item-success.active:hover, | |
| .getbootstrap-grid button.list-group-item-success.active:hover, | |
| .getbootstrap-grid a.list-group-item-success.active:focus, | |
| .getbootstrap-grid button.list-group-item-success.active:focus { | |
| color: #fff; | |
| background-color: #3c763d; | |
| border-color: #3c763d; | |
| } | |
| .getbootstrap-grid .list-group-item-info { | |
| color: #31708f; | |
| background-color: #d9edf7; | |
| } | |
| .getbootstrap-grid a.list-group-item-info, | |
| .getbootstrap-grid button.list-group-item-info { | |
| color: #31708f; | |
| } | |
| .getbootstrap-grid a.list-group-item-info .list-group-item-heading, | |
| .getbootstrap-grid button.list-group-item-info .list-group-item-heading { | |
| color: inherit; | |
| } | |
| .getbootstrap-grid a.list-group-item-info:hover, | |
| .getbootstrap-grid button.list-group-item-info:hover, | |
| .getbootstrap-grid a.list-group-item-info:focus, | |
| .getbootstrap-grid button.list-group-item-info:focus { | |
| color: #31708f; | |
| background-color: #c4e3f3; | |
| } | |
| .getbootstrap-grid a.list-group-item-info.active, | |
| .getbootstrap-grid button.list-group-item-info.active, | |
| .getbootstrap-grid a.list-group-item-info.active:hover, | |
| .getbootstrap-grid button.list-group-item-info.active:hover, | |
| .getbootstrap-grid a.list-group-item-info.active:focus, | |
| .getbootstrap-grid button.list-group-item-info.active:focus { | |
| color: #fff; | |
| background-color: #31708f; | |
| border-color: #31708f; | |
| } | |
| .getbootstrap-grid .list-group-item-warning { | |
| color: #8a6d3b; | |
| background-color: #fcf8e3; | |
| } | |
| .getbootstrap-grid a.list-group-item-warning, | |
| .getbootstrap-grid button.list-group-item-warning { | |
| color: #8a6d3b; | |
| } | |
| .getbootstrap-grid a.list-group-item-warning .list-group-item-heading, | |
| .getbootstrap-grid button.list-group-item-warning .list-group-item-heading { | |
| color: inherit; | |
| } | |
| .getbootstrap-grid a.list-group-item-warning:hover, | |
| .getbootstrap-grid button.list-group-item-warning:hover, | |
| .getbootstrap-grid a.list-group-item-warning:focus, | |
| .getbootstrap-grid button.list-group-item-warning:focus { | |
| color: #8a6d3b; | |
| background-color: #faf2cc; | |
| } | |
| .getbootstrap-grid a.list-group-item-warning.active, | |
| .getbootstrap-grid button.list-group-item-warning.active, | |
| .getbootstrap-grid a.list-group-item-warning.active:hover, | |
| .getbootstrap-grid button.list-group-item-warning.active:hover, | |
| .getbootstrap-grid a.list-group-item-warning.active:focus, | |
| .getbootstrap-grid button.list-group-item-warning.active:focus { | |
| color: #fff; | |
| background-color: #8a6d3b; | |
| border-color: #8a6d3b; | |
| } | |
| .getbootstrap-grid .list-group-item-danger { | |
| color: #a94442; | |
| background-color: #f2dede; | |
| } | |
| .getbootstrap-grid a.list-group-item-danger, | |
| .getbootstrap-grid button.list-group-item-danger { | |
| color: #a94442; | |
| } | |
| .getbootstrap-grid a.list-group-item-danger .list-group-item-heading, | |
| .getbootstrap-grid button.list-group-item-danger .list-group-item-heading { | |
| color: inherit; | |
| } | |
| .getbootstrap-grid a.list-group-item-danger:hover, | |
| .getbootstrap-grid button.list-group-item-danger:hover, | |
| .getbootstrap-grid a.list-group-item-danger:focus, | |
| .getbootstrap-grid button.list-group-item-danger:focus { | |
| color: #a94442; | |
| background-color: #ebcccc; | |
| } | |
| .getbootstrap-grid a.list-group-item-danger.active, | |
| .getbootstrap-grid button.list-group-item-danger.active, | |
| .getbootstrap-grid a.list-group-item-danger.active:hover, | |
| .getbootstrap-grid button.list-group-item-danger.active:hover, | |
| .getbootstrap-grid a.list-group-item-danger.active:focus, | |
| .getbootstrap-grid button.list-group-item-danger.active:focus { | |
| color: #fff; | |
| background-color: #a94442; | |
| border-color: #a94442; | |
| } | |
| .getbootstrap-grid .list-group-item-heading { | |
| margin-top: 0; | |
| margin-bottom: 5px; | |
| } | |
| .getbootstrap-grid .list-group-item-text { | |
| margin-bottom: 0; | |
| line-height: 1.3; | |
| } | |
| .getbootstrap-grid .panel { | |
| margin-bottom: 20px; | |
| background-color: #fff; | |
| border: 1px solid transparent; | |
| border-radius: 4px; | |
| -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); | |
| box-shadow: 0 1px 1px rgba(0, 0, 0, .05); | |
| } | |
| .getbootstrap-grid .panel-body { | |
| padding: 15px; | |
| } | |
| .getbootstrap-grid .panel-heading { | |
| padding: 10px 15px; | |
| border-bottom: 1px solid transparent; | |
| border-top-left-radius: 3px; | |
| border-top-right-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel-heading > .dropdown .dropdown-toggle { | |
| color: inherit; | |
| } | |
| .getbootstrap-grid .panel-title { | |
| margin-top: 0; | |
| margin-bottom: 0; | |
| font-size: 16px; | |
| color: inherit; | |
| } | |
| .getbootstrap-grid .panel-title > a, | |
| .getbootstrap-grid .panel-title > small, | |
| .getbootstrap-grid .panel-title > .small, | |
| .getbootstrap-grid .panel-title > small > a, | |
| .getbootstrap-grid .panel-title > .small > a { | |
| color: inherit; | |
| } | |
| .getbootstrap-grid .panel-footer { | |
| padding: 10px 15px; | |
| background-color: #f5f5f5; | |
| border-top: 1px solid #ddd; | |
| border-bottom-right-radius: 3px; | |
| border-bottom-left-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .list-group, | |
| .getbootstrap-grid .panel > .panel-collapse > .list-group { | |
| margin-bottom: 0; | |
| } | |
| .getbootstrap-grid .panel > .list-group .list-group-item, | |
| .getbootstrap-grid .panel > .panel-collapse > .list-group .list-group-item { | |
| border-width: 1px 0; | |
| border-radius: 0; | |
| } | |
| .getbootstrap-grid .panel > .list-group:first-child .list-group-item:first-child, | |
| .getbootstrap-grid .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { | |
| border-top: 0; | |
| border-top-left-radius: 3px; | |
| border-top-right-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .list-group:last-child .list-group-item:last-child, | |
| .getbootstrap-grid .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { | |
| border-bottom: 0; | |
| border-bottom-right-radius: 3px; | |
| border-bottom-left-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { | |
| border-top-left-radius: 0; | |
| border-top-right-radius: 0; | |
| } | |
| .getbootstrap-grid .panel-heading + .list-group .list-group-item:first-child { | |
| border-top-width: 0; | |
| } | |
| .getbootstrap-grid .list-group + .panel-footer { | |
| border-top-width: 0; | |
| } | |
| .getbootstrap-grid .panel > .table, | |
| .getbootstrap-grid .panel > .table-responsive > .table, | |
| .getbootstrap-grid .panel > .panel-collapse > .table { | |
| margin-bottom: 0; | |
| } | |
| .getbootstrap-grid .panel > .table caption, | |
| .getbootstrap-grid .panel > .table-responsive > .table caption, | |
| .getbootstrap-grid .panel > .panel-collapse > .table caption { | |
| padding-right: 15px; | |
| padding-left: 15px; | |
| } | |
| .getbootstrap-grid .panel > .table:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child { | |
| border-top-left-radius: 3px; | |
| border-top-right-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .table:first-child > thead:first-child > tr:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, | |
| .getbootstrap-grid .panel > .table:first-child > tbody:first-child > tr:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { | |
| border-top-left-radius: 3px; | |
| border-top-right-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, | |
| .getbootstrap-grid .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, | |
| .getbootstrap-grid .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, | |
| .getbootstrap-grid .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { | |
| border-top-left-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, | |
| .getbootstrap-grid .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, | |
| .getbootstrap-grid .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, | |
| .getbootstrap-grid .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { | |
| border-top-right-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .table:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child { | |
| border-bottom-right-radius: 3px; | |
| border-bottom-left-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .table:last-child > tbody:last-child > tr:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, | |
| .getbootstrap-grid .panel > .table:last-child > tfoot:last-child > tr:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { | |
| border-bottom-right-radius: 3px; | |
| border-bottom-left-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, | |
| .getbootstrap-grid .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, | |
| .getbootstrap-grid .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, | |
| .getbootstrap-grid .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { | |
| border-bottom-left-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, | |
| .getbootstrap-grid .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, | |
| .getbootstrap-grid .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, | |
| .getbootstrap-grid .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, | |
| .getbootstrap-grid .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { | |
| border-bottom-right-radius: 3px; | |
| } | |
| .getbootstrap-grid .panel > .panel-body + .table, | |
| .getbootstrap-grid .panel > .panel-body + .table-responsive, | |
| .getbootstrap-grid .panel > .table + .panel-body, | |
| .getbootstrap-grid .panel > .table-responsive + .panel-body { | |
| border-top: 1px solid #ddd; | |
| } | |
| .getbootstrap-grid .panel > .table > tbody:first-child > tr:first-child th, | |
| .getbootstrap-grid .panel > .table > tbody:first-child > tr:first-child td { | |
| border-top: 0; | |
| } | |
| .getbootstrap-grid .panel > .table-bordered, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered { | |
| border: 0; | |
| } | |
| .getbootstrap-grid .panel > .table-bordered > thead > tr > th:first-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, | |
| .getbootstrap-grid .panel > .table-bordered > tbody > tr > th:first-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, | |
| .getbootstrap-grid .panel > .table-bordered > tfoot > tr > th:first-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, | |
| .getbootstrap-grid .panel > .table-bordered > thead > tr > td:first-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, | |
| .getbootstrap-grid .panel > .table-bordered > tbody > tr > td:first-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, | |
| .getbootstrap-grid .panel > .table-bordered > tfoot > tr > td:first-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { | |
| border-left: 0; | |
| } | |
| .getbootstrap-grid .panel > .table-bordered > thead > tr > th:last-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, | |
| .getbootstrap-grid .panel > .table-bordered > tbody > tr > th:last-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, | |
| .getbootstrap-grid .panel > .table-bordered > tfoot > tr > th:last-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, | |
| .getbootstrap-grid .panel > .table-bordered > thead > tr > td:last-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, | |
| .getbootstrap-grid .panel > .table-bordered > tbody > tr > td:last-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, | |
| .getbootstrap-grid .panel > .table-bordered > tfoot > tr > td:last-child, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { | |
| border-right: 0; | |
| } | |
| .getbootstrap-grid .panel > .table-bordered > thead > tr:first-child > td, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, | |
| .getbootstrap-grid .panel > .table-bordered > tbody > tr:first-child > td, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, | |
| .getbootstrap-grid .panel > .table-bordered > thead > tr:first-child > th, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, | |
| .getbootstrap-grid .panel > .table-bordered > tbody > tr:first-child > th, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { | |
| border-bottom: 0; | |
| } | |
| .getbootstrap-grid .panel > .table-bordered > tbody > tr:last-child > td, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, | |
| .getbootstrap-grid .panel > .table-bordered > tfoot > tr:last-child > td, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, | |
| .getbootstrap-grid .panel > .table-bordered > tbody > tr:last-child > th, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, | |
| .getbootstrap-grid .panel > .table-bordered > tfoot > tr:last-child > th, | |
| .getbootstrap-grid .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { | |
| border-bottom: 0; | |
| } | |
| .getbootstrap-grid .panel > .table-responsive { | |
| margin-bottom: 0; | |
| border: 0; | |
| } | |
| .getbootstrap-grid .panel-group { | |
| margin-bottom: 20px; | |
| } | |
| .getbootstrap-grid .panel-group .panel { | |
| margin-bottom: 0; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .panel-group .panel + .panel { | |
| margin-top: 5px; | |
| } | |
| .getbootstrap-grid .panel-group .panel-heading { | |
| border-bottom: 0; | |
| } | |
| .getbootstrap-grid .panel-group .panel-heading + .panel-collapse > .panel-body, | |
| .getbootstrap-grid .panel-group .panel-heading + .panel-collapse > .list-group { | |
| border-top: 1px solid #ddd; | |
| } | |
| .getbootstrap-grid .panel-group .panel-footer { | |
| border-top: 0; | |
| } | |
| .getbootstrap-grid .panel-group .panel-footer + .panel-collapse .panel-body { | |
| border-bottom: 1px solid #ddd; | |
| } | |
| .getbootstrap-grid .panel-default { | |
| border-color: #ddd; | |
| } | |
| .getbootstrap-grid .panel-default > .panel-heading { | |
| color: #333; | |
| background-color: #f5f5f5; | |
| border-color: #ddd; | |
| } | |
| .getbootstrap-grid .panel-default > .panel-heading + .panel-collapse > .panel-body { | |
| border-top-color: #ddd; | |
| } | |
| .getbootstrap-grid .panel-default > .panel-heading .badge { | |
| color: #f5f5f5; | |
| background-color: #333; | |
| } | |
| .getbootstrap-grid .panel-default > .panel-footer + .panel-collapse > .panel-body { | |
| border-bottom-color: #ddd; | |
| } | |
| .getbootstrap-grid .panel-primary { | |
| border-color: #337ab7; | |
| } | |
| .getbootstrap-grid .panel-primary > .panel-heading { | |
| color: #fff; | |
| background-color: #337ab7; | |
| border-color: #337ab7; | |
| } | |
| .getbootstrap-grid .panel-primary > .panel-heading + .panel-collapse > .panel-body { | |
| border-top-color: #337ab7; | |
| } | |
| .getbootstrap-grid .panel-primary > .panel-heading .badge { | |
| color: #337ab7; | |
| background-color: #fff; | |
| } | |
| .getbootstrap-grid .panel-primary > .panel-footer + .panel-collapse > .panel-body { | |
| border-bottom-color: #337ab7; | |
| } | |
| .getbootstrap-grid .panel-success { | |
| border-color: #d6e9c6; | |
| } | |
| .getbootstrap-grid .panel-success > .panel-heading { | |
| color: #3c763d; | |
| background-color: #dff0d8; | |
| border-color: #d6e9c6; | |
| } | |
| .getbootstrap-grid .panel-success > .panel-heading + .panel-collapse > .panel-body { | |
| border-top-color: #d6e9c6; | |
| } | |
| .getbootstrap-grid .panel-success > .panel-heading .badge { | |
| color: #dff0d8; | |
| background-color: #3c763d; | |
| } | |
| .getbootstrap-grid .panel-success > .panel-footer + .panel-collapse > .panel-body { | |
| border-bottom-color: #d6e9c6; | |
| } | |
| .getbootstrap-grid .panel-info { | |
| border-color: #bce8f1; | |
| } | |
| .getbootstrap-grid .panel-info > .panel-heading { | |
| color: #31708f; | |
| background-color: #d9edf7; | |
| border-color: #bce8f1; | |
| } | |
| .getbootstrap-grid .panel-info > .panel-heading + .panel-collapse > .panel-body { | |
| border-top-color: #bce8f1; | |
| } | |
| .getbootstrap-grid .panel-info > .panel-heading .badge { | |
| color: #d9edf7; | |
| background-color: #31708f; | |
| } | |
| .getbootstrap-grid .panel-info > .panel-footer + .panel-collapse > .panel-body { | |
| border-bottom-color: #bce8f1; | |
| } | |
| .getbootstrap-grid .panel-warning { | |
| border-color: #faebcc; | |
| } | |
| .getbootstrap-grid .panel-warning > .panel-heading { | |
| color: #8a6d3b; | |
| background-color: #fcf8e3; | |
| border-color: #faebcc; | |
| } | |
| .getbootstrap-grid .panel-warning > .panel-heading + .panel-collapse > .panel-body { | |
| border-top-color: #faebcc; | |
| } | |
| .getbootstrap-grid .panel-warning > .panel-heading .badge { | |
| color: #fcf8e3; | |
| background-color: #8a6d3b; | |
| } | |
| .getbootstrap-grid .panel-warning > .panel-footer + .panel-collapse > .panel-body { | |
| border-bottom-color: #faebcc; | |
| } | |
| .getbootstrap-grid .panel-danger { | |
| border-color: #ebccd1; | |
| } | |
| .getbootstrap-grid .panel-danger > .panel-heading { | |
| color: #a94442; | |
| background-color: #f2dede; | |
| border-color: #ebccd1; | |
| } | |
| .getbootstrap-grid .panel-danger > .panel-heading + .panel-collapse > .panel-body { | |
| border-top-color: #ebccd1; | |
| } | |
| .getbootstrap-grid .panel-danger > .panel-heading .badge { | |
| color: #f2dede; | |
| background-color: #a94442; | |
| } | |
| .getbootstrap-grid .panel-danger > .panel-footer + .panel-collapse > .panel-body { | |
| border-bottom-color: #ebccd1; | |
| } | |
| .getbootstrap-grid .embed-responsive { | |
| position: relative; | |
| display: block; | |
| height: 0; | |
| padding: 0; | |
| overflow: hidden; | |
| } | |
| .getbootstrap-grid .embed-responsive .embed-responsive-item, | |
| .getbootstrap-grid .embed-responsive iframe, | |
| .getbootstrap-grid .embed-responsive embed, | |
| .getbootstrap-grid .embed-responsive object, | |
| .getbootstrap-grid .embed-responsive video { | |
| position: absolute; | |
| top: 0; | |
| bottom: 0; | |
| left: 0; | |
| width: 100%; | |
| height: 100%; | |
| border: 0; | |
| } | |
| .getbootstrap-grid .embed-responsive-16by9 { | |
| padding-bottom: 56.25%; | |
| } | |
| .getbootstrap-grid .embed-responsive-4by3 { | |
| padding-bottom: 75%; | |
| } | |
| .getbootstrap-grid .well { | |
| min-height: 20px; | |
| padding: 19px; | |
| margin-bottom: 20px; | |
| background-color: #f5f5f5; | |
| border: 1px solid #e3e3e3; | |
| border-radius: 4px; | |
| -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); | |
| box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); | |
| } | |
| .getbootstrap-grid .well blockquote { | |
| border-color: #ddd; | |
| border-color: rgba(0, 0, 0, .15); | |
| } | |
| .getbootstrap-grid .well-lg { | |
| padding: 24px; | |
| border-radius: 6px; | |
| } | |
| .getbootstrap-grid .well-sm { | |
| padding: 9px; | |
| border-radius: 3px; | |
| } | |
| .getbootstrap-grid .close { | |
| float: right; | |
| font-size: 21px; | |
| font-weight: bold; | |
| line-height: 1; | |
| color: #000; | |
| text-shadow: 0 1px 0 #fff; | |
| filter: alpha(opacity=20); | |
| opacity: .2; | |
| } | |
| .getbootstrap-grid .close:hover, | |
| .close:focus { | |
| color: #000; | |
| text-decoration: none; | |
| cursor: pointer; | |
| filter: alpha(opacity=50); | |
| opacity: .5; | |
| } | |
| .getbootstrap-grid button.close { | |
| -webkit-appearance: none; | |
| padding: 0; | |
| cursor: pointer; | |
| background: transparent; | |
| border: 0; | |
| } | |
| .getbootstrap-grid .modal-open { | |
| overflow: hidden; | |
| } | |
| .getbootstrap-grid .modal { | |
| position: fixed; | |
| top: 0; | |
| right: 0; | |
| bottom: 0; | |
| left: 0; | |
| z-index: 1050; | |
| display: none; | |
| overflow: hidden; | |
| -webkit-overflow-scrolling: touch; | |
| outline: 0; | |
| } | |
| .getbootstrap-grid .modal.fade .modal-dialog { | |
| -webkit-transition: -webkit-transform .3s ease-out; | |
| -o-transition: -o-transform .3s ease-out; | |
| transition: transform .3s ease-out; | |
| -webkit-transform: translate(0, -25%); | |
| -ms-transform: translate(0, -25%); | |
| -o-transform: translate(0, -25%); | |
| transform: translate(0, -25%); | |
| } | |
| .getbootstrap-grid .modal.in .modal-dialog { | |
| -webkit-transform: translate(0, 0); | |
| -ms-transform: translate(0, 0); | |
| -o-transform: translate(0, 0); | |
| transform: translate(0, 0); | |
| } | |
| .getbootstrap-grid .modal-open .modal { | |
| overflow-x: hidden; | |
| overflow-y: auto; | |
| } | |
| .getbootstrap-grid .modal-dialog { | |
| position: relative; | |
| width: auto; | |
| margin: 10px; | |
| } | |
| .getbootstrap-grid .modal-content { | |
| position: relative; | |
| background-color: #fff; | |
| -webkit-background-clip: padding-box; | |
| background-clip: padding-box; | |
| border: 1px solid #999; | |
| border: 1px solid rgba(0, 0, 0, .2); | |
| border-radius: 6px; | |
| outline: 0; | |
| -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); | |
| box-shadow: 0 3px 9px rgba(0, 0, 0, .5); | |
| } | |
| .getbootstrap-grid .modal-backdrop { | |
| position: fixed; | |
| top: 0; | |
| right: 0; | |
| bottom: 0; | |
| left: 0; | |
| z-index: 1040; | |
| background-color: #000; | |
| } | |
| .getbootstrap-grid .modal-backdrop.fade { | |
| filter: alpha(opacity=0); | |
| opacity: 0; | |
| } | |
| .getbootstrap-grid .modal-backdrop.in { | |
| filter: alpha(opacity=50); | |
| opacity: .5; | |
| } | |
| .getbootstrap-grid .modal-header { | |
| min-height: 16.42857143px; | |
| padding: 15px; | |
| border-bottom: 1px solid #e5e5e5; | |
| } | |
| .getbootstrap-grid .modal-header .close { | |
| margin-top: -2px; | |
| } | |
| .getbootstrap-grid .modal-title { | |
| margin: 0; | |
| line-height: 1.42857143; | |
| } | |
| .getbootstrap-grid .modal-body { | |
| position: relative; | |
| padding: 15px; | |
| } | |
| .getbootstrap-grid .modal-footer { | |
| padding: 15px; | |
| text-align: right; | |
| border-top: 1px solid #e5e5e5; | |
| } | |
| .getbootstrap-grid .modal-footer .btn + .btn { | |
| margin-bottom: 0; | |
| margin-left: 5px; | |
| } | |
| .getbootstrap-grid .modal-footer .btn-group .btn + .btn { | |
| margin-left: -1px; | |
| } | |
| .getbootstrap-grid .modal-footer .btn-block + .btn-block { | |
| margin-left: 0; | |
| } | |
| .getbootstrap-grid .modal-scrollbar-measure { | |
| position: absolute; | |
| top: -9999px; | |
| width: 50px; | |
| height: 50px; | |
| overflow: scroll; | |
| } | |
| @media (min-width: 768px) { | |
| .getbootstrap-grid .modal-dialog { | |
| width: 600px; | |
| margin: 30px auto; | |
| } | |
| .getbootstrap-grid .modal-content { | |
| -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); | |
| box-shadow: 0 5px 15px rgba(0, 0, 0, .5); | |
| } | |
| .getbootstrap-grid .modal-sm { | |
| width: 300px; | |
| } | |
| } | |
| @media (min-width: 992px) { | |
| .getbootstrap-grid .modal-lg { | |
| width: 900px; | |
| } | |
| } | |
| .getbootstrap-grid .tooltip { | |
| position: absolute; | |
| z-index: 1070; | |
| display: block; | |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| font-size: 12px; | |
| font-style: normal; | |
| font-weight: normal; | |
| line-height: 1.42857143; | |
| text-align: left; | |
| text-align: start; | |
| text-decoration: none; | |
| text-shadow: none; | |
| text-transform: none; | |
| letter-spacing: normal; | |
| word-break: normal; | |
| word-spacing: normal; | |
| word-wrap: normal; | |
| white-space: normal; | |
| filter: alpha(opacity=0); | |
| opacity: 0; | |
| line-break: auto; | |
| } | |
| .getbootstrap-grid .tooltip.in { | |
| filter: alpha(opacity=90); | |
| opacity: .9; | |
| } | |
| .getbootstrap-grid .tooltip.top { | |
| padding: 5px 0; | |
| margin-top: -3px; | |
| } | |
| .getbootstrap-grid .tooltip.right { | |
| padding: 0 5px; | |
| margin-left: 3px; | |
| } | |
| .getbootstrap-grid .tooltip.bottom { | |
| padding: 5px 0; | |
| margin-top: 3px; | |
| } | |
| .getbootstrap-grid .tooltip.left { | |
| padding: 0 5px; | |
| margin-left: -3px; | |
| } | |
| .getbootstrap-grid .tooltip-inner { | |
| max-width: 200px; | |
| padding: 3px 8px; | |
| color: #fff; | |
| text-align: center; | |
| background-color: #000; | |
| border-radius: 4px; | |
| } | |
| .getbootstrap-grid .tooltip-arrow { | |
| position: absolute; | |
| width: 0; | |
| height: 0; | |
| border-color: transparent; | |
| border-style: solid; | |
| } | |
| .getbootstrap-grid .tooltip.top .tooltip-arrow { | |
| bottom: 0; | |
| left: 50%; | |
| margin-left: -5px; | |
| border-width: 5px 5px 0; | |
| border-top-color: #000; | |
| } | |
| .getbootstrap-grid .tooltip.top-left .tooltip-arrow { | |
| right: 5px; | |
| bottom: 0; | |
| margin-bottom: -5px; | |
| border-width: 5px 5px 0; | |
| border-top-color: #000; | |
| } | |
| .getbootstrap-grid .tooltip.top-right .tooltip-arrow { | |
| bottom: 0; | |
| left: 5px; | |
| margin-bottom: -5px; | |
| border-width: 5px 5px 0; | |
| border-top-color: #000; | |
| } | |
| .getbootstrap-grid .tooltip.right .tooltip-arrow { | |
| top: 50%; | |
| left: 0; | |
| margin-top: -5px; | |
| border-width: 5px 5px 5px 0; | |
| border-right-color: #000; | |
| } | |
| .getbootstrap-grid .tooltip.left .tooltip-arrow { | |
| top: 50%; | |
| right: 0; | |
| margin-top: -5px; | |
| border-width: 5px 0 5px 5px; | |
| border-left-color: #000; | |
| } | |
| .getbootstrap-grid .tooltip.bottom .tooltip-arrow { | |
| top: 0; | |
| left: 50%; | |
| margin-left: -5px; | |
| border-width: 0 5px 5px; | |
| border-bottom-color: #000; | |
| } | |
| .getbootstrap-grid .tooltip.bottom-left .tooltip-arrow { | |
| top: 0; | |
| right: 5px; | |
| margin-top: -5px; | |
| border-width: 0 5px 5px; | |
| border-bottom-color: #000; | |
| } | |
| .getbootstrap-grid .tooltip.bottom-right .tooltip-arrow { | |
| top: 0; | |
| left: 5px; | |
| margin-top: -5px; | |
| border-width: 0 5px 5px; | |
| border-bottom-color: #000; | |
| } | |
| .getbootstrap-grid .popover { | |
| position: absolute; | |
| top: 0; | |
| left: 0; | |
| z-index: 1060; | |
| display: none; | |
| max-width: 276px; | |
| padding: 1px; | |
| font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| font-size: 14px; | |
| font-style: normal; | |
| font-weight: normal; | |
| line-height: 1.42857143; | |
| text-align: left; | |
| text-align: start; | |
| text-decoration: none; | |
| text-shadow: none; | |
| text-transform: none; | |
| letter-spacing: normal; | |
| word-break: normal; | |
| word-spacing: normal; | |
| word-wrap: normal; | |
| white-space: normal; | |
| background-color: #fff; | |
| -webkit-background-clip: padding-box; | |
| background-clip: padding-box; | |
| border: 1px solid #ccc; | |
| border: 1px solid rgba(0, 0, 0, .2); | |
| border-radius: 6px; | |
| -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); | |
| box-shadow: 0 5px 10px rgba(0, 0, 0, .2); | |
| line-break: auto; | |
| } | |
| .getbootstrap-grid .popover.top { | |
| margin-top: -10px; | |
| } | |
| .getbootstrap-grid .popover.right { | |
| margin-left: 10px; | |
| } | |
| .getbootstrap-grid .popover.bottom { | |
| margin-top: 10px; | |
| } | |
| .getbootstrap-grid .popover.left { | |
| margin-left: -10px; | |
| } | |
| .getbootstrap-grid .popover-title { | |
| padding: 8px 14px; | |
| margin: 0; | |
| font-size: 14px; | |
| background-color: #f7f7f7; | |
| border-bottom: 1px solid #ebebeb; | |
| border-radius: 5px 5px 0 0; | |
| } | |
| .getbootstrap-grid .popover-content { | |
| padding: 9px 14px; | |
| } | |
| .getbootstrap-grid .popover > .arrow, | |
| .getbootstrap-grid .popover > .arrow:after { | |
| position: absolute; | |
| display: block; | |
| width: 0; | |
| height: 0; | |
| border-color: transparent; | |
| border-style: solid; | |
| } | |
| .getbootstrap-grid .popover > .arrow { | |
| border-width: 11px; | |
| } | |
| .getbootstrap-grid .popover > .arrow:after { | |
| content: ""; | |
| border-width: 10px; | |
| } | |
| .getbootstrap-grid .popover.top > .arrow { | |
| bottom: -11px; | |
| left: 50%; | |
| margin-left: -11px; | |
| border-top-color: #999; | |
| border-top-color: rgba(0, 0, 0, .25); | |
| border-bottom-width: 0; | |
| } | |
| .getbootstrap-grid .popover.top > .arrow:after { | |
| bottom: 1px; | |
| margin-left: -10px; | |
| content: " "; | |
| border-top-color: #fff; | |
| border-bottom-width: 0; | |
| } | |
| .getbootstrap-grid .popover.right > .arrow { | |
| top: 50%; | |
| left: -11px; | |
| margin-top: -11px; | |
| border-right-color: #999; | |
| border-right-color: rgba(0, 0, 0, .25); | |
| border-left-width: 0; | |
| } | |
| .getbootstrap-grid .popover.right > .arrow:after { | |
| bottom: -10px; | |
| left: 1px; | |
| content: " "; | |
| border-right-color: #fff; | |
| border-left-width: 0; | |
| } | |
| .getbootstrap-grid .popover.bottom > .arrow { | |
| top: -11px; | |
| left: 50%; | |
| margin-left: -11px; | |
| border-top-width: 0; | |
| border-bottom-color: #999; | |
| border-bottom-color: rgba(0, 0, 0, .25); | |
| } | |
| .getbootstrap-grid .popover.bottom > .arrow:after { | |
| top: 1px; | |
| margin-left: -10px; | |
| content: " "; | |
| border-top-width: 0; | |
| border-bottom-color: #fff; | |
| } | |
| .getbootstrap-grid .popover.left > .arrow { | |
| top: 50%; | |
| right: -11px; | |
| margin-top: -11px; | |
| border-right-width: 0; | |
| border-left-color: #999; | |
| border-left-color: rgba(0, 0, 0, .25); | |
| } | |
| .getbootstrap-grid .popover.left > .arrow:after { | |
| right: 1px; | |
| bottom: -10px; | |
| content: " "; | |
| border-right-width: 0; | |
| border-left-color: #fff; | |
| } | |
| .getbootstrap-grid .carousel { | |
| position: relative; | |
| } | |
| .getbootstrap-grid .carousel-inner { | |
| position: relative; | |
| width: 100%; | |
| overflow: hidden; | |
| } | |
| .getbootstrap-grid .carousel-inner > .item { | |
| position: relative; | |
| display: none; | |
| -webkit-transition: .6s ease-in-out left; | |
| -o-transition: .6s ease-in-out left; | |
| transition: .6s ease-in-out left; | |
| } | |
| .getbootstrap-grid .carousel-inner > .item > img, | |
| .getbootstrap-grid .carousel-inner > .item > a > img { | |
| line-height: 1; | |
| } | |
| @media all and (transform-3d), (-webkit-transform-3d) { | |
| .getbootstrap-grid .carousel-inner > .item { | |
| -webkit-transition: -webkit-transform .6s ease-in-out; | |
| -o-transition: -o-transform .6s ease-in-out; | |
| transition: transform .6s ease-in-out; | |
| -webkit-backface-visibility: hidden; | |
| backface-visibility: hidden; | |
| -webkit-perspective: 1000px; | |
| perspective: 1000px; | |
| } | |
| .getbootstrap-grid .carousel-inner > .item.next, | |
| .getbootstrap-grid .carousel-inner > .item.active.right { | |
| left: 0; | |
| -webkit-transform: translate3d(100%, 0, 0); | |
| transform: translate3d(100%, 0, 0); | |
| } | |
| .getbootstrap-grid .carousel-inner > .item.prev, | |
| .getbootstrap-grid .carousel-inner > .item.active.left { | |
| left: 0; | |
| -webkit-transform: translate3d(-100%, 0, 0); | |
| transform: translate3d(-100%, 0, 0); | |
| } | |
| .getbootstrap-grid .carousel-inner > .item.next.left, | |
| .getbootstrap-grid .carousel-inner > .item.prev.right, | |
| .getbootstrap-grid .carousel-inner > .item.active { | |
| left: 0; | |
| -webkit-transform: translate3d(0, 0, 0); | |
| transform: translate3d(0, 0, 0); | |
| } | |
| } | |
| .getbootstrap-grid .carousel-inner > .active, | |
| .getbootstrap-grid .carousel-inner > .next, | |
| .getbootstrap-grid .carousel-inner > .prev { | |
| display: block; | |
| } | |
| .getbootstrap-grid .carousel-inner > .active { | |
| left: 0; | |
| } | |
| .getbootstrap-grid .carousel-inner > .next, | |
| .getbootstrap-grid .carousel-inner > .prev { | |
| position: absolute; | |
| top: 0; | |
| width: 100%; | |
| } | |
| .getbootstrap-grid .carousel-inner > .next { | |
| left: 100%; | |
| } | |
| .getbootstrap-grid .carousel-inner > .prev { | |
| left: -100%; | |
| } | |
| .getbootstrap-grid .carousel-inner > .next.left, | |
| .getbootstrap-grid .carousel-inner > .prev.right { | |
| left: 0; | |
| } | |
| .getbootstrap-grid .carousel-inner > .active.left { | |
| left: -100%; | |
| } | |
| .getbootstrap-grid .carousel-inner > .active.right { | |
| left: 100%; | |
| } | |
| .getbootstrap-grid .carousel-control { | |
| position: absolute; | |
| top: 0; | |
| bottom: 0; | |
| left: 0; | |
| width: 15%; | |
| font-size: 20px; | |
| color: #fff; | |
| text-align: center; | |
| text-shadow: 0 1px 2px rgba(0, 0, 0, .6); | |
| filter: alpha(opacity=50); | |
| opacity: .5; | |
| } | |
| .getbootstrap-grid .carousel-control.left { | |
| background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); | |
| background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); | |
| background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); | |
| background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .carousel-control.right { | |
| right: 0; | |
| left: auto; | |
| background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); | |
| background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); | |
| background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); | |
| background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); | |
| filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); | |
| background-repeat: repeat-x; | |
| } | |
| .getbootstrap-grid .carousel-control:hover, | |
| .getbootstrap-grid .carousel-control:focus { | |
| color: #fff; | |
| text-decoration: none; | |
| filter: alpha(opacity=90); | |
| outline: 0; | |
| opacity: .9; | |
| } | |
| .getbootstrap-grid .carousel-control .icon-prev, | |
| .getbootstrap-grid .carousel-control .icon-next, | |
| .getbootstrap-grid .carousel-control .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid .glyphicon-chevron-left, | |
| .getbootstrap-grid .carousel-control .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid .glyphicon-chevron-right { | |
| position: absolute; | |
| top: 50%; | |
| z-index: 5; | |
| display: inline-block; | |
| margin-top: -10px; | |
| } | |
| .getbootstrap-grid .carousel-control .icon-prev, | |
| .getbootstrap-grid .carousel-control .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid .glyphicon-chevron-left { | |
| left: 50%; | |
| margin-left: -10px; | |
| } | |
| .getbootstrap-grid .carousel-control .icon-next, | |
| .getbootstrap-grid .carousel-control .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid | |
| .getbootstrap-grid .getbootstrap-grid .glyphicon-chevron-right { | |
| right: 50%; | |
| margin-right: -10px; | |
| } | |
| .getbootstrap-grid .carousel-control .icon-prev, | |
| .getbootstrap-grid .carousel-control .icon-next { | |
| width: 20px; | |
| height: 20px; | |
| font-family: serif; | |
| line-height: 1; | |
| } | |
| .getbootstrap-grid .carousel-control .icon-prev:before { | |
| content: '\2039'; | |
| } | |
| .getbootstrap-grid .carousel-control .icon-next:before { | |
| content: '\203a'; | |
| } | |
| .getbootstrap-grid .carousel-indicators { | |
| position: absolute; | |
| bottom: 10px; | |
| left: 50%; | |
| z-index: 15; | |
| width: 60%; | |
| padding-left: 0; | |
| margin-left: -30%; | |
| text-align: center; | |
| list-style: none; | |
| } | |
| .getbootstrap-grid .carousel-indicators li { | |
| display: inline-block; | |
| width: 10px; | |
| height: 10px; | |
| margin: 1px; | |
| text-indent: -999px; | |
| cursor: pointer; | |
| background-color: #000 \9; | |
| background-color: rgba(0, 0, 0, 0); | |
| border: 1px solid #fff; | |
| border-radius: 10px; | |
| } | |
| .getbootstrap-grid .carousel-indicators .active { | |
| width: 12px; | |
| height: 12px; | |
| margin: 0; | |
| background-color: #fff; | |
| } | |
| .getbootstrap-grid .carousel-caption { | |
| position: absolute; | |
| right: 15%; | |
| bottom: 20px; | |
| left: 15%; | |
| z-index: 10; | |
| padding-top: 20px; | |
| padding-bottom: 20px; | |
| color: #fff; | |
| text-align: center; | |
| text-shadow: 0 1px 2px rgba(0, 0, 0, .6); | |
| } | |
| .getbootstrap-grid .carousel-caption .btn { | |
| text-shadow: none; | |
| } | |
| @media screen and (min-width: 768px) { | |
| .getbootstrap-grid .carousel-control .glyphicon-chevron-left, | |
| .getbootstrap-grid .carousel-control .glyphicon-chevron-right, | |
| .getbootstrap-grid .carousel-control .icon-prev, | |
| .getbootstrap-grid .carousel-control .icon-next { | |
| width: 30px; | |
| height: 30px; | |
| margin-top: -15px; | |
| font-size: 30px; | |
| } | |
| .getbootstrap-grid .carousel-control .glyphicon-chevron-left, | |
| .getbootstrap-grid .carousel-control .icon-prev { | |
| margin-left: -15px; | |
| } | |
| .getbootstrap-grid .carousel-control .glyphicon-chevron-right, | |
| .getbootstrap-grid .carousel-control .icon-next { | |
| margin-right: -15px; | |
| } | |
| .getbootstrap-grid .carousel-caption { | |
| right: 20%; | |
| left: 20%; | |
| padding-bottom: 30px; | |
| } | |
| .getbootstrap-grid .carousel-indicators { | |
| bottom: 20px; | |
| } | |
| } | |
| .getbootstrap-grid .clearfix:before, | |
| .getbootstrap-grid .clearfix:after, | |
| .getbootstrap-grid .dl-horizontal dd:before, | |
| .getbootstrap-grid .dl-horizontal dd:after, | |
| .getbootstrap-grid .container:before, | |
| .getbootstrap-grid .container:after, | |
| .getbootstrap-grid .container-fluid:before, | |
| .getbootstrap-grid .container-fluid:after, | |
| .getbootstrap-grid .row:before, | |
| .getbootstrap-grid .row:after, | |
| .getbootstrap-grid .form-horizontal .form-group:before, | |
| .getbootstrap-grid .form-horizontal .form-group:after, | |
| .getbootstrap-grid .btn-toolbar:before, | |
| .getbootstrap-grid .btn-toolbar:after, | |
| .getbootstrap-grid .btn-group-vertical > .btn-group:before, | |
| .getbootstrap-grid .btn-group-vertical > .btn-group:after, | |
| .getbootstrap-grid .nav:before, | |
| .getbootstrap-grid .nav:after, | |
| .getbootstrap-grid .navbar:before, | |
| .getbootstrap-grid .navbar:after, | |
| .getbootstrap-grid .navbar-header:before, | |
| .getbootstrap-grid .navbar-header:after, | |
| .getbootstrap-grid .navbar-collapse:before, | |
| .getbootstrap-grid .navbar-collapse:after, | |
| .getbootstrap-grid .pager:before, | |
| .getbootstrap-grid .pager:after, | |
| .getbootstrap-grid .panel-body:before, | |
| .getbootstrap-grid .panel-body:after, | |
| .getbootstrap-grid .modal-footer:before, | |
| .getbootstrap-grid .modal-footer:after { | |
| display: table; | |
| content: " "; | |
| } | |
| .getbootstrap-grid .clearfix:after, | |
| .getbootstrap-grid .dl-horizontal dd:after, | |
| .getbootstrap-grid .container:after, | |
| .getbootstrap-grid .container-fluid:after, | |
| .getbootstrap-grid .row:after, | |
| .getbootstrap-grid .form-horizontal .form-group:after, | |
| .getbootstrap-grid .btn-toolbar:after, | |
| .getbootstrap-grid .btn-group-vertical > .btn-group:after, | |
| .getbootstrap-grid .nav:after, | |
| .getbootstrap-grid .navbar:after, | |
| .getbootstrap-grid .navbar-header:after, | |
| .getbootstrap-grid .navbar-collapse:after, | |
| .getbootstrap-grid .pager:after, | |
| .getbootstrap-grid .panel-body:after, | |
| .getbootstrap-grid .modal-footer:after { | |
| clear: both; | |
| } | |
| .getbootstrap-grid .center-block { | |
| display: block; | |
| margin-right: auto; | |
| margin-left: auto; | |
| } | |
| .getbootstrap-grid .pull-right { | |
| float: right !important; | |
| } | |
| .getbootstrap-grid .pull-left { | |
| float: left !important; | |
| } | |
| .getbootstrap-grid .hide { | |
| display: none !important; | |
| } | |
| .getbootstrap-grid .show { | |
| display: block !important; | |
| } | |
| .getbootstrap-grid .invisible { | |
| visibility: hidden; | |
| } | |
| .getbootstrap-grid .text-hide { | |
| font: 0/0 a; | |
| color: transparent; | |
| text-shadow: none; | |
| background-color: transparent; | |
| border: 0; | |
| } | |
| .getbootstrap-grid .hidden { | |
| display: none !important; | |
| } | |
| .getbootstrap-grid .affix { | |
| position: fixed; | |
| } | |
| @-ms-viewport { | |
| width: device-width; | |
| } | |
| .getbootstrap-grid .visible-xs, | |
| .getbootstrap-grid .visible-sm, | |
| .getbootstrap-grid .visible-md, | |
| .getbootstrap-grid .visible-lg { | |
| display: none !important; | |
| } | |
| .getbootstrap-grid .visible-xs-block, | |
| .getbootstrap-grid .visible-xs-inline, | |
| .getbootstrap-grid .visible-xs-inline-block, | |
| .getbootstrap-grid .visible-sm-block, | |
| .getbootstrap-grid .visible-sm-inline, | |
| .getbootstrap-grid .visible-sm-inline-block, | |
| .getbootstrap-grid .visible-md-block, | |
| .getbootstrap-grid .visible-md-inline, | |
| .getbootstrap-grid .visible-md-inline-block, | |
| .getbootstrap-grid .visible-lg-block, | |
| .getbootstrap-grid .visible-lg-inline, | |
| .getbootstrap-grid .visible-lg-inline-block { | |
| display: none !important; | |
| } | |
| @media (max-width: 767px) { | |
| .getbootstrap-grid .visible-xs { | |
| display: block !important; | |
| } | |
| .getbootstrap-grid table.visible-xs { | |
| display: table !important; | |
| } | |
| .getbootstrap-grid tr.visible-xs { | |
| display: table-row !important; | |
| } | |
| .getbootstrap-grid th.visible-xs, | |
| .getbootstrap-grid td.visible-xs { | |
| display: table-cell !important; | |
| } | |
| } | |
| @media (max-width: 767px) { | |
| .getbootstrap-grid .visible-xs-block { | |
| display: block !important; | |
| } | |
| } | |
| @media (max-width: 767px) { | |
| .getbootstrap-grid .visible-xs-inline { | |
| display: inline !important; | |
| } | |
| } | |
| @media (max-width: 767px) { | |
| .getbootstrap-grid .visible-xs-inline-block { | |
| display: inline-block !important; | |
| } | |
| } | |
| @media (min-width: 768px) and (max-width: 991px) { | |
| .getbootstrap-grid .visible-sm { | |
| display: block !important; | |
| } | |
| .getbootstrap-grid table.visible-sm { | |
| display: table !important; | |
| } | |
| .getbootstrap-grid tr.visible-sm { | |
| display: table-row !important; | |
| } | |
| .getbootstrap-grid th.visible-sm, | |
| .getbootstrap-grid td.visible-sm { | |
| display: table-cell !important; | |
| } | |
| } | |
| @media (min-width: 768px) and (max-width: 991px) { | |
| .getbootstrap-grid .visible-sm-block { | |
| display: block !important; | |
| } | |
| } | |
| @media (min-width: 768px) and (max-width: 991px) { | |
| .getbootstrap-grid .visible-sm-inline { | |
| display: inline !important; | |
| } | |
| } | |
| @media (min-width: 768px) and (max-width: 991px) { | |
| .getbootstrap-grid .visible-sm-inline-block { | |
| display: inline-block !important; | |
| } | |
| } | |
| @media (min-width: 992px) and (max-width: 1199px) { | |
| .getbootstrap-grid .visible-md { | |
| display: block !important; | |
| } | |
| .getbootstrap-grid table.visible-md { | |
| display: table !important; | |
| } | |
| .getbootstrap-grid tr.visible-md { | |
| display: table-row !important; | |
| } | |
| .getbootstrap-grid th.visible-md, | |
| .getbootstrap-grid td.visible-md { | |
| display: table-cell !important; | |
| } | |
| } | |
| @media (min-width: 992px) and (max-width: 1199px) { | |
| .getbootstrap-grid .visible-md-block { | |
| display: block !important; | |
| } | |
| } | |
| @media (min-width: 992px) and (max-width: 1199px) { | |
| .getbootstrap-grid .visible-md-inline { | |
| display: inline !important; | |
| } | |
| } | |
| @media (min-width: 992px) and (max-width: 1199px) { | |
| .getbootstrap-grid .visible-md-inline-block { | |
| display: inline-block !important; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| .getbootstrap-grid .visible-lg { | |
| display: block !important; | |
| } | |
| .getbootstrap-grid table.visible-lg { | |
| display: table !important; | |
| } | |
| .getbootstrap-grid tr.visible-lg { | |
| display: table-row !important; | |
| } | |
| .getbootstrap-grid th.visible-lg, | |
| .getbootstrap-grid td.visible-lg { | |
| display: table-cell !important; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| .getbootstrap-grid .visible-lg-block { | |
| display: block !important; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| .getbootstrap-grid .visible-lg-inline { | |
| display: inline !important; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| .getbootstrap-grid .visible-lg-inline-block { | |
| display: inline-block !important; | |
| } | |
| } | |
| @media (max-width: 767px) { | |
| .getbootstrap-grid .hidden-xs { | |
| display: none !important; | |
| } | |
| } | |
| @media (min-width: 768px) and (max-width: 991px) { | |
| .getbootstrap-grid .hidden-sm { | |
| display: none !important; | |
| } | |
| } | |
| @media (min-width: 992px) and (max-width: 1199px) { | |
| .getbootstrap-grid .hidden-md { | |
| display: none !important; | |
| } | |
| } | |
| @media (min-width: 1200px) { | |
| .getbootstrap-grid .hidden-lg { | |
| display: none !important; | |
| } | |
| } | |
| .getbootstrap-grid .visible-print { | |
| display: none !important; | |
| } | |
| @media print { | |
| .getbootstrap-grid .visible-print { | |
| display: block !important; | |
| } | |
| .getbootstrap-grid table.visible-print { | |
| display: table !important; | |
| } | |
| .getbootstrap-grid tr.visible-print { | |
| display: table-row !important; | |
| } | |
| .getbootstrap-grid th.visible-print, | |
| .getbootstrap-grid td.visible-print { | |
| display: table-cell !important; | |
| } | |
| } | |
| .getbootstrap-grid .visible-print-block { | |
| display: none !important; | |
| } | |
| @media print { | |
| .getbootstrap-grid .visible-print-block { | |
| display: block !important; | |
| } | |
| } | |
| .getbootstrap-grid .visible-print-inline { | |
| display: none !important; | |
| } | |
| @media print { | |
| .getbootstrap-grid .visible-print-inline { | |
| display: inline !important; | |
| } | |
| } | |
| .getbootstrap-grid .visible-print-inline-block { | |
| display: none !important; | |
| } | |
| @media print { | |
| .getbootstrap-grid .visible-print-inline-block { | |
| display: inline-block !important; | |
| } | |
| } | |
| @media print { | |
| .getbootstrap-grid .hidden-print { | |
| display: none !important; | |
| } | |
| } | |
| /*# sourceMappingURL=bootstrap.css.map */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment