.badge,
.label,
sub,
sup {
    vertical-align: baseline;
}
.btn-group:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.nav-pills:after,
.nav-tabs:after,
.navbar-form:after,
.pager:after,
.row:after,
.tabbable:after,
.thumbnails:after {
    clear: both;
}
a,
a:active,
a:focus,
a:hover {
    outline: 0;
}
.hide-text,
pre code {
    background-color: transparent;
}
img,
table {
    max-width: 100%;
}
abbr.initialism,
h6 {
    text-transform: uppercase;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
}

.uneditable-input, input, select, textarea {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 18px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

button, input, label, select, textarea {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
button, input, select, textarea {
    margin: 0;
    /*font-size: 100%;*/
    vertical-align: middle;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: "";
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
}
.lead,
h3 {
    line-height: 27px;
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: "";
}
a {
    color: #142f4c;
    text-decoration: none;
}
a:hover {
    color: #0b498d;
    text-decoration: none;
}
.container,
.navbar-fixed-bottom .container,
.navbar-fixed-top .container {
    width: 1080px;
    position: relative;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}
address,
blockquote small,
label,
legend,
pre {
    display: block;
}
.lead {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 200;
}
.muted,
h6,
legend small {
    color: #999;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: 400;
    color: #999;
}
dt,
strong {
    font-weight: 700;
}
h1 {
    font-size: 30px;
    line-height: 36px;
}
h1 small,
h2 small {
    font-size: 18px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 15px;
}
h3 {
    font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
}
h3 small,
h4 {
    font-size: 14px;
}
h4,
h5,
h6 {
    line-height: 18px;
}
h4 small,
h5 {
    font-size: 12px;
}
h6 {
    font-size: 11px;
}
.page-header {
    padding-bottom: 17px;
    margin: 18px 0;
    border-bottom: 1px solid #eee;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
address,
dl {
    margin-bottom: 18px;
}
.page-header h1 {
    line-height: 1;
}
address,
dd,
dt,
li,
pre {
    line-height: 18px;
}
ol,
ul {
    padding: 0;
    margin: 0 0 9px 25px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
.breadcrumb,
.dropdown-menu,
.nav,
.pager,
.thumbnails {
    list-style: none;
}
ol.unstyled,
ul.unstyled {
    margin-left: 0;
    list-style: none;
}
dt {
    line-height: 17px;
}
dd {
    margin-left: 9px;
}
.dl-horizontal dt {
    float: left;
    width: 120px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 130px;
}
hr {
    margin: 18px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}
em {
    font-style: italic;
}
address,
cite {
    font-style: normal;
}
code,
label,
legend,
pre {
    color: #333;
}
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #ddd;
}
abbr.initialism {
    font-size: 90%;
}

q:after,
q:before {
    content: "";
}
small {
    font-size: 100%;
}
code,
pre {
    padding: 0 3px 2px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}franklin-gothic-urw
button,
input,
select,
textarea {
    font-family: "franklin-gothic-urw", Helvetica, Arial, sans-serif;
}
pre {
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12.03px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
fieldset,
legend,
pre code {
    padding: 0;
    border: 0;
}
pre.prettyprint {
    margin-bottom: 18px;
}
pre code {
    color: inherit;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
form {
    margin: 0;
    position: relative;
}
fieldset {
    margin: 0;
}
legend {
    width: 100%;
    margin-bottom: 27px;
    font-size: 19.5px;
    line-height: 36px;
    border-bottom: 1px solid #eee;
}
legend small {
    font-size: 13.5px;
}
button,
input,
label,
select,
textarea {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}
label {
    margin-bottom: 5px;
}
.uneditable-input,
input,
select,
textarea {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 18px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.uneditable-textarea,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    width: auto;
    height: auto;
}
label input,
label select,
label textarea {
    display: block;
}
input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 0;
    line-height: normal;
    cursor: pointer;
    background-color: transparent;
    border: 0\9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
input[type="file"],
select {
    height: 28px;
    line-height: 28px;
}
input[type="file"] {
    width: auto;
    padding: initial;
    background-color: initial;
    border: initial;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: 18px\9;
}
.btn,
.close,
.dropdown-menu a,
.table td,
.table th {
    line-height: 18px;
}
select {
    width: 220px;
    background-color: #fff;
}
select[multiple],
select[size],
textarea {
    height: auto;
}
input[type="image"] {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[type="hidden"] {
    display: none;
}
.checkbox,
.radio {
    min-height: 18px;
    padding-left: 18px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    float: left;
    margin-left: -18px;
}
.controls > .checkbox:first-child,
.controls > .radio:first-child {
    padding-top: 5px;
}
.checkbox.inline,
.radio.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle;
}
.checkbox.inline + .checkbox.inline,
.radio.inline + .radio.inline {
    margin-left: 10px;
}
input:focus,
textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="file"]:focus,
select:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.uneditable-input,
input,
textarea {
    margin-left: 0;
}
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    border-color: #ddd;
}
input[type="checkbox"][disabled],
input[type="checkbox"][readonly],
input[type="radio"][disabled],
input[type="radio"][readonly] {
    background-color: transparent;
}

input:focus:required:invalid,
select:focus:required:invalid,
textarea:focus:required:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
select:focus:required:invalid:focus,
textarea:focus:required:invalid:focus {
    border-color: #e9322d;
}
.uneditable-input {
    overflow: hidden;
    white-space: nowrap;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #eee;
}
:-moz-placeholder {
    color: #999;
}
::-webkit-input-placeholder {
    color: #999;
}
.help-block,
.help-inline {
    color: #555;
}
.help-block {
    display: block;
    margin-bottom: 9px;
}
.help-inline {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}
.input-append,
.input-prepend {
    margin-bottom: 5px;
}
.input-append .uneditable-input,
.input-append input,
.input-append select,
.input-prepend .uneditable-input,
.input-prepend input,
.input-prepend select {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-append .uneditable-input:focus,
.input-append input:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus {
    z-index: 2;
}
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    border-left-color: #ccc;
}
.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 18px;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-prepend .add-on,
.input-prepend .btn {
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px;
}
.input-append .uneditable-input,
.input-append input,
.input-append select,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
    border-right-color: #ccc;
    border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .uneditable-input,
.input-prepend.input-append input,
.input-prepend.input-append select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.form-inline label, .form-search label {
    display: inline-block;
}

.form-inline .help-inline,
.form-inline .input-append,
.form-inline .input-prepend,
.form-inline .uneditable-input,
.form-inline input,
.form-inline select,
.form-inline textarea,
.form-inline .hide,
.form-inline label,
.form-inline .input-append,
.form-inline .input-prepend,
.form-inline .checkbox,
.form-inline .radio,
.form-inline .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table {
    width: 100%;
    margin-bottom: 18px;
}
.table td,
.table th {
    padding: 8px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.btn,
.pagination-centered {
    text-align: center;
}
.table th {
    font-weight: 700;
}
.table thead th {
    vertical-align: bottom;
}
.table caption + thead tr:first-child td,
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #ddd;
}

.dropdown,
.dropup {
    position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
    outline: 0;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.dropdown .caret {
    margin-top: 8px;
    margin-left: 2px;
}
.dropdown:hover .caret,
.open .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 4px 0;
    margin: 1px 0 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.dropdown-menu.pull-right,
.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 8px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
}
.dropdown-menu a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.dropdown-menu li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #08c;
}
.open .dropdown-menu {
    display: block;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000;
    content: "\2191";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
.alert .close,
.alert-danger,
.alert-error .close,
.alert-success .close {
    top: -2px;
    right: -21px;
    position: relative;
}
.typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fade {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.collapse.in {
    height: auto;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 13px;
    color: #333;
    vertical-align: middle;
    cursor: pointer;
    background: #c8c8c8;
    border-color: #c8c8c8;
}
.btn:focus {
    outline: #333 dotted thin;
}
.modal {
    outline: 0;
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}
.btn-small [class^="icon-"] {
    margin-top: -1px;
}
.btn-mini {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 14px;
}
.btn-danger,
.btn-danger:hover,
.btn-inverse,
.btn-inverse:hover,
.btn-warning,
.btn-warning:hover {
    color: #fff;
}
.btn-danger.active,
.btn-inverse.active,
.btn-warning.active {
    color: rgba(255, 255, 255, 1);
}
.btn-warning {
    border-color: #f99509;
    text-transform: uppercase;
    background: #ffa800;
}
.breadcrumb,
.btn-danger,
.btn-inverse,
.navbar .btn-navbar,
.navbar-inner {
    background-repeat: repeat-x;
}
.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:hover,
.btn-warning[disabled] {
    background-color: #f99509;
}
.btn-warning.active,
.btn-warning:active {
    background-color: #f99509;
}
.btn-danger {
    background-color: #da4f49;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:hover,
.btn-danger[disabled] {
    background-color: #bd362f;
}
.btn-danger.active,
.btn-danger:active {
    background-color: #942a25;
}
.btn-inverse {
    background-color: #414141;
    border-color: #222 #222 #000;
}
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:hover,
.btn-inverse[disabled] {
    background-color: #222;
}
.btn-inverse.active,
.btn-inverse:active {
    background-color: #080808;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.alert,
.alert-danger,
.alert-error,
.alert-success {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert {
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.alert-heading {
    color: inherit;
}
.alert .close {
    line-height: 18px;
}
.alert-success {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #468847;
}
.alert-success .close {
    line-height: 18px;
}
.alert-danger,
.alert-error {
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #b94a48;
}
.alert-block > p,
.alert-block > ul,
.nav,
.nav-list {
    margin-bottom: 0;
}
.alert-danger,
.alert-error .close {
    line-height: 18px;
}
.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block p + p {
    margin-top: 5px;
}

.modal-backdrop.fade,
.tooltip {
    opacity: 0;
}

.breadcrumb {
    padding: 7px 14px;
    margin: 0 0 18px;
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.breadcrumb li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
}
.badge,
.label,
.progress .bar {
    text-shadow: unset;
}
.breadcrumb .divider {
    padding: 0 5px;
    color: #999;
}
.breadcrumb .active a {
    color: #333;
}
.pagination {
    height: 24px;
    margin: -3px -2px 0 0;
    float: right;
}
.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
}
.pagination li {
    display: inline;
}
.modal-footer:after,
.modal-footer:before,
.pager:after,
.pager:before {
    display: table;
    content: "";
}
.pagination a {
    float: left;
    padding: 0 10px;
    line-height: 24px;
    text-decoration: none;
    background: #fff;
    font-size: 12px;
    margin: 0 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.pager .next a,
.pull-right {
    float: right;
}
.pagination .active a,
.pagination a:hover {
    background-color: #ccc;
}
.pagination .active a {
    color: #666;
    cursor: default;
}
.pagination .disabled a,
.pagination .disabled a:hover,
.pagination .disabled span {
    color: #999;
    cursor: default;
    background-color: transparent;
}
.pagination-right {
    text-align: right;
}
.pager {
    margin-bottom: 18px;
    margin-left: 0;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.pager a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.pager .previous a {
    float: left;
}
.pager .disabled a,
.pager .disabled a:hover {
    color: #999;
    cursor: default;
    background-color: #fff;
}
.modal-open .dropdown-menu {
    z-index: 2050;
}
.modal-open .popover {
    z-index: 2060;
}
.modal-open .tooltip {
    z-index: 2070;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal {
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.popover .arrow,
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}
.modal-footer,
.modal-form,
.popover-content ol,
.popover-content p,
.popover-content ul {
    margin-bottom: 0;
}
.modal.fade {
    -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: none;
}
.modal-header h3 {
    padding: 0;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-body {
    padding: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.carousel-inner,
.modal-open,
.popover-inner,
.progress {
    overflow: hidden;
}
.modal-footer {
    padding: 14px 15px 15px;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.carousel-control,
.progress .bar,
.tooltip-inner {
    text-align: center;
    color: #fff;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    padding: 5px;
    font-size: 13px;
    filter: alpha(opacity=0);
    visibility: visible;
}
.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}
.tooltip.top {
    margin-top: -2px;
}
.tooltip.right {
    margin-left: 2px;
}
.tooltip.bottom {
    margin-top: 2px;
}
.tooltip.left {
    margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
}
.popover.bottom .arrow,
.popover.top .arrow {
    border-left: 5px solid transparent;
    margin-left: -5px;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
    border-left: 5px solid transparent;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 5px solid #000;
    border-bottom: 5px solid transparent;
}
.tooltip-inner {
    max-width: 200px;
    padding: 4px 10px;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    padding: 5px;
}
.popover.top {
    margin-top: -5px;
}
.popover.right {
    margin-left: 5px;
}
.popover.bottom {
    margin-top: 5px;
}
.popover.left {
    margin-left: -5px;
}
.popover.top .arrow {
    bottom: 0;
    left: 50%;
    border-top: 5px solid #000;
    border-right: 5px solid transparent;
}
.popover.left .arrow,
.popover.right .arrow {
    margin-top: -5px;
    border-top: 5px solid transparent;
}
.popover.right .arrow {
    top: 50%;
    left: 0;
    border-right: 5px solid #000;
    border-bottom: 5px solid transparent;
}
.popover.bottom .arrow {
    top: 0;
    left: 50%;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000;
}
.popover.left .arrow {
    top: 50%;
    right: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000;
}
.popover-inner {
    width: 280px;
    padding: 3px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.progress,
.progress .bar,
.progress-danger .bar,
.progress-info .bar,
.progress-success .bar,
.progress-warning .bar {
    background-repeat: repeat-x;
}
.popover-title {
    padding: 9px 15px;
    line-height: 1;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.popover-content {
    padding: 14px;
    background-color: #fff;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.modal-open.page-overflow .modal-scrollable,
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .page-container .navbar-fixed-top {
    overflow-y: scroll;
}
@media (max-width: 979px) {
    .modal-open.page-overflow .page-container .navbar-fixed-bottom,
    .modal-open.page-overflow .page-container .navbar-fixed-top {
        overflow-y: visible;
    }
}
.modal-scrollable {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}
.modal {
    position: absolute;
    margin-top: 0;
    top: 50%;
    overflow: visible;
}
.modal.fade {
    top: -100%;
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}
.modal.fade.in {
    top: 20%;
}
.modal-body {
    max-height: none;
    overflow: visible;
}
.modal.modal-absolute {
    position: absolute;
    z-index: 950;
}
.modal .loading-mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
}
.modal-backdrop.modal-absolute {
    position: absolute;
    z-index: 940;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #fff;
}
.modal.container {
    width: 940px;
    margin-left: -470px;
}
.modal-overflow.modal {
    top: 1%;
}
.modal-overflow.modal.fade {
    top: -100%;
}
.modal-overflow.modal.fade.in {
    top: 1%;
}
.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media (min-width: 1200px) {
    .modal.container {
        width: 600px;
        margin-left: -300px;
    }
}
@media (max-width: 979px) {
    /*.modal,.modal.container,.modal.modal-overflow{top:1%;right:1%;left:1%;bottom:auto;width:auto!important;height:auto!important;margin:0!important;padding:0!important}*/
    .modal.container.fade.in,
    .modal.fade.in,
    .modal.modal-overflow.fade.in {
        top: 1%;
        bottom: auto;
    }
    .modal-body,
    .modal-overflow .modal-body {
        position: static;
        margin: 0;
        height: auto !important;
        max-height: none !important;
        overflow: visible !important;
    }
    .modal-footer,
    .modal-overflow .modal-footer {
        position: static;
    }
}
.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}
@-moz-keyframes shake {
    0%,
    100% {
        -moz-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -moz-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -moz-transform: translateX(10px);
    }
}
@-o-keyframes shake {
    0%,
    100% {
        -o-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -o-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -o-transform: translateX(10px);
    }
}
@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translateX(10px);
    }
}
.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake;
}
