/*!
 * Dell-UI-Bootstrap v1.0 (bower dell-ui-bootstrap)
 * Dell's themed version of Twitter Bootstrap version 3.1.1
 * Copyright 2015 Dell,  Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 /*     handy Dell color reference _________________________________________ 
        highlight               #cce7f3
        well-gray-very-light    #f9f9f9
        well-gray-light         #eee
        well-gray               #aaa
        well-gray-medium        #737373
        well-gray-dark          #444
        well-blue:              #007db8 
        well-dark-blue          #00447c
        well-light-green        #c1d82f
        well-green              #6ea204
        well-yellow             #f2af00
        well-orange             #ee6411
        well-red                #d74324
        well-red-dark           #ce1126
        well-berry              #b7295a
        well-purple             #6e2585
        well-teal               #42aeaf
    */

/* Non-standard Dell UI ------------------------------------------------ */
/*
 * ----- Generic styles 
 */
/* Plain, undecorated bullets */
ul.plain  {
    list-style-type: none;
}
ul.single-line li {
    display: inline;
    margin-right: 15px;
}
    

/*
 * ----- Bootstrap dashboard: Placeholder dashboard ideas 
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
/*
 * ----- Bootstrap dashboard: Sidebar 
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px!important;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f9f9f9;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #007db8;
}



/* Dell UI ------------------------------------------------------------ */

 */@font-face {
    font-family: museo-sans-for-dell-100;
    src: url(fonts/museosansfordell-100-webfont.eot?#iefix) format('embedded-opentype'), 
    url(fonts/museosansfordell-100-webfont.woff) format('woff'), 
    url(fonts/museosansfordell-100-webfont.ttf) format('truetype'), 
    url(fonts/museosansfordell-100-webfont.svg#MuseoSansForDell100) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: museo-sans-for-dell-300;
    src: url(fonts/museosansfordell-300-webfont.eot);
    src: url(fonts/museosansfordell-300-webfont.eot?#iefix) format('embedded-opentype'), 
    url(fonts/museosansfordell-300-webfont.woff) format('woff'), 
    url(fonts/museosansfordell-300-webfont.ttf) format('truetype'), 
    url(fonts/museosansfordell-300-webfont.svg#MuseoSansForDell300) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: icon-ui;
    src: url(fonts/icon-ui.eot);
    src: url(fonts/icon-ui.eot?#iefix) format('embedded-opentype'), url(fonts/icon-ui.woff) format('woff'), url(fonts/icon-ui.ttf) format('truetype'), url(fonts/icon-ui.svg#icon-ui) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: icon-small;
    src: url(fonts/icon-small.eot);
    src: url(fonts/icon-small.eot?#iefix) format('embedded-opentype'), url(fonts/icon-small.woff) format('woff'), url(fonts/icon-small.ttf) format('truetype'), url(fonts/icon-small.svg#icon-small) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: icon-large;
    src: url(fonts/icon-large.eot);
    src: url(fonts/icon-large.eot?#iefix) format('embedded-opentype'), url(fonts/icon-large.woff) format('woff'), url(fonts/icon-large.ttf) format('truetype'), url(fonts/icon-large.svg#icon-large) format('svg');
    font-weight: 400;
    font-style: normal;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
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, strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
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;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    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;
}
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;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
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 {
    *, : after, :before {
    background: transparent!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^="#"]:after, a[href^="javascript:"]:after {
    content: ""}
blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
img, tr {
    page-break-inside: avoid;
}
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-border td, .table-border th {
    border: 1px solid #ddd!important;
}
}*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Trebuchet MS', Roboto, 'Segoe UI', 'Helvetica Neue', 'Meiryo UI Reg', 'メイリオ Reg', 'MS UI Gothic Reg', 'Hiragino Kaku Gothic Reg', 'ヒラギノ角ゴ Pro W3 Reg', 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', 'Microsoft JhengHei', '微軟正黑體', 'Malgun Gothic', Gulim, Tahoma, 'Arial Unicode', sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #444;
    background-color: #fff;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #007db8;
    text-decoration: none;
}
a:focus, a:hover {
    color: #005a85;
    text-decoration: none;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 5px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    -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%}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
}
.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;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    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: #444;
}
.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: 10px;
    margin-bottom: 10px;
}
.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: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width:768px) {
    .lead {
    font-size: 21px;
}
}.small, small {
    font-size: 85%}
.mark, mark {
    background-color: #ee6411;
    padding: .2em;
}
.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: #eee;
}
.text-primary {
    color: #007db8;
}
a.text-primary:hover {
    color: #005a85;
}
.text-success {
    color: #6ea204;
}
a.text-success:hover {
    color: #4c7003;
}
.text-info {
    color: #42aeaf;
}
a.text-info:hover {
    color: #34898a;
}
.text-warning {
    color: #ee6411;
}
a.text-warning:hover {
    color: #be500e;
}
.text-danger {
    color: #d74324;
}
a.text-danger:hover {
    color: #ab351d;
}
.bg-primary {
    color: #fff;
    background-color: #007db8;
}
a.bg-primary:hover {
    background-color: #005a85;
}
.bg-success {
    background-color: #6ea204;
}
a.bg-success:hover {
    background-color: #4c7003;
}
.bg-info {
    background-color: #42aeaf;
}
a.bg-info:hover {
    background-color: #34898a;
}
.bg-warning {
    background-color: #ee6411;
}
a.bg-warning:hover {
    background-color: #be500e;
}
.bg-danger {
    background-color: #d74324;
}
a.bg-danger:hover {
    background-color: #ab351d;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dd, dt {
    line-height: 1.428571429;
}
dt {
    font-weight: 700;
}
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 #eee;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    margin: 0 0 20px;
}
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%;
    line-height: 1.428571429;
    color: #737373;
}
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;
}
.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: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 1px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}
pre {
    display: block;
    margin: 0 0 10px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@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.66666666666666%}
.col-xs-10 {
    width: 83.33333333333334%}
.col-xs-9 {
    width: 75%}
.col-xs-8 {
    width: 66.66666666666666%}
.col-xs-7 {
    width: 58.333333333333336%}
.col-xs-6 {
    width: 50%}
.col-xs-5 {
    width: 41.66666666666667%}
.col-xs-4 {
    width: 33.33333333333333%}
.col-xs-3 {
    width: 25%}
.col-xs-2 {
    width: 16.666666666666664%}
.col-xs-1 {
    width: 8.333333333333332%}
.col-xs-pull-12 {
    right: 100%}
.col-xs-pull-11 {
    right: 91.66666666666666%}
.col-xs-pull-10 {
    right: 83.33333333333334%}
.col-xs-pull-9 {
    right: 75%}
.col-xs-pull-8 {
    right: 66.66666666666666%}
.col-xs-pull-7 {
    right: 58.333333333333336%}
.col-xs-pull-6 {
    right: 50%}
.col-xs-pull-5 {
    right: 41.66666666666667%}
.col-xs-pull-4 {
    right: 33.33333333333333%}
.col-xs-pull-3 {
    right: 25%}
.col-xs-pull-2 {
    right: 16.666666666666664%}
.col-xs-pull-1 {
    right: 8.333333333333332%}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%}
.col-xs-push-11 {
    left: 91.66666666666666%}
.col-xs-push-10 {
    left: 83.33333333333334%}
.col-xs-push-9 {
    left: 75%}
.col-xs-push-8 {
    left: 66.66666666666666%}
.col-xs-push-7 {
    left: 58.333333333333336%}
.col-xs-push-6 {
    left: 50%}
.col-xs-push-5 {
    left: 41.66666666666667%}
.col-xs-push-4 {
    left: 33.33333333333333%}
.col-xs-push-3 {
    left: 25%}
.col-xs-push-2 {
    left: 16.666666666666664%}
.col-xs-push-1 {
    left: 8.333333333333332%}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%}
.col-xs-offset-11 {
    margin-left: 91.66666666666666%}
.col-xs-offset-10 {
    margin-left: 83.33333333333334%}
.col-xs-offset-9 {
    margin-left: 75%}
.col-xs-offset-8 {
    margin-left: 66.66666666666666%}
.col-xs-offset-7 {
    margin-left: 58.333333333333336%}
.col-xs-offset-6 {
    margin-left: 50%}
.col-xs-offset-5 {
    margin-left: 41.66666666666667%}
.col-xs-offset-4 {
    margin-left: 33.33333333333333%}
.col-xs-offset-3 {
    margin-left: 25%}
.col-xs-offset-2 {
    margin-left: 16.666666666666664%}
.col-xs-offset-1 {
    margin-left: 8.333333333333332%}
.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.66666666666666%}
.col-sm-10 {
    width: 83.33333333333334%}
.col-sm-9 {
    width: 75%}
.col-sm-8 {
    width: 66.66666666666666%}
.col-sm-7 {
    width: 58.333333333333336%}
.col-sm-6 {
    width: 50%}
.col-sm-5 {
    width: 41.66666666666667%}
.col-sm-4 {
    width: 33.33333333333333%}
.col-sm-3 {
    width: 25%}
.col-sm-2 {
    width: 16.666666666666664%}
.col-sm-1 {
    width: 8.333333333333332%}
.col-sm-pull-12 {
    right: 100%}
.col-sm-pull-11 {
    right: 91.66666666666666%}
.col-sm-pull-10 {
    right: 83.33333333333334%}
.col-sm-pull-9 {
    right: 75%}
.col-sm-pull-8 {
    right: 66.66666666666666%}
.col-sm-pull-7 {
    right: 58.333333333333336%}
.col-sm-pull-6 {
    right: 50%}
.col-sm-pull-5 {
    right: 41.66666666666667%}
.col-sm-pull-4 {
    right: 33.33333333333333%}
.col-sm-pull-3 {
    right: 25%}
.col-sm-pull-2 {
    right: 16.666666666666664%}
.col-sm-pull-1 {
    right: 8.333333333333332%}
.col-sm-pull-0 {
    right: auto;
}
.col-sm-push-12 {
    left: 100%}
.col-sm-push-11 {
    left: 91.66666666666666%}
.col-sm-push-10 {
    left: 83.33333333333334%}
.col-sm-push-9 {
    left: 75%}
.col-sm-push-8 {
    left: 66.66666666666666%}
.col-sm-push-7 {
    left: 58.333333333333336%}
.col-sm-push-6 {
    left: 50%}
.col-sm-push-5 {
    left: 41.66666666666667%}
.col-sm-push-4 {
    left: 33.33333333333333%}
.col-sm-push-3 {
    left: 25%}
.col-sm-push-2 {
    left: 16.666666666666664%}
.col-sm-push-1 {
    left: 8.333333333333332%}
.col-sm-push-0 {
    left: auto;
}
.col-sm-offset-12 {
    margin-left: 100%}
.col-sm-offset-11 {
    margin-left: 91.66666666666666%}
.col-sm-offset-10 {
    margin-left: 83.33333333333334%}
.col-sm-offset-9 {
    margin-left: 75%}
.col-sm-offset-8 {
    margin-left: 66.66666666666666%}
.col-sm-offset-7 {
    margin-left: 58.333333333333336%}
.col-sm-offset-6 {
    margin-left: 50%}
.col-sm-offset-5 {
    margin-left: 41.66666666666667%}
.col-sm-offset-4 {
    margin-left: 33.33333333333333%}
.col-sm-offset-3 {
    margin-left: 25%}
.col-sm-offset-2 {
    margin-left: 16.666666666666664%}
.col-sm-offset-1 {
    margin-left: 8.333333333333332%}
.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.66666666666666%}
.col-md-10 {
    width: 83.33333333333334%}
.col-md-9 {
    width: 75%}
.col-md-8 {
    width: 66.66666666666666%}
.col-md-7 {
    width: 58.333333333333336%}
.col-md-6 {
    width: 50%}
.col-md-5 {
    width: 41.66666666666667%}
.col-md-4 {
    width: 33.33333333333333%}
.col-md-3 {
    width: 25%}
.col-md-2 {
    width: 16.666666666666664%}
.col-md-1 {
    width: 8.333333333333332%}
.col-md-pull-12 {
    right: 100%}
.col-md-pull-11 {
    right: 91.66666666666666%}
.col-md-pull-10 {
    right: 83.33333333333334%}
.col-md-pull-9 {
    right: 75%}
.col-md-pull-8 {
    right: 66.66666666666666%}
.col-md-pull-7 {
    right: 58.333333333333336%}
.col-md-pull-6 {
    right: 50%}
.col-md-pull-5 {
    right: 41.66666666666667%}
.col-md-pull-4 {
    right: 33.33333333333333%}
.col-md-pull-3 {
    right: 25%}
.col-md-pull-2 {
    right: 16.666666666666664%}
.col-md-pull-1 {
    right: 8.333333333333332%}
.col-md-pull-0 {
    right: auto;
}
.col-md-push-12 {
    left: 100%}
.col-md-push-11 {
    left: 91.66666666666666%}
.col-md-push-10 {
    left: 83.33333333333334%}
.col-md-push-9 {
    left: 75%}
.col-md-push-8 {
    left: 66.66666666666666%}
.col-md-push-7 {
    left: 58.333333333333336%}
.col-md-push-6 {
    left: 50%}
.col-md-push-5 {
    left: 41.66666666666667%}
.col-md-push-4 {
    left: 33.33333333333333%}
.col-md-push-3 {
    left: 25%}
.col-md-push-2 {
    left: 16.666666666666664%}
.col-md-push-1 {
    left: 8.333333333333332%}
.col-md-push-0 {
    left: auto;
}
.col-md-offset-12 {
    margin-left: 100%}
.col-md-offset-11 {
    margin-left: 91.66666666666666%}
.col-md-offset-10 {
    margin-left: 83.33333333333334%}
.col-md-offset-9 {
    margin-left: 75%}
.col-md-offset-8 {
    margin-left: 66.66666666666666%}
.col-md-offset-7 {
    margin-left: 58.333333333333336%}
.col-md-offset-6 {
    margin-left: 50%}
.col-md-offset-5 {
    margin-left: 41.66666666666667%}
.col-md-offset-4 {
    margin-left: 33.33333333333333%}
.col-md-offset-3 {
    margin-left: 25%}
.col-md-offset-2 {
    margin-left: 16.666666666666664%}
.col-md-offset-1 {
    margin-left: 8.333333333333332%}
.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.66666666666666%}
.col-lg-10 {
    width: 83.33333333333334%}
.col-lg-9 {
    width: 75%}
.col-lg-8 {
    width: 66.66666666666666%}
.col-lg-7 {
    width: 58.333333333333336%}
.col-lg-6 {
    width: 50%}
.col-lg-5 {
    width: 41.66666666666667%}
.col-lg-4 {
    width: 33.33333333333333%}
.col-lg-3 {
    width: 25%}
.col-lg-2 {
    width: 16.666666666666664%}
.col-lg-1 {
    width: 8.333333333333332%}
.col-lg-pull-12 {
    right: 100%}
.col-lg-pull-11 {
    right: 91.66666666666666%}
.col-lg-pull-10 {
    right: 83.33333333333334%}
.col-lg-pull-9 {
    right: 75%}
.col-lg-pull-8 {
    right: 66.66666666666666%}
.col-lg-pull-7 {
    right: 58.333333333333336%}
.col-lg-pull-6 {
    right: 50%}
.col-lg-pull-5 {
    right: 41.66666666666667%}
.col-lg-pull-4 {
    right: 33.33333333333333%}
.col-lg-pull-3 {
    right: 25%}
.col-lg-pull-2 {
    right: 16.666666666666664%}
.col-lg-pull-1 {
    right: 8.333333333333332%}
.col-lg-pull-0 {
    right: auto;
}
.col-lg-push-12 {
    left: 100%}
.col-lg-push-11 {
    left: 91.66666666666666%}
.col-lg-push-10 {
    left: 83.33333333333334%}
.col-lg-push-9 {
    left: 75%}
.col-lg-push-8 {
    left: 66.66666666666666%}
.col-lg-push-7 {
    left: 58.333333333333336%}
.col-lg-push-6 {
    left: 50%}
.col-lg-push-5 {
    left: 41.66666666666667%}
.col-lg-push-4 {
    left: 33.33333333333333%}
.col-lg-push-3 {
    left: 25%}
.col-lg-push-2 {
    left: 16.666666666666664%}
.col-lg-push-1 {
    left: 8.333333333333332%}
.col-lg-push-0 {
    left: auto;
}
.col-lg-offset-12 {
    margin-left: 100%}
.col-lg-offset-11 {
    margin-left: 91.66666666666666%}
.col-lg-offset-10 {
    margin-left: 83.33333333333334%}
.col-lg-offset-9 {
    margin-left: 75%}
.col-lg-offset-8 {
    margin-left: 66.66666666666666%}
.col-lg-offset-7 {
    margin-left: 58.333333333333336%}
.col-lg-offset-6 {
    margin-left: 50%}
.col-lg-offset-5 {
    margin-left: 41.66666666666667%}
.col-lg-offset-4 {
    margin-left: 33.33333333333333%}
.col-lg-offset-3 {
    margin-left: 25%}
.col-lg-offset-2 {
    margin-left: 16.666666666666664%}
.col-lg-offset-1 {
    margin-left: 8.333333333333332%}
.col-lg-offset-0 {
    margin-left: 0;
}
}table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #eee;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.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.428571429;
    vertical-align: top;
    border-top: 1px solid #ccc;
}
.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 #ccc;
}
.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-border, .table-border>tbody>tr>td, .table-border>tbody>tr>th, .table-border>tfoot>tr>td, .table-border>tfoot>tr>th, .table-border>thead>tr>td, .table-border>thead>tr>th {
    border: 1px solid #ccc;
}
.table-striped>tbody>tr:nth-child(odd) {
    background-color: #eee;
}
.table-hover>tbody>tr:hover {
    background-color: #cce5f1;
}
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;
}
.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: #cce5f1;
}
.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: #b8dbec;
}
.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: #6ea204;
}
.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: #5d8903;
}
.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: #42aeaf;
}
.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: #3b9c9c;
}
.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: #ee6411;
}
.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: #d65a0f;
}
.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: #d74324;
}
.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: #c13c20;
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%}
@media screen and (max-width:767px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ccc;
}
.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-border {
    border: 0;
}
.table-responsive>.table-border>tbody>tr>td:first-child, .table-responsive>.table-border>tbody>tr>th:first-child, .table-responsive>.table-border>tfoot>tr>td:first-child, .table-responsive>.table-border>tfoot>tr>th:first-child, .table-responsive>.table-border>thead>tr>td:first-child, .table-responsive>.table-border>thead>tr>th:first-child {
    border-left: 0;
}
.table-responsive>.table-border>tbody>tr>td:last-child, .table-responsive>.table-border>tbody>tr>th:last-child, .table-responsive>.table-border>tfoot>tr>td:last-child, .table-responsive>.table-border>tfoot>tr>th:last-child, .table-responsive>.table-border>thead>tr>td:last-child, .table-responsive>.table-border>thead>tr>th:last-child {
    border-right: 0;
}
.table-responsive>.table-border>tbody>tr:last-child>td, .table-responsive>.table-border>tbody>tr:last-child>th, .table-responsive>.table-border>tfoot>tr:last-child>td, .table-responsive>.table-border>tfoot>tr:last-child>th {
    border-bottom: 0;
}
}fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #737373;
    border: 0;
    border-bottom: 1px solid #eee;
}
label {
    max-width: 100%;
    margin-bottom: 5px;
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=file] {
    display: block;
}
input[type=range] {
    display: block;
    width: 100%}
select[multiple], select[size] {
    height: auto;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #444;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #444;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    -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-control:focus {
    border-color: #007db8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 125, 184, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 125, 184, .6);
}
.form-control::-moz-placeholder {
    color: #aaa;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #aaa;
}
.form-control::-webkit-input-placeholder {
    color: #aaa;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #f9f9f9;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type=search] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    line-height: 34px;
}
input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 30px;
}
input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px;
}
}.form-group {
    margin-bottom: 5px;
}
.checkbox, .radio {
    position: relative;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}
.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+.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;
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.form-group-sm .form-control, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}
select.form-group-sm .form-control, select.input-sm {
    height: 30px;
    line-height: 30px;
}
select[multiple].form-group-sm .form-control, select[multiple].input-sm, textarea.form-group-sm .form-control, textarea.input-sm {
    height: auto;
}
.form-group-lg .form-control, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 5px;
}
select.form-group-lg .form-control, select.input-lg {
    height: 46px;
    line-height: 46px;
}
select[multiple].form-group-lg .form-control, select[multiple].input-lg, textarea.form-group-lg .form-control, textarea.input-lg {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .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: #6ea204;
}
.has-success .form-control {
    border-color: #6ea204;
    -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: #4c7003;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #adf913;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #adf913;
}
.has-success .input-group-addon {
    color: #6ea204;
    border-color: #6ea204;
    background-color: #6ea204;
}
.has-success .form-control-feedback {
    color: #6ea204;
}
.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .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: #ee6411;
}
.has-warning .form-control {
    border-color: #ee6411;
    -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: #be500e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f5a270;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f5a270;
}
.has-warning .input-group-addon {
    color: #ee6411;
    border-color: #ee6411;
    background-color: #ee6411;
}
.has-warning .form-control-feedback {
    color: #ee6411;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .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: #d74324;
}
.has-error .form-control {
    border-color: #d74324;
    -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: #ab351d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e88c79;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e88c79;
}
.has-error .input-group-addon {
    color: #d74324;
    border-color: #d74324;
    background-color: #d74324;
}
.has-error .form-control-feedback {
    color: #d74324;
}
.has-feedback label~.form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
}
@media (min-width:768px) {
    .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-static {
    display: inline-block;
}
.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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.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;
}
}.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width:768px) {
    .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
}
}.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
}
}@media (min-width:768px) {
    .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;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    -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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #f3f3f3;
    text-decoration: none;
}
.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -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-link {
    color: #007db8;
    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: #005a85;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #eee;
    text-decoration: none;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}
.btn-group-xs>.btn, .btn-xs {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 16px!important;
}
.btn-block {
    display: block;
    width: 100%}
.btn-block+.btn-block {
    margin-top: 5px;
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    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 solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 1px;
    -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;
}
.dropdown-menu .divider {
    margin: 9px 0;
    overflow: hidden;
    background-color: #eee;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #737373;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #666;
    background-color: #cce5f1;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #737373;
    text-decoration: none;
    outline: 0;
    background-color: #cce5f1;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    color: #eee;
}
.dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open>.dropdown-menu {
    display: block;
}
.open>a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #eee;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.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: 1px;
}
@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-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 {
    z-index: 2;
}
.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-group, .btn-toolbar .input-group {
    float: left;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group>.btn:first-child {
    margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.btn-group>.btn-group {
    float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.btn-group>.btn-group:last-child>.btn:first-child {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}
.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 .caret {
    margin-left: 0;
}
.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;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 1px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 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 {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 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: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 5px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}
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: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}
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;
}
.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: 14px;
    font-weight: 400;
    line-height: 1;
    color: #444;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 1px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 1px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 5px;
}
.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) {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 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 {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn>.btn {
    position: relative;
}
.input-group-btn>.btn+.btn {
    margin-left: -1px;
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #cce5f1;
}
.nav>li.disabled>a {
    color: #eee;
}
.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #eee;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #cce5f1;
    border-color: #007db8;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav>li>a>img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ccc;
}
.nav-tabs>li {
    float: left;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border-radius: 1px 1px 0 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #444;
    background-color: #fff;
    border: 1px solid #007db8;
    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;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 1px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ccc;
}
@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ccc;
    border-radius: 1px 1px 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: #007db8;
}
}.nav-pills>li {
    float: left;
}
.nav-pills>li>a {
    border-radius: 1px;
}
.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: #007db8;
}
.nav-stacked>li {
    float: none;
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%}
.nav-justified>li {
    float: none;
}
.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width:768px) {
    .nav-justified>li {
    display: table-cell;
    width: 1%}
.nav-justified>li>a {
    margin-bottom: 0;
}
}.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 1px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ccc;
}
@media (min-width:768px) {
    .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ccc;
    border-radius: 1px 1px 0 0;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #007db8;
}
}.tab-content>.tab-pane {
    display: none;
    visibility: hidden;
}
.tab-content>.active {
    display: block;
    visibility: visible;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width:768px) {
    .navbar {
    border-radius: 1px;
}
}@media (min-width:768px) {
    .navbar-header {
    float: left;
}
}.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-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
}
.navbar-collapse.collapse {
    display: block!important;
    visibility: visible!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;
}
}.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}
@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;
}
@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-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width:768px) {
    .navbar-static-top {
    border-radius: 0;
}
}.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
}
}.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: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none;
}
.navbar-brand>img {
    display: block;
}
@media (min-width:768px) {
    .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;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
@media (min-width:768px) {
    .navbar-toggle {
    display: none;
}
}.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@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: 20px;
}
.navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
}
}@media (min-width:768px) {
    .navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav>li {
    float: left;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
}.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width:768px) {
    .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.navbar-form .form-control-static {
    display: inline-block;
}
.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 .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.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;
}
}.navbar-form .help-inline, .navbar-form .input-append, .navbar-form .input-prepend, .navbar-form .uneditable-input, .navbar-form input, .navbar-form select, .navbar-form textarea {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.navbar-form .hide {
    display: none;
}
@media (max-width:767px) {
    .navbar-form .form-group {
    margin-bottom: 5px;
}
.navbar-form .form-group:last-child {
    margin-bottom: 0;
}
}@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-nav>li>.dropdown-menu {
    margin-top: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topright: 1px;
    border-top-right-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    border-top-left-radius: 1px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width:768px) {
    .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
}@media (min-width:768px) {
    .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: #007db8;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #005a85;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav>li>a {
    color: #007db8;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #006697;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #007db8;
    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: #007db8;
}
@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #007db8;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #006697;
    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: #007db8;
    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: #007db8;
}
.navbar-default .navbar-link:hover {
    color: #006697;
}
.navbar-default .btn-link {
    color: #007db8;
}
.navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
    color: #006697;
}
.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: #007db8;
    border-color: #005a85;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.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: #fff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #b8dbec;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #cce5f1;
    background-color: #007db8;
}
.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: #006594;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #007db8;
    color: #cce5f1;
}
@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #005a85;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #005a85;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #b8dbec;
    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: #cce5f1;
    background-color: #007db8;
}
.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: #fff;
}
.navbar-inverse .navbar-link:hover {
    color: #b8dbec;
}
.navbar-inverse .btn-link {
    color: #fff;
}
.navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
    color: #b8dbec;
}
.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;
}
.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    line-height: 1.428571429;
    text-decoration: none;
    color: #007db8;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-left-radius: 1px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topright: 1px;
    border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    border-bottom-right-radius: 1px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #005a85;
    background-color: #f3f3f3;
    border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #007db8;
    border-color: #007db8;
    cursor: default;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #737373;
    background-color: #fff;
    border-color: #444;
    cursor: not-allowed;
}
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-left-radius: 1px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topright: 1px;
    border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    border-bottom-right-radius: 1px;
}
.pager {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li>a, .pager li>span {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 1px;
}
.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #f3f3f3;
}
.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: #737373;
    background-color: #eee;
    cursor: not-allowed;
}
.panel {
    margin-bottom: 20px;
    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-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title>a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ccc;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.panel>.list-group, .panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.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;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.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;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.list-group+.panel-footer, .panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel>.panel-collapse>.table, .panel>.table, .panel>.table-responsive>.table {
    margin-bottom: 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, .panel>.table:first-child {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.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>tbody:first-child>tr:first-child, .panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.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: 0;
}
.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: 0;
}
.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
}
.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>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.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: 0;
}
.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: 0;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body {
    border-top: 1px solid #ccc;
}
.panel>.table>tbody:first-child>tr:first-child td, .panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0;
}
.panel>.table-border, .panel>.table-responsive>.table-border {
    border: 0;
}
.panel>.table-border>tbody>tr>td:first-child, .panel>.table-border>tbody>tr>th:first-child, .panel>.table-border>tfoot>tr>td:first-child, .panel>.table-border>tfoot>tr>th:first-child, .panel>.table-border>thead>tr>td:first-child, .panel>.table-border>thead>tr>th:first-child, .panel>.table-responsive>.table-border>tbody>tr>td:first-child, .panel>.table-responsive>.table-border>tbody>tr>th:first-child, .panel>.table-responsive>.table-border>tfoot>tr>td:first-child, .panel>.table-responsive>.table-border>tfoot>tr>th:first-child, .panel>.table-responsive>.table-border>thead>tr>td:first-child, .panel>.table-responsive>.table-border>thead>tr>th:first-child {
    border-left: 0;
}
.panel>.table-border>tbody>tr>td:last-child, .panel>.table-border>tbody>tr>th:last-child, .panel>.table-border>tfoot>tr>td:last-child, .panel>.table-border>tfoot>tr>th:last-child, .panel>.table-border>thead>tr>td:last-child, .panel>.table-border>thead>tr>th:last-child, .panel>.table-responsive>.table-border>tbody>tr>td:last-child, .panel>.table-responsive>.table-border>tbody>tr>th:last-child, .panel>.table-responsive>.table-border>tfoot>tr>td:last-child, .panel>.table-responsive>.table-border>tfoot>tr>th:last-child, .panel>.table-responsive>.table-border>thead>tr>td:last-child, .panel>.table-responsive>.table-border>thead>tr>th:last-child {
    border-right: 0;
}
.panel>.table-border>tbody>tr:first-child>td, .panel>.table-border>tbody>tr:first-child>th, .panel>.table-border>tbody>tr:last-child>td, .panel>.table-border>tbody>tr:last-child>th, .panel>.table-border>tfoot>tr:last-child>td, .panel>.table-border>tfoot>tr:last-child>th, .panel>.table-border>thead>tr:first-child>td, .panel>.table-border>thead>tr:first-child>th, .panel>.table-responsive>.table-border>tbody>tr:first-child>td, .panel>.table-responsive>.table-border>tbody>tr:first-child>th, .panel>.table-responsive>.table-border>tbody>tr:last-child>td, .panel>.table-responsive>.table-border>tbody>tr:last-child>th, .panel>.table-responsive>.table-border>tfoot>tr:last-child>td, .panel>.table-responsive>.table-border>tfoot>tr:last-child>th, .panel>.table-responsive>.table-border>thead>tr:first-child>td, .panel>.table-responsive>.table-border>thead>tr:first-child>th {
    border-bottom: 0;
}
.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 1px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ccc;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ccc;
}
.panel-default {
    border-color: #ccc;
}
.panel-default>.panel-heading {
    color: #737373;
    background-color: #f5f5f5;
    border-color: #ccc;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ccc;
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #737373;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ccc;
}
.panel-primary {
    border-color: #007db8;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #007db8;
    border-color: #007db8;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #007db8;
}
.panel-primary>.panel-heading .badge {
    color: #007db8;
    background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #007db8;
}
.panel-success {
    border-color: #738903;
}
.panel-success>.panel-heading {
    color: #fff;
    background-color: #6ea204;
    border-color: #738903;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #738903;
}
.panel-success>.panel-heading .badge {
    color: #6ea204;
    background-color: #fff;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #738903;
}
.panel-info {
    border-color: #389586;
}
.panel-info>.panel-heading {
    color: #fff;
    background-color: #42aeaf;
    border-color: #389586;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #389586;
}
.panel-info>.panel-heading .badge {
    color: #42aeaf;
    background-color: #fff;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #389586;
}
.panel-warning {
    border-color: #d6390f;
}
.panel-warning>.panel-heading {
    color: #fff;
    background-color: #ee6411;
    border-color: #d6390f;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6390f;
}
.panel-warning>.panel-heading .badge {
    color: #ee6411;
    background-color: #fff;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6390f;
}
.panel-danger {
    border-color: #c12120;
}
.panel-danger>.panel-heading {
    color: #fff;
    background-color: #d74324;
    border-color: #c12120;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #c12120;
}
.panel-danger>.panel-heading .badge {
    color: #d74324;
    background-color: #fff;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #c12120;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default[href]:focus, .label-default[href]:hover {
    background-color: #d5d5d5;
}
.label-primary {
    background-color: #007db8;
}
.label-primary[href]:focus, .label-primary[href]:hover {
    background-color: #005a85;
}
.label-success {
    background-color: #408001;
}
.label-success[href]:focus, .label-success[href]:hover {
    background-color: #274d01;
}
.label-info {
    background-color: #42aeaf;
}
.label-info[href]:focus, .label-info[href]:hover {
    background-color: #34898a;
}
.label-warning {
    background-color: #ee6411;
}
.label-warning[href]:focus, .label-warning[href]:hover {
    background-color: #be500e;
}
.label-danger {
    background-color: #d74324;
}
.label-danger[href]:focus, .label-danger[href]:hover {
    background-color: #ab351d;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #444;
    border-radius: 9px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:focus, a.badge:hover {
    color: #373737;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #007db8;
    background-color: #fff;
}
.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;
    color: inherit;
    background-color: #f9f9f9;
}
.jumbotron .h1, .jumbotron h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron>hr {
    border-top-color: #e0e0e0;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 5px;
}
.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: 63px;
}
}.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1px;
    -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: #007db8;
}
.thumbnail .caption {
    padding: 9px;
    color: #444;
}

.alert h4 {
    margin-top: 0;
}
.alert .alert-link {
    font-weight: 700;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert>p+p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
/* .alert-success {
    
    background-image:url(../images/success_icon.png); background-repeat:no-repeat; background-position:10px 10px;
}  */
.alert-success hr {
    border-top-color: #5e7003;
}
.alert-success .alert-link {
    color: #4c7003;
}
/* .alert-info {
   
   background-image:url(../images/info_icon.png); background-repeat:no-repeat; background-position:10px 10px;
}  */
.alert-info hr {
    border-top-color: #318376;
}
.alert-info .alert-link {
    color: #34898a;
}
/* .alert-warning {
      background-image:url(../images/alert_icon.png); background-repeat:no-repeat; background-position:10px 10px;
} */
.alert-warning hr {
    border-top-color: #be330e;
}
.alert-warning .alert-link {
    color: #be500e;
}
.alert-danger {
   
   background-image:url(../images/danger_icon.png); background-repeat:no-repeat; background-position:10px 10px;
}
.alert-danger hr {
    border-top-color: #ab1e1d;
}
.alert-danger .alert-link {
    color: #ab351d;
}
@-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: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 1px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #007db8;
    -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: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    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: #408001;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #42aeaf;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #ee6411;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d74324;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.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: #eee;
    border-bottom: 1px solid #aaa;
}
.list-group-item:first-child {
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topright: 1px;
    border-top-right-radius: 1px;
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    border-top-left-radius: 1px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-left-radius: 1px;
}
a.list-group-item {
    color: #444;
}
a.list-group-item .list-group-item-heading {
    color: #444;
}
a.list-group-item:focus, a.list-group-item:hover {
    text-decoration: none;
    
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #f9f9f9;
    color: #eee;
    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: #eee;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #007db8;
    border-color: #007db8;
}
.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: #85d8ff;
}
.list-group-item-success {
    color: #6ea204;
    background-color: #6ea204;
}
a.list-group-item-success {
    color: #6ea204;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:focus, a.list-group-item-success:hover {
    color: #6ea204;
    background-color: #5d8903;
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
    color: #fff;
    background-color: #6ea204;
    border-color: #6ea204;
}
.list-group-item-info {
    color: #42aeaf;
    background-color: #42aeaf;
}
a.list-group-item-info {
    color: #42aeaf;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:focus, a.list-group-item-info:hover {
    color: #42aeaf;
    background-color: #3b9c9c;
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
    color: #fff;
    background-color: #42aeaf;
    border-color: #42aeaf;
}
.list-group-item-warning {
    color: #ee6411;
    background-color: #ee6411;
}
a.list-group-item-warning {
    color: #ee6411;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover {
    color: #ee6411;
    background-color: #d65a0f;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #ee6411;
    border-color: #ee6411;
}
.list-group-item-danger {
    color: #d74324;
    background-color: #d74324;
}
a.list-group-item-danger {
    color: #d74324;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover {
    color: #d74324;
    background-color: #c13c20;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #d74324;
    border-color: #d74324;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #eee;
    border: 1px solid #dcdcdc;
    border-radius: 1px;
    -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: 5px;
}
.well-sm {
    padding: 9px;
    border-radius: 1px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.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-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.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: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-header {
    border-bottom: 1px solid #ccc;
    min-height: 16.428571429px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    text-align: right;
    border-top: 1px solid #ccc;
}
.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;
}
}@media (min-width:992px) {
    .modal-lg {
    width: 900px;
}
}.tooltip {
    font-family: 'Trebuchet MS', Roboto, 'Segoe UI', 'Helvetica Neue', 'Meiryo UI Reg', 'メイリオ Reg', 'MS UI Gothic Reg', 'Hiragino Kaku Gothic Reg', 'ヒラギノ角ゴ Pro W3 Reg', 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', 'Microsoft JhengHei', '微軟正黑體', 'Malgun Gothic', Gulim, Tahoma, 'Arial Unicode', sans-serif;
    font-weight: 400;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    border-width: 10px 10px 0;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 10px;
    margin-bottom: -10px;
    border-width: 10px 10px 0;
    border-top-color: #fff;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 10px;
    margin-bottom: -10px;
    border-width: 10px 10px 0;
    border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
    border-width: 10px 10px 10px 0;
}
.tooltip.left .tooltip-arrow {
    border-width: 10px 0 10px 10px;
}
.tooltip.bottom .tooltip-arrow {
    margin-left: -10px;
    border-width: 0 10px 10px;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 10px;
    margin-top: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #fff;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 10px;
    margin-top: -10px;
    border-width: 0 10px 10px;
    border-bottom-color: #fff;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    display: none;
    max-width: 276px;
    font-family: 'Trebuchet MS', Roboto, 'Segoe UI', 'Helvetica Neue', 'Meiryo UI Reg', 'メイリオ Reg', 'MS UI Gothic Reg', 'Hiragino Kaku Gothic Reg', 'ヒラギノ角ゴ Pro W3 Reg', 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', 'Microsoft JhengHei', '微軟正黑體', 'Malgun Gothic', Gulim, Tahoma, 'Arial Unicode', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    -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>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.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.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 {
    content: " ";
    left: 1px;
    bottom: -10px;
    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 {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%}
.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
    transition: transform .6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
    transform: translate3d(100%, 0, 0);
    left: 0;
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0;
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    transform: translate3d(0, 0, 0);
    left: 0;
}
}.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block;
}
.carousel-inner>.active {
    left: 0;
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%}
.carousel-inner>.next {
    left: 100%}
.carousel-inner>.prev {
    left: -100%}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0;
}
.carousel-inner>.active.left {
    left: -100%}
.carousel-inner>.active.right {
    left: 100%}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#80000000',  GradientType=1);
}
.carousel-control:focus, .carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90);
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039'}
.carousel-control .icon-next:before {
    content: '\203a'}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
}
.carousel-indicators {
    bottom: 20px;
}
}.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;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.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-print, .visible-print-block, .visible-print-inline, .visible-print-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;
}
@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;
}
}@media (max-width:767px) {
    .visible-xs-block {
    display: block!important;
}
}@media (max-width:767px) {
    .visible-xs-inline {
    display: inline!important;
}
}@media (max-width:767px) {
    .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;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
    display: block!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
    display: inline!important;
}
}@media (min-width:768px) and (max-width:991px) {
    .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;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
    display: block!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
    display: inline!important;
}
}@media (min-width:992px) and (max-width:1199px) {
    .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;
}
}@media (min-width:1200px) {
    .visible-lg-block {
    display: block!important;
}
}@media (min-width:1200px) {
    .visible-lg-inline {
    display: inline!important;
}
}@media (min-width:1200px) {
    .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;
}
}@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;
}
}@media print {
    .visible-print-block {
    display: block!important;
}
}@media print {
    .visible-print-inline {
    display: inline!important;
}
}@media print {
    .visible-print-inline-block {
    display: inline-block!important;
}
}@media print {
    .hidden-print {
    display: none!important;
}
}

.alert {
    color: #444; position:relative;
	width:95%; margin:10px auto 15px auto;
	border-radius:4px;
    padding: 10px 35px 5px 45px;
    text-shadow: none; 
	background-color:#ffffc9;
    border: 1px solid #eee;
  
}
.alert h4 {
    margin-bottom: 0;
    color: #444;
}
.alert p:last-child {
    margin-bottom: 0;
}
.alert :last-child {
    margin-bottom: 8px;
}
.alert>.alert-danger, .alert>.alert-error, .alert>.alert-info, .alert>.alert-success, .alert>.alert-warning {
    background: 0 0;
    color: #444;
    margin-bottom: 20px;
}
.alert-danger:before, .alert-error:before {
    content: "\e603";
    font-family: icon-small;
    float: left;
    color: #ce1126;
    position: absolute;
    font-size: 20px;
    left: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -5px;
}
.alert-info:before {
    content: "\e604";
    font-family: icon-small;
    float: left;
    color: #007db8;
    position: absolute;
    font-size: 20px;
    left: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -5px;
}
.alert-success:before {
    content: "\e611";
    font-family: icon-small;
    float: left;
    color: #6ea204;
    position: absolute;
    font-size: 20px;
    left: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -5px;
}
.alert-warning:before {
    content: "\e605";
    font-family: icon-small;
    float: left;
    color: #d74324;
    position: absolute;
    font-size: 20px;
    left: 0;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: -5px;
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}
.alert-block>p, .alert-block>ul {
    margin-bottom: 0;
}
.alert-block p+p {
    margin-top: 5px;
}
blockquote {
    min-height: 20px;
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #eee;
    border-left: 10px solid #aaa;
    position: relative;
    font-size: inherit;
}
blockquote h4 {
    margin: 10px 0;
    line-height: 10px;
}
blockquote h4+p {
    margin-bottom: 10px;
}
blockquote.pull-right {
    border-left: 0;
    border-right: 10px solid #aaa;
    width: 100%}
blockquote.blockquote-blue {
    border-color: #007db8;
}
blockquote.blockquote-green {
    border-color: #6ea204;
}
blockquote.blockquote-purple {
    border-color: #6e2585;
}
blockquote.blockquote-orange {
    border-color: #ee6411;
}
blockquote.blockquote-berry {
    border-color: #b7295a;
}
blockquote.blockquote-red {
    border-color: #d74324;
}
blockquote.blockquote-red-dark {
    border-color: #ce1126;
}
blockquote.blockquote-dark-blue {
    border-color: #00447c;
}
blockquote.blockquote-gray-dark {
    border-color: #444;
}
blockquote.blockquote-icon {
    border: 0;
    padding-left: 55px;
}
blockquote.blockquote-icon [class*=icon] {
    display: none;
}
blockquote.blockquote-icon .icon-large-dell-advantage-star, blockquote.blockquote-icon .icon-large-dell-dpa-card {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 30px;
}
blockquote.blockquote-icon.pull-right {
    padding-left: 15px;
    padding-right: 55px;
}
blockquote.blockquote-icon.pull-right .icon-large-dell-advantage-star, blockquote.blockquote-icon.pull-right .icon-large-dell-dpa-card {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
}
.breadcrumb {
    padding: 8px 0;
    background: 0 0;
    color: #737373;
    font-size: 12px;
    position: relative;
    border-radius: none;
}
.breadcrumb>li {
    text-shadow: none;
}
.breadcrumb>li:first-child {
    cursor: pointer;
}
.breadcrumb>li:first-child a {
    display: none;
}
.breadcrumb>li:first-child:before {
    font-size: 14px;
    content: "\e62b";
    font-family: icon-small;
    vertical-align: bottom;
}
.breadcrumb>li a {
    color: #737373;
}
.breadcrumb>li+li:before {
    font-family: icon-ui;
    content: "\e601";
    color: #737373;
    vertical-align: bottom;
}
.breadcrumb>.active, .breadcrumb>li+li:last-child:before {
    color: #aaa;
}
.btn {
    border-radius: 0;
    outline: 0!important;
}
.btn-default {
    color: #00447c;
    background-color: #eee;
    border-color: #ccc;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #007db8;
    background-color: #d5d5d5;
    border-color: #adadad;
}
.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    background-image: none;
}
.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: #eee;
    border-color: #ccc;
    color:#444;
}
.btn-default .badge {
    color: #eee;
    background-color: #007db8;
}
.btn-default.active, .btn-default:focus .btn-default:active, .btn-default:hover {
    background: #dadada;
}
.btn-primary {
    color: #fff;
    background-color: #007db8;
    border-color: #007db8;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #005a85;
    border-color: #00537b;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    background-image: none;
}
.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: #007db8;
    border-color: #007db8;
}
.btn-primary .badge {
    color: #007db8;
    background-color: #fff;
}
.btn-primary.active, .btn-primary:focus .btn-primary:active, .btn-primary:hover {
    background: #00447c;
}
.btn-success {
    color: #fff;
    background-color: #408001;
    border-color: #408001;
}
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #274d01;
    border-color: #224301;
}
.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: #408001;
    border-color: #408001;
}
.btn-success .badge {
    color: #408001;
    background-color: #fff;
}
.btn-success.active, .btn-success:focus .btn-success:active, .btn-success:hover {
    background: #285709;
}
.btn-info {
    color: #fff;
    background-color: #42aeaf;
    border-color: #3b9c9c;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #34898a;
    border-color: #2a6f70;
}
.btn-info.active, .btn-info:active, .open>.dropdown-toggle.btn-info {
    background-image: none;
}
.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: #42aeaf;
    border-color: #3b9c9c;
}
.btn-info .badge {
    color: #42aeaf;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #ee6411;
    border-color: #d65a0f;
}
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #be500e;
    border-color: #9d420b;
}
.btn-warning.active, .btn-warning:active, .open>.dropdown-toggle.btn-warning {
    background-image: none;
}
.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: #ee6411;
    border-color: #d65a0f;
}
.btn-warning .badge {
    color: #ee6411;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d74324;
    border-color: #c13c20;
}
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #ab351d;
    border-color: #8d2c18;
}
.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    background-image: none;
}
.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: #d74324;
    border-color: #c13c20;
}
.btn-danger .badge {
    color: #d74324;
    background-color: #fff;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 1px;
}
.btn-lg [class*=" icon-"], .btn-lg [class^=icon-] {
    margin-top: 4px;
}
.btn-small [class*=" icon-"], .btn-small [class^=icon-] {
    margin-top: 0;
}
.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
}
.tap-to-load {
    height: 34px;
    color: #007db8;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 1px solid #ccc;
    padding: 6px 12px;
    background: #eee;
}
.tap-to-load:focus, .tap-to-load:hover {
    color: #005a85;
    outline: 0;
    border: 1px solid transparent;
    background: #f9f9f9;
}
.tap-to-load-rule {
    text-align: center;
    background: url(app/dell-ui-bootstrap/img/gray-dark-dot-line.png) repeat-x;
    background-position: 50% 30%;
    margin-bottom: 20px;
    display: block;
}
.tap-to-load-rule p {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    max-width: 80%}
.btn-link.dropdown-toggle:active, .btn-link.dropdown-toggle:focus, .btn-link.dropdown-toggle:hover {
    text-decoration: none;
}
.btn[data-loading-text][disabled] {
    color: #007db8;
    padding-left: 20px;
    position: relative;
    background: #cce5f1;
}
.btn[data-loading-text][disabled]:focus {
    outline: 0;
}
.btn[data-loading-text][disabled]:before {
    content: "\00a0\00a0\00a0\00a0\00a0";
    background: url(img/loading-animation-square.gif) no-repeat 0 -1px;
    background-size: contain;
    position: relative;
    left: -6px;
    top: 0;
}
.btn-margin-right-5 {
    margin-right: 5px;
    margin-top: 5px;
}
.btn-margin-left-5 {
    margin-left: 5px;
    margin-top: 5px;
}
:root .css3-checkboxes input[type=checkbox]+span, :root .css3-checkboxes input[type=checkbox]+span::before, :root .css3-checkboxes label, :root .css3-radios input[type=radio]+span, :root .css3-radios input[type=radio]+span::before, :root .css3-radios label {
    display: inline-block;
    vertical-align: middle;
}
:root .css3-checkboxes, :root .css3-radios {
    position: relative;
}
:root .css3-checkboxes label *, :root .css3-radios label * {
    cursor: pointer;
}
:root .css3-checkboxes input[type=checkbox], :root .css3-radios input[type=radio] {
    opacity: 0;
    position: absolute;
}
:root .css3-checkboxes label:hover span::before, :root .css3-radios label:hover span::before {
    -moz-box-shadow: 0 0 2px #ccc;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
}
:root .css3-checkboxes label:hover span, :root .css3-radios label:hover span {
    color: #000;
}
:root .css3-checkboxes input[type=checkbox]+span::before, :root .css3-radios input[type=radio]+span::before {
    content: "";
    width: 22px;
    height: 22px;
    margin: 0 4px 0 0;
    border: solid 1px #007db8;
    line-height: 14px;
    text-align: center;
    background: #f9f9f9;
}
:root .css3-checkboxes input[type=checkbox]:checked+span::before, :root .css3-radios input[type=radio]:checked+span::before {
    color: #444;
}
:root .css3-checkboxes input[type=checkbox]:disabled+span, :root .css3-radios input[type=radio]:disabled+span {
    cursor: default;
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}
:root .css3-checkboxes input[type=checkbox]+span::before {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
:root .css3-checkboxes input[type=checkbox]:checked+span::before {
    font-family: icon-small;
    content: "\e611";
    font-size: 14px;
    color: #007db8;
    padding: 3px;
}
:root .css3-radios input[type=radio]:checked+span::before {
    content: "\2022";
    font-size: 24px;
}
.btn-video {
    font-size: 60px!important;
    vertical-align: middle;
    text-align: center;
    background: #fff;
}
.btn-video.active, .btn-video:focus .btn-video:active, .btn-video:hover {
    background: #333;
    border: 0;
    outline: 0!important;
}
.btn-group>.btn+.dropdown-toggle {
    padding-left: 5px;
    padding-right: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.nav-icons>li {
    float: left;
    margin-bottom: -1px;
}
.nav-icons>li>a {
    margin-right: 0;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 1px 1px 0 0;
}
.nav-icons>li.active>a, .nav-icons>li.active>a:focus, .nav-icons>li.active>a:hover {
    color: #444;
    background-color: #fff;
    cursor: default;
}
.nav-icons>li:first-of-type {
    border-right: 1px solid #e4e4e4;
}
.nav-icons.nav-right {
    margin-top: 30px;
    float: none!important;
}
.nav-icons.nav-right>li {
    float: right;
}
.nav-icons.nav-right>li:first-of-type {
    border-left: 1px solid #e4e4e4;
    border-right: 0;
}
a.btn.btn-help {
    vertical-align: middle;
    text-align: center;
    padding: 5px 5px 2px;
}
a.btn.btn-help.active, a.btn.btn-help:focus a.btn.btn-help:active, a.btn.btn-help:hover {
    outline: 0!important;
    box-shadow: none!important;
}
a.btn.btn-help.active i, a.btn.btn-help:focus a.btn.btn-help:active i, a.btn.btn-help:hover i {
    color: #00447c!important;
}
a.btn.btn-hotspot {
    vertical-align: middle;
    text-align: center;
    border: 2px solid #fff;
    background: #007db8;
    padding: 3px 8px 4px 9px;
    border-radius: 20px;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .65);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .65);
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, .65);
}
a.btn.btn-hotspot.active, a.btn.btn-hotspot:focus a.btn.btn-hotspot:active, a.btn.btn-hotspot:hover {
    background: #00447c;
    border: 2px solid #cce5f1;
    -webkit-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .65);
    -moz-box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .65);
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .65);
}
a.btn.btn-hotspot i {
    font-size: 10px;
}
.carousel .carousel-control {
    position: absolute;
    top: 31%;
    width: 40px;
    height: 50px;
    margin-top: 0;
    font-size: 60px;
    font-weight: 400;
    line-height: 30px;
    color: #007db8;
    text-align: center;
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
}
.carousel .carousel-control.left {
    left: 0;
}
.carousel .carousel-control.left:before {
    content: "\e600";
    font-family: icon-ui;
    font-size: 60px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: -5px;
}
.carousel .carousel-control.left:hover {
    color: #cce5f1;
}
.carousel .carousel-control.right {
    right: 0;
}
.carousel .carousel-control.right:after {
    content: "\e601";
    font-family: icon-ui;
    font-size: 60px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: -17px;
}
.carousel .carousel-control.right:hover {
    color: #cce5f1;
}
.carousel .carousel-control+.carousel-inner {
    margin-left: 60px;
    margin-right: 60px;
}
.carousel .carousel-indicators {
    margin-right: 0;
    left: 50%;
    position: relative;
}
.carousel .carousel-indicators-4 {
    margin-left: -21px;
}
.carousel .carousel-indicators-5 {
    margin-left: -37px;
}
.carousel .carousel-indicators li {
    width: 30px;
    height: 10px;
    margin: 0 8px;
    border-radius: 3px;
    background: #ccc;
}
.carousel .carousel-indicators li:hover:not(.active) {
    background: #cce5f1;
    cursor: pointer;
}
.carousel .carousel-indicators .active {
    background: #444;
}
.carousel img {
    vertical-align: middle;
}
@media only screen and (max-width:767px) {
    .carousel-control {
    display: none;
}
.carousel .carousel-indicators {
    left: 50%;
    margin-top: 20px;
}
}@media (min-width:768px) {
    .carousel-indicators {
    margin-top: 10px;
    bottom: 0;
}
}.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    color: inherit;
    right: 0;
    margin-right: -20px;
}
hr {
    border-top: 1px solid #ccc;
}
code, pre {
    padding: 0 3px 2px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    font-size: 12px;
    color: #d14;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
code {
    background-color: #E2E1E1;
}
[data-toggle=collapse] .caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.collapsed .caret {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.open .dropdown-toggle .caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.panel {
    border-radius: 1px;
}
.panel form {
    margin-top: 20px;
}
.panel .form-actions {
    margin-bottom: -10px;
}
.panel legend {
    padding-left: 20px;
}
.panel .panel-heading h2, .panel .panel-heading h3, .panel .panel-heading h4, .panel .panel-heading h5, .panel .panel-heading h6 {
    margin: 0;
}
.panel>.table>tbody>tr>td:first-child, .panel>.table>thead>tr>th:first-child, .panel>.table>tr>td:first-child, .panel>.table>tr>th:first-child {
    border-left: 0;
}
.panel-body>p:last-child, .panel-body>ul:last-child, .well>p:last-child, .well>ul:last-child {
    margin-bottom: 0;
}
.shadow-separator {
    position: relative;
    z-index: 0;
    min-height: 20px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    width: 110%;
    margin-left: -5%}
.shadow-separator:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 90%;
    top: -3px;
    height: 3px;
    left: 5%;
    border-radius: 50%;
    box-shadow: 0 0 18px rgba(0, 0, 0, .6);
}
.separator-default {
    position: relative;
    z-index: 0;
    min-height: 20px;
    overflow: hidden;
    border-top: 1px solid #ccc;
    width: 110%;
    margin-left: -5%}
.border-left {
    height: auto;
}
.border-left-white {
    border-left: 1px solid #fff;
}
.border-left-gray-dark {
    border-left: 1px solid #444;
}
.border-left-gray-medium {
    border-left: 1px solid #737373;
}
.border-left-gray {
    border-left: 1px solid #aaa;
}
.border-left-gray-light {
    border-left: 1px solid #eee;
}
.border-left-gray-very-light {
    border-left: 1px solid #f9f9f9;
}
.border-left-blue {
    border-left: 1px solid #007db8;
}
.border-left-dark-blue {
    border-left: 1px solid #00447c;
}
.border-left-yellow {
    border-left: 1px solid #f2af00;
}
.border-left-teal {
    border-left: 1px solid #42aeaf;
}
.border-left-green {
    border-left: 1px solid #6ea204;
}
.border-left-light-green {
    border-left: 1px solid #c1d82f;
}
.border-left-orange {
    border-left: 1px solid #ee6411;
}
.border-left-red {
    border-left: 1px solid #d74324;
}
.border-left-red-dark {
    border-left: 1px solid #ce1126;
}
.border-left-berry {
    border-left: 1px solid #b7295a;
}
.border-left-purple {
    border-left: 1px solid #6e2585;
}
.border-right {
    height: auto;
}
.border-right-white {
    border-right: 1px solid #fff;
}
.border-right-gray-dark {
    border-right: 1px solid #444;
}
.border-right-gray-medium {
    border-right: 1px solid #737373;
}
.border-right-gray {
    border-right: 1px solid #aaa;
}
.border-right-gray-light {
    border-right: 1px solid #eee;
}
.border-right-gray-very-light {
    border-right: 1px solid #f9f9f9;
}
.border-right-blue {
    border-right: 1px solid #007db8;
}
.border-right-dark-blue {
    border-right: 1px solid #00447c;
}
.border-right-yellow {
    border-right: 1px solid #f2af00;
}
.border-right-teal {
    border-right: 1px solid #42aeaf;
}
.border-right-green {
    border-right: 1px solid #6ea204;
}
.border-right-light-green {
    border-right: 1px solid #c1d82f;
}
.border-right-orange {
    border-right: 1px solid #ee6411;
}
.border-right-red {
    border-right: 1px solid #d74324;
}
.border-right-red-dark {
    border-right: 1px solid #ce1126;
}
.border-right-berry {
    border-right: 1px solid #b7295a;
}
.border-right-purple {
    border-right: 1px solid #6e2585;
}
.border-left-thick {
    height: auto;
}
.border-left-thick-white {
    border-left: 2px solid #fff;
}
.border-left-thick-gray-dark {
    border-left: 2px solid #444;
}
.border-left-thick-gray-medium {
    border-left: 2px solid #737373;
}
.border-left-thick-gray {
    border-left: 2px solid #aaa;
}
.border-left-thick-gray-light {
    border-left: 2px solid #eee;
}
.border-left-thick-gray-very-light {
    border-left: 2px solid #f9f9f9;
}
.border-left-thick-blue {
    border-left: 2px solid #007db8;
}
.border-left-thick-dark-blue {
    border-left: 2px solid #00447c;
}
.border-left-thick-yellow {
    border-left: 2px solid #f2af00;
}
.border-left-thick-teal {
    border-left: 2px solid #42aeaf;
}
.border-left-thick-green {
    border-left: 2px solid #6ea204;
}
.border-left-thick-light-green {
    border-left: 2px solid #c1d82f;
}
.border-left-thick-orange {
    border-left: 2px solid #ee6411;
}
.border-left-thick-red {
    border-left: 2px solid #d74324;
}
.border-left-thick-red-dark {
    border-left: 2px solid #ce1126;
}
.border-left-thick-berry {
    border-left: 2px solid #b7295a;
}
.border-left-thick-purple {
    border-left: 2px solid #6e2585;
}
.border-right-thick {
    height: auto;
}
.border-right-thick-white {
    border-right: 2px solid #fff;
}
.border-right-thick-gray-dark {
    border-right: 2px solid #444;
}
.border-right-thick-gray-medium {
    border-right: 2px solid #737373;
}
.border-right-thick-gray {
    border-right: 2px solid #aaa;
}
.border-right-thick-gray-light {
    border-right: 2px solid #eee;
}
.border-right-thick-gray-very-light {
    border-right: 2px solid #f9f9f9;
}
.border-right-thick-blue {
    border-right: 2px solid #007db8;
}
.border-right-thick-dark-blue {
    border-right: 2px solid #00447c;
}
.border-right-thick-yellow {
    border-right: 2px solid #f2af00;
}
.border-right-thick-teal {
    border-right: 2px solid #42aeaf;
}
.border-right-thick-green {
    border-right: 2px solid #6ea204;
}
.border-right-thick-light-green {
    border-right: 2px solid #c1d82f;
}
.border-right-thick-orange {
    border-right: 2px solid #ee6411;
}
.border-right-thick-red {
    border-right: 2px solid #d74324;
}
.border-right-thick-red-dark {
    border-right: 2px solid #ce1126;
}
.border-right-thick-berry {
    border-right: 2px solid #b7295a;
}
.border-right-thick-purple {
    border-right: 2px solid #6e2585;
}
.dropdown-menu li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    color: #444;
    white-space: nowrap;
}
.dropdown-menu li>a .dropdown-submenu:hover>a, .dropdown-menu li>a:focus, .dropdown-menu li>a:hover {
    color: #007db8;
    text-decoration: none;
    background-color: #cce5f1;
    background-image: none;
    background-repeat: repeat-x;
    filter: none;
}
.dropdown-menu li>a.disabled {
    color: #737373;
    text-decoration: none;
    background-color: transparent;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    margin-top: 3px;
}
.dropdown-menu h3, .dropdown-menu h4, .dropdown-menu h5 {
    padding: 3px 20px;
}
.dropdown-menu .divider {
    height: 2px;
}
.dropdown-menu:after {
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 10px;
}
.dropdown-menu:before {
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: -7px;
    left: 9px;
}
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}
.dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}
.dropdown-menu.pull-right .dropdown-menu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -1px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-toggle .caret {
    display: none;
}
.dropdown-toggle:after {
    position: relative;
    font-family: icon-ui;
    content: "\e60e";
    font-size: 12px;
    top: 1px;
    padding: 0 2px 0 5px;
}
.dropdown-toggle.no-arrow:after {
    display: none;
}
li.dropdown .dropdown-menu {
    margin: 2px 0 0;
}
.open>.dropdown-toggle:after {
    content: "\e611";
    font-size: 12px;
    top: 1px;
}
form {
    margin: 0;
}
fieldset {
    margin-bottom: 10px;
}
form div {
    float: none;
}
.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    height: 34px;
    color: #444;
    border-radius: 1px;
    border: 1px solid #ccc;
    padding-left: 5px;
}
.uneditable-input, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
.uneditable-input:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
    border-color: #007db8;
    -webkit-box-shadow: 0 0 2px #1fb7ff;
    box-shadow: 0 0 2px #1fb7ff;
    outline: 0;
}
textarea {
    height: auto;
}
input[type=file], select {
    line-height: 10px;
}
select {
    width: 100%}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus, select:focus {
    border-color: #007db8;
    outline: 0 auto #007db8;
    outline-offset: 0;
}
input[type=checkbox], input[type=radio] {
    margin: none;
    margin-top: 1px \9;
    line-height: normal;
    padding: 7px 7px 7px 20px;
    cursor: pointer;
    
}
.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 30px;
    margin-left: -10px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.checkbox, .radio {
    display: block;
    min-height: 20px;
    margin-top: 5px;
    margin-left: -10px;
    padding: 7px 7px 7px 30px;
    cursor: pointer;
}
.checkbox label, .radio label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
}
.form-control {
    padding: 6px 5px;
}
.uneditable-input, .uneditable-textarea {
    color: #737373;
    background-color: #eee;
}
.checkbox, .radio {
    margin-bottom: 5px;
}
.checkbox.inline, .radio.inline {
    padding-top: 0;
    margin-bottom: 5px;
}
.control-group.warning .checkbox, .control-group.warning .control-label, .control-group.warning .help-block, .control-group.warning .help-inline, .control-group.warning .radio, .control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #ee6411;
}
.control-group.warning input, .control-group.warning select, .control-group.warning textarea {
    color: #ee6411;
    border-color: #ee6411;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.warning input:focus, .control-group.warning select:focus, .control-group.warning textarea:focus {
    border-color: #be500e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f5a270;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f5a270;
}
.control-group.warning .input-append .add-on, .control-group.warning .input-prepend .add-on {
    color: #ee6411;
    background-color: #ee6411;
    border-color: #ee6411;
}
.control-group.error .checkbox, .control-group.error .control-label, .control-group.error .help-block, .control-group.error .help-inline, .control-group.error .radio, .control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #d74324;
}
.control-group.error input, .control-group.error select, .control-group.error textarea {
    color: #d74324;
    border-color: #d74324;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.error input:focus, .control-group.error select:focus, .control-group.error textarea:focus {
    border-color: #ab351d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e88c79;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e88c79;
}
.control-group.error .input-append .add-on, .control-group.error .input-prepend .add-on {
    color: #d74324;
    background-color: #d74324;
    border-color: #d74324;
}
.control-group.success .checkbox, .control-group.success .control-label, .control-group.success .help-block, .control-group.success .help-inline, .control-group.success .radio, .control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #6ea204;
}
.control-group.success input, .control-group.success select, .control-group.success textarea {
    color: #6ea204;
    border-color: #6ea204;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.success input:focus, .control-group.success select:focus, .control-group.success textarea:focus {
    border-color: #4c7003;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #adf913;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #adf913;
}
.control-group.success .input-append .add-on, .control-group.success .input-prepend .add-on {
    color: #6ea204;
    background-color: #6ea204;
    border-color: #6ea204;
}
.control-group.info .checkbox, .control-group.info .control-label, .control-group.info .help-block, .control-group.info .help-inline, .control-group.info .radio, .control-group.info input, .control-group.info select, .control-group.info textarea {
    color: #42aeaf;
}
.control-group.info input, .control-group.info select, .control-group.info textarea {
    color: #42aeaf;
    border-color: #42aeaf;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.info input:focus, .control-group.info select:focus, .control-group.info textarea:focus {
    border-color: #34898a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #86d1d1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #86d1d1;
}
.control-group.info .input-append .add-on, .control-group.info .input-prepend .add-on {
    color: #42aeaf;
    background-color: #42aeaf;
    border-color: #42aeaf;
}
input:focus:invalid, select:focus:invalid, textarea:focus:invalid {
    border-color: #007db8;
}
input:focus:invalid:focus, select:focus:invalid:focus, textarea:focus:invalid:focus {
    border-color: #007db8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px #1fb7ff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px #1fb7ff;
}
.input-mini {
    width: 60px;
}
.input-small {
    width: 90px;
}
.input-medium {
    width: 150px;
}
.input-large {
    width: 210px;
}
.input-xlarge {
    width: 270px;
}
.input-xxlarge {
    width: 530px;
}
@media only screen and (max-width:991px) {
    .input-xxlarge {
    width: 100%}
}span.uneditable-input {
    padding-top: 7px;
}
.form-actions {
    padding: 19px 20px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}
.form-actions:after, .form-actions:before {
    content: " ";
    display: table;
}
.form-actions:after {
    clear: both;
}
.help-block, .help-inline {
    color: #aaa;
}
input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.form-group {
    margin-right: 5px;
}
.form-group .alert {
    margin-bottom: 5px;
    text-shadow: none;
    background: #ffffc9;
    border: 1px solid #ce1126;
    position: relative;
}
.form-group .alert:active, .form-group .alert:focus {
    background: #fff;
}
.form-horizontal .help-inline, .form-horizontal .input-append, .form-horizontal .input-prepend, .form-horizontal .uneditable-input, .form-horizontal input, .form-horizontal select, .form-horizontal textarea, .form-inline .help-inline, .form-inline .input-append, .form-inline .input-prepend, .form-inline .uneditable-input, .form-inline input, .form-inline select, .form-inline textarea, .form-search .help-inline, .form-search .input-append, .form-search .input-prepend, .form-search .uneditable-input, .form-search input, .form-search select, .form-search textarea {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-horizontal .hide, .form-inline .hide, .form-search .hide {
    display: none;
}
.form-compressed [class^=col-] {
    position: relative;
    min-height: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 10px;
}
.form-compressed .row {
    margin-left: -2.5px;
    margin-right: -2.5px;
    margin-bottom: -10px;
}
.form-inline .btn-group, .form-inline label, .form-search .btn-group, .form-search label {
    display: inline-block;
}
.form-inline .input-append, .form-inline .input-prepend, .form-search .input-append, .form-search .input-prepend {
    margin-bottom: 0;
}
.form-inline .checkbox, .form-inline .radio, .form-search .checkbox, .form-search .radio {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio], .form-search .checkbox input[type=checkbox], .form-search .radio input[type=radio] {
    float: left;
    margin-right: 3px;
    margin-left: 0;
}
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 6px;
    text-align: right;
}
.form-horizontal, .form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 10px;
}
.form-horizontal .controls {
    margin-left: 180px;
    width: auto;
}
@media only screen and (max-width:767px) {
    .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
}
.form-horizontal .controls {
    margin-left: 0;
}
.form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
}
}.control-group {
    margin-bottom: 10px;
}
legend+.control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
    margin-bottom: 20px;
}
.form-horizontal .control-group:after, .form-horizontal .control-group:before {
    content: " ";
    display: table;
}
.form-horizontal .control-group:after {
    clear: both;
}
.control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}
.controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}
.controls:first-child {
    *padding-left: 180px;
}
.help-block {
    margin-bottom: 0;
}
.input-append+.help-block, .input-prepend+.help-block, .uneditable-input+.help-block, input+.help-block, select+.help-block, textarea+.help-block {
    margin-top: 10px;
}
.form-actions {
    padding-left: 180px;
}
.form-search {
    position: relative;
}
.form-search .input-append, .form-search .input-prepend {
    width: 100%;
    clear: both;
}
.form-search .input-append .search-query, .form-search .input-prepend .search-query, .form-search .search-query {
    width: 100%;
    height: 44px;
    padding: 5px 80px 5px 5px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.form-search .input-prepend .search-query {
    padding: 5px 5px 5px 80px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.form-search .btn {
    margin-left: 5px;
    background: #007db8;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.form-search .input-append .btn {
    right: 25px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.form-search .input-prepend .btn {
    left: 25px;
    right: inherit;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    z-index: 3;
}
.form-search div {
    position: absolute;
    top: 5px;
    right: 4px;
}
.form-search div .icon-ui-close {
    margin-top: 10px;
}
.input-append, .input-prepend {
    margin-bottom: 0;
    font-size: inherit;
}
.input-append .uneditable-input, .input-append input, .input-append select, .input-prepend .uneditable-input, .input-prepend input, .input-prepend select {
    margin-bottom: 10px;
    height: 34px;
}
.input-append .uneditable-input+.add-on, .input-append input+.add-on, .input-append select+.add-on, .input-prepend .uneditable-input+.add-on, .input-prepend input+.add-on, .input-prepend select+.add-on {
    margin-left: -5px;
}
.input-append .add-on, .input-prepend .add-on {
    height: 34px;
    padding: 7px 11px;
    border: 1px solid #ccc;
}
.input-append .add-on+input, .input-append .add-on+select, .input-prepend .add-on+input, .input-prepend .add-on+select {
    margin-left: -5px;
}
.input-append .active, .input-prepend .active {
    background-color: #bffa45;
    border-color: #6ea204;
}
.input-append .btn, .input-prepend .btn {
    height: 34px;
}
.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px;
}
.input-prepend .uneditable-input, .input-prepend .uneditable-input+.btn-group .btn:last-child, .input-prepend input, .input-prepend input+.btn-group .btn:last-child, .input-prepend select, .input-prepend select+.btn-group .btn:last-child {
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0;
}
.input-prepend .btn-group {
    display: inline;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 1px 0 0 1px;
    -moz-border-radius: 1px 0 0 1px;
    border-radius: 1px 0 0 1px;
    height: 34px;
}
.input-append .uneditable-input, .input-append input, .input-append select {
    -webkit-border-radius: 1px 0 0 1px;
    -moz-border-radius: 1px 0 0 1px;
    border-radius: 1px 0 0 1px;
}
.input-append .uneditable-input+.btn-group .btn:last-child, .input-append input+.btn-group .btn:last-child, .input-append select+.btn-group .btn:last-child {
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0;
}
.input-append .add-on, .input-append .btn, .input-append .btn-group {
    margin-left: -5px;
}
.input-append .add-on:first-child, .input-append .btn-group:first-child, .input-append .btn-group:first-child>.dropdown-toggle, .input-append .btn:first-child {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-append .add-on:last-child, .input-append .btn-group:last-child>.dropdown-toggle, .input-append .btn:last-child {
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0;
}
.input-prepend.input-append .uneditable-input, .input-prepend.input-append input, .input-prepend.input-append select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.input-prepend.input-append .uneditable-input+.btn-group .btn, .input-prepend.input-append input+.btn-group .btn, .input-prepend.input-append select+.btn-group .btn {
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0;
}
.input-prepend.input-append .uneditable-input+.add-on, .input-prepend.input-append input+.add-on, .input-prepend.input-append select+.add-on {
    margin-left: -5px;
}
.input-prepend.input-append .add-on:first-child, .input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 1px 0 0 1px;
    -moz-border-radius: 1px 0 0 1px;
    border-radius: 1px 0 0 1px;
}
.input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 1px 1px 0;
    -moz-border-radius: 0 1px 1px 0;
    border-radius: 0 1px 1px 0;
}
.input-prepend.input-append .btn-group:first-child {
    margin-left: 0;
}
.input-prepend.input-append .add-on+input, .input-prepend.input-append .add-on+input+.add-on, .input-prepend.input-append .add-on+select, .input-prepend.input-append .add-on+select+.add-on {
    margin-left: -5px;
}
.dpui-numberPicker {
    display: inline-block;
}
.dpui-numberPicker i {
    font-size: 14px;
}
.dpui-numberPicker button {
    margin: 0;
    border: 1px solid #ccc;
    font-size: 18px;
    display: inline-block;
    width: 32px;
    height: 34px;
    line-height: 20px;
    vertical-align: top;
    outline: 0;
    cursor: pointer;
    background: #eee;
    color: #007db8;
}
.dpui-numberPicker button:hover {
    background: #dadada;
}
.spinbox-input {
    display: inline-block;
    width: 32px;
    height: 34px;
    line-height: 30px;
    padding: 0 4px;
    margin: 0;
    text-align: center;
    outline: 0;
    vertical-align: top;
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #fff;
    color: #424242;
}
.spinbox-input-vert {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 0 solid #ccc;
    border-bottom: 0 solid #ccc;
    width: 32px;
    height: 32px;
}
.spinbox-input:focus {
    background: #fff;
}
.dpui-numberPicker.dpui-numberPicker-max .spinbox-increase, .dpui-numberPicker.dpui-numberPicker-min .spinbox-decrease {
    background: #eee;
}
.spinbox-vert {
    width: 32px;
}
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.ms-choice {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 5px;
    overflow: hidden;
    cursor: pointer;
    text-align: left;
    white-space: nowrap;
    line-height: 1.428571429;
    color: #444;
    text-decoration: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff;
    -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;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ms-choice.disabled {
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #ccc;
    cursor: default;
}
.ms-choice>span {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 7px;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}
.ms-choice>span.placeholder {
    color: #444;
}
.ms-choice>span:focus {
    border-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #fff;
}
.ms-choice>div {
    position: absolute;
    top: 4px;
    right: 0;
    width: 20px;
    height: 25px;
    background: url(app/dell-ui-bootstrap/img/multiple-select.png) left top no-repeat;
}
.ms-choice>div.open {
    background: url(app/dell-ui-bootstrap/img/multiple-select.png) right top no-repeat;
    right: -2px;
}
.ms-choice:focus {
    border-color: #007db8;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 125, 184, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 125, 184, .6);
}
.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}
.ms-drop ul>li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}
.ms-drop ul>li .disabled {
    opacity: .35;
    filter: alpha(opacity=35);
}
.ms-drop ul>li.multiple {
    display: block;
    float: left;
}
.ms-drop ul>li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ms-drop ul>li.group {
    clear: both;
}
.ms-drop ul>li label {
    font-weight: 400;
    display: block;
    white-space: nowrap;
    color: #007db8;
    padding: 3px;
}
.ms-drop ul>li label.optgroup {
    font-weight: 700;
}
.ms-drop ul>li:focus .ms-drop ul>li:active, .ms-drop ul>li:hover {
    background: #cce5f1;
}
.ms-drop input[type=checkbox] {
    vertical-align: top;
}
.ms-drop .ms-no-results {
    display: none;
}
.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}
.ms-search input {
    width: 100%;
    height: auto!important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url(app/dell-ui-bootstrap/img/multiple-select.png) no-repeat 100% -22px;
    background: url(app/dell-ui-bootstrap/img/multiple-select.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url(app/dell-ui-bootstrap/img/multiple-select.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(app/dell-ui-bootstrap/img/multiple-select.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url(app/dell-ui-bootstrap/img/multiple-select.png) no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
    background: url(app/dell-ui-bootstrap/img/multiple-select.png) no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url(app/dell-ui-bootstrap/img/multiple-select.png) no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}
.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
[data-icon]:before {
    -moz-osx-font-smoothing: grayscale;
}
.icon-small-360-hinge, .icon-small-add, .icon-small-alertcomplete, .icon-small-alerterror, .icon-small-alertinfo, .icon-small-alertnotice, .icon-small-audiocard, .icon-small-audiospeaker, .icon-small-award, .icon-small-battery, .icon-small-bell, .icon-small-cables, .icon-small-calculator, .icon-small-calendar, .icon-small-carryingcase, .icon-small-cart, .icon-small-chat, .icon-small-checkmark, .icon-small-chipset, .icon-small-clock, .icon-small-cloud, .icon-small-color, .icon-small-computergeneric, .icon-small-contact, .icon-small-copy, .icon-small-data, .icon-small-deals, .icon-small-detachable, .icon-small-diagnostic, .icon-small-dimensionsweight, .icon-small-display, .icon-small-download, .icon-small-drivers, .icon-small-e-value, .icon-small-edit, .icon-small-employee, .icon-small-energyefficient, .icon-small-enterprise, .icon-small-gift-card, .icon-small-globe, .icon-small-graphics-card, .icon-small-harddrive, .icon-small-help, .icon-small-house, .icon-small-infrastructure, .icon-small-inktoner, .icon-small-keyboard, .icon-small-lightbulb, .icon-small-location, .icon-small-magnifying-glass, .icon-small-mail, .icon-small-memory, .icon-small-memorycardreader, .icon-small-missingimage, .icon-small-mobile, .icon-small-mouse, .icon-small-music, .icon-small-network, .icon-small-notebook, .icon-small-operatingsystem, .icon-small-opticaldrive, .icon-small-package, .icon-small-partners, .icon-small-performance, .icon-small-phone, .icon-small-photos, .icon-small-ports, .icon-small-powersupply, .icon-small-printer, .icon-small-processor, .icon-small-projector, .icon-small-protection, .icon-small-recycle, .icon-small-refresh, .icon-small-rss, .icon-small-save, .icon-small-scale-out, .icon-small-searchleft, .icon-small-secure, .icon-small-securesoftware, .icon-small-server, .icon-small-serverrack, .icon-small-share, .icon-small-shipping, .icon-small-socialnetworking, .icon-small-software, .icon-small-solutions, .icon-small-speakers, .icon-small-star, .icon-small-storage, .icon-small-support, .icon-small-surgeprotection, .icon-small-tablet, .icon-small-thinclient, .icon-small-touch, .icon-small-touch-pad, .icon-small-towergeneric, .icon-small-trash, .icon-small-tv, .icon-small-useraccount, .icon-small-video, .icon-small-videocard, .icon-small-virtualization, .icon-small-warranty, .icon-small-webcam, .icon-small-whitepaper, .icon-small-wireless, .icon-small-zoomin, .icon-small-zoomout, [class*=" icon-"], [class^=icon-] {
    font-family: icon-small;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-small-360-hinge:before {
    content: "\e600"}
.icon-small-add:before {
    content: "\e601"}
.icon-small-alertcomplete:before {
    content: "\e602"}
.icon-small-alerterror:before {
    content: "\e603"}
.icon-small-alertinfo:before {
    content: "\e604"}
.icon-small-alertnotice:before {
    content: "\e605"}
.icon-small-audiocard:before {
    content: "\e606"}
.icon-small-audiospeaker:before {
    content: "\e607"}
.icon-small-award:before {
    content: "\e608"}
.icon-small-battery:before {
    content: "\e609"}
.icon-small-bell:before {
    content: "\e60a"}
.icon-small-cables:before {
    content: "\e60b"}
.icon-small-calculator:before {
    content: "\e60c"}
.icon-small-calendar:before {
    content: "\e60d"}
.icon-small-carryingcase:before {
    content: "\e60e"}
.icon-small-cart:before {
    content: "\e60f"}
.icon-small-chat:before {
    content: "\e610"}
.icon-small-checkmark:before {
    content: "\e611"}
.icon-small-chipset:before {
    content: "\e612"}
.icon-small-clock:before {
    content: "\e613"}
.icon-small-cloud:before {
    content: "\e614"}
.icon-small-color:before {
    content: "\e615"}
.icon-small-computergeneric:before {
    content: "\e616"}
.icon-small-contact:before {
    content: "\e617"}
.icon-small-copy:before {
    content: "\e618"}
.icon-small-data:before {
    content: "\e619"}
.icon-small-deals:before {
    content: "\e61a"}
.icon-small-detachable:before {
    content: "\e61b"}
.icon-small-diagnostic:before {
    content: "\e61c"}
.icon-small-dimensionsweight:before {
    content: "\e61d"}
.icon-small-display:before {
    content: "\e61e"}
.icon-small-download:before {
    content: "\e61f"}
.icon-small-drivers:before {
    content: "\e620"}
.icon-small-edit:before {
    content: "\e621"}
.icon-small-employee:before {
    content: "\e622"}
.icon-small-energyefficient:before {
    content: "\e623"}
.icon-small-enterprise:before {
    content: "\e624"}
.icon-small-e-value:before {
    content: "\e625"}
.icon-small-gift-card:before {
    content: "\e626"}
.icon-small-globe:before {
    content: "\e627"}
.icon-small-graphics-card:before {
    content: "\e628"}
.icon-small-harddrive:before {
    content: "\e629"}
.icon-small-help:before {
    content: "\e62a"}
.icon-small-house:before {
    content: "\e62b"}
.icon-small-infrastructure:before {
    content: "\e62c"}
.icon-small-inktoner:before {
    content: "\e62d"}
.icon-small-keyboard:before {
    content: "\e62e"}
.icon-small-lightbulb:before {
    content: "\e62f"}
.icon-small-location:before {
    content: "\e630"}
.icon-small-magnifying-glass:before {
    content: "\e631"}
.icon-small-mail:before {
    content: "\e632"}
.icon-small-memory:before {
    content: "\e633"}
.icon-small-memorycardreader:before {
    content: "\e634"}
.icon-small-missingimage:before {
    content: "\e635"}
.icon-small-mobile:before {
    content: "\e636"}
.icon-small-mouse:before {
    content: "\e637"}
.icon-small-music:before {
    content: "\e638"}
.icon-small-network:before {
    content: "\e639"}
.icon-small-notebook:before {
    content: "\e63a"}
.icon-small-operatingsystem:before {
    content: "\e63b"}
.icon-small-opticaldrive:before {
    content: "\e63c"}
.icon-small-package:before {
    content: "\e63d"}
.icon-small-partners:before {
    content: "\e63e"}
.icon-small-performance:before {
    content: "\e63f"}
.icon-small-phone:before {
    content: "\e640"}
.icon-small-photos:before {
    content: "\e641"}
.icon-small-ports:before {
    content: "\e642"}
.icon-small-powersupply:before {
    content: "\e643"}
.icon-small-printer:before {
    content: "\e644"}
.icon-small-processor:before {
    content: "\e645"}
.icon-small-projector:before {
    content: "\e646"}
.icon-small-protection:before {
    content: "\e647"}
.icon-small-recycle:before {
    content: "\e648"}
.icon-small-refresh:before {
    content: "\e649"}
.icon-small-rss:before {
    content: "\e64a"}
.icon-small-save:before {
    content: "\e64b"}
.icon-small-scale-out:before {
    content: "\e64c"}
.icon-small-searchleft:before {
    content: "\e64d"}
.icon-small-secure:before {
    content: "\e64e"}
.icon-small-securesoftware:before {
    content: "\e64f"}
.icon-small-server:before {
    content: "\e650"}
.icon-small-serverrack:before {
    content: "\e651"}
.icon-small-share:before {
    content: "\e652"}
.icon-small-shipping:before {
    content: "\e653"}
.icon-small-socialnetworking:before {
    content: "\e654"}
.icon-small-software:before {
    content: "\e655"}
.icon-small-solutions:before {
    content: "\e656"}
.icon-small-speakers:before {
    content: "\e657"}
.icon-small-star:before {
    content: "\e658"}
.icon-small-storage:before {
    content: "\e659"}
.icon-small-support:before {
    content: "\e65a"}
.icon-small-surgeprotection:before {
    content: "\e65b"}
.icon-small-tablet:before {
    content: "\e65c"}
.icon-small-thinclient:before {
    content: "\e65d"}
.icon-small-touch:before {
    content: "\e65e"}
.icon-small-touch-pad:before {
    content: "\e65f"}
.icon-small-towergeneric:before {
    content: "\e660"}
.icon-small-trash:before {
    content: "\e661"}
.icon-small-tv:before {
    content: "\e662"}
.icon-small-useraccount:before {
    content: "\e663"}
.icon-small-video:before {
    content: "\e664"}
.icon-small-videocard:before {
    content: "\e665"}
.icon-small-virtualization:before {
    content: "\e666"}
.icon-small-warranty:before {
    content: "\e667"}
.icon-small-webcam:before {
    content: "\e668"}
.icon-small-whitepaper:before {
    content: "\e669"}
.icon-small-wireless:before {
    content: "\e66a"}
.icon-small-zoomin:before {
    content: "\e66b"}
.icon-small-zoomout:before {
    content: "\e66c"}
.icon-large-360-hinge, .icon-large-add, .icon-large-alertcomplete, .icon-large-alerterror, .icon-large-alertinfo, .icon-large-alertnotice, .icon-large-audicard, .icon-large-audiospeaker, .icon-large-award, .icon-large-battery, .icon-large-bell, .icon-large-cables, .icon-large-calculator, .icon-large-calendar, .icon-large-carryingcase, .icon-large-cart, .icon-large-chat, .icon-large-checkmark, .icon-large-chipset, .icon-large-clock, .icon-large-cloud, .icon-large-color, .icon-large-computergeneric, .icon-large-contact, .icon-large-copy, .icon-large-data, .icon-large-deals, .icon-large-detachable, .icon-large-diagnostic, .icon-large-dimensionsweight, .icon-large-display, .icon-large-download, .icon-large-drivers, .icon-large-e-value, .icon-large-edit, .icon-large-employee, .icon-large-energyefficient, .icon-large-enterprise, .icon-large-giftcard, .icon-large-globe, .icon-large-graphics-card, .icon-large-harddrive, .icon-large-help, .icon-large-house, .icon-large-infrastructure, .icon-large-inktoner, .icon-large-keyboard, .icon-large-lightbulb, .icon-large-location, .icon-large-magnifying-glass, .icon-large-mail, .icon-large-memory, .icon-large-memorycarreader, .icon-large-missingimage, .icon-large-mobile, .icon-large-mouse, .icon-large-music, .icon-large-network, .icon-large-notebook, .icon-large-operatingsystem, .icon-large-opticaldrive, .icon-large-package, .icon-large-partners, .icon-large-performance, .icon-large-phone, .icon-large-photos, .icon-large-ports, .icon-large-powersupply, .icon-large-printer, .icon-large-processor, .icon-large-projector, .icon-large-protection, .icon-large-recycle, .icon-large-refresh, .icon-large-rss, .icon-large-save, .icon-large-scale-out, .icon-large-searchleft, .icon-large-secure, .icon-large-securesoftware, .icon-large-server, .icon-large-serverrack, .icon-large-share, .icon-large-shipping, .icon-large-socialnetworking, .icon-large-software, .icon-large-solutions, .icon-large-speakers, .icon-large-star, .icon-large-storage, .icon-large-support, .icon-large-surgeprotection, .icon-large-tablet, .icon-large-thinclient, .icon-large-touch, .icon-large-touchpad, .icon-large-towergeneric, .icon-large-trash, .icon-large-tv, .icon-large-useraccount, .icon-large-video, .icon-large-videocard, .icon-large-virtualization, .icon-large-warranty, .icon-large-webcam, .icon-large-whitepaper, .icon-large-wireless, .icon-large-zoomin, .icon-large-zoomout {
    font-family: icon-large;
    font-size: 36px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.large-icons li {
    height: 50px;
}
.icon-large-360-hinge:before {
    content: "\e600"}
.icon-large-add:before {
    content: "\e601"}
.icon-large-alertcomplete:before {
    content: "\e602"}
.icon-large-alerterror:before {
    content: "\e603"}
.icon-large-alertinfo:before {
    content: "\e604"}
.icon-large-alertnotice:before {
    content: "\e605"}
.icon-large-audicard:before {
    content: "\e606"}
.icon-large-audiospeaker:before {
    content: "\e607"}
.icon-large-award:before {
    content: "\e608"}
.icon-large-battery:before {
    content: "\e609"}
.icon-large-bell:before {
    content: "\e60a"}
.icon-large-cables:before {
    content: "\e60b"}
.icon-large-calculator:before {
    content: "\e60c"}
.icon-large-calendar:before {
    content: "\e60d"}
.icon-large-carryingcase:before {
    content: "\e60e"}
.icon-large-cart:before {
    content: "\e60f"}
.icon-large-chat:before {
    content: "\e610"}
.icon-large-checkmark:before {
    content: "\e611"}
.icon-large-chipset:before {
    content: "\e612"}
.icon-large-clock:before {
    content: "\e613"}
.icon-large-cloud:before {
    content: "\e614"}
.icon-large-color:before {
    content: "\e615"}
.icon-large-computergeneric:before {
    content: "\e616"}
.icon-large-contact:before {
    content: "\e617"}
.icon-large-copy:before {
    content: "\e618"}
.icon-large-data:before {
    content: "\e619"}
.icon-large-deals:before {
    content: "\e61a"}
.icon-large-detachable:before {
    content: "\e61b"}
.icon-large-diagnostic:before {
    content: "\e61c"}
.icon-large-dimensionsweight:before {
    content: "\e61d"}
.icon-large-display:before {
    content: "\e61e"}
.icon-large-download:before {
    content: "\e61f"}
.icon-large-drivers:before {
    content: "\e620"}
.icon-large-edit:before {
    content: "\e621"}
.icon-large-employee:before {
    content: "\e622"}
.icon-large-energyefficient:before {
    content: "\e623"}
.icon-large-enterprise:before {
    content: "\e624"}
.icon-large-e-value:before {
    content: "\e625"}
.icon-large-giftcard:before {
    content: "\e626"}
.icon-large-globe:before {
    content: "\e627"}
.icon-large-graphics-card:before {
    content: "\e628"}
.icon-large-harddrive:before {
    content: "\e629"}
.icon-large-help:before {
    content: "\e62a"}
.icon-large-house:before {
    content: "\e62b"}
.icon-large-infrastructure:before {
    content: "\e62c"}
.icon-large-inktoner:before {
    content: "\e62d"}
.icon-large-keyboard:before {
    content: "\e62e"}
.icon-large-lightbulb:before {
    content: "\e62f"}
.icon-large-location:before {
    content: "\e630"}
.icon-large-magnifying-glass:before {
    content: "\e631"}
.icon-large-mail:before {
    content: "\e632"}
.icon-large-memory:before {
    content: "\e633"}
.icon-large-memorycarreader:before {
    content: "\e634"}
.icon-large-missingimage:before {
    content: "\e635"}
.icon-large-mobile:before {
    content: "\e636"}
.icon-large-mouse:before {
    content: "\e637"}
.icon-large-music:before {
    content: "\e638"}
.icon-large-network:before {
    content: "\e639"}
.icon-large-notebook:before {
    content: "\e63a"}
.icon-large-operatingsystem:before {
    content: "\e63b"}
.icon-large-opticaldrive:before {
    content: "\e63c"}
.icon-large-package:before {
    content: "\e63d"}
.icon-large-partners:before {
    content: "\e63e"}
.icon-large-performance:before {
    content: "\e63f"}
.icon-large-phone:before {
    content: "\e640"}
.icon-large-photos:before {
    content: "\e641"}
.icon-large-ports:before {
    content: "\e642"}
.icon-large-powersupply:before {
    content: "\e643"}
.icon-large-printer:before {
    content: "\e644"}
.icon-large-processor:before {
    content: "\e645"}
.icon-large-projector:before {
    content: "\e646"}
.icon-large-protection:before {
    content: "\e647"}
.icon-large-recycle:before {
    content: "\e648"}
.icon-large-refresh:before {
    content: "\e649"}
.icon-large-rss:before {
    content: "\e64a"}
.icon-large-save:before {
    content: "\e64b"}
.icon-large-scale-out:before {
    content: "\e64c"}
.icon-large-searchleft:before {
    content: "\e64d"}
.icon-large-secure:before {
    content: "\e64e"}
.icon-large-securesoftware:before {
    content: "\e64f"}
.icon-large-server:before {
    content: "\e650"}
.icon-large-serverrack:before {
    content: "\e651"}
.icon-large-share:before {
    content: "\e652"}
.icon-large-shipping:before {
    content: "\e653"}
.icon-large-socialnetworking:before {
    content: "\e654"}
.icon-large-software:before {
    content: "\e655"}
.icon-large-solutions:before {
    content: "\e656"}
.icon-large-speakers:before {
    content: "\e657"}
.icon-large-star:before {
    content: "\e658"}
.icon-large-storage:before {
    content: "\e659"}
.icon-large-support:before {
    content: "\e65a"}
.icon-large-surgeprotection:before {
    content: "\e65b"}
.icon-large-tablet:before {
    content: "\e65c"}
.icon-large-thinclient:before {
    content: "\e65d"}
.icon-large-touch:before {
    content: "\e65e"}
.icon-large-touchpad:before {
    content: "\e65f"}
.icon-large-towergeneric:before {
    content: "\e660"}
.icon-large-trash:before {
    content: "\e661"}
.icon-large-tv:before {
    content: "\e662"}
.icon-large-useraccount:before {
    content: "\e663"}
.icon-large-video:before {
    content: "\e664"}
.icon-large-videocard:before {
    content: "\e665"}
.icon-large-virtualization:before {
    content: "\e666"}
.icon-large-warranty:before {
    content: "\e667"}
.icon-large-webcam:before {
    content: "\e668"}
.icon-large-whitepaper:before {
    content: "\e669"}
.icon-large-wireless:before {
    content: "\e66a"}
.icon-large-zoomin:before {
    content: "\e66b"}
.icon-large-zoomout:before {
    content: "\e66c"}
[data-icon]:before {
    font-family: icon-ui;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-ui-arrowleft, .icon-ui-arrowright, .icon-ui-close, .icon-ui-closecircle, .icon-ui-collapse, .icon-ui-dell, .icon-ui-expand, .icon-ui-grid-view, .icon-ui-list-view, .icon-ui-menucollapsed, .icon-ui-minus, .icon-ui-pause, .icon-ui-play, .icon-ui-plus, .icon-ui-triangledown, .icon-ui-triangleleft, .icon-ui-triangleright, .icon-ui-triangleup {
    font-family: icon-ui;
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-ui-loading {
    height: 21px;
    width: 21px;
    background: url(img/loading-animation-square.gif) no-repeat;
    margin-top: -2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
}
.icon-ui-arrowleft:before {
    content: "\e600"}
.icon-ui-arrowright:before {
    content: "\e601"}
.icon-ui-close:before {
    content: "\e602"}
.icon-ui-closecircle:before {
    content: "\e603"}
.icon-ui-collapse:before {
    content: "\e604"}
.icon-ui-dell:before {
    content: "\e605"}
.icon-ui-expand:before {
    content: "\e606"}
.icon-ui-grid-view:before {
    content: "\e607"}
.icon-ui-list-view:before {
    content: "\e608"}
.icon-ui-menucollapsed:before {
    content: "\e609"}
.icon-ui-minus:before {
    content: "\e60a"}
.icon-ui-pause:before {
    content: "\e60b"}
.icon-ui-play:before {
    content: "\e60c"}
.icon-ui-plus:before {
    content: "\e60d"}
.icon-ui-triangledown:before {
    content: "\e60e"}
.icon-ui-triangleleft:before {
    content: "\e60f"}
.icon-ui-triangleright:before {
    content: "\e610"}
.icon-ui-triangleup:before {
    content: "\e611"}
[class*=icon-small-favorite] {
    background-image: url(img/dell-glyphons-halflings-multi-color.png);
    background-position: -281px -43px;
    display: inline-block;
    height: 21px;
    width: 24px;
    vertical-align: middle;
    margin: 3px 0;
}
.icon-small-favorite-90 {
    background-position: -250px -43px;
}
.icon-small-favorite-80 {
    background-position: -219px -43px;
}
.icon-small-favorite-70 {
    background-position: 176px -43px;
}
.icon-small-favorite-60 {
    background-position: -159px -43px;
}
.icon-small-favorite-50 {
    background-position: -129px -43px;
}
.icon-small-favorite-40 {
    background-position: -99px -43px;
}
.icon-small-favorite-30 {
    background-position: -69px -43px;
}
.icon-small-favorite-20 {
    background-position: -39px -43px;
}
.icon-small-favorite-10 {
    background-position: -9px -43px;
}
.icon-small-favorite-0 {
    background-position: -279px -14px;
}
.review-star-example {
    padding-bottom: 5px;
}
.review-stars {
    position: relative;
    margin: 0 0 30px;
}
.review-stars ul {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.review-stars ul.review-stars-top {
    color: #f2af00;
    z-index: 1;
    padding-left: 0;
}
.review-stars ul.review-stars-bottom {
    color: #aaa;
    z-index: 0;
    padding-left: 0;
}
.review-stars ul li {
    display: inline;
}
.review-stars ul li i {
    font-size: 16px;
}
label {
    font-weight: 400;
    display: block;
    padding: 8px 10px 0px 0;
}
.label {
    border-radius: 2px;
}
.label-default {
    background: #737373;
}
.label-white {
    background: #fff;
}
.label-gray, .label-gray-medium {
    background: #aaa;
}
.label-gray-light {
    background: #eee;
}
.label-gray-very-light {
    background: #f9f9f9;
}
.label-blue {
    background: #007db8;
}
.label-yellow {
    background: #f2af00;
}
.label-teal {
    background: #42aeaf;
}
.label-green {
    background: #6ea204;
}
.label-orange {
    background: #ee6411;
}
.label-red {
    background: #d74324;
}
.label-red-dark {
    background: #ce1126;
}
ol.unstyled, ul.unstyled {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
ul#tree ul, ul.checktree-root {
    list-style: none;
    -webkit-padding-start: 25px;
}
ul.checktree-root label {
    font-weight: 400;
    position: relative;
}
ul.checktree-root label input {
    position: relative;
    top: 2px;
    left: -10px;
}
.modal-footer, .modal-header {
    padding: 15px 0;
    margin-left: 20px;
    margin-right: 20px;
}
.brand .icon-ui-dell {
    font-size: 48px;
    display: inline-block;
    position: relative;
    margin-top: 13px;
}
.brand h2 {
    font-size: 30px;
    display: inline;
    position: relative;
    top: -6px;
}
.navbar-form[role=search] {
    width: 100%;
    padding: 0;
    position: relative;
}
.navbar-form[role=search] .search-query {
    width: 100%}
.navbar-form[role=search] .search-query input {
    width: 100%;
    height: 44px;
}
.navbar-form[role=search] .search-action {
    position: absolute;
    top: 5px;
    right: 0;
}
.navbar-form[role=search] .search-action button[type=submit] {
    display: inline-block;
}
.navbar-form[role=search] .search-action .icon-ui-close {
    color: #aaa;
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-right: 5px;
    top: 2px;
    cursor: pointer;
}
.navbar-form[role=search] .search-action .icon-ui-close:hover {
    color: #444;
}
.nav-tabs {
    margin-bottom: 10px;
}
.nav-tabs>li {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 8%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(8%, #fff), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #fff 8%, #efefef 100%);
    background: -o-linear-gradient(top, #fff 8%, #efefef 100%);
    background: -ms-linear-gradient(top, #fff 8%, #efefef 100%);
    background: linear-gradient(to bottom, #fff 8%, #efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',  endColorstr='#efefef',  GradientType=0);
    border: 1px solid #ccc;
    margin-bottom: -1px;
    margin-left: -1px;
    height: auto;
}
.nav-tabs>li:first-child {
    margin-left: 0;
}
.nav-tabs>li:hover {
    background: #cce5f1;
    color: #007db8;
}
.nav-tabs>li.active {
    color: #444;
    background: #fff;
    border-bottom-color: transparent;
    overflow: hidden;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-color: transparent;
    width: 110%;
    margin-left: -1px;
    padding-left: 16px;
    border-top: 4px solid #007db8;
    padding-top: 6px;
    padding-bottom: 9px;
}
.nav-tabs>li>a {
    border: 0;
    background: 0 0;
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    border-color: transparent;
    background: 0 0;
    color: #007db8;
}
.nav-tabs.nav-justified>li>a {
    border: 0;
}
.nav-tabs.nav-justified>li.active>a, .nav-tabs.nav-justified>li.active>a:focus, .nav-tabs.nav-justified>li.active>a:hover {
    width: 104%;
    border-top: 4px solid #007db8;
    padding-top: 6px;
    padding-bottom: 9px;
    margin-left: -2%;
    border-bottom: 0;
}
.pager {
    margin: 10px 0px 20px 0px;
}
.pager li {
    vertical-align: 7px;
}
.pager li>a, .pager li>span {
    padding: 6px 12px;
}
.pager li>a.disabled, .pager li>span.disabled {
    vertical-align: bottom;
}
.pager li>a:active, .pager li>a:focus {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.panel-group {
    border-bottom: 1px solid #ccc;
}
.panel-group .panel-default {
    border-color: transparent;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.panel-group .panel-default>.panel-heading {
    color: #007db8;
    background-color: #fff;
    border-bottom: 0;
    border-radius: 0;
    padding: 7px 0;
    margin-bottom: -2px;
}
.panel-group .panel-default>.panel-heading:last-child {
    border-bottom: 1px solid #ccc;
}
.panel-group .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #007db8;
}
.panel-group .panel-title a {
    text-decoration: none;
}
.panel-group .panel-title a:before {
    font-family: icon-ui;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    content: url(../images/arrow-down-tr.png);
    color: #007db8;
    position: relative;
    vertical-align: 0;
}
.panel-group .panel-title a.collapsed:before {
    content: url(../images/arrow-right-tr.png);
    vertical-align: 0;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 0;
}
.panel-group .panel+.panel {
    margin-top: 0;
}
.panel-group .btn-block [data-toggle=collapse] .icon-ui-collapse, .panel-group .btn-block [data-toggle=collapse] .icon-ui-expand {
    font-size: 22px;
    vertical-align: -4px;
}
@media (max-width:767px) {
    .panel-group .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #007db8;
}
.panel-group .panel-title a:before {
    content: ""}
.panel-group .panel-title a:after {
    font-family: icon-ui;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    content: "\e60a";
    color: #007db8;
    position: relative;
    top: 2px;
    right: 5px;
    float: right!important;
}
.panel-group .panel-title a.collapsed:before {
    content: ""}
.panel-group .panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: transparent;
    margin-bottom: 10px;
}
}.pagination {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination>li {
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    background-color: none;
    border: 0;
    border-left-width: 0;
    margin: 0 2px;
    padding: 7px 8px;
}
.pagination>li.active>a, .pagination>li.active>span, .pagination>li>a:focus, .pagination>li>a:hover {
    background-color: #cce5f1;
    text-decoration: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.pagination>li.active>a, .pagination>li.active>a:hover, .pagination>li.active>span {
    background-color: #eee;
    color: #444;
    font-weight: 700;
    border: 1px solid #737373;
    pointer-events: none;
    cursor: default;
}
.pagination>li.disabled>a, .pagination>li.disabled>a:focus, .pagination>li.disabled>a:hover, .pagination>li.disabled>span {
    color: #444;
    text-decoration: none;
    background: 0 0;
    pointer-events: none;
    cursor: default;
}
.pagination.center-block {
    margin: 20px auto;
    display: table;
    clear: both;
}
.pagination-unnumbered {
    width: 350px;
    margin: 20px auto;
}
.pagination-unnumbered ul.pagination>li {
    display: inline-block;
    padding: 1px 2px;
}
.pagination-unnumbered ul.pagination>li.active>a {
    background-color: #444;
    border: 0;
    padding: 4px 8px;
}
.pagination-unnumbered ul.pagination>li.active>a:hover {
    background-color: #444;
    pointer-events: none;
    cursor: default;
}
.pagination-unnumbered ul.pagination>li>a {
    background-color: #ccc;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding: 4px 8px;
    margin-bottom: 4px;
    display: inline-block;
}
.pagination-unnumbered ul.pagination>li>a:hover {
    background-color: #cce5f1;
}
.pagination-unnumbered ul.pagination+.zoom-controls {
    color: #aaa;
    border-left: 2px solid #ccc;
    padding: 10px;
    margin-left: 11px;
    display: inline-block;
}
.pagination-unnumbered ul.pagination+.zoom-controls [class^=icon-small-zoom] {
    margin: -3px 10px 10px 10px;
    font-size: 24px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    cursor: pointer;
}
.pagination-unnumbered ul.pagination+.zoom-controls [class^=icon-small-zoom]:hover {
    color: #cce5f1;
}
.popover {
    padding: 15px;
}
.popover-content {
    padding: 0 0 5px;
}
.popover .popover-content, .popover-content>.popover-content {
    padding-top: 10px;
}
.popover-title {
    margin: 0;
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    background-color: #fff;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 5px 5px 0 0;
}
.popover .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Trebuchet MS', Roboto, 'Segoe UI', 'Helvetica Neue', 'Meiryo UI Reg', 'メイリオ Reg', 'MS UI Gothic Reg', 'Hiragino Kaku Gothic Reg', 'ヒラギノ角ゴ Pro W3 Reg', 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', 'Microsoft JhengHei', '微軟正黑體', 'Malgun Gothic', Gulim, Tahoma, 'Arial Unicode', sans-serif;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    margin-right: -4px;
    padding-left: 5px;
    margin-top: -5px;
    opacity: .2;
    filter: alpha(opacity=20);
}
.popover .close:focus, .popover .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
.popover .popover-title {
    color: #444;
    background: 0 0;
}
.popover .popover-title>.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    font-family: 'Trebuchet MS', Roboto, 'Segoe UI', 'Helvetica Neue', 'Meiryo UI Reg', 'メイリオ Reg', 'MS UI Gothic Reg', 'Hiragino Kaku Gothic Reg', 'ヒラギノ角ゴ Pro W3 Reg', 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', 'Microsoft JhengHei', '微軟正黑體', 'Malgun Gothic', Gulim, Tahoma, 'Arial Unicode', sans-serif;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    margin-right: -4px;
    padding-left: 5px;
    margin-top: -5px;
    opacity: .2;
    filter: alpha(opacity=20);
}
.popover .popover-title>.close:focus, .popover .popover-title>.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
.popover .popover-title:empty {
    display: none;
}
.popover.bottom .popover-title:before {
    bottom: 100%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #e4e4e4;
    border-width: 10px;
    left: 50%;
    margin-left: -10px;
    top: -18px;
}
.control-group.error .popover, .error .popover, .error+.popover, :not(form).ng-dirty.ng-invalid+.popover {
    background-color: #ffffc9;
}
.control-group.error .popover.right .arrow:after, .error .popover.right .arrow:after, .error+.popover.right .arrow:after, :not(form).ng-dirty.ng-invalid+.popover.right .arrow:after {
    border-right-color: #ffffc9;
}
.control-group.error .popover.top .arrow:after, .error .popover.top .arrow:after, .error+.popover.top .arrow:after, :not(form).ng-dirty.ng-invalid+.popover.top .arrow:after {
    border-top-color: #ffffc9;
}
.control-group.error .popover.left .arrow:after, .error .popover.left .arrow:after, .error+.popover.left .arrow:after, :not(form).ng-dirty.ng-invalid+.popover.left .arrow:after {
    border-left-color: #ffffc9;
}
.control-group.error .popover.bottom .arrow:after, .error .popover.bottom .arrow:after, .error+.popover.bottom .arrow:after, :not(form).ng-dirty.ng-invalid+.popover.bottom .arrow:after {
    border-bottom-color: #ffffc9;
}
@media only screen and (max-width:767px) {
    .popover {
    -webkit-box-shadow: 0 10px 54px rgba(0, 0, 0, .4);
    box-shadow: 0 10px 54px rgba(0, 0, 0, .4);
    left: 5%;
    width: 90%;
    max-width: 767px;
}
.popover .arrow, .popover.bottom .popover-title:before {
    display: none;
}
.popover.left, .popover.right {
    margin-left: 0;
}
.control-group.error .popover, .error .popover, .error+.popover {
    top: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.control-group.error .popover .arrow, .control-group.error .popover.bottom .popover-title:before, .error .popover .arrow, .error .popover.bottom .popover-title:before, .error+.popover .arrow, .error+.popover.bottom .popover-title:before {
    display: block;
}
}[data-trigger=hover]+.popover .close {
    display: none;
}
.progress {
    overflow: hidden;
    background-image: -webkit-linear-gradient(top, #eee 0, #eee 100%);
    background-image: -o-linear-gradient(top, #eee 0, #eee 100%);
    background-image: linear-gradient(to bottom, #eee 0, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',  endColorstr='#ffeeeeee',  GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
}
.progress .bar {
    width: 0;
    height: 100%;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #007db8;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    -moz-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress .bar-disabled {
    background-color: #aaa;
}
.progress.progress-status {
    overflow: visible;
    position: relative;
    margin-bottom: 40px;
}
.progress.progress-status .bar {
    position: relative;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
}
.progress.progress-status .bar span {
    position: relative;
    color: #444;
    text-shadow: none;
    top: 30px;
    font-size: 14px;
}
.progress.progress-status .bar-disabled span {
    color: #aaa;
}
.progress.progress-status .bar-complete span {
    font-weight: 700;
    color: #007db8;
}
.progress.progress-status .bar-complete:after {
    position: absolute;
    right: 45%;
    top: 2px;
    content: "\e611";
    font-family: icon-small;
    font-size: 11px;
    font-weight: 400;
    margin-right: 2px;
}
.progress.progress-status .bar-progress {
    background-image: -webkit-linear-gradient(top, #aaa 0, #aaa 100%);
    background-image: -o-linear-gradient(top, #aaa 0, #aaa 100%);
    background-image: linear-gradient(to bottom, #aaa 0, #aaa 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaaaaaa',  endColorstr='#ffaaaaaa',  GradientType=0);
}
.progress.progress-status .bar-progress span {
    font-weight: 700;
}
.progress.progress-status .bar-incomplete {
    background-image: -webkit-linear-gradient(top, #eee 0, #eee 100%);
    background-image: -o-linear-gradient(top, #eee 0, #eee 100%);
    background-image: linear-gradient(to bottom, #eee 0, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee',  endColorstr='#ffeeeeee',  GradientType=0);
}
.progress.progress-status .bar-incomplete span {
    color: #aaa;
}
.progress.progress-status .bar:first-child {
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-left-radius: 1px;
}
.progress.progress-status .bar:last-child {
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topright: 1px;
    border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    border-bottom-right-radius: 1px;
}
.progress.progress-status .bar:hover {
    text-decoration: none;
}
.progress .progress-label {
    display: none;
}
@media only screen and (max-width:767px) {
    .progress.progress-status .bar span {
    display: none;
}
}@media only screen and (max-width:991px) {
    .progress.progress-status .bar span {
    left: 2%}
}.table-striped td, .table-striped th {
    border-left: 0;
    border-top: 0;
}
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
    background-color: #eee;
    border-top: 0;
}
.table-striped tbody tr td:first-child, .table-striped tbody tr th:first-child {
    -webkit-border-top-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-left-radius: 1px;
}
.table-striped tbody tr td:last-child, .table-striped tbody tr th:last-child {
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topright: 1px;
    border-top-right-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    border-bottom-right-radius: 1px;
}
.table-striped>tbody>tr>td, .table-striped>tbody>tr>th, .table-striped>tfoot>tr>td, .table-striped>tfoot>tr>th, .table-striped>thead>tr>td, .table-striped>thead>tr>th {
    border: 0;
}
.table-border>thead>tr>td, .table-border>thead>tr>th {
    border-bottom-width: 1px;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 0;
}
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
    background-color: #cce5f1;
}
.table h1, .table h2, .table h3, .table h4, .table h5 {
    margin: 5px 0;
}
.tooltip-inner {
    background: #fff;
}
.tooltip .arrow {
    border-width: 11px;
}
.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #aaa;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    opacity: 0;
    filter: alpha(opacity=0);
    white-space: normal;
}
.tooltip.top {
    margin-top: -13px;
    padding: 5px 10px;
}
.tooltip.right {
    margin-left: 12px;
    padding: 5px 10px;
}
.tooltip.bottom {
    margin-top: 12px;
    padding: 5px 10px;
}
.tooltip.left {
    padding: 5px 10px;
}
.tooltip-inner {
    max-width: 125px;
    min-height: 20px;
    padding: 3px 8px;
    color: #444;
    text-align: left;
    text-decoration: none;
    background-color: #fff;
    border-radius: 1px;
}
.tooltip-inner:empty {
    display: none;
}
.tooltip .tooltip-arrow, .tooltip .tooltip-arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip .tooltip-arrow {
    border-width: 11px;
}
.tooltip .tooltip-arrow:after {
    border-width: 10px;
    content: ""}
.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #444;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px;
}
.tooltip.top .tooltip-arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: -10px;
    margin-top: -10px;
    border-left-width: 1;
    border-right-color: #444;
    border-right-color: rgba(0, 0, 0, .25);
}
.tooltip.right .tooltip-arrow:after {
    left: 2px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-right: -10px;
    border-top-width: 0;
    border-bottom-color: #444;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px;
}
.tooltip.bottom .tooltip-arrow:after {
    top: 2px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: -10px;
    margin-top: -10px;
    border-right-width: 1;
    border-left-color: #444;
    border-left-color: rgba(0, 0, 0, .25);
}
.tooltip.left .tooltip-arrow:after {
    right: 2px;
    bottom: -10px;
    border-right-width: 0;
    border-left-color: #fff;
}
.tooltip {
    font-size: 12px;
    line-height: 1.4;
}
.tooltip.in {
    opacity: 100;
    filter: alpha(opacity=10000);
}
.tooltip.left {
    margin-left: -10px;
}
[data-toggle=tooltip] {
    color: inherit;
    border-bottom: 1px dashed #aaa;
}
[data-toggle=tooltip]:hover {
    text-decoration: none;
    color: inherit;
}
.page-header {
    border-bottom: 1px solid #ccc;
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
    margin: 0 0 10px;
}
.h1 strong, .h2 strong, .h3 strong, .h4 strong, h1 strong, h2 strong, h3 strong, h4 strong {
    font-weight: 400;
}
.h1, .h2, .h3, h1, h2, h3 {
    font-family: museo-sans-for-dell-300, 'Trebuchet MS', Roboto, 'Segoe UI', 'Helvetica Neue', 'Meiryo UI Reg', 'メイリオ Reg', 'MS UI Gothic Reg', 'Hiragino Kaku Gothic Reg', 'ヒラギノ角ゴ Pro W3 Reg', 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', 'Microsoft JhengHei', '微軟正黑體', 'Malgun Gothic', Gulim, Tahoma, 'Arial Unicode', sans-serif;
}
.h4, .h5, .h6, h4, h5, h6 {
    font-family: 'Trebuchet MS', Roboto, 'Segoe UI', 'Helvetica Neue', 'Meiryo UI Reg', 'メイリオ Reg', 'MS UI Gothic Reg', 'Hiragino Kaku Gothic Reg', 'ヒラギノ角ゴ Pro W3 Reg', 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', 'Microsoft JhengHei', '微軟正黑體', 'Malgun Gothic', Gulim, Tahoma, 'Arial Unicode', sans-serif;
}
.title {
    text-align: center;
    background: url(../dell-ui-bootstrap/img/gray-dark-title-line.png) repeat-x;
    background-position: 50% 40%;
    margin-bottom: 20px;
    display: block;
}
.title h1 {
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    max-width: 80%}
.strike-through {
    text-decoration: line-through;
}
@media (min-width:992px) {
    .h1, h1 {
    font-size: 32px;
    line-height: 40px;
}
.h2, h2 {
    font-size: 28px;
    line-height: 32px;
}
.h3.feature, h3.feature {
    font-family: museo-sans-for-dell-300, 'Trebuchet MS', Roboto, 'Segoe UI', 'Helvetica Neue', 'Meiryo UI Reg', 'メイリオ Reg', 'MS UI Gothic Reg', 'Hiragino Kaku Gothic Reg', 'ヒラギノ角ゴ Pro W3 Reg', 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', 'Microsoft JhengHei', '微軟正黑體', 'Malgun Gothic', Gulim, Tahoma, 'Arial Unicode', sans-serif;
    font-size: 24px;
    line-height: 28px;
}
.h3, h3 {
    font-size: 20px;
    line-height: 24px;
}
.h4, h4 {
    font-size: 18px;
    line-height: 22px;
}
.h5, h5 {
    font-size: 16px;
    line-height: 20px;
}
.bold-16 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.bold-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.bold-12 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
}
}@media (min-width:768px) and (max-width:991px) {
    .h1, h1 {
    font-size: 30px;
    line-height: 36px;
}
.h2, h2 {
    font-size: 26px;
    line-height: 30px;
}
.h3.feature, h3.feature {
    font-family: museo-sans-for-dell-300, 'Trebuchet MS', Roboto, 'Segoe UI', 'Helvetica Neue', 'Meiryo UI Reg', 'メイリオ Reg', 'MS UI Gothic Reg', 'Hiragino Kaku Gothic Reg', 'ヒラギノ角ゴ Pro W3 Reg', 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', 'Microsoft JhengHei', '微軟正黑體', 'Malgun Gothic', Gulim, Tahoma, 'Arial Unicode', sans-serif;
    font-size: 22px;
    line-height: 26px;
}
.h3, h3 {
    font-size: 20px;
    line-height: 24px;
}
.h4, h4 {
    font-size: 18px;
    line-height: 22px;
}
.h5, h5 {
    font-size: 16px;
    line-height: 20px;
}
.bold-16 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.bold-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.bold-12 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
}
}@media (max-width:767px) {
    .h1, h1 {
    font-size: 24px;
    line-height: 28px;
}
.h2, h2 {
    font-size: 20px;
    line-height: 24px;
}
.h3.feature, h3.feature {
    font-family: museo-sans-for-dell-300, 'Trebuchet MS', Roboto, 'Segoe UI', 'Helvetica Neue', 'Meiryo UI Reg', 'メイリオ Reg', 'MS UI Gothic Reg', 'Hiragino Kaku Gothic Reg', 'ヒラギノ角ゴ Pro W3 Reg', 'Microsoft YaHei', '微软雅黑', 'Hiragino Sans GB', 'Microsoft JhengHei', '微軟正黑體', 'Malgun Gothic', Gulim, Tahoma, 'Arial Unicode', sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.h3, h3 {
    font-size: 17px;
    line-height: 20px;
}
.h4, h4 {
    font-size: 16px;
    line-height: 20px;
}
.h5, h5 {
    font-size: 14px;
    line-height: 20px;
}
.bold-16 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.bold-14 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}
.bold-12 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
}
}p small {
    font-size: 85%;
    line-height: 15px;
}
.gray-dark, .well-gray-dark {
    background-color: #444;
    color: #fff;
}
.gray-dark h2, .gray-dark h3, .gray-dark h4, .gray-dark h5, .gray-dark h6, .well-gray-dark h2, .well-gray-dark h3, .well-gray-dark h4, .well-gray-dark h5, .well-gray-dark h6 {
    color: #fff;
}
.gray-dark .panel-heading, .well-gray-dark .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.gray-dark .panel-heading h2, .gray-dark .panel-heading h3, .gray-dark .panel-heading h4, .gray-dark .panel-heading h5, .gray-dark .panel-heading h6, .well-gray-dark .panel-heading h2, .well-gray-dark .panel-heading h3, .well-gray-dark .panel-heading h4, .well-gray-dark .panel-heading h5, .well-gray-dark .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.gray-dark h4.container-title, .gray-dark h4.well-title, .well-gray-dark h4.container-title, .well-gray-dark h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.gray-dark-stroke, .panel-gray-dark, .well-gray-dark-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #444;
}
.gray-dark-stroke h2, .gray-dark-stroke h3, .gray-dark-stroke h4, .gray-dark-stroke h5, .gray-dark-stroke h6, .panel-gray-dark h2, .panel-gray-dark h3, .panel-gray-dark h4, .panel-gray-dark h5, .panel-gray-dark h6, .well-gray-dark-stroke h2, .well-gray-dark-stroke h3, .well-gray-dark-stroke h4, .well-gray-dark-stroke h5, .well-gray-dark-stroke h6 {
    color: #444;
}
.gray-dark-stroke .panel-heading, .panel-gray-dark .panel-heading, .well-gray-dark-stroke .panel-heading {
    background: #444;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.gray-dark-stroke .panel-heading h2, .gray-dark-stroke .panel-heading h3, .gray-dark-stroke .panel-heading h4, .gray-dark-stroke .panel-heading h5, .gray-dark-stroke .panel-heading h6, .panel-gray-dark .panel-heading h2, .panel-gray-dark .panel-heading h3, .panel-gray-dark .panel-heading h4, .panel-gray-dark .panel-heading h5, .panel-gray-dark .panel-heading h6, .well-gray-dark-stroke .panel-heading h2, .well-gray-dark-stroke .panel-heading h3, .well-gray-dark-stroke .panel-heading h4, .well-gray-dark-stroke .panel-heading h5, .well-gray-dark-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.gray-dark-stroke h4.container-title, .gray-dark-stroke h4.well-title, .panel-gray-dark h4.container-title, .panel-gray-dark h4.well-title, .well-gray-dark-stroke h4.container-title, .well-gray-dark-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #444;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.gray-medium, .well-gray-medium {
    background-color: #737373;
    color: #fff;
}
.gray-medium h2, .gray-medium h3, .gray-medium h4, .gray-medium h5, .gray-medium h6, .well-gray-medium h2, .well-gray-medium h3, .well-gray-medium h4, .well-gray-medium h5, .well-gray-medium h6 {
    color: #fff;
}
.gray-medium .panel-heading, .well-gray-medium .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.gray-medium .panel-heading h2, .gray-medium .panel-heading h3, .gray-medium .panel-heading h4, .gray-medium .panel-heading h5, .gray-medium .panel-heading h6, .well-gray-medium .panel-heading h2, .well-gray-medium .panel-heading h3, .well-gray-medium .panel-heading h4, .well-gray-medium .panel-heading h5, .well-gray-medium .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.gray-medium h4.container-title, .gray-medium h4.well-title, .well-gray-medium h4.container-title, .well-gray-medium h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.gray-medium-stroke, .panel-gray-medium, .well-gray-medium-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #737373;
}
.gray-medium-stroke h2, .gray-medium-stroke h3, .gray-medium-stroke h4, .gray-medium-stroke h5, .gray-medium-stroke h6, .panel-gray-medium h2, .panel-gray-medium h3, .panel-gray-medium h4, .panel-gray-medium h5, .panel-gray-medium h6, .well-gray-medium-stroke h2, .well-gray-medium-stroke h3, .well-gray-medium-stroke h4, .well-gray-medium-stroke h5, .well-gray-medium-stroke h6 {
    color: #737373;
}
.gray-medium-stroke .panel-heading, .panel-gray-medium .panel-heading, .well-gray-medium-stroke .panel-heading {
    background: #737373;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.gray-medium-stroke .panel-heading h2, .gray-medium-stroke .panel-heading h3, .gray-medium-stroke .panel-heading h4, .gray-medium-stroke .panel-heading h5, .gray-medium-stroke .panel-heading h6, .panel-gray-medium .panel-heading h2, .panel-gray-medium .panel-heading h3, .panel-gray-medium .panel-heading h4, .panel-gray-medium .panel-heading h5, .panel-gray-medium .panel-heading h6, .well-gray-medium-stroke .panel-heading h2, .well-gray-medium-stroke .panel-heading h3, .well-gray-medium-stroke .panel-heading h4, .well-gray-medium-stroke .panel-heading h5, .well-gray-medium-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.gray-medium-stroke h4.container-title, .gray-medium-stroke h4.well-title, .panel-gray-medium h4.container-title, .panel-gray-medium h4.well-title, .well-gray-medium-stroke h4.container-title, .well-gray-medium-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #737373;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.gray, .well-gray {
    background-color: #aaa;
    color: #fff;
}
.gray h2, .gray h3, .gray h4, .gray h5, .gray h6, .well-gray h2, .well-gray h3, .well-gray h4, .well-gray h5, .well-gray h6 {
    color: #fff;
}
.gray .panel-heading, .well-gray .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.gray .panel-heading h2, .gray .panel-heading h3, .gray .panel-heading h4, .gray .panel-heading h5, .gray .panel-heading h6, .well-gray .panel-heading h2, .well-gray .panel-heading h3, .well-gray .panel-heading h4, .well-gray .panel-heading h5, .well-gray .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.gray h4.container-title, .gray h4.well-title, .well-gray h4.container-title, .well-gray h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.gray-stroke, .panel-gray, .well-gray-stroke {
    background-color: #ccc;
    color: #444;
    border: 1px solid #ccc;
}
.gray-stroke h2, .gray-stroke h3, .gray-stroke h4, .gray-stroke h5, .gray-stroke h6, .panel-gray h2, .panel-gray h3, .panel-gray h4, .panel-gray h5, .panel-gray h6, .well-gray-stroke h2, .well-gray-stroke h3, .well-gray-stroke h4, .well-gray-stroke h5, .well-gray-stroke h6 {
    color: #ccc;
}
.gray-stroke .panel-heading, .panel-gray .panel-heading, .well-gray-stroke .panel-heading {
    background: #ccc;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.gray-stroke .panel-heading h2, .gray-stroke .panel-heading h3, .gray-stroke .panel-heading h4, .gray-stroke .panel-heading h5, .gray-stroke .panel-heading h6, .panel-gray .panel-heading h2, .panel-gray .panel-heading h3, .panel-gray .panel-heading h4, .panel-gray .panel-heading h5, .panel-gray .panel-heading h6, .well-gray-stroke .panel-heading h2, .well-gray-stroke .panel-heading h3, .well-gray-stroke .panel-heading h4, .well-gray-stroke .panel-heading h5, .well-gray-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.gray-stroke h4.container-title, .gray-stroke h4.well-title, .panel-gray h4.container-title, .panel-gray h4.well-title, .well-gray-stroke h4.container-title, .well-gray-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #ccc;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.gray-light, .well-gray-light {
    background-color: #eee;
    color: #444;
}
.gray-light h2, .gray-light h3, .gray-light h4, .gray-light h5, .gray-light h6, .well-gray-light h2, .well-gray-light h3, .well-gray-light h4, .well-gray-light h5, .well-gray-light h6 {
    color: #444;
}
.gray-light .panel-heading, .well-gray-light .panel-heading {
    background: #444;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.gray-light .panel-heading h2, .gray-light .panel-heading h3, .gray-light .panel-heading h4, .gray-light .panel-heading h5, .gray-light .panel-heading h6, .well-gray-light .panel-heading h2, .well-gray-light .panel-heading h3, .well-gray-light .panel-heading h4, .well-gray-light .panel-heading h5, .well-gray-light .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.gray-light h4.container-title, .gray-light h4.well-title, .well-gray-light h4.container-title, .well-gray-light h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #444;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.gray-light-stroke, .panel-gray-light, .well-gray-light-stroke {
    border: 0;
    background-color: #fff;
    color: #aaa;
}
.gray-light-stroke h2, .gray-light-stroke h3, .gray-light-stroke h4, .gray-light-stroke h5, .gray-light-stroke h6, .panel-gray-light h2, .panel-gray-light h3, .panel-gray-light h4, .panel-gray-light h5, .panel-gray-light h6, .well-gray-light-stroke h2, .well-gray-light-stroke h3, .well-gray-light-stroke h4, .well-gray-light-stroke h5, .well-gray-light-stroke h6 {
    color: #eee;
}
.gray-light-stroke .panel-heading, .panel-gray-light .panel-heading, .well-gray-light-stroke .panel-heading {
    background: #eee;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.gray-light-stroke .panel-heading h2, .gray-light-stroke .panel-heading h3, .gray-light-stroke .panel-heading h4, .gray-light-stroke .panel-heading h5, .gray-light-stroke .panel-heading h6, .panel-gray-light .panel-heading h2, .panel-gray-light .panel-heading h3, .panel-gray-light .panel-heading h4, .panel-gray-light .panel-heading h5, .panel-gray-light .panel-heading h6, .well-gray-light-stroke .panel-heading h2, .well-gray-light-stroke .panel-heading h3, .well-gray-light-stroke .panel-heading h4, .well-gray-light-stroke .panel-heading h5, .well-gray-light-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.gray-light-stroke h4.container-title, .gray-light-stroke h4.well-title, .panel-gray-light h4.container-title, .panel-gray-light h4.well-title, .well-gray-light-stroke h4.container-title, .well-gray-light-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #eee;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.gray-very-light, .well-gray-very-light {
    background-color: #f9f9f9;
    color: #444;
}
.gray-very-light h2, .gray-very-light h3, .gray-very-light h4, .gray-very-light h5, .gray-very-light h6, .well-gray-very-light h2, .well-gray-very-light h3, .well-gray-very-light h4, .well-gray-very-light h5, .well-gray-very-light h6 {
    color: #444;
}
.gray-very-light .panel-heading, .well-gray-very-light .panel-heading {
    background: #444;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.gray-very-light .panel-heading h2, .gray-very-light .panel-heading h3, .gray-very-light .panel-heading h4, .gray-very-light .panel-heading h5, .gray-very-light .panel-heading h6, .well-gray-very-light .panel-heading h2, .well-gray-very-light .panel-heading h3, .well-gray-very-light .panel-heading h4, .well-gray-very-light .panel-heading h5, .well-gray-very-light .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.gray-very-light h4.container-title, .gray-very-light h4.well-title, .well-gray-very-light h4.container-title, .well-gray-very-light h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #444;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.gray-very-light-stroke, .panel-gray-very-light, .well-gray-very-light-stroke {
    background-color: #f9f9f9;
    color: #444;
    border: 1px solid #ccc;
}
.gray-very-light-stroke h2, .gray-very-light-stroke h3, .gray-very-light-stroke h4, .gray-very-light-stroke h5, .gray-very-light-stroke h6, .panel-gray-very-light h2, .panel-gray-very-light h3, .panel-gray-very-light h4, .panel-gray-very-light h5, .panel-gray-very-light h6, .well-gray-very-light-stroke h2, .well-gray-very-light-stroke h3, .well-gray-very-light-stroke h4, .well-gray-very-light-stroke h5, .well-gray-very-light-stroke h6 {
    color: #f9f9f9;
}
.gray-very-light-stroke .panel-heading, .panel-gray-very-light .panel-heading, .well-gray-very-light-stroke .panel-heading {
    background: #f9f9f9;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.gray-very-light-stroke .panel-heading h2, .gray-very-light-stroke .panel-heading h3, .gray-very-light-stroke .panel-heading h4, .gray-very-light-stroke .panel-heading h5, .gray-very-light-stroke .panel-heading h6, .panel-gray-very-light .panel-heading h2, .panel-gray-very-light .panel-heading h3, .panel-gray-very-light .panel-heading h4, .panel-gray-very-light .panel-heading h5, .panel-gray-very-light .panel-heading h6, .well-gray-very-light-stroke .panel-heading h2, .well-gray-very-light-stroke .panel-heading h3, .well-gray-very-light-stroke .panel-heading h4, .well-gray-very-light-stroke .panel-heading h5, .well-gray-very-light-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.gray-very-light-stroke h4.container-title, .gray-very-light-stroke h4.well-title, .panel-gray-very-light h4.container-title, .panel-gray-very-light h4.well-title, .well-gray-very-light-stroke h4.container-title, .well-gray-very-light-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #f9f9f9;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.well-white, .white {
    background-color: #fff;
    color: #444;
}
.well-white h2, .well-white h3, .well-white h4, .well-white h5, .well-white h6, .white h2, .white h3, .white h4, .white h5, .white h6 {
    color: #444;
}
.well-white .panel-heading, .white .panel-heading {
    background: #444;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.well-white .panel-heading h2, .well-white .panel-heading h3, .well-white .panel-heading h4, .well-white .panel-heading h5, .well-white .panel-heading h6, .white .panel-heading h2, .white .panel-heading h3, .white .panel-heading h4, .white .panel-heading h5, .white .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.well-white h4.container-title, .well-white h4.well-title, .white h4.container-title, .white h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #444;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.well-white-stroke, .white-stroke {
    border: 1px solid #ccc;
}
.well-transparent-stroke {
    border: 1px solid transparent;
}
.black, .well-black {
    background-color: #000;
    color: #fff;
}
.black h2, .black h3, .black h4, .black h5, .black h6, .well-black h2, .well-black h3, .well-black h4, .well-black h5, .well-black h6 {
    color: #fff;
}
.black .panel-heading, .well-black .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.black .panel-heading h2, .black .panel-heading h3, .black .panel-heading h4, .black .panel-heading h5, .black .panel-heading h6, .well-black .panel-heading h2, .well-black .panel-heading h3, .well-black .panel-heading h4, .well-black .panel-heading h5, .well-black .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.black h4.container-title, .black h4.well-title, .well-black h4.container-title, .well-black h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.black-stroke, .panel-black, .well-black-stroke {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}
.black-stroke h2, .black-stroke h3, .black-stroke h4, .black-stroke h5, .black-stroke h6, .panel-black h2, .panel-black h3, .panel-black h4, .panel-black h5, .panel-black h6, .well-black-stroke h2, .well-black-stroke h3, .well-black-stroke h4, .well-black-stroke h5, .well-black-stroke h6 {
    color: #000;
}
.black-stroke .panel-heading, .panel-black .panel-heading, .well-black-stroke .panel-heading {
    background: #000;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.black-stroke .panel-heading h2, .black-stroke .panel-heading h3, .black-stroke .panel-heading h4, .black-stroke .panel-heading h5, .black-stroke .panel-heading h6, .panel-black .panel-heading h2, .panel-black .panel-heading h3, .panel-black .panel-heading h4, .panel-black .panel-heading h5, .panel-black .panel-heading h6, .well-black-stroke .panel-heading h2, .well-black-stroke .panel-heading h3, .well-black-stroke .panel-heading h4, .well-black-stroke .panel-heading h5, .well-black-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.black-stroke h4.container-title, .black-stroke h4.well-title, .panel-black h4.container-title, .panel-black h4.well-title, .well-black-stroke h4.container-title, .well-black-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #000;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.blue, .well-blue {
    background-color: #007db8;
    color: #fff;
}
.blue h2, .blue h3, .blue h4, .blue h5, .blue h6, .well-blue h2, .well-blue h3, .well-blue h4, .well-blue h5, .well-blue h6 {
    color: #fff;
}
.blue .panel-heading, .well-blue .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.blue .panel-heading h2, .blue .panel-heading h3, .blue .panel-heading h4, .blue .panel-heading h5, .blue .panel-heading h6, .well-blue .panel-heading h2, .well-blue .panel-heading h3, .well-blue .panel-heading h4, .well-blue .panel-heading h5, .well-blue .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.blue h4.container-title, .blue h4.well-title, .well-blue h4.container-title, .well-blue h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.blue a, .well-blue a {
    color: #fff;
}
.blue-stroke, .panel-blue, .well-blue-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #007db8;
}
.blue-stroke h2, .blue-stroke h3, .blue-stroke h4, .blue-stroke h5, .blue-stroke h6, .panel-blue h2, .panel-blue h3, .panel-blue h4, .panel-blue h5, .panel-blue h6, .well-blue-stroke h2, .well-blue-stroke h3, .well-blue-stroke h4, .well-blue-stroke h5, .well-blue-stroke h6 {
    color: #007db8;
}
.blue-stroke .panel-heading, .panel-blue .panel-heading, .well-blue-stroke .panel-heading {
    background: #007db8;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.blue-stroke .panel-heading h2, .blue-stroke .panel-heading h3, .blue-stroke .panel-heading h4, .blue-stroke .panel-heading h5, .blue-stroke .panel-heading h6, .panel-blue .panel-heading h2, .panel-blue .panel-heading h3, .panel-blue .panel-heading h4, .panel-blue .panel-heading h5, .panel-blue .panel-heading h6, .well-blue-stroke .panel-heading h2, .well-blue-stroke .panel-heading h3, .well-blue-stroke .panel-heading h4, .well-blue-stroke .panel-heading h5, .well-blue-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.blue-stroke h4.container-title, .blue-stroke h4.well-title, .panel-blue h4.container-title, .panel-blue h4.well-title, .well-blue-stroke h4.container-title, .well-blue-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #007db8;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.dark-blue, .well-dark-blue {
    background-color: #00447c;
    color: #fff;
}
.dark-blue h2, .dark-blue h3, .dark-blue h4, .dark-blue h5, .dark-blue h6, .well-dark-blue h2, .well-dark-blue h3, .well-dark-blue h4, .well-dark-blue h5, .well-dark-blue h6 {
    color: #fff;
}
.dark-blue .panel-heading, .well-dark-blue .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.dark-blue .panel-heading h2, .dark-blue .panel-heading h3, .dark-blue .panel-heading h4, .dark-blue .panel-heading h5, .dark-blue .panel-heading h6, .well-dark-blue .panel-heading h2, .well-dark-blue .panel-heading h3, .well-dark-blue .panel-heading h4, .well-dark-blue .panel-heading h5, .well-dark-blue .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.dark-blue h4.container-title, .dark-blue h4.well-title, .well-dark-blue h4.container-title, .well-dark-blue h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.dark-blue a, .well-blue a {
    color: #fff;
}
.dark-blue-stroke, .panel-dark-blue, .well-dark-blue-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #00447c;
}
.dark-blue-stroke h2, .dark-blue-stroke h3, .dark-blue-stroke h4, .dark-blue-stroke h5, .dark-blue-stroke h6, .panel-dark-blue h2, .panel-dark-blue h3, .panel-dark-blue h4, .panel-dark-blue h5, .panel-dark-blue h6, .well-dark-blue-stroke h2, .well-dark-blue-stroke h3, .well-dark-blue-stroke h4, .well-dark-blue-stroke h5, .well-dark-blue-stroke h6 {
    color: #00447c;
}
.dark-blue-stroke .panel-heading, .panel-dark-blue .panel-heading, .well-dark-blue-stroke .panel-heading {
    background: #00447c;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.dark-blue-stroke .panel-heading h2, .dark-blue-stroke .panel-heading h3, .dark-blue-stroke .panel-heading h4, .dark-blue-stroke .panel-heading h5, .dark-blue-stroke .panel-heading h6, .panel-dark-blue .panel-heading h2, .panel-dark-blue .panel-heading h3, .panel-dark-blue .panel-heading h4, .panel-dark-blue .panel-heading h5, .panel-dark-blue .panel-heading h6, .well-dark-blue-stroke .panel-heading h2, .well-dark-blue-stroke .panel-heading h3, .well-dark-blue-stroke .panel-heading h4, .well-dark-blue-stroke .panel-heading h5, .well-dark-blue-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.dark-blue-stroke h4.container-title, .dark-blue-stroke h4.well-title, .panel-dark-blue h4.container-title, .panel-dark-blue h4.well-title, .well-dark-blue-stroke h4.container-title, .well-dark-blue-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #00447c;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.green, .well-green {
    background-color: #6ea204;
    color: #fff;
}
.green h2, .green h3, .green h4, .green h5, .green h6, .well-green h2, .well-green h3, .well-green h4, .well-green h5, .well-green h6 {
    color: #fff;
}
.green .panel-heading, .well-green .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.green .panel-heading h2, .green .panel-heading h3, .green .panel-heading h4, .green .panel-heading h5, .green .panel-heading h6, .well-green .panel-heading h2, .well-green .panel-heading h3, .well-green .panel-heading h4, .well-green .panel-heading h5, .well-green .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.green h4.container-title, .green h4.well-title, .well-green h4.container-title, .well-green h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.green-stroke, .panel-green, .well-green-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #6ea204;
}
.green-stroke h2, .green-stroke h3, .green-stroke h4, .green-stroke h5, .green-stroke h6, .panel-green h2, .panel-green h3, .panel-green h4, .panel-green h5, .panel-green h6, .well-green-stroke h2, .well-green-stroke h3, .well-green-stroke h4, .well-green-stroke h5, .well-green-stroke h6 {
    color: #6ea204;
}
.green-stroke .panel-heading, .panel-green .panel-heading, .well-green-stroke .panel-heading {
    background: #6ea204;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.green-stroke .panel-heading h2, .green-stroke .panel-heading h3, .green-stroke .panel-heading h4, .green-stroke .panel-heading h5, .green-stroke .panel-heading h6, .panel-green .panel-heading h2, .panel-green .panel-heading h3, .panel-green .panel-heading h4, .panel-green .panel-heading h5, .panel-green .panel-heading h6, .well-green-stroke .panel-heading h2, .well-green-stroke .panel-heading h3, .well-green-stroke .panel-heading h4, .well-green-stroke .panel-heading h5, .well-green-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.green-stroke h4.container-title, .green-stroke h4.well-title, .panel-green h4.container-title, .panel-green h4.well-title, .well-green-stroke h4.container-title, .well-green-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #6ea204;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.light-green, .well-light-green {
    background-color: #c1d82f;
    color: #fff;
}
.light-green h2, .light-green h3, .light-green h4, .light-green h5, .light-green h6, .well-light-green h2, .well-light-green h3, .well-light-green h4, .well-light-green h5, .well-light-green h6 {
    color: #fff;
}
.light-green .panel-heading, .well-light-green .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.light-green .panel-heading h2, .light-green .panel-heading h3, .light-green .panel-heading h4, .light-green .panel-heading h5, .light-green .panel-heading h6, .well-light-green .panel-heading h2, .well-light-green .panel-heading h3, .well-light-green .panel-heading h4, .well-light-green .panel-heading h5, .well-light-green .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.light-green h4.container-title, .light-green h4.well-title, .well-light-green h4.container-title, .well-light-green h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.light-green-stroke, .panel-light-green, .well-light-green-stroke {
    background-color: #fff;
    color: #444;
}
.light-green-stroke h2, .light-green-stroke h3, .light-green-stroke h4, .light-green-stroke h5, .light-green-stroke h6, .panel-light-green h2, .panel-light-green h3, .panel-light-green h4, .panel-light-green h5, .panel-light-green h6, .well-light-green-stroke h2, .well-light-green-stroke h3, .well-light-green-stroke h4, .well-light-green-stroke h5, .well-light-green-stroke h6 {
    color: #c1d82f;
}
.light-green-stroke .panel-heading, .panel-light-green .panel-heading, .well-light-green-stroke .panel-heading {
    background: #c1d82f;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.light-green-stroke .panel-heading h2, .light-green-stroke .panel-heading h3, .light-green-stroke .panel-heading h4, .light-green-stroke .panel-heading h5, .light-green-stroke .panel-heading h6, .panel-light-green .panel-heading h2, .panel-light-green .panel-heading h3, .panel-light-green .panel-heading h4, .panel-light-green .panel-heading h5, .panel-light-green .panel-heading h6, .well-light-green-stroke .panel-heading h2, .well-light-green-stroke .panel-heading h3, .well-light-green-stroke .panel-heading h4, .well-light-green-stroke .panel-heading h5, .well-light-green-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.light-green-stroke h4.container-title, .light-green-stroke h4.well-title, .panel-light-green h4.container-title, .panel-light-green h4.well-title, .well-light-green-stroke h4.container-title, .well-light-green-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #c1d82f;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.well-yellow, .yellow {
    background-color: #f2af00;
    color: #fff;
}
.well-yellow h2, .well-yellow h3, .well-yellow h4, .well-yellow h5, .well-yellow h6, .yellow h2, .yellow h3, .yellow h4, .yellow h5, .yellow h6 {
    color: #fff;
}
.well-yellow .panel-heading, .yellow .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.well-yellow .panel-heading h2, .well-yellow .panel-heading h3, .well-yellow .panel-heading h4, .well-yellow .panel-heading h5, .well-yellow .panel-heading h6, .yellow .panel-heading h2, .yellow .panel-heading h3, .yellow .panel-heading h4, .yellow .panel-heading h5, .yellow .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.well-yellow h4.container-title, .well-yellow h4.well-title, .yellow h4.container-title, .yellow h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.panel-yellow, .well-yellow-stroke, .yellow-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #f2af00;
}
.panel-yellow h2, .panel-yellow h3, .panel-yellow h4, .panel-yellow h5, .panel-yellow h6, .well-yellow-stroke h2, .well-yellow-stroke h3, .well-yellow-stroke h4, .well-yellow-stroke h5, .well-yellow-stroke h6, .yellow-stroke h2, .yellow-stroke h3, .yellow-stroke h4, .yellow-stroke h5, .yellow-stroke h6 {
    color: #f2af00;
}
.panel-yellow .panel-heading, .well-yellow-stroke .panel-heading, .yellow-stroke .panel-heading {
    background: #f2af00;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.panel-yellow .panel-heading h2, .panel-yellow .panel-heading h3, .panel-yellow .panel-heading h4, .panel-yellow .panel-heading h5, .panel-yellow .panel-heading h6, .well-yellow-stroke .panel-heading h2, .well-yellow-stroke .panel-heading h3, .well-yellow-stroke .panel-heading h4, .well-yellow-stroke .panel-heading h5, .well-yellow-stroke .panel-heading h6, .yellow-stroke .panel-heading h2, .yellow-stroke .panel-heading h3, .yellow-stroke .panel-heading h4, .yellow-stroke .panel-heading h5, .yellow-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.panel-yellow h4.container-title, .panel-yellow h4.well-title, .well-yellow-stroke h4.container-title, .well-yellow-stroke h4.well-title, .yellow-stroke h4.container-title, .yellow-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #f2af00;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.orange, .well-orange {
    background-color: #ee6411;
    color: #fff;
}
.orange h2, .orange h3, .orange h4, .orange h5, .orange h6, .well-orange h2, .well-orange h3, .well-orange h4, .well-orange h5, .well-orange h6 {
    color: #fff;
}
.orange .panel-heading, .well-orange .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.orange .panel-heading h2, .orange .panel-heading h3, .orange .panel-heading h4, .orange .panel-heading h5, .orange .panel-heading h6, .well-orange .panel-heading h2, .well-orange .panel-heading h3, .well-orange .panel-heading h4, .well-orange .panel-heading h5, .well-orange .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.orange h4.container-title, .orange h4.well-title, .well-orange h4.container-title, .well-orange h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.orange-stroke, .panel-orange, .well-orange-stroke {
    border: 1px solid #ee6411;
    background-color: #fff;
    color: #444;
}
.orange-stroke h2, .orange-stroke h3, .orange-stroke h4, .orange-stroke h5, .orange-stroke h6, .panel-orange h2, .panel-orange h3, .panel-orange h4, .panel-orange h5, .panel-orange h6, .well-orange-stroke h2, .well-orange-stroke h3, .well-orange-stroke h4, .well-orange-stroke h5, .well-orange-stroke h6 {
    color: #ee6411;
}
.orange-stroke .panel-heading, .panel-orange .panel-heading, .well-orange-stroke .panel-heading {
    background: #ee6411;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.orange-stroke .panel-heading h2, .orange-stroke .panel-heading h3, .orange-stroke .panel-heading h4, .orange-stroke .panel-heading h5, .orange-stroke .panel-heading h6, .panel-orange .panel-heading h2, .panel-orange .panel-heading h3, .panel-orange .panel-heading h4, .panel-orange .panel-heading h5, .panel-orange .panel-heading h6, .well-orange-stroke .panel-heading h2, .well-orange-stroke .panel-heading h3, .well-orange-stroke .panel-heading h4, .well-orange-stroke .panel-heading h5, .well-orange-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.orange-stroke h4.container-title, .orange-stroke h4.well-title, .panel-orange h4.container-title, .panel-orange h4.well-title, .well-orange-stroke h4.container-title, .well-orange-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #ee6411;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.red, .well-red {
    background-color: #d74324;
    color: #fff;
}
.red h2, .red h3, .red h4, .red h5, .red h6, .well-red h2, .well-red h3, .well-red h4, .well-red h5, .well-red h6 {
    color: #fff;
}
.red .panel-heading, .well-red .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.red .panel-heading h2, .red .panel-heading h3, .red .panel-heading h4, .red .panel-heading h5, .red .panel-heading h6, .well-red .panel-heading h2, .well-red .panel-heading h3, .well-red .panel-heading h4, .well-red .panel-heading h5, .well-red .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.red h4.container-title, .red h4.well-title, .well-red h4.container-title, .well-red h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.panel-red, .red-stroke, .well-red-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #d74324;
}
.panel-red h2, .panel-red h3, .panel-red h4, .panel-red h5, .panel-red h6, .red-stroke h2, .red-stroke h3, .red-stroke h4, .red-stroke h5, .red-stroke h6, .well-red-stroke h2, .well-red-stroke h3, .well-red-stroke h4, .well-red-stroke h5, .well-red-stroke h6 {
    color: #d74324;
}
.panel-red .panel-heading, .red-stroke .panel-heading, .well-red-stroke .panel-heading {
    background: #d74324;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.panel-red .panel-heading h2, .panel-red .panel-heading h3, .panel-red .panel-heading h4, .panel-red .panel-heading h5, .panel-red .panel-heading h6, .red-stroke .panel-heading h2, .red-stroke .panel-heading h3, .red-stroke .panel-heading h4, .red-stroke .panel-heading h5, .red-stroke .panel-heading h6, .well-red-stroke .panel-heading h2, .well-red-stroke .panel-heading h3, .well-red-stroke .panel-heading h4, .well-red-stroke .panel-heading h5, .well-red-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.panel-red h4.container-title, .panel-red h4.well-title, .red-stroke h4.container-title, .red-stroke h4.well-title, .well-red-stroke h4.container-title, .well-red-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #d74324;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.red-dark, .well-red-dark {
    background-color: #ce1126;
    color: #fff;
}
.red-dark h2, .red-dark h3, .red-dark h4, .red-dark h5, .red-dark h6, .well-red-dark h2, .well-red-dark h3, .well-red-dark h4, .well-red-dark h5, .well-red-dark h6 {
    color: #fff;
}
.red-dark .panel-heading, .well-red-dark .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.red-dark .panel-heading h2, .red-dark .panel-heading h3, .red-dark .panel-heading h4, .red-dark .panel-heading h5, .red-dark .panel-heading h6, .well-red-dark .panel-heading h2, .well-red-dark .panel-heading h3, .well-red-dark .panel-heading h4, .well-red-dark .panel-heading h5, .well-red-dark .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.red-dark h4.container-title, .red-dark h4.well-title, .well-red-dark h4.container-title, .well-red-dark h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.panel-red-dark, .red-dark-stroke, .well-red-dark-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #ce1126;
}
.panel-red-dark h2, .panel-red-dark h3, .panel-red-dark h4, .panel-red-dark h5, .panel-red-dark h6, .red-dark-stroke h2, .red-dark-stroke h3, .red-dark-stroke h4, .red-dark-stroke h5, .red-dark-stroke h6, .well-red-dark-stroke h2, .well-red-dark-stroke h3, .well-red-dark-stroke h4, .well-red-dark-stroke h5, .well-red-dark-stroke h6 {
    color: #ce1126;
}
.panel-red-dark .panel-heading, .red-dark-stroke .panel-heading, .well-red-dark-stroke .panel-heading {
    background: #ce1126;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.panel-red-dark .panel-heading h2, .panel-red-dark .panel-heading h3, .panel-red-dark .panel-heading h4, .panel-red-dark .panel-heading h5, .panel-red-dark .panel-heading h6, .red-dark-stroke .panel-heading h2, .red-dark-stroke .panel-heading h3, .red-dark-stroke .panel-heading h4, .red-dark-stroke .panel-heading h5, .red-dark-stroke .panel-heading h6, .well-red-dark-stroke .panel-heading h2, .well-red-dark-stroke .panel-heading h3, .well-red-dark-stroke .panel-heading h4, .well-red-dark-stroke .panel-heading h5, .well-red-dark-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.panel-red-dark h4.container-title, .panel-red-dark h4.well-title, .red-dark-stroke h4.container-title, .red-dark-stroke h4.well-title, .well-red-dark-stroke h4.container-title, .well-red-dark-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #ce1126;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.berry, .well-berry {
    background-color: #b7295a;
    color: #fff;
}
.berry h2, .berry h3, .berry h4, .berry h5, .berry h6, .well-berry h2, .well-berry h3, .well-berry h4, .well-berry h5, .well-berry h6 {
    color: #fff;
}
.berry .panel-heading, .well-berry .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.berry .panel-heading h2, .berry .panel-heading h3, .berry .panel-heading h4, .berry .panel-heading h5, .berry .panel-heading h6, .well-berry .panel-heading h2, .well-berry .panel-heading h3, .well-berry .panel-heading h4, .well-berry .panel-heading h5, .well-berry .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.berry h4.container-title, .berry h4.well-title, .well-berry h4.container-title, .well-berry h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.berry-stroke, .panel-berry, .well-berry-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #b7295a;
}
.berry-stroke h2, .berry-stroke h3, .berry-stroke h4, .berry-stroke h5, .berry-stroke h6, .panel-berry h2, .panel-berry h3, .panel-berry h4, .panel-berry h5, .panel-berry h6, .well-berry-stroke h2, .well-berry-stroke h3, .well-berry-stroke h4, .well-berry-stroke h5, .well-berry-stroke h6 {
    color: #b7295a;
}
.berry-stroke .panel-heading, .panel-berry .panel-heading, .well-berry-stroke .panel-heading {
    background: #b7295a;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.berry-stroke .panel-heading h2, .berry-stroke .panel-heading h3, .berry-stroke .panel-heading h4, .berry-stroke .panel-heading h5, .berry-stroke .panel-heading h6, .panel-berry .panel-heading h2, .panel-berry .panel-heading h3, .panel-berry .panel-heading h4, .panel-berry .panel-heading h5, .panel-berry .panel-heading h6, .well-berry-stroke .panel-heading h2, .well-berry-stroke .panel-heading h3, .well-berry-stroke .panel-heading h4, .well-berry-stroke .panel-heading h5, .well-berry-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.berry-stroke h4.container-title, .berry-stroke h4.well-title, .panel-berry h4.container-title, .panel-berry h4.well-title, .well-berry-stroke h4.container-title, .well-berry-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #b7295a;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.purple, .well-purple {
    background-color: #6e2585;
    color: #fff;
}
.purple h2, .purple h3, .purple h4, .purple h5, .purple h6, .well-purple h2, .well-purple h3, .well-purple h4, .well-purple h5, .well-purple h6 {
    color: #fff;
}
.purple .panel-heading, .well-purple .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.purple .panel-heading h2, .purple .panel-heading h3, .purple .panel-heading h4, .purple .panel-heading h5, .purple .panel-heading h6, .well-purple .panel-heading h2, .well-purple .panel-heading h3, .well-purple .panel-heading h4, .well-purple .panel-heading h5, .well-purple .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.purple h4.container-title, .purple h4.well-title, .well-purple h4.container-title, .well-purple h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.panel-purple, .purple-stroke, .well-purple-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #6e2585;
}
.panel-purple h2, .panel-purple h3, .panel-purple h4, .panel-purple h5, .panel-purple h6, .purple-stroke h2, .purple-stroke h3, .purple-stroke h4, .purple-stroke h5, .purple-stroke h6, .well-purple-stroke h2, .well-purple-stroke h3, .well-purple-stroke h4, .well-purple-stroke h5, .well-purple-stroke h6 {
    color: #6e2585;
}
.panel-purple .panel-heading, .purple-stroke .panel-heading, .well-purple-stroke .panel-heading {
    background: #6e2585;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.panel-purple .panel-heading h2, .panel-purple .panel-heading h3, .panel-purple .panel-heading h4, .panel-purple .panel-heading h5, .panel-purple .panel-heading h6, .purple-stroke .panel-heading h2, .purple-stroke .panel-heading h3, .purple-stroke .panel-heading h4, .purple-stroke .panel-heading h5, .purple-stroke .panel-heading h6, .well-purple-stroke .panel-heading h2, .well-purple-stroke .panel-heading h3, .well-purple-stroke .panel-heading h4, .well-purple-stroke .panel-heading h5, .well-purple-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.panel-purple h4.container-title, .panel-purple h4.well-title, .purple-stroke h4.container-title, .purple-stroke h4.well-title, .well-purple-stroke h4.container-title, .well-purple-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #6e2585;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.teal, .well-teal {
    background-color: #42aeaf;
    color: #fff;
}
.teal h2, .teal h3, .teal h4, .teal h5, .teal h6, .well-teal h2, .well-teal h3, .well-teal h4, .well-teal h5, .well-teal h6 {
    color: #fff;
}
.teal .panel-heading, .well-teal .panel-heading {
    background: #fff;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.teal .panel-heading h2, .teal .panel-heading h3, .teal .panel-heading h4, .teal .panel-heading h5, .teal .panel-heading h6, .well-teal .panel-heading h2, .well-teal .panel-heading h3, .well-teal .panel-heading h4, .well-teal .panel-heading h5, .well-teal .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.teal h4.container-title, .teal h4.well-title, .well-teal h4.container-title, .well-teal h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.panel-teal, .teal-stroke, .well-teal-stroke {
    background-color: #fff;
    color: #444;
    border: 1px solid #42aeaf;
}
.panel-teal h2, .panel-teal h3, .panel-teal h4, .panel-teal h5, .panel-teal h6, .teal-stroke h2, .teal-stroke h3, .teal-stroke h4, .teal-stroke h5, .teal-stroke h6, .well-teal-stroke h2, .well-teal-stroke h3, .well-teal-stroke h4, .well-teal-stroke h5, .well-teal-stroke h6 {
    color: #42aeaf;
}
.panel-teal .panel-heading, .teal-stroke .panel-heading, .well-teal-stroke .panel-heading {
    background: #42aeaf;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}
.panel-teal .panel-heading h2, .panel-teal .panel-heading h3, .panel-teal .panel-heading h4, .panel-teal .panel-heading h5, .panel-teal .panel-heading h6, .teal-stroke .panel-heading h2, .teal-stroke .panel-heading h3, .teal-stroke .panel-heading h4, .teal-stroke .panel-heading h5, .teal-stroke .panel-heading h6, .well-teal-stroke .panel-heading h2, .well-teal-stroke .panel-heading h3, .well-teal-stroke .panel-heading h4, .well-teal-stroke .panel-heading h5, .well-teal-stroke .panel-heading h6 {
    color: #fff;
    padding-left: 10px;
}
.panel-teal h4.container-title, .panel-teal h4.well-title, .teal-stroke h4.container-title, .teal-stroke h4.well-title, .well-teal-stroke h4.container-title, .well-teal-stroke h4.well-title {
    display: inline-block;
    top: -20px;
    margin-bottom: -20px;
    padding: 5px 15px;
    position: relative;
    color: #fff;
    background-color: #42aeaf;
    vertical-align: baseline;
    white-space: nowrap;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
[class$=-stroke].thin {
    border-width: 1px;
}
.text-white {
    color: #fff!important;
}
.text-gray-dark {
    color: #444!important;
}
.text-gray-medium {
    color: #737373!important;
}
.text-blue {
    color: #007db8!important;
}
.text-dark-blue {
    color: #00447c!important;
}
.text-green {
    color: #6ea204!important;
}
.text-orange {
    color: #ee6411!important;
}
.text-red {
    color: #d74324!important;
}
.text-red-dark {
    color: #ce1126!important;
}
.text-berry {
    color: #b7295a!important;
}
.text-purple {
    color: #6e2585!important;
}
.hr-white {
    border-top: 1px solid #fff;
}
.hr-gray-dark {
    border-top: 1px solid #444;
}
.hr-gray-medium {
    border-top: 1px solid #737373;
}
.hr-gray {
    border-top: 1px solid #aaa;
}
.hr-gray-light {
    border-top: 1px solid #eee;
}
.hr-gray-very-light {
    border-top: 1px solid #f9f9f9;
}
.hr-blue {
    border-top: 1px solid #007db8;
}
.hr-dark-blue {
    border-top: 1px solid #00447c;
}
.hr-yellow {
    border-top: 1px solid #f2af00;
}
.hr-teal {
    border-top: 1px solid #42aeaf;
}
.hr-green {
    border-top: 1px solid #6ea204;
}
.hr-light-green {
    border-top: 1px solid #c1d82f;
}
.hr-orange {
    border-top: 1px solid #ee6411;
}
.hr-red {
    border-top: 1px solid #d74324;
}
.hr-red-dark {
    border-top: 1px solid #ce1126;
}
.hr-berry {
    border-top: 1px solid #b7295a;
}
.hr-purple {
    border-top: 1px solid #6e2585;
}
.top-offset-0 {
    margin-top: 0;
}
.top-offset-5 {
    margin-top: 5px;
}
.top-offset-10 {
    margin-top: 10px;
}
.top-offset-20 {
    margin-top: 20px;
}
.top-offset-30 {
    margin-top: 30px;
}
.top-offset-40 {
    margin-top: 40px;
}
.top-offset-60 {
    margin-top: 60px;
}
.bottom-offset-0 {
    margin-bottom: 0;
}
.bottom-offset-5 {
    margin-bottom: 5px;
}
.bottom-offset-10 {
    margin-bottom: 10px;
}
.bottom-offset-20 {
    margin-bottom: 20px;
}
.bottom-offset-30 {
    margin-bottom: 30px;
}
.bottom-offset-40 {
    margin-bottom: 40px;
}
.bottom-offset-60 {
    margin-bottom: 60px;
}
@media only screen and (max-width:767px) {
    .top-offset-xs-0 {
    margin-top: 0;
}
.top-offset-xs-5 {
    margin-top: 5px;
}
.top-offset-xs-10 {
    margin-top: 10px;
}
.top-offset-xs-20 {
    margin-top: 20px;
}
.top-offset-xs-30 {
    margin-top: 30px;
}
.top-offset-xs-40 {
    margin-top: 40px;
}
.top-offset-xs-60 {
    margin-top: 60px;
}
.bottom-offset-xs-0 {
    margin-bottom: 0;
}
.bottom-offset-xs-5 {
    margin-bottom: 5px;
}
.bottom-offset-xs-10 {
    margin-bottom: 10px;
}
.bottom-offset-xs-20 {
    margin-bottom: 20px;
}
.bottom-offset-xs-30 {
    margin-bottom: 30px;
}
.bottom-offset-xs-40 {
    margin-bottom: 40px;
}
.bottom-offset-xs-60 {
    margin-bottom: 60px;
}
}@media (min-width:768px) and (max-width:991px) {
    .top-offset-sm-0 {
    margin-top: 0;
}
.top-offset-sm-5 {
    margin-top: 5px;
}
.top-offset-sm-10 {
    margin-top: 10px;
}
.top-offset-sm-20 {
    margin-top: 20px;
}
.top-offset-sm-30 {
    margin-top: 30px;
}
.top-offset-sm-40 {
    margin-top: 40px;
}
.top-offset-sm-60 {
    margin-top: 60px;
}
.bottom-offset-sm-0 {
    margin-bottom: 0;
}
.bottom-offset-sm-5 {
    margin-bottom: 5px;
}
.bottom-offset-sm-10 {
    margin-bottom: 10px;
}
.bottom-offset-sm-20 {
    margin-bottom: 20px;
}
.bottom-offset-sm-30 {
    margin-bottom: 30px;
}
.bottom-offset-sm-40 {
    margin-bottom: 40px;
}
.bottom-offset-sm-60 {
    margin-bottom: 60px;
}
}@media (min-width:992px) and (max-width:1199px) {
    .top-offset-md-0 {
    margin-top: 0;
}
.top-offset-md-5 {
    margin-top: 5px;
}
.top-offset-md-10 {
    margin-top: 10px;
}
.top-offset-md-20 {
    margin-top: 20px;
}
.top-offset-md-30 {
    margin-top: 30px;
}
.top-offset-md-40 {
    margin-top: 40px;
}
.top-offset-md-60 {
    margin-top: 60px;
}
.bottom-offset-md-0 {
    margin-bottom: 0;
}
.bottom-offset-md-5 {
    margin-bottom: 5px;
}
.bottom-offset-md-10 {
    margin-bottom: 10px;
}
.bottom-offset-md-20 {
    margin-bottom: 20px;
}
.bottom-offset-md-30 {
    margin-bottom: 30px;
}
.bottom-offset-md-40 {
    margin-bottom: 40px;
}
.bottom-offset-md-60 {
    margin-bottom: 60px;
}
}@media (min-width:1200px) {
    .top-offset-lg-0 {
    margin-top: 0;
}
.top-offset-lg-5 {
    margin-top: 5px;
}
.top-offset-lg-10 {
    margin-top: 10px;
}
.top-offset-lg-20 {
    margin-top: 20px;
}
.top-offset-lg-30 {
    margin-top: 30px;
}
.top-offset-lg-40 {
    margin-top: 40px;
}
.top-offset-lg-60 {
    margin-top: 60px;
}
.bottom-offset-lg-0 {
    margin-bottom: 0;
}
.bottom-offset-lg-5 {
    margin-bottom: 5px;
}
.bottom-offset-lg-10 {
    margin-bottom: 10px;
}
.bottom-offset-lg-20 {
    margin-bottom: 20px;
}
.bottom-offset-lg-30 {
    margin-bottom: 30px;
}
.bottom-offset-lg-40 {
    margin-bottom: 40px;
}
.bottom-offset-lg-60 {
    margin-bottom: 60px;
}
}