/*! * Bootstrap v3.3.5 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ a { color: #337ab7; text-decoration: none; } .bg-reader-controls { background-color: #fff; } .dropdown-item:hover, .dropdown-item:focus { background-color: #ddd; } .dropdown-item.active, .dropdown-item:active { background-color: #337ab7; } .bg-light { box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075); } .btn { transition: none; } .btn-secondary, .btn-primary, .btn-success, .btn-info, .btn-warning, .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); } .btn:hover, .btn:focus { text-decoration: none; } .btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .btn.disabled, .btn:disabled { opacity: 0.65; } .btn:not(:disabled):not(.disabled) { cursor: pointer; } .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { background-image: none; } a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; } .btn-primary { color: #fff; background-color: #337ab7; background-image: linear-gradient(to bottom, #337ab7 0%, #286192 100%); background-repeat: repeat-x; border-color: #235580; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #4787be; background-image: linear-gradient(to bottom, #4787be 0%, #2d6da4 100%); border-color: #235580; } .btn-primary.disabled, .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { color: #fff; background-color: #2d6da4; background-image: linear-gradient(to bottom, #2d6da4 0%, #235580 100%); border-color: #235580; } .btn-secondary, .btn-light { color: #000; text-shadow: none; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%); background-repeat: repeat-x; border-color: #b2b2b2; } .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-light:hover, .btn-light:focus, .btn-light.focus { color: #000; background-color: #ffffff; background-image: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%); border-color: #b2b2b2; } .btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .btn-light.disabled, .btn-light:disabled, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle, .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { color: #000; background-color: #cccccc; background-image: linear-gradient(to bottom, #e5e5e5 0%, #b2b2b2 100%); border-color: #b2b2b2; } .btn-success { color: #fff; background-color: #5cb85c; background-image: linear-gradient(to bottom, #5cb85c 0%, #499349 100%); background-repeat: repeat-x; border-color: #408040; } .btn-success:hover, .btn-success:focus, .btn-success.focus { color: #fff; background-color: #6cbf6c; background-image: linear-gradient(to bottom, #6cbf6c 0%, #52a552 100%); border-color: #408040; } .btn-success.disabled, .btn-success:disabled, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle , .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { color: #fff; background-color: #52a552; background-image: linear-gradient(to bottom, #52a552 0%, #408040 100%); border-color: #408040; } .btn-info { color: #fff; background-color: #5bc0de; background-image: linear-gradient(to bottom, #5bc0de 0%, #4899b1 100%); background-repeat: repeat-x; border-color: #3f869b; } .btn-info:hover, .btn-info:focus, .btn-info.focus { color: #fff; background-color: #6bc6e1; background-image: linear-gradient(to bottom, #6bc6e1 0%, #51acc7 100%); border-color: #3f869b; } .btn-info.disabled, .btn-info:disabled, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle, .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { color: #fff; background-color: #51acc7; background-image: linear-gradient(to bottom, #51acc7 0%, #3f869b 100%); border-color: #3f869b; } .btn-warning { color: #fff; background-color: #f0ad4e; background-image: linear-gradient(to bottom, #f0ad4e 0%, #c08a3e 100%); background-repeat: repeat-x; border-color: #a87936; } .btn-warning:hover, .btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #f1b55f; background-image: linear-gradient(to bottom, #f1b55f 0%, #d89b46 100%); border-color: #a87936; } .btn-warning.disabled, .btn-warning:disabled, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { color: #fff; background-color: #d89b46; background-image: linear-gradient(to bottom, #d89b46 0%, #a87936 100%); border-color: #a87936; } .btn-danger { color: #fff; background-color: #d9534f; background-image: linear-gradient(to bottom, #d9534f 0%, #ad423f 100%); background-repeat: repeat-x; border-color: #973a37; } .btn-danger:hover, .btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #dc3545; background-image: linear-gradient(to bottom, #dc6460 0%, #c34a47 100%); border-color: #973a37; } .btn-danger.disabled, .btn-danger:disabled, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { color: #fff; background-color: #dc3545; background-image: linear-gradient(to bottom, #c34a47 0%, #973a37 100%); border-color: #973a37; } .thumbnail, .img-thumbnail { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); box-shadow: 0 1px 2px rgba(0, 0, 0, .075); } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #e8e8e8; background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-repeat: repeat-x; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color: #2e6da4; background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); background-repeat: repeat-x; } .navbar-default { background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%); 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); } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a { background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%); 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); } .navbar-brand, .navbar-nav > li > a { text-shadow: 0 1px 0 rgba(255, 255, 255, .25); } .navbar-inverse { background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%); background-repeat: repeat-x; border-radius: 4px; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .active > a { background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%); 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); } .navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a { text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); } .navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } @media (max-width: 767px) { .navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); background-repeat: repeat-x; } } .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); } .alert-success { background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); background-repeat: repeat-x; border-color: #b2dba1; } .alert-info { background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); background-repeat: repeat-x; border-color: #9acfea; } .alert-warning { background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); background-repeat: repeat-x; border-color: #f5e79e; } .alert-danger { background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); background-repeat: repeat-x; border-color: #dca7a7; } .progress { background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); background-repeat: repeat-x; } .progress-bar { background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%); background-repeat: repeat-x; } .progress-bar-success { background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); background-repeat: repeat-x; } .progress-bar-info { background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); background-repeat: repeat-x; } .progress-bar-warning { background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); background-repeat: repeat-x; } .progress-bar-danger { background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); background-repeat: repeat-x; } .progress-bar-striped { 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); } .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); } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { text-shadow: 0 -1px 0 #286090; background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%); background-repeat: repeat-x; border-color: #2b669a; } .list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge { text-shadow: none; } .card { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, .05); } .card-default > .card-heading { background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-repeat: repeat-x; } .card-primary > .card-heading { background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%); background-repeat: repeat-x; } .card-success > .card-heading { background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); background-repeat: repeat-x; } .card-info > .card-heading { background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); background-repeat: repeat-x; } .card-warning > .card-heading { background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); background-repeat: repeat-x; } .card-danger > .card-heading { background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); background-repeat: repeat-x; } .well { background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); 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); } .badge-primary { color: #fff; background-color: #337ab7; } .badge-primary[href]:hover, .badge-primary[href]:focus { color: #fff; text-decoration: none; background-color: #286090; } .badge-secondary { color: #fff; background-color: #777; } .badge-secondary[href]:hover, .badge-secondary[href]:focus { color: #fff; text-decoration: none; background-color: #5e5e5e; } .badge-success { color: #fff; background-color: #5cb85c; } .badge-success[href]:hover, .badge-success[href]:focus { color: #fff; text-decoration: none; background-color: #449d44; } .badge-info { color: #fff; background-color: #5bc0de; } .badge-info[href]:hover, .badge-info[href]:focus { color: #fff; text-decoration: none; background-color: #31b0d5; } .badge-warning { color: #fff; background-color: #f0ad4e; } .badge-warning[href]:hover, .badge-warning[href]:focus { color: #fff; text-decoration: none; background-color: #ec971f; } .badge-danger { color: #fff; background-color: #d9534f; } .badge-danger[href]:hover, .badge-danger[href]:focus { color: #fff; text-decoration: none; background-color: #c9302c; } .text-muted { color: #777; } .text-primary { color: #2d6da4; } a.text-primary:hover, a.text-primary:focus { color: #2d6da4; } .text-success { color: #499349; } a.text-success:hover, a.text-success:focus { color: #499349; } .text-info { color: #4899b1; } a.text-info:hover, a.text-info:focus { color: #4899b1; } .text-warning { color: #c08a3e; } a.text-warning:hover, a.text-warning:focus { color: #c08a3e; } .text-danger { color: #ad423f; } a.text-danger:hover, a.text-danger:focus { color: #ad423f; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #337ab7; }