/* Code tidied up by ScrapBook */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.125) inset;
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
    text-shadow: none;
}

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0px 1px 0px rgb(255, 255, 255);
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0px, rgb(224, 224, 224) 100%);
    background-repeat: repeat-x;
    border-color: rgb(204, 204, 204);
}

.btn-default:hover,
.btn-default:focus {
    background-color: rgb(224, 224, 224);
    background-position: 0px -15px;
}

.btn-default:active,
.btn-default.active {
    background-color: rgb(224, 224, 224);
    border-color: rgb(219, 219, 219);
}

.btn-default:disabled,
.btn-default[disabled] {
    background-color: rgb(224, 224, 224);
    background-image: none;
}

.btn-primary {
    background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0px, rgb(38, 90, 136) 100%);
    background-repeat: repeat-x;
    border-color: rgb(36, 85, 128);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: rgb(38, 90, 136);
    background-position: 0px -15px;
}

.btn-primary:active,
.btn-primary.active {
    background-color: rgb(38, 90, 136);
    border-color: rgb(36, 85, 128);
}

.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: rgb(38, 90, 136);
    background-image: none;
}

.btn-success {
    background-image: linear-gradient(to bottom, rgb(92, 184, 92) 0px, rgb(65, 150, 65) 100%);
    background-repeat: repeat-x;
    border-color: rgb(62, 143, 62);
}

.btn-success:hover,
.btn-success:focus {
    background-color: rgb(65, 150, 65);
    background-position: 0px -15px;
}

.btn-success:active,
.btn-success.active {
    background-color: rgb(65, 150, 65);
    border-color: rgb(62, 143, 62);
}

.btn-success:disabled,
.btn-success[disabled] {
    background-color: rgb(65, 150, 65);
    background-image: none;
}

.btn-info {
    background-image: linear-gradient(to bottom, rgb(91, 192, 222) 0px, rgb(42, 171, 210) 100%);
    background-repeat: repeat-x;
    border-color: rgb(40, 164, 201);
}

.btn-info:hover,
.btn-info:focus {
    background-color: rgb(42, 171, 210);
    background-position: 0px -15px;
}

.btn-info:active,
.btn-info.active {
    background-color: rgb(42, 171, 210);
    border-color: rgb(40, 164, 201);
}

.btn-info:disabled,
.btn-info[disabled] {
    background-color: rgb(42, 171, 210);
    background-image: none;
}

.btn-warning {
    background-image: linear-gradient(to bottom, rgb(240, 173, 78) 0px, rgb(235, 147, 22) 100%);
    background-repeat: repeat-x;
    border-color: rgb(227, 141, 19);
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: rgb(235, 147, 22);
    background-position: 0px -15px;
}

.btn-warning:active,
.btn-warning.active {
    background-color: rgb(235, 147, 22);
    border-color: rgb(227, 141, 19);
}

.btn-warning:disabled,
.btn-warning[disabled] {
    background-color: rgb(235, 147, 22);
    background-image: none;
}

.btn-danger {
    background-image: linear-gradient(to bottom, rgb(217, 83, 79) 0px, rgb(193, 46, 42) 100%);
    background-repeat: repeat-x;
    border-color: rgb(185, 44, 40);
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: rgb(193, 46, 42);
    background-position: 0px -15px;
}

.btn-danger:active,
.btn-danger.active {
    background-color: rgb(193, 46, 42);
    border-color: rgb(185, 44, 40);
}

.btn-danger:disabled,
.btn-danger[disabled] {
    background-color: rgb(193, 46, 42);
    background-image: none;
}

.thumbnail,
.img-thumbnail {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: rgb(232, 232, 232);
    background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0px, rgb(232, 232, 232) 100%);
    background-repeat: repeat-x;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: rgb(46, 109, 164);
    background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0px, rgb(46, 109, 164) 100%);
    background-repeat: repeat-x;
}

.navbar-default {
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0px, rgb(248, 248, 248) 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15) inset, 0px 1px 5px rgba(0, 0, 0, 0.075);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
    background-image: linear-gradient(to bottom, rgb(219, 219, 219) 0px, rgb(226, 226, 226) 100%);
    background-repeat: repeat-x;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.075) inset;
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
    background-image: linear-gradient(to bottom, rgb(60, 60, 60) 0px, rgb(34, 34, 34) 100%);
    background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.active>a {
    background-image: linear-gradient(to bottom, rgb(8, 8, 8) 0px, rgb(15, 15, 15) 100%);
    background-repeat: repeat-x;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.25) inset;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0px;
}

@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: rgb(255, 255, 255);
        background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0px, rgb(46, 109, 164) 100%);
        background-repeat: repeat-x;
    }
}

.alert {
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
    background-image: linear-gradient(to bottom, rgb(223, 240, 216) 0px, rgb(200, 229, 188) 100%);
    background-repeat: repeat-x;
    border-color: rgb(178, 219, 161);
}

.alert-info {
    background-image: linear-gradient(to bottom, rgb(217, 237, 247) 0px, rgb(185, 222, 240) 100%);
    background-repeat: repeat-x;
    border-color: rgb(154, 207, 234);
}

.alert-warning {
    background-image: linear-gradient(to bottom, rgb(252, 248, 227) 0px, rgb(248, 239, 192) 100%);
    background-repeat: repeat-x;
    border-color: rgb(245, 231, 158);
}

.alert-danger {
    background-image: linear-gradient(to bottom, rgb(242, 222, 222) 0px, rgb(231, 195, 195) 100%);
    background-repeat: repeat-x;
    border-color: rgb(220, 167, 167);
}

.progress {
    background-image: linear-gradient(to bottom, rgb(235, 235, 235) 0px, rgb(245, 245, 245) 100%);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0px, rgb(40, 96, 144) 100%);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: linear-gradient(to bottom, rgb(92, 184, 92) 0px, rgb(68, 157, 68) 100%);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: linear-gradient(to bottom, rgb(91, 192, 222) 0px, rgb(49, 176, 213) 100%);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: linear-gradient(to bottom, rgb(240, 173, 78) 0px, rgb(236, 151, 31) 100%);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: linear-gradient(to bottom, rgb(217, 83, 79) 0px, rgb(201, 48, 44) 100%);
    background-repeat: repeat-x;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
    border-radius: 4px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0px -1px 0px rgb(40, 96, 144);
    background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0px, rgb(43, 102, 154) 100%);
    background-repeat: repeat-x;
    border-color: rgb(43, 102, 154);
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
    text-shadow: none;
}

.panel {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.panel-default>.panel-heading {
    background-image: linear-gradient(to bottom, rgb(245, 245, 245) 0px, rgb(232, 232, 232) 100%);
    background-repeat: repeat-x;
}

.panel-primary>.panel-heading {
    background-image: linear-gradient(to bottom, rgb(51, 122, 183) 0px, rgb(46, 109, 164) 100%);
    background-repeat: repeat-x;
}

.panel-success>.panel-heading {
    background-image: linear-gradient(to bottom, rgb(223, 240, 216) 0px, rgb(208, 233, 198) 100%);
    background-repeat: repeat-x;
}

.panel-info>.panel-heading {
    background-image: linear-gradient(to bottom, rgb(217, 237, 247) 0px, rgb(196, 227, 243) 100%);
    background-repeat: repeat-x;
}

.panel-warning>.panel-heading {
    background-image: linear-gradient(to bottom, rgb(252, 248, 227) 0px, rgb(250, 242, 204) 100%);
    background-repeat: repeat-x;
}

.panel-danger>.panel-heading {
    background-image: linear-gradient(to bottom, rgb(242, 222, 222) 0px, rgb(235, 204, 204) 100%);
    background-repeat: repeat-x;
}

.well {
    background-image: linear-gradient(to bottom, rgb(232, 232, 232) 0px, rgb(245, 245, 245) 100%);
    background-repeat: repeat-x;
    border-color: rgb(220, 220, 220);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05) inset, 0px 1px 0px rgba(255, 255, 255, 0.1);
}