
/* 技术支持 */
html {
    font-family: sans-serif;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

img {
    max-width: 100%;
    /*max-height: 100%;*/
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a {
    color: #323232;
    outline: none;
    text-decoration: none;
    /*-moz-transition: background-color 0.2s ease-out,color 0.1s ease-out;*/
    /*-webkit-transition: background-color 0.2s ease-out,color 0.1s ease-out;*/
    /*-ms-transition: background-color 0.2s ease-out,color 0.1s ease-out;*/
    /*transition: background-color 0.2s ease-out,color 0.1s ease-out;*/
}

a img {
    border: 0;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

a:hover {
    /*color: #f98818;*/

    /*filter: alpha(opacity=50);*/
    /*text-decoration: none;*/
    /*-webkit-transition: all .3s;*/
    /*-moz-transition: all .3s;*/
    /*-o-transition: all .3s;*/
    /*transition: all .3s;*/
}

a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

input[type="subimt"],
button,
.btn {
    display: inline-block;
+ display: inline;
    _isplay: inline;
    zoom: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    empty-cells: show;
}

ul {
    list-style: none;
}

li {
    list-style-type: none;
}

hr {
    display: block;
    border: none;
    border-top: 1px dashed #ddd;
    height: 0;
}

body {
    line-height: 25px;
    font-size: 14px;
    color: #646464;
    position: relative;
    word-break: break-all;
    font-family: "Microsoft Yahei", Arial, "Helvetica Neue", Helvetica, "\5FAE\8F6F\96C5\9ED1";
}

.container {
    width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%;
}

/* 清除浮动 */
.clear {
    clear: both;
}

.clearfix:after, .container:after, .form-group:after {
    content: "";
    display: table;
    clear: both;
}

.clearfix, .container, .form-group {
    display: inline-block;
}

* html .clearfix, * html .container, * html .form-group {
    height: 1%;
}

.clearfix, .container, .form-group {
    display: block;
}

/* 表单控件 */
.form-group {
    margin-bottom: 15px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

label {
    display: inline-block;
+ display: inline;
    _isplay: inline;
    zoom: 1;
    max-width: 100%;
    font-weight: 700;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.form-control {
    display: block;
    height: 16px;
    padding: 8px 9px;
    line-height: 16px;
    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);
}

textarea.form-control {
    height: auto;
    overflow: auto;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
+ display: inline;
    _isplay: inline;
    zoom: 1;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

/* 按钮 */
.btn {
    padding: 6px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default-warning {
    color: #f98818;
    background-color: #fff;
    border-color: #f98818;
}

.btn-default-warning:hover {
    color: #fff;
    background-color: #f98818;
    border-color: #f98818;
}

.btn-default-blank {
    color: #fff;
    background: none;
    border-color: #fff;
}

.btn-default-blank:hover {
    color: #f98818;
    background: none;
    border-color: #f98818;
}

.btn-gary {
    color: #fff;
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn-gary:hover {
    color: #fff;
    background-color: #c0bfbf;
    border-color: #c0bfbf;
}

.btn-primary {
    color: #fff;
    background-color: #2e679c;
    border-color: #2e679c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #265c8e;
    border-color: #265c8e;
}

.btn-warning {
    color: #fff;
    background-color: #f98818;
    border-color: #f98818;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec8014;
    border-color: #ec8014;
}

.btn-lg {
    padding: 10px 14px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

a.btn.disabled {
    pointer-events: none;
}

.btn.disabled {
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    filter: alpha(opacity=65);
}

/*文本格式化*/
.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-underline {
    text-decoration: underline
}

blockquote {
    padding: 10px 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    font-weight: bold;
    color: #342c2a;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dl-horizontal dd {
    margin-left: 180px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #333333;
}

.small, small {
    font-size: 85%;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-weight: 400;
    line-height: 1;
    font-size: 65%;
}

mark {
    padding: .2em;
    background-color: #fcf8e3;
}


.text-darker,
a.text-darker {
    color: #323232
}

.text-gary,
a.text-gary {
    color: #666;
}

.text-gary-light,
a.text-light {
    color: #999;
}

.text-primary,
a.text-primary {
    color: #2e679c;
}

a.text-primary:hover {
    color: #255c8f;
}

.text-warning,
a.text-warning {
    color: #ff9900;
}

a.text-warning:hover {
    color: #fca651;
}

.text-blank,
a.text-blank {
    color: #fff;
}

a.text-blank:hover {
    text-decoration: underline;
}

.font-12,
h6 {
    font-size: 12px;
}

.font-14,
h5 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18,
h4 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24,
h3 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30,
h2 {
    font-size: 30px;
}

.font-36,
h1 {
    font-size: 36px;
}

/* 背景 */
.bg-blank {
    background-color: #fff;
}

.bg-darker {
    background-color: #bbb;
}

.bg-gary {
    background-color: #eaeaea;
}

.bg-gary-lighter,
.wraper {
    background-color: #ffffff;
}

.bg-gary-light {
    background-color: #ededed;
}

.bg-primary {
    background-color: #2e679c;
}

.bg-warning {
    background-color: #d7a54a
}

/* 其他 */
.wraper {
    /*max-width: 1600px;*/
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .25);*/
    /*-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .25);*/
    /*box-shadow: 0 0 20px rgba(0, 0, 0, .25);*/
}

.inline-block {
    display: inline-block;
+ display: inline;
    _isplay: inline;
    zoom: 1;
}

.none {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}

.auto,
.container {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.watermark {
    color: #999;
}

.relative {
    position: relative;
}

/* 栅格布局 */
.w-0, .w-0-5, .w-1, .w-1-5, .w-2, .w-2-5, .w-3, .w-3-5, .w-4, .w-4-5, .w-5, .w-5-5, .w-6, .w-6-5, .w-7, .w-7-5, .w-8, .w-8-5, .w-9, .w-9-5, .w-10, .w-10-5, .w-11, .w-11-5, .w-12, .w-12-5, .w-13, .w-13-5, .w-14, .w-14-5, .w-15, .w-15-5, .w-16, .w-16-5, .w-17, .w-17-5, .w-18, .w-18-5, .w-19, .w-19-5, .w-20, .w-20-5, .w-21, .w-21-5, .w-22, .w-22-5, .w-23, .w-23-5, .w-24, .w-24-5, .w-25, .w-25-5, .w-26, .w-26-5, .w-27, .w-27-5, .w-28, .w-28-5, .w-29, .w-29-5, .w-30, .w-30-5, .w-31, .w-31-5, .w-32, .w-32-5, .w-33, .w-33-5, .w-34, .w-34-5, .w-35, .w-35-5, .w-36, .w-36-5, .w-37, .w-37-5, .w-38, .w-38-5, .w-39, .w-39-5, .w-40, .w-40-5, .w-41, .w-41-5, .w-42, .w-42-5, .w-43, .w-43-5, .w-44, .w-44-5, .w-45, .w-45-5, .w-46, .w-46-5, .w-47, .w-47-5, .w-48, .w-48-5, .w-49, .w-49-5, .w-50, .w-50-5, .w-51, .w-51-5, .w-52, .w-52-5, .w-53, .w-53-5, .w-54, .w-54-5, .w-55, .w-55-5, .w-56, .w-56-5, .w-57, .w-57-5, .w-58, .w-58-5, .w-59, .w-59-5, .w-60, .w-60-5, .w-61, .w-61-5, .w-62, .w-62-5, .w-63, .w-63-5, .w-64, .w-64-5, .w-65, .w-65-5, .w-66, .w-66-5, .w-67, .w-67-5, .w-68, .w-68-5, .w-69, .w-69-5, .w-70, .w-70-5, .w-71, .w-71-5, .w-72, .w-72-5, .w-73, .w-73-5, .w-74, .w-74-5, .w-75, .w-75-5, .w-76, .w-76-5, .w-77, .w-77-5, .w-78, .w-78-5, .w-79, .w-79-5, .w-80, .w-80-5, .w-81, .w-81-5, .w-82, .w-82-5, .w-83, .w-83-5, .w-84, .w-84-5, .w-85, .w-85-5, .w-86, .w-86-5, .w-87, .w-87-5, .w-88, .w-88-5, .w-89, .w-89-5, .w-90, .w-90-5, .w-91, .w-91-5, .w-92, .w-92-5, .w-93, .w-93-5, .w-94, .w-94-5, .w-95, .w-95-5, .w-96, .w-96-5, .w-97, .w-97-5, .w-98, .w-98-5, .w-99, .w-99-5, .w-100, .w-101, .w-102, .w-103, .w-104, .w-105, .w-106, .w-107, .w-108, .w-109, .w-110 {
    float: left;
}

.w-0 {
    width: 0;
}

.w-0-5 {
    width: 5px;
}

.w-1 {
    width: 10px;
}

.w-1-5 {
    width: 15px;
}

.w-2 {
    width: 20px;
}

.w-2-5 {
    width: 25px;
}

.w-3 {
    width: 30px;
}

.w-3-5 {
    width: 35px;
}

.w-4 {
    width: 40px;
}

.w-4-5 {
    width: 45px;
}

.w-5 {
    width: 50px;
}

.w-5-5 {
    width: 55px;
}

.w-6 {
    width: 60px;
}

.w-6-5 {
    width: 65px;
}

.w-7 {
    width: 70px;
}

.w-7-5 {
    width: 75px;
}

.w-8 {
    width: 80px;
}

.w-8-5 {
    width: 85px;
}

.w-9 {
    width: 90px;
}

.w-9-5 {
    width: 95px;
}

.w-10 {
    width: 100px;
}

.w-10-5 {
    width: 105px;
}

.w-11 {
    width: 110px;
}

.w-11-5 {
    width: 115px;
}

.w-12 {
    width: 120px;
}

.w-12-5 {
    width: 125px;
}

.w-13 {
    width: 130px;
}

.w-13-5 {
    width: 135px;
}

.w-14 {
    width: 140px;
}

.w-14-5 {
    width: 145px;
}

.w-15 {
    width: 150px;
}

.w-15-5 {
    width: 155px;
}

.w-16 {
    width: 160px;
}

.w-16-5 {
    width: 165px;
}

.w-17 {
    width: 170px;
}

.w-17-5 {
    width: 175px;
}

.w-18 {
    width: 180px;
}

.w-18-5 {
    width: 185px;
}

.w-19 {
    width: 190px;
}

.w-19-5 {
    width: 195px;
}

.w-20 {
    width: 200px;
}

.w-20-5 {
    width: 205px;
}

.w-21 {
    width: 210px;
}

.w-21-5 {
    width: 215px;
}

.w-22 {
    width: 220px;
}

.w-22-5 {
    width: 225px;
}

.w-23 {
    width: 230px;
}

.w-23-5 {
    width: 235px;
}

.w-24 {
    width: 240px;
}

.w-24-5 {
    width: 245px;
}

.w-25 {
    width: 250px;
}

.w-25-5 {
    width: 255px;
}

.w-26 {
    width: 260px;
}

.w-26-5 {
    width: 265px;
}

.w-27 {
    width: 270px;
}

.w-27-5 {
    width: 275px;
}

.w-28 {
    width: 280px;
}

.w-28-5 {
    width: 285px;
}

.w-29 {
    width: 290px;
}

.w-29-5 {
    width: 295px;
}

.w-30 {
    width: 300px;
}

.w-30-5 {
    width: 305px;
}

.w-31 {
    width: 310px;
}

.w-31-5 {
    width: 315px;
}

.w-32 {
    width: 320px;
}

.w-32-5 {
    width: 325px;
}

.w-33 {
    width: 330px;
}

.w-33-5 {
    width: 335px;
}

.w-34 {
    width: 340px;
}

.w-34-5 {
    width: 345px;
}

.w-35 {
    width: 350px;
}

.w-35-5 {
    width: 355px;
}

.w-36 {
    width: 360px;
}

.w-36-5 {
    width: 365px;
}

.w-37 {
    width: 370px;
}

.w-37-5 {
    width: 375px;
}

.w-38 {
    width: 380px;
}

.w-38-5 {
    width: 385px;
}

.w-39 {
    width: 390px;
}

.w-39-5 {
    width: 395px;
}

.w-40 {
    width: 400px;
}

.w-40-5 {
    width: 405px;
}

.w-41 {
    width: 410px;
}

.w-41-5 {
    width: 415px;
}

.w-42 {
    width: 420px;
}

.w-42-5 {
    width: 425px;
}

.w-43 {
    width: 430px;
}

.w-43-5 {
    width: 435px;
}

.w-44 {
    width: 440px;
}

.w-44-5 {
    width: 445px;
}

.w-45 {
    width: 450px;
}

.w-45-5 {
    width: 455px;
}

.w-46 {
    width: 460px;
}

.w-46-5 {
    width: 465px;
}

.w-47 {
    width: 470px;
}

.w-47-5 {
    width: 475px;
}

.w-48 {
    width: 480px;
}

.w-48-5 {
    width: 485px;
}

.w-49 {
    width: 490px;
}

.w-49-5 {
    width: 495px;
}

.w-50 {
    width: 500px;
}

.w-50-5 {
    width: 505px;
}

.w-51 {
    width: 510px;
}

.w-51-5 {
    width: 515px;
}

.w-52 {
    width: 520px;
}

.w-52-5 {
    width: 525px;
}

.w-53 {
    width: 530px;
}

.w-53-5 {
    width: 535px;
}

.w-54 {
    width: 540px;
}

.w-54-5 {
    width: 545px;
}

.w-55 {
    width: 550px;
}

.w-55-5 {
    width: 555px;
}

.w-56 {
    width: 560px;
}

.w-56-5 {
    width: 565px;
}

.w-57 {
    width: 570px;
}

.w-57-5 {
    width: 575px;
}

.w-58 {
    width: 580px;
}

.w-58-5 {
    width: 585px;
}

.w-59 {
    width: 590px;
}

.w-59-5 {
    width: 595px;
}

.w-60 {
    width: 600px;
}

.w-60-5 {
    width: 605px;
}

.w-61 {
    width: 610px;
}

.w-61-5 {
    width: 615px;
}

.w-62 {
    width: 620px;
}

.w-62-5 {
    width: 625px;
}

.w-63 {
    width: 630px;
}

.w-63-5 {
    width: 635px;
}

.w-64 {
    width: 640px;
}

.w-64-5 {
    width: 645px;
}

.w-65 {
    width: 650px;
}

.w-65-5 {
    width: 655px;
}

.w-66 {
    width: 660px;
}

.w-66-5 {
    width: 665px;
}

.w-67 {
    width: 670px;
}

.w-67-5 {
    width: 675px;
}

.w-68 {
    width: 680px;
}

.w-68-5 {
    width: 685px;
}

.w-69 {
    width: 690px;
}

.w-69-5 {
    width: 695px;
}

.w-70 {
    width: 700px;
}

.w-70-5 {
    width: 705px;
}

.w-71 {
    width: 710px;
}

.w-71-5 {
    width: 715px;
}

.w-72 {
    width: 720px;
}

.w-72-5 {
    width: 725px;
}

.w-73 {
    width: 730px;
}

.w-73-5 {
    width: 735px;
}

.w-74 {
    width: 740px;
}

.w-74-5 {
    width: 745px;
}

.w-75 {
    width: 750px;
}

.w-75-5 {
    width: 755px;
}

.w-76 {
    width: 760px;
}

.w-76-5 {
    width: 765px;
}

.w-77 {
    width: 770px;
}

.w-77-5 {
    width: 775px;
}

.w-78 {
    width: 780px;
}

.w-78-5 {
    width: 785px;
}

.w-79 {
    width: 790px;
}

.w-79-5 {
    width: 795px;
}

.w-80 {
    width: 800px;
}

.w-80-5 {
    width: 805px;
}

.w-81 {
    width: 810px;
}

.w-81-5 {
    width: 815px;
}

.w-82 {
    width: 820px;
}

.w-82-5 {
    width: 825px;
}

.w-83 {
    width: 830px;
}

.w-83-5 {
    width: 835px;
}

.w-84 {
    width: 840px;
}

.w-84-5 {
    width: 845px;
}

.w-85 {
    width: 850px;
}

.w-85-5 {
    width: 855px;
}

.w-86 {
    width: 860px;
}

.w-86-5 {
    width: 865px;
}

.w-87 {
    width: 870px;
}

.w-87-5 {
    width: 875px;
}

.w-88 {
    width: 880px;
}

.w-88-5 {
    width: 885px;
}

.w-89 {
    width: 890px;
}

.w-89-5 {
    width: 895px;
}

.w-90 {
    width: 900px;
}

.w-90-5 {
    width: 905px;
}

.w-91 {
    width: 910px;
}

.w-91-5 {
    width: 915px;
}

.w-92 {
    width: 920px;
}

.w-92-5 {
    width: 925px;
}

.w-93 {
    width: 930px;
}

.w-93-5 {
    width: 935px;
}

.w-94 {
    width: 940px;
}

.w-94-5 {
    width: 945px;
}

.w-95 {
    width: 950px;
}

.w-95-5 {
    width: 955px;
}

.w-96 {
    width: 960px;
}

.w-96-5 {
    width: 965px;
}

.w-97 {
    width: 970px;
}

.w-97-5 {
    width: 975px;
}

.w-98 {
    width: 980px;
}

.w-98-5 {
    width: 985px;
}

.w-99 {
    width: 990px;
}

.w-99-5 {
    width: 995px;
}

.w-100 {
    width: 1000px;
}

.w-100-5 {
    width: 1005px;
}

.w-101 {
    width: 1010px;
}

.w-101-5 {
    width: 1015px;
}

.w-102 {
    width: 1020px;
}

.w-102-5 {
    width: 1025px;
}

.w-103 {
    width: 1030px;
}

.w-103-5 {
    width: 1035px;
}

.w-104 {
    width: 1040px;
}

.w-104-5 {
    width: 1045px;
}

.w-105 {
    width: 1050px;
}

.w-105-5 {
    width: 1055px;
}

.w-106 {
    width: 1060px;
}

.w-106-5 {
    width: 1065px;
}

.w-107 {
    width: 1070px;
}

.w-107-5 {
    width: 1075px;
}

.w-108 {
    width: 1080px;
}

.w-108-5 {
    width: 1085px;
}

.w-109 {
    width: 1090px;
}

.w-109-5 {
    width: 1095px;
}

.w-110 {
    width: 1100px;
}

.p-0 {
    padding: 0;
}

.p-0-5 {
    padding: 5px;
}

.p-1 {
    padding: 10px;
}

.p-1-5 {
    padding: 15px;
}

.p-2 {
    padding: 20px;
}

.p-2-5 {
    padding: 25px;
}

.p-3 {
    padding: 30px;
}

.p-3-5 {
    padding: 35px;
}

.p-4 {
    padding: 40px;
}

.p-4-5 {
    padding: 45px;
}

.p-5 {
    padding: 50px;
}

.p-5-5 {
    padding: 55px;
}

.p-6 {
    padding: 60px;
}

.p-6-5 {
    padding: 65px;
}

.p-7 {
    padding: 70px;
}

.p-7-5 {
    padding: 75px;
}

.p-8 {
    padding: 80px;
}

.p-8-5 {
    padding: 85px;
}

.p-9 {
    padding: 9px;
}

.p-9-5 {
    padding: 95px;
}

.p-10 {
    padding: 100px;
}

.p-10-5 {
    padding: 105px;
}

.p-11 {
    padding: 110px;
}

.p-11-5 {
    padding: 115px;
}

.p-12 {
    padding: 120px;
}

.p-12-5 {
    padding: 125px;
}

.p-13 {
    padding: 130px;
}

.p-13-5 {
    padding: 135px;
}

.p-14 {
    padding: 140px;
}

.p-14-5 {
    padding: 145px;
}

.p-15 {
    padding: 150px;
}

.p-15-5 {
    padding: 155px;
}

.p-16 {
    padding: 160px;
}

.p-16-5 {
    padding: 165px;
}

.p-17 {
    padding: 170px;
}

.p-17-5 {
    padding: 175px;
}

.p-18 {
    padding: 180px;
}

.p-18-5 {
    padding: 185px;
}

.p-19 {
    padding: 190px;
}

.p-19-5 {
    padding: 195px;
}

.p-20 {
    padding: 200px;
}

.pl-0 {
    padding-left: 0;
}

.pl-0-5 {
    padding-left: 5px;
}

.pl-1 {
    padding-left: 10px;
}

.pl-1-5 {
    padding-left: 15px;
}

.pl-2 {
    padding-left: 20px;
}

.pl-2-5 {
    padding-left: 25px;
}

.pl-3 {
    padding-left: 30px;
}

.pl-3-5 {
    padding-left: 35px;
}

.pl-4 {
    padding-left: 40px;
}

.pl-4-5 {
    padding-left: 45px;
}

.pl-5 {
    padding-left: 50px;
}

.pl-5-5 {
    padding-left: 55px;
}

.pl-6 {
    padding-left: 60px;
}

.pl-6-5 {
    padding-left: 65px;
}

.pl-7 {
    padding-left: 70px;
}

.pl-7-5 {
    padding-left: 75px;
}

.pl-8 {
    padding-left: 80px;
}

.pl-8-5 {
    padding-left: 85px;
}

.pl-9 {
    padding-left: 90px;
}

.pl-9-5 {
    padding-left: 95px;
}

.pl-10 {
    padding-left: 100px;
}

.pl-10-5 {
    padding-left: 105px;
}

.pl-11 {
    padding-left: 110px;
}

.pl-11-5 {
    padding-left: 115px;
}

.pl-12 {
    padding-left: 120px;
}

.pl-12-5 {
    padding-left: 125px;
}

.pl-13 {
    padding-left: 130px;
}

.pl-13-5 {
    padding-left: 135px;
}

.pl-14 {
    padding-left: 140px;
}

.pl-14-5 {
    padding-left: 145px;
}

.pl-15 {
    padding-left: 150px;
}

.pl-15-5 {
    padding-left: 155px;
}

.pl-16 {
    padding-left: 160px;
}

.pl-16-5 {
    padding-left: 165px;
}

.pl-17 {
    padding-left: 170px;
}

.pl-17-5 {
    padding-left: 175px;
}

.pl-18 {
    padding-left: 180px;
}

.pl-18-5 {
    padding-left: 185px;
}

.pl-19 {
    padding-left: 190px;
}

.pl-19-5 {
    padding-left: 195px;
}

.pl-20 {
    padding-left: 200px;
}

.pl-20-5 {
    padding-left: 205px;
}

.pl-21 {
    padding-left: 210px;
}

.pl-21-5 {
    padding-left: 215px;
}

.pl-22 {
    padding-left: 220px;
}

.pl-22-5 {
    padding-left: 225px;
}

.pl-23 {
    padding-left: 230px;
}

.pl-23-5 {
    padding-left: 235px;
}

.pl-24 {
    padding-left: 240px;
}

.pl-24-5 {
    padding-left: 245px;
}

.pl-25 {
    padding-left: 250px;
}

.pl-25-5 {
    padding-left: 255px;
}

.pl-26 {
    padding-left: 260px;
}

.pl-26-5 {
    padding-left: 265px;
}

.pl-27 {
    padding-left: 270px;
}

.pl-27-5 {
    padding-left: 275px;
}

.pl-28 {
    padding-left: 280px;
}

.pl-28-5 {
    padding-left: 285px;
}

.pl-29 {
    padding-left: 290px;
}

.pl-29-5 {
    padding-left: 295px;
}

.pl-30 {
    padding-left: 300px;
}

.pl-30-5 {
    padding-left: 305px;
}

.pl-31 {
    padding-left: 310px;
}

.pl-31-5 {
    padding-left: 315px;
}

.pl-32 {
    padding-left: 320px;
}

.pl-32-5 {
    padding-left: 325px;
}

.pl-33 {
    padding-left: 330px;
}

.pl-33-5 {
    padding-left: 335px;
}

.pl-34 {
    padding-left: 340px;
}

.pl-34-5 {
    padding-left: 345px;
}

.pl-35 {
    padding-left: 350px;
}

.pl-35-5 {
    padding-left: 355px;
}

.pl-36 {
    padding-left: 360px;
}

.pl-36-5 {
    padding-left: 365px;
}

.pl-37 {
    padding-left: 370px;
}

.pl-37-5 {
    padding-left: 375px;
}

.pl-38 {
    padding-left: 380px;
}

.pl-38-5 {
    padding-left: 385px;
}

.pl-39 {
    padding-left: 390px;
}

.pl-39-5 {
    padding-left: 395px;
}

.pl-40 {
    padding-left: 400px;
}

.pr-0 {
    padding-right: 0;
}

.pr-0-5 {
    padding-right: 5px;
}

.pr-1 {
    padding-right: 10px;
}

.pr-1-5 {
    padding-right: 15px;
}

.pr-2 {
    padding-right: 20px;
}

.pr-2-5 {
    padding-right: 25px;
}

.pr-3 {
    padding-right: 30px;
}

.pr-3-5 {
    padding-right: 35px;
}

.pr-4 {
    padding-right: 40px;
}

.pr-4-5 {
    padding-right: 45px;
}

.pr-5 {
    padding-right: 50px;
}

.pr-5-5 {
    padding-right: 55px;
}

.pr-6 {
    padding-right: 60px;
}

.pr-6-5 {
    padding-right: 65px;
}

.pr-7 {
    padding-right: 70px;
}

.pr-7-5 {
    padding-right: 75px;
}

.pr-8 {
    padding-right: 80px;
}

.pr-8-5 {
    padding-right: 85px;
}

.pr-9 {
    padding-right: 90px;
}

.pr-9-5 {
    padding-right: 95px;
}

.pr-10 {
    padding-right: 100px;
}

.pr-10-5 {
    padding-right: 105px;
}

.pr-11 {
    padding-right: 110px;
}

.pr-11-5 {
    padding-right: 115px;
}

.pr-12 {
    padding-right: 120px;
}

.pr-12-5 {
    padding-right: 125px;
}

.pr-13 {
    padding-right: 130px;
}

.pr-13-5 {
    padding-right: 135px;
}

.pr-14 {
    padding-right: 140px;
}

.pr-14-5 {
    padding-right: 145px;
}

.pr-15 {
    padding-right: 150px;
}

.pr-15-5 {
    padding-right: 155px;
}

.pr-16 {
    padding-right: 160px;
}

.pr-16-5 {
    padding-right: 165px;
}

.pr-17 {
    padding-right: 170px;
}

.pr-17-5 {
    padding-right: 175px;
}

.pr-18 {
    padding-right: 180px;
}

.pr-18-5 {
    padding-right: 185px;
}

.pr-19 {
    padding-right: 190px;
}

.pr-19-5 {
    padding-right: 195px;
}

.pr-20 {
    padding-right: 200px;
}

.pr-20-5 {
    padding-right: 205px;
}

.pr-21 {
    padding-right: 210px;
}

.pr-21-5 {
    padding-right: 215px;
}

.pr-22 {
    padding-right: 220px;
}

.pr-22-5 {
    padding-right: 225px;
}

.pr-23 {
    padding-right: 230px;
}

.pr-23-5 {
    padding-right: 235px;
}

.pr-24 {
    padding-right: 240px;
}

.pr-24-5 {
    padding-right: 245px;
}

.pr-25 {
    padding-right: 250px;
}

.pr-25-5 {
    padding-right: 255px;
}

.pr-26 {
    padding-right: 260px;
}

.pr-26-5 {
    padding-right: 265px;
}

.pr-27 {
    padding-right: 270px;
}

.pr-27-5 {
    padding-right: 275px;
}

.pr-28 {
    padding-right: 280px;
}

.pr-28-5 {
    padding-right: 285px;
}

.pr-29 {
    padding-right: 290px;
}

.pr-29-5 {
    padding-right: 295px;
}

.pr-30 {
    padding-right: 300px;
}

.pr-30-5 {
    padding-right: 305px;
}

.pr-31 {
    padding-right: 310px;
}

.pr-31-5 {
    padding-right: 315px;
}

.pr-32 {
    padding-right: 320px;
}

.pr-32-5 {
    padding-right: 325px;
}

.pr-33 {
    padding-right: 330px;
}

.pr-33-5 {
    padding-right: 335px;
}

.pr-34 {
    padding-right: 340px;
}

.pr-34-5 {
    padding-right: 345px;
}

.pr-35 {
    padding-right: 350px;
}

.pr-35-5 {
    padding-right: 355px;
}

.pr-36 {
    padding-right: 360px;
}

.pr-36-5 {
    padding-right: 365px;
}

.pr-37 {
    padding-right: 370px;
}

.pr-37-5 {
    padding-right: 375px;
}

.pr-38 {
    padding-right: 380px;
}

.pr-38-5 {
    padding-right: 385px;
}

.pr-39 {
    padding-right: 390px;
}

.pr-39-5 {
    padding-right: 395px;
}

.pr-40 {
    padding-right: 400px;
}

.pt-0 {
    padding-top: 0;
}

.pt-0-5 {
    padding-top: 5px;
}

.pt-1 {
    padding-top: 10px;
}

.pt-1-5 {
    padding-top: 15px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-2-5 {
    padding-top: 25px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-3-5 {
    padding-top: 35px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-4-5 {
    padding-top: 45px;
}

.pt-5 {
    padding-top: 50px;
}

.pt-5-5 {
    padding-top: 55px;
}

.pt-6 {
    padding-top: 60px;
}

.pt-6-5 {
    padding-top: 65px;
}

.pt-7 {
    padding-top: 70px;
}

.pt-7-5 {
    padding-top: 75px;
}

.pt-8 {
    padding-top: 80px;
}

.pt-8-5 {
    padding-top: 85px;
}

.pt-9 {
    padding-top: 90px;
}

.pt-9-5 {
    padding-top: 95px;
}

.pt-10 {
    padding-top: 100px;
}

.pt-10-5 {
    padding-top: 105px;
}

.pt-11 {
    padding-top: 110px;
}

.pt-11-5 {
    padding-top: 115px;
}

.pt-12 {
    padding-top: 120px;
}

.pt-12-5 {
    padding-top: 125px;
}

.pt-13 {
    padding-top: 130px;
}

.pt-13-5 {
    padding-top: 135px;
}

.pt-14 {
    padding-top: 140px;
}

.pt-14-5 {
    padding-top: 145px;
}

.pt-15 {
    padding-top: 150px;
}

.pt-15-5 {
    padding-top: 155px;
}

.pt-16 {
    padding-top: 160px;
}

.pt-16-5 {
    padding-top: 165px;
}

.pt-17 {
    padding-top: 170px;
}

.pt-17-5 {
    padding-top: 175px;
}

.pt-18 {
    padding-top: 180px;
}

.pt-18-5 {
    padding-top: 185px;
}

.pt-19 {
    padding-top: 190px;
}

.pt-19-5 {
    padding-top: 195px;
}

.pt-20 {
    padding-top: 200px;
}

.pb-0 {
    padding-bottom: 0;
}

.pb-0-5 {
    padding-bottom: 5px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-1-5 {
    padding-bottom: 15px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-2-5 {
    padding-bottom: 25px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-3-5 {
    padding-bottom: 35px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-4-5 {
    padding-bottom: 45px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pb-5-5 {
    padding-bottom: 55px;
}

.pb-6 {
    padding-bottom: 60px;
}

.pb-6-5 {
    padding-bottom: 65px;
}

.pb-7 {
    padding-bottom: 70px;
}

.pb-7-5 {
    padding-bottom: 75px;
}

.pb-8 {
    padding-bottom: 80px;
}

.pb-8-5 {
    padding-bottom: 85px;
}

.pb-9 {
    padding-bottom: 90px;
}

.pb-9-5 {
    padding-bottom: 95px;
}

.pb-10 {
    padding-bottom: 100px;
}

.pb-10-5 {
    padding-bottom: 105px;
}

.pb-11 {
    padding-bottom: 110px;
}

.pb-11-5 {
    padding-bottom: 115px;
}

.pb-12 {
    padding-bottom: 120px;
}

.pb-12-5 {
    padding-bottom: 125px;
}

.pb-13 {
    padding-bottom: 130px;
}

.pb-13-5 {
    padding-bottom: 135px;
}

.pb-14 {
    padding-bottom: 140px;
}

.pb-14-5 {
    padding-bottom: 145px;
}

.pb-15 {
    padding-bottom: 150px;
}

.pb-15-5 {
    padding-bottom: 155px;
}

.pb-16 {
    padding-bottom: 160px;
}

.pb-16-5 {
    padding-bottom: 165px;
}

.pb-17 {
    padding-bottom: 170px;
}

.pb-17-5 {
    padding-bottom: 175px;
}

.pb-18 {
    padding-bottom: 180px;
}

.pb-18-5 {
    padding-bottom: 185px;
}

.pb-19 {
    padding-bottom: 190px;
}

.pb-19-5 {
    padding-bottom: 195px;
}

.pb-20 {
    padding-bottom: 200px;
}

.m-0 {
    margin: 0;
}

.m-0-5 {
    margin: 5px;
}

.m-1 {
    margin: 10px;
}

.m-1-5 {
    margin: 15px;
}

.m-2 {
    margin: 20px;
}

.m-2-5 {
    margin: 25px;
}

.m-3 {
    margin: 30px;
}

.m-3-5 {
    margin: 35px;
}

.m-4 {
    margin: 40px;
}

.m-4-5 {
    margin: 45px;
}

.m-5 {
    margin: 50px;
}

.m-5-5 {
    margin: 55px;
}

.m-6 {
    margin: 60px;
}

.m-6-5 {
    margin: 65px;
}

.m-7 {
    margin: 70px;
}

.m-7-5 {
    margin: 75px;
}

.m-8 {
    margin: 80px;
}

.m-8-5 {
    margin: 85px;
}

.m-9 {
    margin: 9px;
}

.m-9-5 {
    margin: 95px;
}

.m-10 {
    margin: 100px;
}

.m-10-5 {
    margin: 105px;
}

.m-11 {
    margin: 110px;
}

.m-11-5 {
    margin: 115px;
}

.m-12 {
    margin: 120px;
}

.m-12-5 {
    margin: 125px;
}

.m-13 {
    margin: 130px;
}

.m-13-5 {
    margin: 135px;
}

.m-14 {
    margin: 140px;
}

.m-14-5 {
    margin: 145px;
}

.m-15 {
    margin: 150px;
}

.m-15-5 {
    margin: 155px;
}

.m-16 {
    margin: 160px;
}

.m-16-5 {
    margin: 165px;
}

.m-17 {
    margin: 170px;
}

.m-17-5 {
    margin: 175px;
}

.m-18 {
    margin: 180px;
}

.m-18-5 {
    margin: 185px;
}

.m-19 {
    margin: 190px;
}

.m-19-5 {
    margin: 195px;
}

.m-20 {
    margin: 200px;
}

.ml--2 {
    margin-left: -20px;
}

.ml--1-5 {
    margin-left: -15px;
}

.ml--1 {
    margin-left: -10px;
}

.ml--0-5 {
    margin-left: -5px;
}

.ml-0 {
    margin-left: 0;
}

.ml-0-5 {
    margin-left: 5px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-1-5 {
    margin-left: 15px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-2-5 {
    margin-left: 25px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-3-5 {
    margin-left: 35px;
}

.ml-4 {
    margin-left: 40px;
}

.ml-4-5 {
    margin-left: 45px;
}

.ml-5 {
    margin-left: 50px;
}

.ml-5-5 {
    margin-left: 55px;
}

.ml-6 {
    margin-left: 60px;
}

.ml-6-5 {
    margin-left: 65px;
}

.ml-7 {
    margin-left: 70px;
}

.ml-7-5 {
    margin-left: 75px;
}

.ml-8 {
    margin-left: 80px;
}

.ml-8-5 {
    margin-left: 85px;
}

.ml-9 {
    margin-left: 90px;
}

.ml-9-5 {
    margin-left: 95px;
}

.ml-10 {
    margin-left: 100px;
}

.ml-10-5 {
    margin-left: 105px;
}

.ml-11 {
    margin-left: 110px;
}

.ml-11-5 {
    margin-left: 115px;
}

.ml-12 {
    margin-left: 120px;
}

.ml-12-5 {
    margin-left: 125px;
}

.ml-13 {
    margin-left: 130px;
}

.ml-13-5 {
    margin-left: 135px;
}

.ml-14 {
    margin-left: 140px;
}

.ml-14-5 {
    margin-left: 145px;
}

.ml-15 {
    margin-left: 150px;
}

.ml-15-5 {
    margin-left: 155px;
}

.ml-16 {
    margin-left: 160px;
}

.ml-16-5 {
    margin-left: 165px;
}

.ml-17 {
    margin-left: 170px;
}

.ml-17-5 {
    margin-left: 175px;
}

.ml-18 {
    margin-left: 180px;
}

.ml-18-5 {
    margin-left: 185px;
}

.ml-19 {
    margin-left: 190px;
}

.ml-19-5 {
    margin-left: 195px;
}

.ml-20 {
    margin-left: 200px;
}

.ml-20-5 {
    margin-left: 205px;
}

.ml-21 {
    margin-left: 210px;
}

.ml-21-5 {
    margin-left: 215px;
}

.ml-22 {
    margin-left: 220px;
}

.ml-22-5 {
    margin-left: 225px;
}

.ml-23 {
    margin-left: 230px;
}

.ml-23-5 {
    margin-left: 235px;
}

.ml-24 {
    margin-left: 240px;
}

.ml-24-5 {
    margin-left: 245px;
}

.ml-25 {
    margin-left: 250px;
}

.ml-25-5 {
    margin-left: 255px;
}

.ml-26 {
    margin-left: 260px;
}

.ml-26-5 {
    margin-left: 265px;
}

.ml-27 {
    margin-left: 270px;
}

.ml-27-5 {
    margin-left: 275px;
}

.ml-28 {
    margin-left: 280px;
}

.ml-28-5 {
    margin-left: 285px;
}

.ml-29 {
    margin-left: 290px;
}

.ml-29-5 {
    margin-left: 295px;
}

.ml-30 {
    margin-left: 300px;
}

.ml-30-5 {
    margin-left: 305px;
}

.ml-31 {
    margin-left: 310px;
}

.ml-31-5 {
    margin-left: 315px;
}

.ml-32 {
    margin-left: 320px;
}

.ml-32-5 {
    margin-left: 325px;
}

.ml-33 {
    margin-left: 330px;
}

.ml-33-5 {
    margin-left: 335px;
}

.ml-34 {
    margin-left: 340px;
}

.ml-34-5 {
    margin-left: 345px;
}

.ml-35 {
    margin-left: 350px;
}

.ml-35-5 {
    margin-left: 355px;
}

.ml-36 {
    margin-left: 360px;
}

.ml-36-5 {
    margin-left: 365px;
}

.ml-37 {
    margin-left: 370px;
}

.ml-37-5 {
    margin-left: 375px;
}

.ml-38 {
    margin-left: 380px;
}

.ml-38-5 {
    margin-left: 385px;
}

.ml-39 {
    margin-left: 390px;
}

.ml-39-5 {
    margin-left: 395px;
}

.ml-40 {
    margin-left: 400px;
}

.mr--2 {
    margin-right: -20px;
}

.mr--1-5 {
    margin-right: -15px;
}

.mr--1 {
    margin-right: -10px;
}

.mr--0-5 {
    margin-right: -5px;
}

.mr-0 {
    margin-right: 0;
}

.mr-0-5 {
    margin-right: 5px;
}

.mr-1 {
    margin-right: 10px;
}

.mr-1-5 {
    margin-right: 15px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-2-5 {
    margin-right: 25px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-3-5 {
    margin-right: 35px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4-5 {
    margin-right: 45px;
}

.mr-5 {
    margin-right: 50px;
}

.mr-5-5 {
    margin-right: 55px;
}

.mr-6 {
    margin-right: 60px;
}

.mr-6-5 {
    margin-right: 65px;
}

.mr-7 {
    margin-right: 70px;
}

.mr-7-5 {
    margin-right: 75px;
}

.mr-8 {
    margin-right: 80px;
}

.mr-8-5 {
    margin-right: 85px;
}

.mr-9 {
    margin-right: 90px;
}

.mr-9-5 {
    margin-right: 95px;
}

.mr-10 {
    margin-right: 100px;
}

.mr-10-5 {
    margin-right: 105px;
}

.mr-11 {
    margin-right: 110px;
}

.mr-11-5 {
    margin-right: 115px;
}

.mr-12 {
    margin-right: 120px;
}

.mr-12-5 {
    margin-right: 125px;
}

.mr-13 {
    margin-right: 130px;
}

.mr-13-5 {
    margin-right: 135px;
}

.mr-14 {
    margin-right: 140px;
}

.mr-14-5 {
    margin-right: 145px;
}

.mr-15 {
    margin-right: 150px;
}

.mr-15-5 {
    margin-right: 155px;
}

.mr-16 {
    margin-right: 160px;
}

.mr-16-5 {
    margin-right: 165px;
}

.mr-17 {
    margin-right: 170px;
}

.mr-17-5 {
    margin-right: 175px;
}

.mr-18 {
    margin-right: 180px;
}

.mr-18-5 {
    margin-right: 185px;
}

.mr-19 {
    margin-right: 190px;
}

.mr-19-5 {
    margin-right: 195px;
}

.mr-20 {
    margin-right: 200px;
}

.mt--2 {
    margin-top: -20px;
}

.mt--1-5 {
    margin-top: -15px;
}

.mt--1 {
    margin-top: -10px;
}

.mt--0-5 {
    margin-top: -5px;
}

.mt-0 {
    margin-top: 0;
}

.mt-0-5 {
    margin-top: 5px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-1-5 {
    margin-top: 15px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-2-5 {
    margin-top: 25px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-3-5 {
    margin-top: 35px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-4-5 {
    margin-top: 45px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-5-5 {
    margin-top: 55px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-6-5 {
    margin-top: 65px;
}

.mt-7 {
    margin-top: 70px;
}

.mt-7-5 {
    margin-top: 75px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-8-5 {
    margin-top: 85px;
}

.mt-9 {
    margin-top: 90px;
}

.mt-9-5 {
    margin-top: 95px;
}

.mt-10 {
    margin-top: 100px;
}

.mt-10-5 {
    margin-top: 105px;
}

.mt-11 {
    margin-top: 110px;
}

.mt-11-5 {
    margin-top: 115px;
}

.mt-12 {
    margin-top: 120px;
}

.mt-12-5 {
    margin-top: 125px;
}

.mt-13 {
    margin-top: 130px;
}

.mt-13-5 {
    margin-top: 135px;
}

.mt-14 {
    margin-top: 140px;
}

.mt-14-5 {
    margin-top: 145px;
}

.mt-15 {
    margin-top: 150px;
}

.mt-15-5 {
    margin-top: 155px;
}

.mt-16 {
    margin-top: 160px;
}

.mt-16-5 {
    margin-top: 165px;
}

.mt-17 {
    margin-top: 170px;
}

.mt-17-5 {
    margin-top: 175px;
}

.mt-18 {
    margin-top: 180px;
}

.mt-18-5 {
    margin-top: 185px;
}

.mt-19 {
    margin-top: 190px;
}

.mt-19-5 {
    margin-top: 195px;
}

.mt-20 {
    margin-top: 200px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-0-5 {
    margin-bottom: 5px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-1-5 {
    margin-bottom: 15px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-2-5 {
    margin-bottom: 25px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-3-5 {
    margin-bottom: 35px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-4-5 {
    margin-bottom: 45px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-5-5 {
    margin-bottom: 55px;
}

.mb-6 {
    margin-bottom: 60px;
}

.mb-6-5 {
    margin-bottom: 65px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-7-5 {
    margin-bottom: 75px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-8-5 {
    margin-bottom: 85px;
}

.mb-9 {
    margin-bottom: 90px;
}

.mb-9-5 {
    margin-bottom: 95px;
}

.mb-10 {
    margin-bottom: 100px;
}

.mb-10-5 {
    margin-bottom: 105px;
}

.mb-11 {
    margin-bottom: 110px;
}

.mb-11-5 {
    margin-bottom: 115px;
}

.mb-12 {
    margin-bottom: 120px;
}

.mb-12-5 {
    margin-bottom: 125px;
}

.mb-13 {
    margin-bottom: 130px;
}

.mb-13-5 {
    margin-bottom: 135px;
}

.mb-14 {
    margin-bottom: 140px;
}

.mb-14-5 {
    margin-bottom: 145px;
}

.mb-15 {
    margin-bottom: 150px;
}

.mb-15-5 {
    margin-bottom: 155px;
}

.mb-16 {
    margin-bottom: 160px;
}

.mb-16-5 {
    margin-bottom: 165px;
}

.mb-17 {
    margin-bottom: 170px;
}

.mb-17-5 {
    margin-bottom: 175px;
}

.mb-18 {
    margin-bottom: 180px;
}

.mb-18-5 {
    margin-bottom: 185px;
}

.mb-19 {
    margin-bottom: 190px;
}

.mb-19-5 {
    margin-bottom: 195px;
}

.mb-20 {
    margin-bottom: 200px;
}

.h-0 {
    height: 0;
}

.h-0-5 {
    height: 5px;
}

.h-1 {
    height: 10px;
}

.h-1-5 {
    height: 15px;
}

.h-2 {
    height: 20px;
}

.h-2-5 {
    height: 25px;
}

.h-3 {
    height: 30px;
}

.h-3-5 {
    height: 35px;
}

.h-4 {
    height: 40px;
}

.h-4-5 {
    height: 45px;
}

.h-5 {
    height: 50px;
}

.h-5-5 {
    height: 55px;
}

.h-6 {
    height: 60px;
}

.h-6-5 {
    height: 65px;
}

.h-7 {
    height: 70px;
}

.h-7-5 {
    height: 75px;
}

.h-8 {
    height: 80px;
}

.h-8-5 {
    height: 85px;
}

.h-9 {
    height: 90px;
}

.h-9-5 {
    height: 95px;
}

.h-10 {
    height: 100px;
}

.h-10-5 {
    height: 105px;
}

.h-11 {
    height: 110px;
}

.h-11-5 {
    height: 115px;
}

.h-12 {
    height: 120px;
}

.h-12-5 {
    height: 125px;
}

.h-13 {
    height: 130px;
}

.h-13-5 {
    height: 135px;
}

.h-14 {
    height: 140px;
}

.h-14-5 {
    height: 145px;
}

.h-15 {
    height: 150px;
}

.h-15-5 {
    height: 155px;
}

.h-16 {
    height: 160px;
}

.h-16-5 {
    height: 165px;
}

.h-17 {
    height: 170px;
}

.h-17-5 {
    height: 175px;
}

.h-18 {
    height: 180px;
}

.h-18-5 {
    height: 185px;
}

.h-19 {
    height: 190px;
}

.h-19-5 {
    height: 195px;
}

.h-20 {
    height: 200px;
}

.h-20-5 {
    height: 205px;
}

.h-21 {
    height: 210px;
}

.h-21-5 {
    height: 215px;
}

.h-22 {
    height: 220px;
}

.h-22-5 {
    height: 225px;
}

.h-23 {
    height: 230px;
}

.h-23-5 {
    height: 235px;
}

.h-24 {
    height: 240px;
}

.h-24-5 {
    height: 245px;
}

.h-25 {
    height: 250px;
}

.h-25-5 {
    height: 255px;
}

.h-26 {
    height: 260px;
}

.h-26-5 {
    height: 265px;
}

.h-27 {
    height: 270px;
}

.h-27-5 {
    height: 275px;
}

.h-28 {
    height: 280px;
}

.h-28-5 {
    height: 285px;
}

.h-29 {
    height: 290px;
}

.h-29-5 {
    height: 295px;
}

.h-30 {
    height: 300px;
}

.h-30-5 {
    height: 305px;
}

.h-31 {
    height: 310px;
}

.h-31-5 {
    height: 315px;
}

.h-32 {
    height: 320px;
}

.h-32-5 {
    height: 325px;
}

.h-33 {
    height: 330px;
}

.h-33-5 {
    height: 335px;
}

.h-34 {
    height: 340px;
}

.h-34-5 {
    height: 345px;
}

.h-35 {
    height: 350px;
}

.h-35-5 {
    height: 355px;
}

.h-36 {
    height: 360px;
}

.h-36-5 {
    height: 365px;
}

.h-37 {
    height: 370px;
}

.h-37-5 {
    height: 375px;
}

.h-38 {
    height: 380px;
}

.h-38-5 {
    height: 385px;
}

.h-39 {
    height: 390px;
}

.h-39-5 {
    height: 395px;
}

.h-40 {
    height: 400px;
}

.h-40-5 {
    height: 405px;
}

.h-41 {
    height: 410px;
}

.h-41-5 {
    height: 415px;
}

.h-42 {
    height: 420px;
}

.h-42-5 {
    height: 425px;
}

.h-43 {
    height: 430px;
}

.h-43-5 {
    height: 435px;
}

.h-44 {
    height: 440px;
}

.h-44-5 {
    height: 445px;
}

.h-45 {
    height: 450px;
}

.h-45-5 {
    height: 455px;
}

.h-46 {
    height: 460px;
}

.h-46-5 {
    height: 465px;
}

.h-47 {
    height: 470px;
}

.h-47-5 {
    height: 475px;
}

.h-48 {
    height: 480px;
}

.h-48-5 {
    height: 485px;
}

.h-49 {
    height: 490px;
}

.h-49-5 {
    height: 495px;
}

.h-50 {
    height: 500px;
}

.h-50-5 {
    height: 505px;
}

.h-51 {
    height: 510px;
}

.h-51-5 {
    height: 515px;
}

.h-52 {
    height: 520px;
}

.h-52-5 {
    height: 525px;
}

.h-53 {
    height: 530px;
}

.h-53-5 {
    height: 535px;
}

.h-54 {
    height: 540px;
}

.h-54-5 {
    height: 545px;
}

.h-55 {
    height: 550px;
}

.h-55-5 {
    height: 555px;
}

.h-56 {
    height: 560px;
}

.h-56-5 {
    height: 565px;
}

.h-57 {
    height: 570px;
}

.h-57-5 {
    height: 575px;
}

.h-58 {
    height: 580px;
}

.h-58-5 {
    height: 585px;
}

.h-59 {
    height: 590px;
}

.h-59-5 {
    height: 595px;
}

.h-60 {
    height: 600px;
}

.h-60-5 {
    height: 605px;
}

.h-61 {
    height: 610px;
}

.h-61-5 {
    height: 615px;
}

.h-62 {
    height: 620px;
}

.h-62-5 {
    height: 625px;
}

.h-63 {
    height: 630px;
}

.h-63-5 {
    height: 635px;
}

.h-64 {
    height: 640px;
}

.h-64-5 {
    height: 645px;
}

.h-65 {
    height: 650px;
}

.h-65-5 {
    height: 655px;
}

.h-66 {
    height: 660px;
}

.h-66-5 {
    height: 665px;
}

.h-67 {
    height: 670px;
}

.h-67-5 {
    height: 675px;
}

.h-68 {
    height: 680px;
}

.h-68-5 {
    height: 685px;
}

.h-69 {
    height: 690px;
}

.h-69-5 {
    height: 695px;
}

.h-70 {
    height: 700px;
}

.h-70-5 {
    height: 705px;
}

.h-71 {
    height: 710px;
}

.h-71-5 {
    height: 715px;
}

.h-72 {
    height: 720px;
}

.h-72-5 {
    height: 725px;
}

.h-73 {
    height: 730px;
}

.h-73-5 {
    height: 735px;
}

.h-74 {
    height: 740px;
}

.h-74-5 {
    height: 745px;
}

.h-75 {
    height: 750px;
}

.h-75-5 {
    height: 755px;
}

.h-76 {
    height: 760px;
}

.h-76-5 {
    height: 765px;
}

.h-77 {
    height: 770px;
}

.h-77-5 {
    height: 775px;
}

.h-78 {
    height: 780px;
}

.h-78-5 {
    height: 785px;
}

.h-79 {
    height: 790px;
}

.h-79-5 {
    height: 795px;
}

.h-80 {
    height: 800px;
}

.h-80-5 {
    height: 805px;
}

.h-81 {
    height: 810px;
}

.h-81-5 {
    height: 815px;
}

.h-82 {
    height: 820px;
}

.h-82-5 {
    height: 825px;
}

.h-83 {
    height: 830px;
}

.h-83-5 {
    height: 835px;
}

.h-84 {
    height: 840px;
}

.h-84-5 {
    height: 845px;
}

.h-85 {
    height: 850px;
}

.h-85-5 {
    height: 855px;
}

.h-86 {
    height: 860px;
}

.h-86-5 {
    height: 865px;
}

.h-87 {
    height: 870px;
}

.h-87-5 {
    height: 875px;
}

.h-88 {
    height: 880px;
}

.h-88-5 {
    height: 885px;
}

.h-89 {
    height: 890px;
}

.h-89-5 {
    height: 895px;
}

.h-90 {
    height: 900px;
}

.h-90-5 {
    height: 905px;
}

.h-91 {
    height: 910px;
}

.h-91-5 {
    height: 915px;
}

.h-92 {
    height: 920px;
}

.h-92-5 {
    height: 925px;
}

.h-93 {
    height: 930px;
}

.h-93-5 {
    height: 935px;
}

.h-94 {
    height: 940px;
}

.h-94-5 {
    height: 945px;
}

.h-95 {
    height: 950px;
}

.h-95-5 {
    height: 955px;
}

.h-96 {
    height: 960px;
}

.h-96-5 {
    height: 965px;
}

.h-97 {
    height: 970px;
}

.h-97-5 {
    height: 975px;
}

.h-98 {
    height: 980px;
}

.h-98-5 {
    height: 985px;
}

.h-99 {
    height: 990px;
}

.h-99-5 {
    height: 995px;
}

.h-100 {
    height: 1000px;
}

.h-100-5 {
    height: 1005px;
}

.h-101 {
    height: 1010px;
}

.h-101-5 {
    height: 1015px;
}

.h-102 {
    height: 1020px;
}

.h-102-5 {
    height: 1025px;
}

.h-103 {
    height: 1030px;
}

.h-103-5 {
    height: 1035px;
}

.h-104 {
    height: 1040px;
}

.h-104-5 {
    height: 1045px;
}

.h-105 {
    height: 1050px;
}

.h-105-5 {
    height: 1055px;
}

.h-106 {
    height: 1060px;
}

.h-106-5 {
    height: 1065px;
}

.h-107 {
    height: 1070px;
}

.h-107-5 {
    height: 1075px;
}

.h-108 {
    height: 1080px;
}

.h-108-5 {
    height: 1085px;
}

.h-109 {
    height: 1090px;
}

.h-109-5 {
    height: 1095px;
}

.h-110 {
    height: 1100px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.float-none,
.container {
    float: none;
}

/* icon */
.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("http://www.iruidao.com/images/icon.png") left top no-repeat;
    vertical-align: middle;
}

/*tab*/
.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/*效果*/
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.text-justify {
    text-align: justify;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
a, body {
    color: #333
}

body, figure {
    margin: 0
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

b, optgroup, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.img-thumbnail, body {
    background-color: #fff
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-warning {
    background-image: none
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Helvetica Neue, 'Microsoft YaHei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', SimHei, sans-serif;
    font-size: 12px;
    line-height: 1.42857143
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

a:focus, a:hover {
    color: #50b3ff;
    text-decoration: none
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    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;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

code, pre {
    border-radius: 4px
}

hr {
    margin-top: 17px;
    margin-bottom: 17px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 17px;
    margin-bottom: 8.5px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 31px
}

.h2, h2 {
    font-size: 25px
}

.h3, h3 {
    font-size: 21px
}

.h4, h4 {
    font-size: 15px
}

.h5, h5 {
    font-size: 12px
}

.h6, h6 {
    font-size: 11px
}

p {
    margin: 0 0 8.5px
}

.lead {
    margin-bottom: 17px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.4
}

address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
    line-height: 1.42857143
}

dt, kbd kbd, label {
    font-weight: 700
}

@media (min-width: 768px) {
    .lead {
        font-size: 18px
    }
}

.small, small {
    font-size: 91%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline, .list-unstyled {
    list-style: none;
    padding-left: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #50b3ff
}

a.text-primary:hover {
    color: #1d9dff
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #50b3ff
}

a.bg-primary:hover {
    background-color: #1d9dff
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code, table {
    background-color: transparent
}

.page-header {
    padding-bottom: 7.5px;
    margin: 34px 0 17px;
    border-bottom: 1px solid #eee
}

dl, ol, ul {
    margin-top: 0
}

ol, ul {
    margin-bottom: 8.5px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 17px
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 8.5px 17px;
    margin: 0 0 17px;
    font-size: 15px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

caption, th {
    text-align: left
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 17px;
    font-style: normal
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

pre {
    display: block;
    padding: 8px;
    margin: 0 0 8.5px;
    font-size: 11px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.pre-scrollable {
    overflow-y: scroll
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 17px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.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
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.btn-group > .btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .dropdown-menu {
    float: left
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 12.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }
}

fieldset, legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

.form-control, output {
    display: block;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 31px;
    padding: 6px 12px;
    background-color: #fff;
    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, 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
}

.form-group-sm .form-control, .input-sm {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px
}

.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)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 31px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 28px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 42px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 17px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 29px
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 28px;
    line-height: 1.5
}

select.input-sm {
    height: 28px;
    line-height: 28px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 28px;
    line-height: 1.5
}

.form-group-lg .form-control, .input-lg {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px
}

select.form-group-sm .form-control {
    height: 28px;
    line-height: 28px
}

select[multiple].form-group-sm .form-control, textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    min-height: 28px
}

.input-lg {
    height: 42px;
    line-height: 1.3333333
}

select.input-lg {
    height: 42px;
    line-height: 42px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 42px;
    line-height: 1.3333333
}

select.form-group-lg .form-control {
    height: 42px;
    line-height: 42px
}

select[multiple].form-group-lg .form-control, textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    min-height: 32px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 38.75px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    pointer-events: none
}

.collapsing, .dropdown, .dropup {
    position: relative
}

.input-lg + .form-control-feedback {
    width: 42px;
    height: 42px;
    line-height: 42px
}

.input-sm + .form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px
}

.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)
}

.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
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.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)
}

.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
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.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)
}

.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
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label ~ .form-control-feedback {
    top: 22px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 24px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle, .btn.active, .btn:active, .dropdown-toggle:focus, .modal, .modal-content, .navbar-toggle:focus, .open > a {
    outline: 0
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #50b3ff;
    border-color: #50b3ff
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1d9dff;
    border-color: #1398ff
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #50b3ff;
    border-color: #50b3ff
}

.btn-primary .badge {
    color: #50b3ff;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #33bfc0;
    border-color: #33bfc0
}

.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #289798;
    border-color: #268f90
}

.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #33bfc0;
    border-color: #33bfc0
}

.btn-success .badge {
    color: #33bfc0;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #7ec0eb;
    border-color: #7ec0eb
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #52aae4;
    border-color: #49a6e3
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #7ec0eb;
    border-color: #7ec0eb
}

.btn-info .badge {
    color: #7ec0eb;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #ff9a00;
    border-color: #ff9a00
}

.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #cc7b00;
    border-color: #c27500
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #ff9a00;
    border-color: #ff9a00
}

.btn-warning .badge {
    color: #ff9a00;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #ff999a;
    border-color: #ff999a
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ff6667;
    border-color: #ff5c5d
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #ff999a;
    border-color: #ff999a
}

.btn-danger .badge {
    color: #ff999a;
    background-color: #fff
}

.btn-link {
    color: #333;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #50b3ff;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block
}

.btn-block + .btn-block {
    margin-top: 5px
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.input-group-addon:last-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.input-group-addon:first-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.dropdown-header, .dropdown-menu > li > a {
    white-space: nowrap;
    padding: 3px 20px;
    line-height: 1.42857143
}

.dropdown-menu-right, .dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    color: #333
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #50b3ff
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    font-size: 11px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.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)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group, .input-group-btn > .btn + .btn {
    margin-left: -1px
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 42px;
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 42px;
    line-height: 42px
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 28px;
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 28px;
    line-height: 28px
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.nav > li, .nav > li > a {
    position: relative;
    display: block
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 11px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 15px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn {
    position: relative
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav > li > a {
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #333
}

.nav .nav-divider {
    height: 1px;
    margin: 7.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 4px
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-justified > li, .nav-stacked > li {
    float: none
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #50b3ff
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.navbar, .navbar-toggle {
    border: 1px solid transparent
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a {
        margin-bottom: 0
    }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.navbar-form, .panel-heading {
    border-bottom: 1px solid transparent
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 17px
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.embed-responsive, .modal, .modal-open, .progress {
    overflow: hidden
}

@media (max-device-width: 480px)and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 16.5px 15px;
    font-size: 15px;
    line-height: 17px;
    height: 50px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-brand > img {
    position: absolute;
    left:3%;
    top: -4px;
    max-width: 100%;
    height: auto;
    display: block
}

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }


.navbar-brand > img {
    position: absolute;
    left: -10%;
    top: -13px;
    max-width: 100%;
    height: auto;
    display: block
}

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

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 8.25px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 17px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 17px
    }

    .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
        background-image: none
    }
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-danger, .progress-striped .progress-bar-info, .progress-striped .progress-bar-success, .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)
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        float: right;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 16.5px;
        padding-bottom: 16.5px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 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);
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

@media (min-width: 768px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group > .form-control {
        width: 100%
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label, .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn .badge, .btn .label {
    position: relative;
    top: -1px
}

.badge, .label {
    text-align: center;
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

.navbar-btn.btn-sm {
    margin-top: 11px;
    margin-bottom: 11px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 16.5px;
    margin-bottom: 16.5px
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #080808;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #777
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #50b3ff
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #1d9dff
}

.label-success {
    background-color: #33bfc0
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color: #289798
}

.label-info {
    background-color: #7ec0eb
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color: #52aae4
}

.label-warning {
    background-color: #ff9a00
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #cc7b00
}

.label-danger {
    background-color: #ff999a
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #ff6667
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    color: #fff;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.media-object, .thumbnail {
    display: block
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #333;
    background-color: #fff
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit
}

.list-group-item > .badge {
    float: right
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 200
}

.alert .alert-link, .close {
    font-weight: 700
}

.alert, .thumbnail {
    margin-bottom: 17px
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px
}

.alert, .panel, .progress, .thumbnail {
    border-radius: 4px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 54px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #333
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    border: 1px solid transparent
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.modal, .modal-backdrop {
    right: 0;
    bottom: 0;
    left: 0
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-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
    }
}

.progress {
    height: 17px;
    margin-bottom: 17px;
    background-color: #f5f5f5;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    text-align: center;
    background-color: #50b3ff;
    -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
}

.progress-bar-striped, .progress-striped .progress-bar {
    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);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #33bfc0
}

.progress-striped .progress-bar-success {
    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)
}

.progress-bar-info {
    background-color: #7ec0eb
}

.progress-striped .progress-bar-info {
    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)
}

.progress-bar-warning {
    background-color: #ff9a00
}

.progress-striped .progress-bar-warning {
    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)
}

.progress-bar-danger {
    background-color: #ff999a
}

.progress-striped .progress-bar-danger {
    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)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #50b3ff;
    border-color: #50b3ff
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #fff
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel-title {
    margin-top: 0;
    font-size: 14px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .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
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 17px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #50b3ff
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #50b3ff;
    border-color: #50b3ff
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #50b3ff
}

.panel-primary > .panel-heading .badge {
    color: #50b3ff;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #50b3ff
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.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)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 18px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.popover, .tooltip {
    font-family: Helvetica Neue, 'Microsoft YaHei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', SimHei, sans-serif;
    font-weight: 400
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content, .popover {
    background-clip: padding-box
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    top: 0;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.popover > .arrow, .popover > .arrow:after, .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 12px;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    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);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    display: block
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.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)
}

.popover.left > .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px)and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px)and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}