
html {
    font-family: sans-serif;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: none repeat scroll 0 0 transparent;
}
a:active, a:hover {
    outline: 0 none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: none repeat scroll 0 0 #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0 none;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,monospace;
    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"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    box-sizing: content-box;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0 none;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
@media print {
* {
    background: none repeat scroll 0 0 transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
select {
    background: none repeat scroll 0 0 #fff !important;
}
.navbar {
    display: none;
}
.table td, .table th {
    background-color: #fff !important;
}
.btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
}
.label {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse !important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
}
}
* {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
body {
    background-color: #f3f3f3;
    color: #767676;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
}
a:focus {
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.img-rounded {
    border-radius: 2px;
}
.img-thumbnail {
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.img-circle {
    border-radius: 50%;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eeeeee -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
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 {
    color: #999999;
    font-weight: normal;
    line-height: 1;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}
h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .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 {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
.lead {
    font-size: 21px;
}
}
small, .small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-muted {
    color: #999999;
}
.text-primary {
    color: #1c7ebb;
}
a.text-primary:hover {
    color: #15608f;
}
.text-success {
    color: #229173;
}
a.text-success:hover {
    color: #186852;
}
.text-info {
    color: #26929c;
}
a.text-info:hover {
    color: #1c6c73;
}
.text-warning {
    color: #af7f18;
}
a.text-warning:hover {
    color: #825e12;
}
.text-danger {
    color: #b13d31;
}
a.text-danger:hover {
    color: #892f26;
}
.bg-primary {
    color: #fff;
}
.bg-primary {
    background-color: #1c7ebb;
}
a.bg-primary:hover {
    background-color: #15608f;
}
.bg-success {
    background-color: #f2fcf9;
}
a.bg-success:hover {
    background-color: #c9f2e6;
}
.bg-info {
    background-color: #eef8fc;
}
a.bg-info:hover {
    background-color: #c3e6f4;
}
.bg-warning {
    background-color: floralwhite;
}
a.bg-warning:hover {
    background-color: #ffe9bd;
}
.bg-danger {
    background-color: #fdefee;
}
a.bg-danger:hover {
    background-color: #f8c4c0;
}
.page-header {
    border-bottom: 1px solid #eeeeee;
    margin: 40px 0 20px;
    padding-bottom: 9px;
}
ul, ol {
    margin-bottom: 10px;
    margin-top: 0;
}
ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}
.list-unstyled, .list-inline {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline {
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-bottom: 20px;
    margin-top: 0;
}
dt, dd {
    line-height: 1.42857;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
}
.dl-horizontal dd {
    margin-left: 180px;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
}
abbr[title], abbr[data-original-title] {
    border-bottom: 1px dotted #999999;
    cursor: help;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    border-left: 5px solid #1c7ebb;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
    color: #999999;
    display: block;
    font-size: 80%;
    line-height: 1.42857;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: "— ";
}
.blockquote-reverse, blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #1c7ebb;
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: "";
}
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: " —";
}
blockquote:before, blockquote:after {
    content: "";
}
address {
    font-style: normal;
    line-height: 1.42857;
    margin-bottom: 20px;
}
code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code {
    background-color: #f9f2f4;
    border-radius: 2px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
    white-space: nowrap;
}
kbd {
    background-color: #333333;
    border-radius: 2px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
    color: white;
    font-size: 90%;
    padding: 2px 4px;
}
pre {
    background-color: whitesmoke;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: #333333;
    display: block;
    font-size: 13px;
    line-height: 1.42857;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
}
pre code {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: inherit;
    padding: 0;
    white-space: pre-wrap;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
.container {
    width: 750px;
}
}
@media (min-width: 992px) {
.container {
    width: 970px;
}
}
@media (min-width: 1200px) {
.container {
    width: 1170px;
}
}
.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}
.container-fluid:after {
    clear: both;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.6667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.3333%;
}
.col-xs-5 {
    width: 41.6667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.3333%;
}
.col-xs-8 {
    width: 66.6667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.3333%;
}
.col-xs-11 {
    width: 91.6667%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-pull-0 {
    right: 0;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-2 {
    right: 16.6667%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-4 {
    right: 33.3333%;
}
.col-xs-pull-5 {
    right: 41.6667%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-7 {
    right: 58.3333%;
}
.col-xs-pull-8 {
    right: 66.6667%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-10 {
    right: 83.3333%;
}
.col-xs-pull-11 {
    right: 91.6667%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-push-0 {
    left: 0;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-2 {
    left: 16.6667%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-4 {
    left: 33.3333%;
}
.col-xs-push-5 {
    left: 41.6667%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-7 {
    left: 58.3333%;
}
.col-xs-push-8 {
    left: 66.6667%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-10 {
    left: 83.3333%;
}
.col-xs-push-11 {
    left: 91.6667%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-2 {
    margin-left: 16.6667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.3333%;
}
.col-xs-offset-5 {
    margin-left: 41.6667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.3333%;
}
.col-xs-offset-8 {
    margin-left: 66.6667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.3333%;
}
.col-xs-offset-11 {
    margin-left: 91.6667%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
@media (min-width: 480px) {
.col-xsm-1, .col-xsm-2, .col-xsm-3, .col-xsm-4, .col-xsm-5, .col-xsm-6, .col-xsm-7, .col-xsm-8, .col-xsm-9, .col-xsm-10, .col-xsm-11, .col-xsm-12 {
    float: left;
}
.col-xsm-1 {
    width: 8.33333%;
}
.col-xsm-2 {
    width: 16.6667%;
}
.col-xsm-3 {
    width: 25%;
}
.col-xsm-4 {
    width: 33.3333%;
}
.col-xsm-5 {
    width: 41.6667%;
}
.col-xsm-6 {
    width: 50%;
}
.col-xsm-7 {
    width: 58.3333%;
}
.col-xsm-8 {
    width: 66.6667%;
}
.col-xsm-9 {
    width: 75%;
}
.col-xsm-10 {
    width: 83.3333%;
}
.col-xsm-11 {
    width: 91.6667%;
}
.col-xsm-12 {
    width: 100%;
}
.col-xsm-pull-0 {
    right: 0;
}
.col-xsm-pull-1 {
    right: 8.33333%;
}
.col-xsm-pull-2 {
    right: 16.6667%;
}
.col-xsm-pull-3 {
    right: 25%;
}
.col-xsm-pull-4 {
    right: 33.3333%;
}
.col-xsm-pull-5 {
    right: 41.6667%;
}
.col-xsm-pull-6 {
    right: 50%;
}
.col-xsm-pull-7 {
    right: 58.3333%;
}
.col-xsm-pull-8 {
    right: 66.6667%;
}
.col-xsm-pull-9 {
    right: 75%;
}
.col-xsm-pull-10 {
    right: 83.3333%;
}
.col-xsm-pull-11 {
    right: 91.6667%;
}
.col-xsm-pull-12 {
    right: 100%;
}
.col-xsm-push-0 {
    left: 0;
}
.col-xsm-push-1 {
    left: 8.33333%;
}
.col-xsm-push-2 {
    left: 16.6667%;
}
.col-xsm-push-3 {
    left: 25%;
}
.col-xsm-push-4 {
    left: 33.3333%;
}
.col-xsm-push-5 {
    left: 41.6667%;
}
.col-xsm-push-6 {
    left: 50%;
}
.col-xsm-push-7 {
    left: 58.3333%;
}
.col-xsm-push-8 {
    left: 66.6667%;
}
.col-xsm-push-9 {
    left: 75%;
}
.col-xsm-push-10 {
    left: 83.3333%;
}
.col-xsm-push-11 {
    left: 91.6667%;
}
.col-xsm-push-12 {
    left: 100%;
}
.col-xsm-offset-0 {
    margin-left: 0;
}
.col-xsm-offset-1 {
    margin-left: 8.33333%;
}
.col-xsm-offset-2 {
    margin-left: 16.6667%;
}
.col-xsm-offset-3 {
    margin-left: 25%;
}
.col-xsm-offset-4 {
    margin-left: 33.3333%;
}
.col-xsm-offset-5 {
    margin-left: 41.6667%;
}
.col-xsm-offset-6 {
    margin-left: 50%;
}
.col-xsm-offset-7 {
    margin-left: 58.3333%;
}
.col-xsm-offset-8 {
    margin-left: 66.6667%;
}
.col-xsm-offset-9 {
    margin-left: 75%;
}
.col-xsm-offset-10 {
    margin-left: 83.3333%;
}
.col-xsm-offset-11 {
    margin-left: 91.6667%;
}
.col-xsm-offset-12 {
    margin-left: 100%;
}
}
@media (min-width: 768px) {
.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}
.col-sm-1 {
    width: 8.33333%;
}
.col-sm-2 {
    width: 16.6667%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-4 {
    width: 33.3333%;
}
.col-sm-5 {
    width: 41.6667%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-7 {
    width: 58.3333%;
}
.col-sm-8 {
    width: 66.6667%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-10 {
    width: 83.3333%;
}
.col-sm-11 {
    width: 91.6667%;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-pull-0 {
    right: 0;
}
.col-sm-pull-1 {
    right: 8.33333%;
}
.col-sm-pull-2 {
    right: 16.6667%;
}
.col-sm-pull-3 {
    right: 25%;
}
.col-sm-pull-4 {
    right: 33.3333%;
}
.col-sm-pull-5 {
    right: 41.6667%;
}
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-pull-7 {
    right: 58.3333%;
}
.col-sm-pull-8 {
    right: 66.6667%;
}
.col-sm-pull-9 {
    right: 75%;
}
.col-sm-pull-10 {
    right: 83.3333%;
}
.col-sm-pull-11 {
    right: 91.6667%;
}
.col-sm-pull-12 {
    right: 100%;
}
.col-sm-push-0 {
    left: 0;
}
.col-sm-push-1 {
    left: 8.33333%;
}
.col-sm-push-2 {
    left: 16.6667%;
}
.col-sm-push-3 {
    left: 25%;
}
.col-sm-push-4 {
    left: 33.3333%;
}
.col-sm-push-5 {
    left: 41.6667%;
}
.col-sm-push-6 {
    left: 50%;
}
.col-sm-push-7 {
    left: 58.3333%;
}
.col-sm-push-8 {
    left: 66.6667%;
}
.col-sm-push-9 {
    left: 75%;
}
.col-sm-push-10 {
    left: 83.3333%;
}
.col-sm-push-11 {
    left: 91.6667%;
}
.col-sm-push-12 {
    left: 100%;
}
.col-sm-offset-0 {
    margin-left: 0;
}
.col-sm-offset-1 {
    margin-left: 8.33333%;
}
.col-sm-offset-2 {
    margin-left: 16.6667%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-4 {
    margin-left: 33.3333%;
}
.col-sm-offset-5 {
    margin-left: 41.6667%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-7 {
    margin-left: 58.3333%;
}
.col-sm-offset-8 {
    margin-left: 66.6667%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-10 {
    margin-left: 83.3333%;
}
.col-sm-offset-11 {
    margin-left: 91.6667%;
}
.col-sm-offset-12 {
    margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1, .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-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-md-1 {
    width: 8.33333%;
}
.col-md-2 {
    width: 16.6667%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.3333%;
}
.col-md-5 {
    width: 41.6667%;
}
.col-md-6 {
    width: 50%;
}
.col-md-7 {
    width: 58.3333%;
}
.col-md-8 {
    width: 66.6667%;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.3333%;
}
.col-md-11 {
    width: 91.6667%;
}
.col-md-12 {
    width: 100%;
}
.col-md-pull-0 {
    right: 0;
}
.col-md-pull-1 {
    right: 8.33333%;
}
.col-md-pull-2 {
    right: 16.6667%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-4 {
    right: 33.3333%;
}
.col-md-pull-5 {
    right: 41.6667%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-7 {
    right: 58.3333%;
}
.col-md-pull-8 {
    right: 66.6667%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-10 {
    right: 83.3333%;
}
.col-md-pull-11 {
    right: 91.6667%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-push-0 {
    left: 0;
}
.col-md-push-1 {
    left: 8.33333%;
}
.col-md-push-2 {
    left: 16.6667%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-4 {
    left: 33.3333%;
}
.col-md-push-5 {
    left: 41.6667%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-7 {
    left: 58.3333%;
}
.col-md-push-8 {
    left: 66.6667%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-10 {
    left: 83.3333%;
}
.col-md-push-11 {
    left: 91.6667%;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-offset-0 {
    margin-left: 0;
}
.col-md-offset-1 {
    margin-left: 8.33333%;
}
.col-md-offset-2 {
    margin-left: 16.6667%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-4 {
    margin-left: 33.3333%;
}
.col-md-offset-5 {
    margin-left: 41.6667%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-7 {
    margin-left: 58.3333%;
}
.col-md-offset-8 {
    margin-left: 66.6667%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-10 {
    margin-left: 83.3333%;
}
.col-md-offset-11 {
    margin-left: 91.6667%;
}
.col-md-offset-12 {
    margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}
.col-lg-1 {
    width: 8.33333%;
}
.col-lg-2 {
    width: 16.6667%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-4 {
    width: 33.3333%;
}
.col-lg-5 {
    width: 41.6667%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-7 {
    width: 58.3333%;
}
.col-lg-8 {
    width: 66.6667%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-10 {
    width: 83.3333%;
}
.col-lg-11 {
    width: 91.6667%;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-pull-0 {
    right: 0;
}
.col-lg-pull-1 {
    right: 8.33333%;
}
.col-lg-pull-2 {
    right: 16.6667%;
}
.col-lg-pull-3 {
    right: 25%;
}
.col-lg-pull-4 {
    right: 33.3333%;
}
.col-lg-pull-5 {
    right: 41.6667%;
}
.col-lg-pull-6 {
    right: 50%;
}
.col-lg-pull-7 {
    right: 58.3333%;
}
.col-lg-pull-8 {
    right: 66.6667%;
}
.col-lg-pull-9 {
    right: 75%;
}
.col-lg-pull-10 {
    right: 83.3333%;
}
.col-lg-pull-11 {
    right: 91.6667%;
}
.col-lg-pull-12 {
    right: 100%;
}
.col-lg-push-0 {
    left: 0;
}
.col-lg-push-1 {
    left: 8.33333%;
}
.col-lg-push-2 {
    left: 16.6667%;
}
.col-lg-push-3 {
    left: 25%;
}
.col-lg-push-4 {
    left: 33.3333%;
}
.col-lg-push-5 {
    left: 41.6667%;
}
.col-lg-push-6 {
    left: 50%;
}
.col-lg-push-7 {
    left: 58.3333%;
}
.col-lg-push-8 {
    left: 66.6667%;
}
.col-lg-push-9 {
    left: 75%;
}
.col-lg-push-10 {
    left: 83.3333%;
}
.col-lg-push-11 {
    left: 91.6667%;
}
.col-lg-push-12 {
    left: 100%;
}
.col-lg-offset-0 {
    margin-left: 0;
}
.col-lg-offset-1 {
    margin-left: 8.33333%;
}
.col-lg-offset-2 {
    margin-left: 16.6667%;
}
.col-lg-offset-3 {
    margin-left: 25%;
}
.col-lg-offset-4 {
    margin-left: 33.3333%;
}
.col-lg-offset-5 {
    margin-left: 41.6667%;
}
.col-lg-offset-6 {
    margin-left: 50%;
}
.col-lg-offset-7 {
    margin-left: 58.3333%;
}
.col-lg-offset-8 {
    margin-left: 66.6667%;
}
.col-lg-offset-9 {
    margin-left: 75%;
}
.col-lg-offset-10 {
    margin-left: 83.3333%;
}
.col-lg-offset-11 {
    margin-left: 91.6667%;
}
.col-lg-offset-12 {
    margin-left: 100%;
}
}
table {
    background-color: transparent;
    max-width: 100%;
}
th {
    text-align: left;
}
.table {
    margin-bottom: 20px;
    width: 100%;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    border-top: 1px solid #dddddd;
    line-height: 1.42857;
    padding: 10px;
    vertical-align: top;
}
.table > thead > tr > th {
    border-bottom: 2px solid #dddddd;
    vertical-align: bottom;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0 none;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #f3f3f3;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: whitesmoke;
}
table col[class*="col-"] {
    display: table-column;
    float: none;
    position: static;
}
table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none;
    position: static;
}
.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: whitesmoke;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #f2fcf9;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #ddf7ef;
}
.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #eef8fc;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #d8eff8;
}
.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: floralwhite;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #fff2d7;
}
.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #fdefee;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #fadad7;
}
@media (max-width: 767px) {
.table-responsive {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
}
.table-responsive > .table {
    margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
}
.table-responsive > .table-bordered {
    border: 0 none;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 none;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 none;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0 none;
}
}
fieldset {
    border: 0 none;
    margin: 0;
    min-width: 0;
    padding: 0;
}
legend {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #333333;
    display: block;
    font-size: 21px;
    line-height: inherit;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
}
label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple], select[size] {
    height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
output {
    color: #767676;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding-top: 7px;
}
.form-control {
    background-color: white;
    background-image: none;
    border: 1px solid #cbd5dd;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #767676;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    cursor: not-allowed;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
}
input[type="date"] {
    line-height: 34px;
}
.form-group {
    margin-bottom: 15px;
}
.radio, .checkbox {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    padding-left: 20px;
}
.radio label, .checkbox label {
    cursor: pointer;
    display: inline;
    font-weight: normal;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding-left: 20px;
    vertical-align: middle;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 10px;
    margin-top: 0;
}
input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    border-radius: 2px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}
select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select.input-sm[multiple], .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto;
}
.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 2px;
    font-size: 18px;
    height: 46px;
    line-height: 1.33;
    padding: 10px 16px;
}
select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select.input-lg[multiple], .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
    display: block;
    height: 34px;
    line-height: 34px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 25px;
    width: 34px;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #229173;
}
.has-success .form-control {
    border-color: #229173;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-success .form-control:focus {
    border-color: #186852;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #45d4ad;
}
.has-success .input-group-addon {
    background-color: #f2fcf9;
    border-color: #229173;
    color: #229173;
}
.has-success .form-control-feedback {
    color: #229173;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #af7f18;
}
.has-warning .form-control {
    border-color: #af7f18;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-warning .form-control:focus {
    border-color: #825e12;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #e6b347;
}
.has-warning .input-group-addon {
    background-color: floralwhite;
    border-color: #af7f18;
    color: #af7f18;
}
.has-warning .form-control-feedback {
    color: #af7f18;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #b13d31;
}
.has-error .form-control {
    border-color: #b13d31;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.has-error .form-control:focus {
    border-color: #892f26;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #d87a70;
}
.has-error .input-group-addon {
    background-color: #fdefee;
    border-color: #b13d31;
    color: #b13d31;
}
.has-error .form-control-feedback {
    color: #b13d31;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    color: #b6b6b6;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}
@media (min-width: 768px) {
.form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
}
.form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    vertical-align: middle;
}
.form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
    text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
    top: 0;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #767676;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #e6e6e6;
    border-color: #cfcfcf;
    color: #767676;
}
.open .btn-default.dropdown-toggle {
    background-color: #e6e6e6;
    border-color: #cfcfcf;
    color: #767676;
}
.btn-default:active, .btn-default.active {
    background-image: none;
}
.open .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default.active[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fafafa;
    border-color: #ededed;
}
.btn-default .badge {
    background-color: #767676;
    color: #fafafa;
}
.btn-primary {
    background-color: #1c7ebb;
    border-color: #196fa5;
    color: white;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #176698;
    border-color: #114b70;
    color: white;
}
.open .btn-primary.dropdown-toggle {
    background-color: #176698;
    border-color: #114b70;
    color: white;
}
.btn-primary:active, .btn-primary.active {
    background-image: none;
}
.open .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #1c7ebb;
    border-color: #196fa5;
}
.btn-primary .badge {
    background-color: white;
    color: #1c7ebb;
}
.btn-success {
    background-color: #23ae89;
    border-color: #1f9978;
    color: white;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background-color: #1c8c6e;
    border-color: #146650;
    color: white;
}
.open .btn-success.dropdown-toggle {
    background-color: #1c8c6e;
    border-color: #146650;
    color: white;
}
.btn-success:active, .btn-success.active {
    background-image: none;
}
.open .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success.active[disabled], fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #23ae89;
    border-color: #1f9978;
}
.btn-success .badge {
    background-color: white;
    color: #23ae89;
}
.btn-info {
    background-color: #2ec1cc;
    border-color: #29adb7;
    color: white;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    background-color: #26a2ab;
    border-color: #1e7e85;
    color: white;
}
.open .btn-info.dropdown-toggle {
    background-color: #26a2ab;
    border-color: #1e7e85;
    color: white;
}
.btn-info:active, .btn-info.active {
    background-image: none;
}
.open .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info.active[disabled], fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #2ec1cc;
    border-color: #29adb7;
}
.btn-info .badge {
    background-color: white;
    color: #2ec1cc;
}
.btn-warning {
    background-color: #ffb61c;
    border-color: #ffae02;
    color: white;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background-color: #f2a400;
    border-color: #c48500;
    color: white;
}
.open .btn-warning.dropdown-toggle {
    background-color: #f2a400;
    border-color: #c48500;
    color: white;
}
.btn-warning:active, .btn-warning.active {
    background-image: none;
}
.open .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #ffb61c;
    border-color: #ffae02;
}
.btn-warning .badge {
    background-color: white;
    color: #ffb61c;
}
.btn-danger {
    background-color: #e94b3b;
    border-color: #e63624;
    color: white;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    background-color: #e22c19;
    border-color: #b92415;
    color: white;
}
.open .btn-danger.dropdown-toggle {
    background-color: #e22c19;
    border-color: #b92415;
    color: white;
}
.btn-danger:active, .btn-danger.active {
    background-image: none;
}
.open .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #e94b3b;
    border-color: #e63624;
}
.btn-danger .badge {
    background-color: white;
    color: #e94b3b;
}
.btn-link {
    border-radius: 0;
    color: #333333;
    cursor: pointer;
    font-weight: normal;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    background-color: transparent;
    color: #0d0d0d;
    text-decoration: underline;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 2px;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
}
.btn-sm, .btn-group-sm > .btn {
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.btn-xs, .btn-group-xs > .btn {
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}
.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.35s ease 0s;
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 1px;
}
.glyphicon-asterisk:before {
    content: "*";
}
.glyphicon-plus:before {
    content: "+";
}
.glyphicon-euro:before {
    content: "€";
}
.glyphicon-minus:before {
    content: "−";
}
.glyphicon-cloud:before {
    content: "☁";
}
.glyphicon-envelope:before {
    content: "✉";
}
.glyphicon-pencil:before {
    content: "✏";
}
.glyphicon-glass:before {
    content: "";
}
.glyphicon-music:before {
    content: "";
}
.glyphicon-search:before {
    content: "";
}
.glyphicon-heart:before {
    content: "";
}
.glyphicon-star:before {
    content: "";
}
.glyphicon-star-empty:before {
    content: "";
}
.glyphicon-user:before {
    content: "";
}
.glyphicon-film:before {
    content: "";
}
.glyphicon-th-large:before {
    content: "";
}
.glyphicon-th:before {
    content: "";
}
.glyphicon-th-list:before {
    content: "";
}
.glyphicon-ok:before {
    content: "";
}
.glyphicon-remove:before {
    content: "";
}
.glyphicon-zoom-in:before {
    content: "";
}
.glyphicon-zoom-out:before {
    content: "";
}
.glyphicon-off:before {
    content: "";
}
.glyphicon-signal:before {
    content: "";
}
.glyphicon-cog:before {
    content: "";
}
.glyphicon-trash:before {
    content: "";
}
.glyphicon-home:before {
    content: "";
}
.glyphicon-file:before {
    content: "";
}
.glyphicon-time:before {
    content: "";
}
.glyphicon-road:before {
    content: "";
}
.glyphicon-download-alt:before {
    content: "";
}
.glyphicon-download:before {
    content: "";
}
.glyphicon-upload:before {
    content: "";
}
.glyphicon-inbox:before {
    content: "";
}
.glyphicon-play-circle:before {
    content: "";
}
.glyphicon-repeat:before {
    content: "";
}
.glyphicon-refresh:before {
    content: "";
}
.glyphicon-list-alt:before {
    content: "";
}
.glyphicon-lock:before {
    content: "";
}
.glyphicon-flag:before {
    content: "";
}
.glyphicon-headphones:before {
    content: "";
}
.glyphicon-volume-off:before {
    content: "";
}
.glyphicon-volume-down:before {
    content: "";
}
.glyphicon-volume-up:before {
    content: "";
}
.glyphicon-qrcode:before {
    content: "";
}
.glyphicon-barcode:before {
    content: "";
}
.glyphicon-tag:before {
    content: "";
}
.glyphicon-tags:before {
    content: "";
}
.glyphicon-book:before {
    content: "";
}
.glyphicon-bookmark:before {
    content: "";
}
.glyphicon-print:before {
    content: "";
}
.glyphicon-camera:before {
    content: "";
}
.glyphicon-font:before {
    content: "";
}
.glyphicon-bold:before {
    content: "";
}
.glyphicon-italic:before {
    content: "";
}
.glyphicon-text-height:before {
    content: "";
}
.glyphicon-text-width:before {
    content: "";
}
.glyphicon-align-left:before {
    content: "";
}
.glyphicon-align-center:before {
    content: "";
}
.glyphicon-align-right:before {
    content: "";
}
.glyphicon-align-justify:before {
    content: "";
}
.glyphicon-list:before {
    content: "";
}
.glyphicon-indent-left:before {
    content: "";
}
.glyphicon-indent-right:before {
    content: "";
}
.glyphicon-facetime-video:before {
    content: "";
}
.glyphicon-picture:before {
    content: "";
}
.glyphicon-map-marker:before {
    content: "";
}
.glyphicon-adjust:before {
    content: "";
}
.glyphicon-tint:before {
    content: "";
}
.glyphicon-edit:before {
    content: "";
}
.glyphicon-share:before {
    content: "";
}
.glyphicon-check:before {
    content: "";
}
.glyphicon-move:before {
    content: "";
}
.glyphicon-step-backward:before {
    content: "";
}
.glyphicon-fast-backward:before {
    content: "";
}
.glyphicon-backward:before {
    content: "";
}
.glyphicon-play:before {
    content: "";
}
.glyphicon-pause:before {
    content: "";
}
.glyphicon-stop:before {
    content: "";
}
.glyphicon-forward:before {
    content: "";
}
.glyphicon-fast-forward:before {
    content: "";
}
.glyphicon-step-forward:before {
    content: "";
}
.glyphicon-eject:before {
    content: "";
}
.glyphicon-chevron-left:before {
    content: "";
}
.glyphicon-chevron-right:before {
    content: "";
}
.glyphicon-plus-sign:before {
    content: "";
}
.glyphicon-minus-sign:before {
    content: "";
}
.glyphicon-remove-sign:before {
    content: "";
}
.glyphicon-ok-sign:before {
    content: "";
}
.glyphicon-question-sign:before {
    content: "";
}
.glyphicon-info-sign:before {
    content: "";
}
.glyphicon-screenshot:before {
    content: "";
}
.glyphicon-remove-circle:before {
    content: "";
}
.glyphicon-ok-circle:before {
    content: "";
}
.glyphicon-ban-circle:before {
    content: "";
}
.glyphicon-arrow-left:before {
    content: "";
}
.glyphicon-arrow-right:before {
    content: "";
}
.glyphicon-arrow-up:before {
    content: "";
}
.glyphicon-arrow-down:before {
    content: "";
}
.glyphicon-share-alt:before {
    content: "";
}
.glyphicon-resize-full:before {
    content: "";
}
.glyphicon-resize-small:before {
    content: "";
}
.glyphicon-exclamation-sign:before {
    content: "";
}
.glyphicon-gift:before {
    content: "";
}
.glyphicon-leaf:before {
    content: "";
}
.glyphicon-fire:before {
    content: "";
}
.glyphicon-eye-open:before {
    content: "";
}
.glyphicon-eye-close:before {
    content: "";
}
.glyphicon-warning-sign:before {
    content: "";
}
.glyphicon-plane:before {
    content: "";
}
.glyphicon-calendar:before {
    content: "";
}
.glyphicon-random:before {
    content: "";
}
.glyphicon-comment:before {
    content: "";
}
.glyphicon-magnet:before {
    content: "";
}
.glyphicon-chevron-up:before {
    content: "";
}
.glyphicon-chevron-down:before {
    content: "";
}
.glyphicon-retweet:before {
    content: "";
}
.glyphicon-shopping-cart:before {
    content: "";
}
.glyphicon-folder-close:before {
    content: "";
}
.glyphicon-folder-open:before {
    content: "";
}
.glyphicon-resize-vertical:before {
    content: "";
}
.glyphicon-resize-horizontal:before {
    content: "";
}
.glyphicon-hdd:before {
    content: "";
}
.glyphicon-bullhorn:before {
    content: "";
}
.glyphicon-bell:before {
    content: "";
}
.glyphicon-certificate:before {
    content: "";
}
.glyphicon-thumbs-up:before {
    content: "";
}
.glyphicon-thumbs-down:before {
    content: "";
}
.glyphicon-hand-right:before {
    content: "";
}
.glyphicon-hand-left:before {
    content: "";
}
.glyphicon-hand-up:before {
    content: "";
}
.glyphicon-hand-down:before {
    content: "";
}
.glyphicon-circle-arrow-right:before {
    content: "";
}
.glyphicon-circle-arrow-left:before {
    content: "";
}
.glyphicon-circle-arrow-up:before {
    content: "";
}
.glyphicon-circle-arrow-down:before {
    content: "";
}
.glyphicon-globe:before {
    content: "";
}
.glyphicon-wrench:before {
    content: "";
}
.glyphicon-tasks:before {
    content: "";
}
.glyphicon-filter:before {
    content: "";
}
.glyphicon-briefcase:before {
    content: "";
}
.glyphicon-fullscreen:before {
    content: "";
}
.glyphicon-dashboard:before {
    content: "";
}
.glyphicon-paperclip:before {
    content: "";
}
.glyphicon-heart-empty:before {
    content: "";
}
.glyphicon-link:before {
    content: "";
}
.glyphicon-phone:before {
    content: "";
}
.glyphicon-pushpin:before {
    content: "";
}
.glyphicon-usd:before {
    content: "";
}
.glyphicon-gbp:before {
    content: "";
}
.glyphicon-sort:before {
    content: "";
}
.glyphicon-sort-by-alphabet:before {
    content: "";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}
.glyphicon-sort-by-order:before {
    content: "";
}
.glyphicon-sort-by-order-alt:before {
    content: "";
}
.glyphicon-sort-by-attributes:before {
    content: "";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "";
}
.glyphicon-unchecked:before {
    content: "";
}
.glyphicon-expand:before {
    content: "";
}
.glyphicon-collapse-down:before {
    content: "";
}
.glyphicon-collapse-up:before {
    content: "";
}
.glyphicon-log-in:before {
    content: "";
}
.glyphicon-flash:before {
    content: "";
}
.glyphicon-log-out:before {
    content: "";
}
.glyphicon-new-window:before {
    content: "";
}
.glyphicon-record:before {
    content: "";
}
.glyphicon-save:before {
    content: "";
}
.glyphicon-open:before {
    content: "";
}
.glyphicon-saved:before {
    content: "";
}
.glyphicon-import:before {
    content: "";
}
.glyphicon-export:before {
    content: "";
}
.glyphicon-send:before {
    content: "";
}
.glyphicon-floppy-disk:before {
    content: "";
}
.glyphicon-floppy-saved:before {
    content: "";
}
.glyphicon-floppy-remove:before {
    content: "";
}
.glyphicon-floppy-save:before {
    content: "";
}
.glyphicon-floppy-open:before {
    content: "";
}
.glyphicon-credit-card:before {
    content: "";
}
.glyphicon-transfer:before {
    content: "";
}
.glyphicon-cutlery:before {
    content: "";
}
.glyphicon-header:before {
    content: "";
}
.glyphicon-compressed:before {
    content: "";
}
.glyphicon-earphone:before {
    content: "";
}
.glyphicon-phone-alt:before {
    content: "";
}
.glyphicon-tower:before {
    content: "";
}
.glyphicon-stats:before {
    content: "";
}
.glyphicon-sd-video:before {
    content: "";
}
.glyphicon-hd-video:before {
    content: "";
}
.glyphicon-subtitles:before {
    content: "";
}
.glyphicon-sound-stereo:before {
    content: "";
}
.glyphicon-sound-dolby:before {
    content: "";
}
.glyphicon-sound-5-1:before {
    content: "";
}
.glyphicon-sound-6-1:before {
    content: "";
}
.glyphicon-sound-7-1:before {
    content: "";
}
.glyphicon-copyright-mark:before {
    content: "";
}
.glyphicon-registration-mark:before {
    content: "";
}
.glyphicon-cloud-download:before {
    content: "";
}
.glyphicon-cloud-upload:before {
    content: "";
}
.glyphicon-tree-conifer:before {
    content: "";
}
.glyphicon-tree-deciduous:before {
    content: "";
}
.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0 none;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu.pull-right {
    left: auto;
    right: 0;
}
.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.dropdown-menu > li > a {
    clear: both;
    color: #333333;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #1c7ebb;
    color: white;
    text-decoration: none;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #1c7ebb;
    color: white;
    outline: 0 none;
    text-decoration: none;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
    text-decoration: none;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0 none;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    color: #999999;
    display: block;
    font-size: 12px;
    line-height: 1.42857;
    padding: 3px 20px;
}
.dropdown-backdrop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    left: auto;
    right: 0;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 4px solid;
    border-top: 0 none;
    content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    bottom: 100%;
    margin-bottom: 1px;
    top: auto;
}
@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 {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    float: left;
    position: relative;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: medium none;
}
.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:before, .btn-toolbar:after {
    content: " ";
    display: table;
}
.btn-toolbar:after {
    clear: both;
}
.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) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    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 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0 none;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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;
    max-width: 100%;
    width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.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-left: 0;
    margin-top: -1px;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 2px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    border-collapse: separate;
    display: table;
    table-layout: fixed;
    width: 100%;
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 1%;
}
.input-group-addon {
    background-color: #eeeeee;
    border: 1px solid #cbd5dd;
    border-radius: 2px;
    color: #767676;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    border-radius: 2px;
    font-size: 12px;
    padding: 5px 10px;
}
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    border-radius: 2px;
    font-size: 18px;
    padding: 10px 16px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    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:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0 none;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0 none;
}
.input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    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 {
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav > li {
    display: block;
    position: relative;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #eeeeee;
    text-decoration: none;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    background-color: transparent;
    color: #999999;
    cursor: not-allowed;
    text-decoration: none;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #333333;
}
.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f3f3f3;
    border-color: #dddddd #dddddd transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 2px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #1c7ebb;
    color: white;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-left: 0;
    margin-top: 2px;
}
.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
}
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0 none;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-radius: 2px;
    margin-right: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 2px 2px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #f3f3f3;
}
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
}
.navbar {
    border: 1px solid transparent;
    margin-bottom: 20px;
    min-height: 50px;
    position: relative;
}
.navbar:before, .navbar:after {
    content: " ";
    display: table;
}
.navbar:after {
    clear: both;
}
@media (min-width: 768px) {
.navbar {
    border-radius: 2px;
}
}
.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}
.navbar-header:after {
    clear: both;
}
@media (min-width: 768px) {
.navbar-header {
    float: left;
}
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    max-height: 340px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}
.navbar-collapse:after {
    clear: both;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
    border-top: 0 none;
    box-shadow: none;
    width: auto;
}
.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 0;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
}
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}
}
.navbar-static-top {
    border-width: 0 0 1px;
    z-index: 1000;
}
@media (min-width: 768px) {
.navbar-static-top {
    border-radius: 0;
}
}
.navbar-fixed-top, .navbar-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
}
.navbar-fixed-top {
    border-width: 0 0 1px;
    top: 0;
}
.navbar-fixed-bottom {
    border-width: 1px 0 0;
    bottom: 0;
    margin-bottom: 0;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
}
}
.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle:focus {
    outline: medium none;
}
.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.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 {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}
.navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}
}
@media (min-width: 768px) {
.navbar-left {
    float: left !important;
}
.navbar-right {
    float: right !important;
}
}
.navbar-form {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    margin: 8px -15px;
    padding: 10px 15px;
}
@media (max-width: 767px) {
.navbar-form .form-group {
    margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
    border: 0 none;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: auto;
}
.navbar-form.navbar-right:last-child {
    margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.navbar-btn {
    margin-bottom: 8px;
    margin-top: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-bottom: 10px;
    margin-top: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-bottom: 14px;
    margin-top: 14px;
}
.navbar-text {
    margin-bottom: 15px;
    margin-top: 15px;
}
@media (min-width: 768px) {
.navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
    margin-right: 0;
}
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    background-color: transparent;
    color: #5e5e5e;
}
.navbar-default .navbar-text {
    color: #777777;
}
.navbar-default .navbar-nav > li > a {
    color: #777777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #333333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #e7e7e7;
    color: #555555;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #cccccc;
}
.navbar-default .navbar-toggle {
    border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #333333;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #e7e7e7;
    color: #555555;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    color: #cccccc;
}
}
.navbar-default .navbar-link {
    color: #777777;
}
.navbar-default .navbar-link:hover {
    color: #333333;
}
.navbar-inverse {
    background-color: #222222;
    border-color: #090909;
}
.navbar-inverse .navbar-brand {
    color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    background-color: transparent;
    color: white;
}
.navbar-inverse .navbar-text {
    color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
    color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: transparent;
    color: white;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #090909;
    color: white;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    background-color: transparent;
    color: #444444;
}
.navbar-inverse .navbar-toggle {
    border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: white;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: white;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: white;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    background-color: #090909;
    color: white;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    background-color: transparent;
    color: #444444;
}
}
.navbar-inverse .navbar-link {
    color: #999999;
}
.navbar-inverse .navbar-link:hover {
    color: white;
}
.breadcrumb {
    background-color: #f6f6f6;
    border-radius: 2px;
    list-style: outside none none;
    margin-bottom: 20px;
    padding: 8px 15px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    color: #e9e9e9;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb > .active {
    color: #999999;
}
.pagination {
    border-radius: 2px;
    display: inline-block;
    margin: 20px 0;
    padding-left: 0;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #333333;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    background-color: #1c7ebb;
    border-color: #1c7ebb;
    color: white;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #1c7ebb;
    border-color: #1c7ebb;
    color: white;
    cursor: default;
    z-index: 2;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    color: #999999;
    cursor: not-allowed;
}
.pagination-lg > li > a, .pagination-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.pager {
    list-style: outside none none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}
.pager:before, .pager:after {
    content: " ";
    display: table;
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a, .pager li > span {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
}
.pager li > a:hover, .pager li > a:focus {
    background-color: #1c7ebb;
    text-decoration: none;
}
.pager .next > a, .pager .next > span {
    float: right;
}
.pager .previous > a, .pager .previous > span {
    float: left;
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    background-color: #f6f6f6;
    color: #999999;
    cursor: not-allowed;
}
.label {
    border-radius: 0.25em;
    color: white;
    display: inline;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.label[href]:hover, .label[href]:focus {
    color: white;
    cursor: pointer;
    text-decoration: none;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: gray;
}
.label-primary {
    background-color: #1c7ebb;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #15608f;
}
.label-success {
    background-color: #23ae89;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #1a8468;
}
.label-info {
    background-color: #2ec1cc;
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #259aa2;
}
.label-warning {
    background-color: #ffb61c;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #e89d00;
}
.label-danger {
    background-color: #e94b3b;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #d92a18;
}
.badge {
    background-color: #999999;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
    padding: 1px 5px;
    top: 0;
}
a.badge:hover, a.badge:focus {
    color: white;
    cursor: pointer;
    text-decoration: none;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    background-color: white;
    color: #333333;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    background-color: #eeeeee;
    color: inherit;
    margin-bottom: 30px;
    padding: 30px;
}
.jumbotron h1, .jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    font-size: 21px;
    font-weight: 200;
    margin-bottom: 15px;
}
.container .jumbotron {
    border-radius: 2px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
    padding-bottom: 48px;
    padding-top: 48px;
}
.container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
}
.jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
}
}
.thumbnail {
    background-color: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: block;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.thumbnail > img, .thumbnail a > img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.thumbnail .caption {
    color: #767676;
    padding: 9px;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #333333;
}
.alert {
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert h4 {
    color: inherit;
    margin-top: 0;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #f2fcf9;
    border-color: #ddf7eb;
    color: #229173;
}
.alert-success hr {
    border-top-color: #c9f2df;
}
.alert-success .alert-link {
    color: #186852;
}
.alert-info {
    background-color: #eef8fc;
    border-color: #d0f2f7;
    color: #26929c;
}
.alert-info hr {
    border-top-color: #baecf3;
}
.alert-info .alert-link {
    color: #1c6c73;
}
.alert-warning {
    background-color: floralwhite;
    border-color: #ffebd7;
    color: #af7f18;
}
.alert-warning hr {
    border-top-color: #ffdebd;
}
.alert-warning .alert-link {
    color: #825e12;
}
.alert-danger {
    background-color: #fdefee;
    border-color: #fad7db;
    color: #b13d31;
}
.alert-danger hr {
    border-top-color: #f8c0c6;
}
.alert-danger .alert-link {
    color: #892f26;
}
@keyframes progress-bar-stripes {
0% {
    background-position: 40px 0;
}
100% {
    background-position: 0 0;
}
}
.progress {
    background-color: whitesmoke;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.progress-bar {
    background-color: #1c7ebb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: white;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar {
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
}
.progress-bar-success {
    background-color: #23ae89;
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #2ec1cc;
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #ffb61c;
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #e94b3b;
}
.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media, .media-body {
    overflow: hidden;
}
.media, .media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    list-style: outside none none;
    padding-left: 0;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    background-color: white;
    border: 1px solid #dddddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
.list-group-item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.list-group-item:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-bottom: 0;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
a.list-group-item {
    color: #555555;
}
a.list-group-item .list-group-item-heading {
    color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
    background-color: whitesmoke;
    text-decoration: none;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: #1c7ebb;
    border-color: #1c7ebb;
    color: white;
    z-index: 2;
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
    color: #b0d9f3;
}
.list-group-item-success {
    background-color: #f2fcf9;
    color: #229173;
}
a.list-group-item-success {
    color: #229173;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
    background-color: #ddf7ef;
    color: #229173;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
    background-color: #229173;
    border-color: #229173;
    color: #fff;
}
.list-group-item-info {
    background-color: #eef8fc;
    color: #26929c;
}
a.list-group-item-info {
    color: #26929c;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
    background-color: #d8eff8;
    color: #26929c;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
    background-color: #26929c;
    border-color: #26929c;
    color: #fff;
}
.list-group-item-warning {
    background-color: floralwhite;
    color: #af7f18;
}
a.list-group-item-warning {
    color: #af7f18;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
    background-color: #fff2d7;
    color: #af7f18;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
    background-color: #af7f18;
    border-color: #af7f18;
    color: #fff;
}
.list-group-item-danger {
    background-color: #fdefee;
    color: #b13d31;
}
a.list-group-item-danger {
    color: #b13d31;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
    background-color: #fadad7;
    color: #b13d31;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
    background-color: #b13d31;
    border-color: #b13d31;
    color: #fff;
}
.list-group-item-heading {
    margin-bottom: 5px;
    margin-top: 0;
}
.list-group-item-text {
    line-height: 1.3;
    margin-bottom: 0;
}
.panel {
    background-color: white;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.panel-body {
    padding: 15px;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    padding: 10px 15px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    background-color: #fafafa;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top: 1px solid #e9e9e9;
    padding: 10px 15px;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-radius: 0;
    border-width: 1px 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
    border-top: 0 none;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0 none;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .list-group .list-group-item:hover, .panel > .list-group .list-group-item.active {
    background-color: #ffb61c;
    border-color: #ffb61c;
    color: #fff;
    cursor: pointer;
}
.panel > .list-group .list-group-item:hover .badge, .panel > .list-group .list-group-item.active .badge {
    background-color: #fff;
    color: #999;
}
.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.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, .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-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-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 {
    border-top-left-radius: 1px;
}
.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, .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-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-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 {
    border-top-right-radius: 1px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}
.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, .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 {
    border-bottom-left-radius: 1px;
}
.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, .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 {
    border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0 none;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0 none;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0 none;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0 none;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0 none;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0 none;
}
.panel > .table-responsive {
    border: 0 none;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    border-radius: 2px;
    margin-bottom: 0;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0 none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #e9e9e9;
}
.panel-group .panel-footer {
    border-top: 0 none;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #e9e9e9;
}
.panel-default {
    border-color: #e9e9e9;
}
.panel-default > .panel-heading {
    background-color: #f6f6f6;
    border-color: #e9e9e9;
    color: #767676;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #e9e9e9;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #e9e9e9;
}
.panel-primary {
    border-color: #1c7ebb;
}
.panel-primary > .panel-heading {
    background-color: #1c7ebb;
    border-color: #1c7ebb;
    color: white;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #1c7ebb;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #1c7ebb;
}
.panel-success {
    border-color: #ddf7eb;
}
.panel-success > .panel-heading {
    background-color: #f2fcf9;
    border-color: #ddf7eb;
    color: #229173;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddf7eb;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddf7eb;
}
.panel-info {
    border-color: #d0f2f7;
}
.panel-info > .panel-heading {
    background-color: #eef8fc;
    border-color: #d0f2f7;
    color: #26929c;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d0f2f7;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d0f2f7;
}
.panel-warning {
    border-color: #ffebd7;
}
.panel-warning > .panel-heading {
    background-color: floralwhite;
    border-color: #ffebd7;
    color: #af7f18;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ffebd7;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ffebd7;
}
.panel-danger {
    border-color: #fad7db;
}
.panel-danger > .panel-heading {
    background-color: #fdefee;
    border-color: #fad7db;
    color: #b13d31;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #fad7db;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fad7db;
}
.well {
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.well blockquote {
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    border-radius: 2px;
    padding: 24px;
}
.well-sm {
    border-radius: 2px;
    padding: 9px;
}
.close {
    color: black;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 white;
}
.close:hover, .close:focus {
    color: black;
    cursor: pointer;
    opacity: 0.5;
    text-decoration: none;
}
button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}
.modal.fade .modal-dialog {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out 0s;
}
.modal.in .modal-dialog {
    transform: translate(0px, 0px);
}
.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto;
}
.modal-content {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: medium none;
    position: relative;
}
.modal-backdrop {
    background-color: black;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 0.5;
}
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    padding: 15px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    line-height: 1.42857;
    margin: 0;
}
.modal-body {
    padding: 20px;
    position: relative;
}
.modal-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media (min-width: 768px) {
.modal-dialog {
    margin: 30px auto;
    width: 600px;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
    width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
    width: 900px;
}
}
.tooltip {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    position: absolute;
    visibility: visible;
    z-index: 1030;
}
.tooltip.in {
    opacity: 0.9;
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    background-color: black;
    border-radius: 2px;
    color: white;
    max-width: 200px;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
}
.tooltip-arrow {
    border-color: transparent;
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0;
}
.tooltip.top .tooltip-arrow {
    border-top-color: black;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: black;
    border-width: 5px 5px 0;
    bottom: 0;
    left: 5px;
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: black;
    border-width: 5px 5px 0;
    bottom: 0;
    right: 5px;
}
.tooltip.right .tooltip-arrow {
    border-right-color: black;
    border-width: 5px 5px 5px 0;
    left: 0;
    margin-top: -5px;
    top: 50%;
}
.tooltip.left .tooltip-arrow {
    border-left-color: black;
    border-width: 5px 0 5px 5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: black;
    border-width: 0 5px 5px;
    left: 50%;
    margin-left: -5px;
    top: 0;
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: black;
    border-width: 0 5px 5px;
    left: 5px;
    top: 0;
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: black;
    border-width: 0 5px 5px;
    right: 5px;
    top: 0;
}
.popover {
    background-clip: padding-box;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    max-width: 276px;
    padding: 1px;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    z-index: 1010;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 14px;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
    border-color: transparent;
    border-style: solid;
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    border-bottom-width: 0;
    border-top-color: #999999;
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}
.popover.top > .arrow:after {
    border-bottom-width: 0;
    border-top-color: white;
    bottom: 1px;
    content: " ";
    margin-left: -10px;
}
.popover.right > .arrow {
    border-left-width: 0;
    border-right-color: #999999;
    left: -11px;
    margin-top: -11px;
    top: 50%;
}
.popover.right > .arrow:after {
    border-left-width: 0;
    border-right-color: white;
    bottom: -10px;
    content: " ";
    left: 1px;
}
.popover.bottom > .arrow {
    border-bottom-color: #999999;
    border-top-width: 0;
    left: 50%;
    margin-left: -11px;
    top: -11px;
}
.popover.bottom > .arrow:after {
    border-bottom-color: white;
    border-top-width: 0;
    content: " ";
    margin-left: -10px;
    top: 1px;
}
.popover.left > .arrow {
    border-left-color: #999999;
    border-right-width: 0;
    margin-top: -11px;
    right: -11px;
    top: 50%;
}
.popover.left > .arrow:after {
    border-left-color: white;
    border-right-width: 0;
    bottom: -10px;
    content: " ";
    right: 1px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: left 0.6s ease-in-out 0s;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    line-height: 1;
    max-width: 100%;
}
.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 {
    bottom: 0;
    color: white;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 15%;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel-control:hover, .carousel-control:focus {
    color: white;
    opacity: 0.9;
    outline: medium none;
    text-decoration: none;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
    left: 50%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 50%;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    font-family: serif;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
}
.carousel-control .icon-prev:before {
    content: "‹";
}
.carousel-control .icon-next:before {
    content: "›";
}
.carousel-indicators {
    bottom: 10px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: center;
    width: 60%;
    z-index: 15;
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid white;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}
.carousel-indicators .active {
    background-color: white;
    height: 12px;
    margin: 0;
    width: 12px;
}
.carousel-caption {
    bottom: 20px;
    color: white;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}
.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-prev, .carousel-control .icon-next {
    font-size: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
}
.carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
}
.carousel-indicators {
    bottom: 20px;
}
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix: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 {
    background-color: transparent;
    border: 0 none;
    color: transparent;
    font: 0px/0 a;
    text-shadow: none;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
    display: block !important;
}
table.visible-xs {
    display: table;
}
tr.visible-xs {
    display: table-row !important;
}
th.visible-xs, td.visible-xs {
    display: table-cell !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;
}
th.visible-sm, td.visible-sm {
    display: table-cell !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;
}
th.visible-md, td.visible-md {
    display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
    display: block !important;
}
table.visible-lg {
    display: table;
}
tr.visible-lg {
    display: table-row !important;
}
th.visible-lg, td.visible-lg {
    display: table-cell !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
    display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
    display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
    display: none !important;
}
}
.visible-print {
    display: none !important;
}
@media print {
.visible-print {
    display: block !important;
}
table.visible-print {
    display: table;
}
tr.visible-print {
    display: table-row !important;
}
th.visible-print, td.visible-print {
    display: table-cell !important;
}
}
@media print {
.hidden-print {
    display: none !important;
}
}
body {
    text-rendering: optimizelegibility !important;
}
*::-moz-selection {
    background: none repeat scroll 0 0 #1c7ebb;
    color: white;
}
span.block {
    display: block;
}
.no-margin {
    margin: 0;
}
.no-border {
    border: 0 none;
}
.bg-primary {
    background-color: #1c7ebb;
    color: white;
}
.bg-primary-light {
    background-color: #449dd5;
    color: white;
}
.bg-success {
    background-color: #23ae89;
    color: white;
}
.bg-info {
    background-color: #2ec1cc;
    color: white;
}
.bg-warning {
    background-color: #ffb61c;
    color: white;
}
.bg-danger {
    background-color: #e94b3b;
    color: white;
}
.bg-orange {
    background-color: #f98e33;
    color: white;
}
.bg-violet {
    background-color: #6a55c2;
    color: white;
}
.bg-pink {
    background-color: #bb52cb;
    color: white;
}
.bg-brown {
    background-color: #cba952;
    color: white;
}
.bg-dark {
    background-color: #222533;
    color: white;
}
.bg-bright {
    background-color: #fafafa;
    color: #767676;
}
.bg-reverse {
    background-color: white;
    color: #767676;
}
.bg-facebook {
    background-color: #335397;
    color: white;
}
.bg-twitter {
    background-color: #00c7f7;
    color: white;
}
.bg-google-plus {
    background-color: #df4a32;
    color: white;
}
.gradient-text {
    color: #1c7ebb;
    font-size: 150px;
    font-weight: 300;
}
.text-small {
    font-size: 12px;
}
.text-normal {
    font-size: 14px;
}
.text-huge {
    font-size: 72px;
}
.text-large {
    font-size: 50px;
}
.size-h1 {
    font-size: 36px;
}
.size-h2 {
    font-size: 30px;
}
.size-h3 {
    font-size: 24px;
}
.size-h4 {
    font-size: 18px;
}
.text-thin {
    font-weight: 300;
}
.text-ultralight {
    font-weight: 100;
}
.color-primary {
    color: #1c7ebb;
}
.color-success {
    color: #23ae89;
}
.color-info {
    color: #2ec1cc;
}
.color-warning {
    color: #ffb61c;
}
.color-danger {
    color: #e94b3b;
}
.dropcap, .dropcap-square, .dropcap-circle {
    display: block;
    float: left;
    font-weight: normal;
    line-height: 36px;
    margin-right: 6px;
    text-shadow: none;
}
.dropcap {
    font-size: 3.1em;
}
.dropcap-square, .dropcap-circle {
    background-color: #444;
    color: white;
    text-align: center;
    width: 36px;
}
.dropcap-square {
    border-radius: 2px;
    font-size: 2.3em;
}
.dropcap-circle {
    border-radius: 50%;
    font-size: 1.78em;
}
.dropcap.colored {
    color: #1c7ebb;
}
.dropcap-square.colored, .dropcap-circle.colored {
    background-color: #1c7ebb;
}
.highlight {
    background-color: #1c7ebb;
    border-radius: 3px;
    color: white;
    padding: 2px 5px;
}
.divider {
    display: block;
    height: 10px;
}
.divider-sm {
    height: 15px;
}
.divider-md {
    height: 20px;
}
.divider-lg {
    height: 30px;
}
.divider-xl {
    height: 50px;
}
.space {
    display: inline;
    padding: 5px;
}
.space-md {
    padding: 15px;
}
.space-lg {
    padding: 25px;
}
.table-dynamic .table-filters {
    margin: 10px 0;
    padding: 8px;
}
.table-dynamic .filter-result-info {
    padding: 7px;
}
.table-dynamic .table-bordered {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.table-dynamic .table-bordered thead th {
    padding: 0;
    position: relative;
}
.table-dynamic .table-bordered thead th > .th {
    padding: 8px 20px 8px 8px;
    position: relative;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up, .table-dynamic .table-bordered thead th .glyphicon-chevron-down {
    color: #999;
    position: absolute;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up:hover, .table-dynamic .table-bordered thead th .glyphicon-chevron-down:hover {
    color: #1c7ebb;
    cursor: pointer;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up.active, .table-dynamic .table-bordered thead th .glyphicon-chevron-down.active {
    color: #1c7ebb;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-up {
    right: 5px;
    top: 4px;
}
.table-dynamic .table-bordered thead th .glyphicon-chevron-down {
    right: 6px;
    top: 18px;
}
.table-dynamic .table-footer {
    margin: 10px 0;
    padding: 8px;
}
.table-dynamic .page-num-info span {
    padding: 6px;
}
.table-dynamic .pagination-container ul {
    margin: 0;
}
.table-dynamic .pagination-container ul li:hover {
    cursor: pointer;
}
@media only screen and (max-width: 800px) {
.table-flip-scroll {
}
.table-flip-scroll .cf:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.table-flip-scroll * html .cf {
}
.table-flip-scroll *:first-child + html .cf {
}
.table-flip-scroll table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.table-flip-scroll th, .table-flip-scroll td {
    margin: 0;
    vertical-align: top;
}
.table-flip-scroll th {
    text-align: left;
}
.table-flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
}
.table-flip-scroll thead {
    display: block;
    float: left;
}
.table-flip-scroll tbody {
    display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;
}
.table-flip-scroll thead tr {
    display: block;
}
.table-flip-scroll .table > thead > tr > th:first-child {
    border-top: 1px solid #ddd;
}
.table-flip-scroll th {
    display: block;
    text-align: right;
}
.table-flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
}
.table-flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
}
.table-flip-scroll th {
    border-bottom: 0 none;
    border-left: 0 none;
}
.table-flip-scroll td {
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
}
.table-flip-scroll tbody tr {
    border-left: 1px solid #babcbf;
}
.table-flip-scroll th:last-child, .table-flip-scroll td:last-child {
    border-bottom: 1px solid #babcbf;
}
}
.ui-radio {
    margin: 0 20px 10px;
    position: relative;
}
.ui-radio input[type="radio"] {
    display: none;
}
.ui-radio input[type="radio"] + span {
    font-weight: normal;
}
.ui-radio input[type="radio"] + span:before {
    background: none repeat scroll 0 0 white;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 18px;
    margin-left: -20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 18px;
}
.ui-radio input[type="radio"]:disabled + span:before {
    border: 1px solid #ccc;
    cursor: no-drop;
    opacity: 0.65;
}
.ui-radio input[type="radio"]:checked + span:after {
    background-color: #1c7ebb;
    border-radius: 50%;
    content: "";
    display: block;
    height: 8px;
    left: -15px;
    position: absolute;
    top: 7px;
    width: 8px;
}
.ui-radio input[type="radio"]:disabled:checked + span:after {
    background-color: #ccc;
    cursor: no-drop;
    opacity: 0.65;
}
.ui-checkbox {
    margin: 0 20px 10px;
    position: relative;
}
.ui-checkbox input[type="checkbox"] {
    display: none;
}
.ui-checkbox input[type="checkbox"] + span {
    font-weight: normal;
}
.ui-checkbox input[type="checkbox"] + span:before {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: "";
    display: inline-block;
    height: 18px;
    margin-left: -20px;
    margin-right: 10px;
    vertical-align: middle;
    width: 18px;
}
.ui-checkbox input[type="checkbox"]:disabled + span:before {
    border: 1px solid #ccc;
    cursor: no-drop;
    opacity: 0.65;
}
.ui-checkbox input[type="checkbox"]:checked + span:before {
    background-color: #1c7ebb;
    border: 1px solid #1c7ebb;
}
.ui-checkbox input[type="checkbox"]:checked + span:after {
    background: url("img/checkmark.png") no-repeat scroll center center / 14px 14px rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 8px;
    left: -15px;
    position: absolute;
    top: 7px;
    width: 8px;
}
.ui-checkbox input[type="checkbox"]:disabled:checked + span:before {
    background-color: #ccc;
    border: 1px solid #ccc;
    opacity: 0.65;
}
.ui-checkbox input[type="checkbox"]:disabled:checked + span:after {
    background: url("img/checkmark.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: no-drop;
    opacity: 0.65;
}
.ui-editor .btn-toolbar {
    margin-bottom: 10px;
}
.ui-editor .btn-toolbar .btn {
    font-size: 12px;
}
.ui-editor .btn-toolbar .btn-group {
    margin: 5px;
}
.ui-editor .btn-toolbar .btn-default {
    background-color: #fff;
    color: #767676;
}
.ui-editor #taTextElement {
    min-height: 300px;
    overflow: auto;
}
.ui-datepicker table {
    margin: 0 5px;
}
.ui-datepicker table th, .ui-datepicker table td {
    padding: 1px;
}
.ui-timepicker td {
    padding: 1px;
}
.ui-rating .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
}
.ui-rating .fa.fa-star {
    color: #449dd5;
}
.form-control {
    border-width: 1px;
    box-shadow: none;
}
.form-control:focus {
    border-color: #1c7ebb;
    box-shadow: none;
}
.form-group .col-sm-10 {
    position: relative;
}
.form-group .col-sm-10 .icon {
    position: absolute;
    right: 25px;
    top: 10px;
}
input.input-primary {
    border-color: #1c7ebb;
}
input.input-primary:focus {
    border-color: #1c7ebb;
}
input.input-info {
    border-color: #2ec1cc;
}
input.input-info:focus {
    border-color: #2ec1cc;
}
input.input-success {
    border-color: #23ae89;
}
input.input-success:focus {
    border-color: #23ae89;
}
input.input-warning {
    border-color: #ffb61c;
}
input.input-warning:focus {
    border-color: #ffb61c;
}
input.input-danger {
    border-color: #e94b3b;
}
input.input-danger:focus {
    border-color: #e94b3b;
}
.drop-box {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 2px dashed #ddd;
    border-radius: 2px;
    height: 100px;
    padding-top: 35px;
    text-align: center;
    width: 100%;
}
.ui-select {
    position: relative;
}
/*
.ui-select > select {
    color: #515253;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 7px 15px 8px 10px;
    position: relative;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    width: 100%;
}
.ui-select:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid;
    color: #333;
    content: "";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    z-index: 0;
}*/
.ui-spinner {
    max-width: 200px;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn {
    height: 16px;
    margin: 0;
    padding: 0 6px;
    text-align: center;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn:first-child {
    border-radius: 0 2px 0 0 !important;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn:last-child {
    border-radius: 0 0 2px;
}
.ui-spinner .input-group-btn.btn-group-vertical > .btn i {
    display: block;
    margin-top: -2px;
}
.switch input {
    display: none;
}
.switch i {
    border-radius: 30px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
    display: inline-block;
    padding-right: 25px;
    transition: all 0.2s ease 0s;
}
.switch i:before {
    background: none repeat scroll 0 0 #fff;
    border-radius: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 30px;
    width: 30px;
}
.switch *:checked + i {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 0 50px #1c7ebb inset;
    padding-left: 25px;
    padding-right: 0;
}
.switch.switch-success *:checked + i {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 0 50px #23ae89 inset;
}
.switch.switch-info *:checked + i {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 0 50px #2ec1cc inset;
}
.switch.switch-warning *:checked + i {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 0 50px #ffb61c inset;
}
.switch.switch-danger *:checked + i {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 0 50px #e94b3b inset;
}
.btn-line-default {
    background-color: transparent;
    border-color: #ededed;
    color: #767676;
}
.btn-line-default:hover, .btn-line-default:focus, .btn-line-default:active, .btn-line-default.active {
    background-color: #fafafa;
    color: #767676;
}
.open .btn-line-default.dropdown-toggle {
    background-color: #fafafa;
    color: #767676;
}
.btn-line-primary {
    background-color: transparent;
    border-color: #196fa5;
    color: #767676;
}
.btn-line-primary:hover, .btn-line-primary:focus, .btn-line-primary:active, .btn-line-primary.active {
    background-color: #1c7ebb;
    color: white;
}
.open .btn-line-primary.dropdown-toggle {
    background-color: #1c7ebb;
    color: white;
}
.btn-line-success {
    background-color: transparent;
    border-color: #1f9978;
    color: #767676;
}
.btn-line-success:hover, .btn-line-success:focus, .btn-line-success:active, .btn-line-success.active {
    background-color: #23ae89;
    color: white;
}
.open .btn-line-success.dropdown-toggle {
    background-color: #23ae89;
    color: white;
}
.btn-line-info {
    background-color: transparent;
    border-color: #29adb7;
    color: #767676;
}
.btn-line-info:hover, .btn-line-info:focus, .btn-line-info:active, .btn-line-info.active {
    background-color: #2ec1cc;
    color: white;
}
.open .btn-line-info.dropdown-toggle {
    background-color: #2ec1cc;
    color: white;
}
.btn-line-warning {
    background-color: transparent;
    border-color: #ffae02;
    color: #767676;
}
.btn-line-warning:hover, .btn-line-warning:focus, .btn-line-warning:active, .btn-line-warning.active {
    background-color: #ffb61c;
    color: white;
}
.open .btn-line-warning.dropdown-toggle {
    background-color: #ffb61c;
    color: white;
}
.btn-line-danger {
    background-color: transparent;
    border-color: #e63624;
    color: #767676;
}
.btn-line-danger:hover, .btn-line-danger:focus, .btn-line-danger:active, .btn-line-danger.active {
    background-color: #e94b3b;
    color: white;
}
.open .btn-line-danger.dropdown-toggle {
    background-color: #e94b3b;
    color: white;
}
.btn-line-violet {
    background-color: transparent;
    border-color: #6a55c2;
    color: #767676;
}
.btn-line-violet:hover, .btn-line-violet:focus, .btn-line-violet:active, .btn-line-violet.active {
    background-color: #6a55c2;
    color: white;
}
.btn-line-primary-light {
    background-color: transparent;
    border-color: #449dd5;
    color: #767676;
}
.btn-line-primary-light:hover, .btn-line-primary-light:focus, .btn-line-primary-light:active, .btn-line-primary-light.active {
    background-color: #449dd5;
    color: white;
}
.btn-line-orange {
    background-color: transparent;
    border-color: #f98e33;
    color: #767676;
}
.btn-line-orange:hover, .btn-line-orange:focus, .btn-line-orange:active, .btn-line-orange.active {
    background-color: #f98e33;
    color: white;
}
.btn-line-pink {
    background-color: transparent;
    border-color: #bb52cb;
    color: #767676;
}
.btn-line-pink:hover, .btn-line-pink:focus, .btn-line-pink:active, .btn-line-pink.active {
    background-color: #bb52cb;
    color: white;
}
.btn-line-brown {
    background-color: transparent;
    border-color: #cba952;
    color: #767676;
}
.btn-line-brown:hover, .btn-line-brown:focus, .btn-line-brown:active, .btn-line-brown.active {
    background-color: #cba952;
    color: white;
}
.btn-w-sm {
    min-width: 100px;
}
.btn-w-md {
    min-width: 120px;
}
.btn-w-lg {
    min-width: 150px;
}
.btn-round {
    border-radius: 30px;
}
.btn-gap {
    margin: 5px;
}
.btn-gap-h {
    margin: 0 5px;
}
.btn-gap-v {
    margin: 0 0 5px;
}
.btn-icon-round {
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.btn-icon-round:hover {
    color: white;
}
.btn-icon-round-sm {
    height: 30px;
    line-height: 30px;
    width: 30px;
}
.btn-icon-round-md {
    height: 45px;
    line-height: 45px;
    width: 45px;
}
.btn-twitter-round {
    background-color: #00c7f7;
    border-color: #00c7f7;
    border-radius: 50%;
    color: white;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.btn-twitter-round:hover {
    background-color: #00a6ce;
    border-color: #0096ba;
    color: white;
}
.btn-facebook-round {
    background-color: #335397;
    border-color: #335397;
    border-radius: 50%;
    color: white;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}
.btn-facebook-round:hover {
    background-color: #294279;
    border-color: #243a69;
    color: white;
}
.btn-google-plus-round {
    background-color: #dd4a38;
    border-color: #dd4a38;
    border-radius: 50%;
    color: white;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
}
.btn-google-plus-round:hover {
    background-color: #ca3522;
    border-color: #b8301f;
    color: white;
}
.btn-twitter {
    background-color: #00c7f7;
    border-color: #00c7f7;
    color: white;
}
.btn-twitter i {
    margin-right: 10px;
}
.btn-twitter:hover {
    background-color: #00a6ce;
    border-color: #0096ba;
    color: white;
}
.btn-facebook {
    background-color: #335397;
    border-color: #335397;
    color: white;
}
.btn-facebook i {
    margin-right: 10px;
}
.btn-facebook:hover {
    background-color: #294279;
    border-color: #243a69;
    color: white;
}
.btn-gplus {
    background-color: #dd4a38;
    border-color: #dd4a38;
    color: white;
}
.btn-gplus i {
    margin-right: 10px;
}
.btn-gplus:hover {
    background-color: #ca3522;
    border-color: #b8301f;
    color: white;
}
html {
    overflow: hidden;
}
@keyframes fade-up-enter {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fade-up-enter {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fade-up-leave {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fade-up-leave {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.animate-fade-up.ng-enter {
    animation: 0.35s ease 0s normal none 1 running fade-up-enter;
}
@keyframes animate-flip-y-enter {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes animate-flip-y-enter {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes animate-flip-y-leave {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes animate-flip-y-leave {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.animate-flip-y.ng-enter {
    animation: 0.5s ease 0s normal none 1 running animate-flip-y-enter;
}
.animate-flip-y.ng-leave {
    animation: 0.5s ease 0s normal none 1 running animate-flip-y-leave;
}
@keyframes slideInDown {
0% {
    opacity: 0;
    transform: translateY(-2000px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes slideInDown {
0% {
    opacity: 0;
    transform: translateY(-2000px);
}
100% {
    transform: translateY(0px);
}
}
@keyframes slideOutUp {
0% {
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
    transform: translateY(0px);
}
100% {
    opacity: 0;
    transform: translateY(-2000px);
}
}
.animate-vertical-slide.ng-hide-add {
    animation: 0.35s ease-in-out 0s normal none 1 running slideOutUp;
}
.animate-vertical-slide.ng-hide-remove {
    animation: 0.35s ease-in-out 0.35s normal none 1 running slideInDown;
}
.badge-primary {
    background-color: #1c7ebb;
}
.badge-success {
    background-color: #23ae89;
}
.badge-info {
    background-color: #2ec1cc;
}
.badge-warning {
    background-color: #ffb61c;
}
.badge-danger {
    background-color: #e94b3b;
}
.breadcrumb a {
    color: #767676;
}
.breadcrumb a:hover {
    text-decoration: none;
}
.breadcrumb-alt {
    list-style: outside none none;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.breadcrumb-alt > li {
    float: left;
    margin: 0 25px 0 0;
}
.breadcrumb-alt > li > a {
    background-color: #eeeeee;
    color: #767676;
    float: left;
    font-size: 12px;
    padding: 10px;
    position: relative;
}
.breadcrumb-alt > li > a:before {
    border-color: #eeeeee #eeeeee #eeeeee rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 1.5em 0 1.7em 1em;
    content: "";
    left: -1em;
    margin-top: -1.6em;
    position: absolute;
    top: 50%;
}
.breadcrumb-alt > li > a:after {
    border-bottom: 1.5em solid rgba(0, 0, 0, 0);
    border-left: 1em solid #eeeeee;
    border-top: 1.5em solid rgba(0, 0, 0, 0);
    content: "";
    margin-top: -1.5em;
    position: absolute;
    right: -1em;
    top: 50%;
}
.breadcrumb-alt > li > a:hover, .breadcrumb-alt > li > a.active {
    background-color: #1c7ebb;
    color: #fff;
    text-decoration: none;
}
.breadcrumb-alt > li > a:hover:before, .breadcrumb-alt > li > a.active:before {
    border-color: #1c7ebb #1c7ebb #1c7ebb rgba(0, 0, 0, 0);
}
.breadcrumb-alt > li > a:hover:after, .breadcrumb-alt > li > a.active:after {
    border-left: 1em solid #1c7ebb;
}
.callout {
    border-left: 3px solid #eee;
    margin: 20px 0;
    padding: 20px;
}
.callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
.callout p:last-child {
    margin-bottom: 0;
}
.callout-success {
    background-color: #f3faf3;
    border-color: #23ae89;
}
.callout-success h4 {
    color: #23ae89;
}
.callout-info {
    background-color: #f4f8fa;
    border-color: #2ec1cc;
}
.callout-info h4 {
    color: #2ec1cc;
}
.callout-warning {
    background-color: #fcf8f2;
    border-color: #ffb61c;
}
.callout-warning h4 {
    color: #ffb61c;
}
.callout-danger {
    background-color: #fdf7f7;
    border-color: #e94b3b;
}
.callout-danger h4 {
    color: #e94b3b;
}
.dropdown-menu {
    box-shadow: none;
}
.dropdown-menu.with-arrow {
    margin-top: 10px;
}
.dropdown-menu.with-arrow:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.15);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: " ";
    left: 12px;
    position: absolute;
    top: -16px;
}
.dropdown-menu.with-arrow:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent white;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    content: " ";
    left: 13px;
    position: absolute;
    top: -14px;
}
.dropdown-menu.with-arrow.pull-right {
    margin-top: 10px;
}
.dropdown-menu.with-arrow.pull-right:before {
    left: auto;
    right: 12px;
}
.dropdown-menu.with-arrow.pull-right:after {
    left: auto;
    right: 13px;
}
.dropdown-menu.with-arrow.panel-default:before {
    border-bottom: 8px solid #e9e9e9;
}
.dropdown-menu.with-arrow.panel-default:after {
    border-bottom: 7px solid #f6f6f6;
}
.dropdown-menu.with-arrow.panel-primary:before {
    border-bottom: 8px solid #1c7ebb;
}
.dropdown-menu.with-arrow.panel-primary:after {
    border-bottom: 7px solid #1c7ebb;
}
.dropdown-menu.with-arrow.panel-success:before {
    border-bottom: 8px solid #ddf7eb;
}
.dropdown-menu.with-arrow.panel-success:after {
    border-bottom: 7px solid #f2fcf9;
}
.dropdown-menu.with-arrow.panel-info:before {
    border-bottom: 8px solid #d0f2f7;
}
.dropdown-menu.with-arrow.panel-info:after {
    border-bottom: 7px solid #eef8fc;
}
.dropdown-menu.with-arrow.panel-warning:before {
    border-bottom: 8px solid #ffebd7;
}
.dropdown-menu.with-arrow.panel-warning:after {
    border-bottom: 7px solid floralwhite;
}
.dropdown-menu.with-arrow.panel-danger:before {
    border-bottom: 8px solid #fad7db;
}
.dropdown-menu.with-arrow.panel-danger:after {
    border-bottom: 7px solid #fdefee;
}
.round-icon {
    display: block;
    text-align: center;
}
.round-icon.sm {
    border-radius: 35px;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}
img.img30_30 {
    height: 30px;
    width: 30px;
}
img.img64_64 {
    height: 64px;
    width: 64px;
}
img.img80_80 {
    height: 80px;
    width: 80px;
}
.label {
    padding: 0.5em 0.8em;
}
.label-info-alt {
    background: none repeat scroll 0 0 #6a55c2;
}
.list-group-item {
    border: 1px solid #eff2f7;
    padding: 15px;
}
.list-info li {
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.list-info li:last-child {
    border-bottom: medium none;
}
.list-info li .icon {
    color: #1c7ebb;
    margin-right: 10px;
}
.list-info li label {
    width: 100px;
}
.mail-categories .list-group .list-group-item {
    padding: 0;
}
.mail-categories .list-group .list-group-item.active > a {
    background-color: #fafafa;
    border-left: 3px solid #1c7ebb;
    color: #1c7ebb;
}
.mail-categories .list-group .list-group-item > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    transition: all 0.25s ease-in-out 0s;
}
.mail-categories .list-group .list-group-item > a:hover {
    background-color: #fafafa;
    border-left: 3px solid #1c7ebb;
    color: #1c7ebb;
}
.mail-categories .list-group .list-group-item > a > i {
    font-size: 16px;
    margin-right: 5px;
    width: 18px;
}
.mail-categories .list-group .list-group-item > a > i.fa-circle {
    font-size: 14px;
}
.mail-container .mail-options {
    padding: 12px;
}
.mail-container .table {
    border-top: 1px solid #dddddd;
    margin-bottom: 0;
}
.mail-container .table tr:hover {
    cursor: pointer;
}
.mail-container .table tr > td {
    padding: 12px;
}
.mail-container .table tr > td > .fa-star {
    color: #ccc;
}
.mail-container .table tr > td > .fa-star.active {
    color: #e94b3b;
}
.mail-container .table label.ui-checkbox {
    margin-bottom: 0;
}
.mail-container .table .mail-unread {
    color: #333333;
    font-weight: bold;
}
.mail-container .table .mail-hightlight td {
    background-color: floralwhite;
}
.mail-container .mail-header {
    padding: 15px 0;
}
.mail-container .mail-header h3 {
    margin-top: 0;
}
.mail-container .mail-info {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    padding: 10px 15px;
}
.mail-container .mail-info .col-md-8, .mail-container .mail-info .col-md-4 {
    padding: 0;
}
.mail-container .mail-content {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}
.mail-container .mail-attachments {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0;
}
.mail-container .mail-attachments .list-attachs img {
    max-height: 200px;
    max-width: 200px;
}
.mail-container .mail-actions {
    margin-top: 10px;
}
.mail-compose .form-group > input {
    border: medium none;
}
.mail-compose .form-group > input:focus {
    border: medium none;
}
.mail-compose .mail-actions {
    margin-top: 10px;
}
.panel .panel-heading {
    text-transform: uppercase;
}
.panel .panel-title {
    font-size: 14px;
}
.panel-box {
    border: medium none;
    display: table;
    height: 100%;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
.panel-box .panel-item {
    border-radius: 0;
    display: table-cell;
    padding: 30px;
    vertical-align: top;
    width: 1%;
}
.panel-box .panel-left {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.panel-box .panel-right {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    vertical-align: middle;
}
.panel-box.info-box i {
    line-height: 70px;
}
.panel-box .panel-top, .panel-box .panel-bottom {
    display: block;
}
.panel-box .panel-top {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 30px 20px;
}
.panel-box .panel-bottom {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    padding: 10px;
}
.panel-box .panel-bottom p {
    margin: 0;
}
.panel-box .list-justified-container {
    padding: 15px 0;
}
.panel-box ul.list-justified {
    display: table;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}
.panel-box ul.list-justified > li {
    border-right: 1px solid #eeeeee;
    display: table-cell;
    float: none;
    padding: 10px;
    width: 1%;
}
.panel-box ul.list-justified > li:last-child {
    border: medium none;
}
.panel-box ul.list-justified > li p {
    margin: 0;
}
.panel-box .panel-icon {
    border: 10px solid white;
    border-radius: 50%;
    display: block;
    font-size: 58px;
    height: 150px;
    line-height: 80px;
    margin: -75px auto 0;
    padding: 28px 35px 35px;
    text-align: center;
    text-shadow: -6px 8px 5px rgba(0, 0, 0, 0.3);
    width: 150px;
}
.mini-box {
    min-height: 105px;
    padding: 20px;
}
.mini-box .box-icon {
    border-radius: 50%;
    display: block;
    float: left;
    font-size: 35px;
    height: 65px;
    line-height: 65px;
    margin: 0 10px 10px 0;
    text-align: center;
    vertical-align: middle;
    width: 65px;
}
.mini-box .box-info p {
    margin: 0;
}
.panel-profile {
    border: medium none;
}
.panel-profile .profile {
    border-radius: 50%;
    box-shadow: 0 0 0 5px #2b9adf, 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 5px 15px 5px 5px;
}
.panel-profile .profile img {
    border-radius: 50%;
}
.panel-profile .list-group > li > i {
    color: #999999;
    font-size: 16px;
    margin-right: 10px;
    table-layout: fixed;
}
.panel-profile .list-justified-container {
    padding: 15px 0;
}
.panel-profile ul.list-justified {
    display: table;
    list-style: outside none none;
    padding: 0;
    width: 100%;
}
.panel-profile ul.list-justified > li {
    border-right: 1px solid #eeeeee;
    display: table-cell;
    float: none;
    padding: 10px;
    width: 1%;
}
.panel-profile ul.list-justified > li:last-child {
    border: medium none;
}
.panel-profile ul.list-justified > li p {
    margin: 0;
}
.flags-sprite, .flags-american, .flags-china, .flags-france, .flags-german, .flags-italy, .flags-japan, .flags-korea, .flags-portugal, .flags-russia, .flags-spain {
    background: url("ui/images/flags-s360b763ee1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.flags-american {
    background-position: 0 -21px;
    height: 21px;
    width: 32px;
}
.flags-china {
    background-position: 0 -42px;
    height: 21px;
    width: 32px;
}
.flags-france {
    background-position: 0 -126px;
    height: 21px;
    width: 32px;
}
.flags-german {
    background-position: 0 -168px;
    height: 21px;
    width: 32px;
}
.flags-italy {
    background-position: 0 -147px;
    height: 21px;
    width: 32px;
}
.flags-japan {
    background-position: 0 -63px;
    height: 21px;
    width: 32px;
}
.flags-korea {
    background-position: 0 0;
    height: 21px;
    width: 32px;
}
.flags-portugal {
    background-position: 0 -105px;
    height: 21px;
    width: 32px;
}
.flags-russia {
    background-position: 0 -189px;
    height: 21px;
    width: 32px;
}
.flags-spain {
    background-position: 0 -84px;
    height: 21px;
    width: 32px;
}
.ui-timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
}
.ui-timeline:before {
    background-color: #d5d5d5;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 30px;
    width: 1px;
    z-index: 0;
}
.ui-timeline .tl-item {
    display: table-row;
    margin-bottom: 5px;
}
.ui-timeline .tl-item:before {
    content: "";
    display: block;
    width: 50%;
}
.ui-timeline .tl-item .tl-caption {
    margin-bottom: 32px;
    margin-left: -65px;
    margin-top: -16px;
}
.ui-timeline .tl-item.alt {
    text-align: right;
}
.ui-timeline .tl-item.alt:before {
    display: none;
}
.ui-timeline .tl-item.alt:after {
    content: "";
    display: block;
    width: 50%;
}
.ui-timeline .tl-item.alt .tl-body .tl-entry {
    margin: 0 35px 15px 0;
}
.ui-timeline .tl-item.alt .tl-body .tl-time {
    left: auto;
    right: -220px;
    text-align: left;
}
.ui-timeline .tl-item.alt .tl-body .tl-icon {
    left: auto;
    right: -53px;
}
.ui-timeline .tl-item.alt .tl-body .tl-content:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent white;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    left: auto;
    right: -16px;
}
.ui-timeline .tl-item .tl-body {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
.ui-timeline .tl-item .tl-body .tl-entry {
    margin: 0 0 15px 36px;
    position: relative;
}
.ui-timeline .tl-item .tl-body .tl-time {
    left: -220px;
    line-height: 35px;
    position: absolute;
    text-align: right;
    top: 5px;
    width: 150px;
}
.ui-timeline .tl-item .tl-body .tl-icon {
    left: -53px;
    position: absolute;
    top: 5px;
}
.ui-timeline .tl-item .tl-body .tl-content {
    background-color: white;
    border-radius: 2px;
    padding: 15px;
    position: relative;
}
.ui-timeline .tl-item .tl-body .tl-content:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent white transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: " ";
    left: -16px;
    line-height: 0;
    position: absolute;
    top: 15px;
}
.ui-accordion .panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #e9e9e9;
}
.ui-accordion .panel {
    border: 1px solid #e9e9e9;
}
.ui-accordion .panel-heading {
    background-color: #f6f6f6;
    padding: 0;
}
.ui-accordion .panel-heading .panel-title > a {
    display: block;
    font-size: 14px;
    padding: 15px;
}
.ui-accordion .panel-heading .panel-title > a:hover {
    cursor: pointer;
    text-decoration: none;
}
.pagination > li > a {
    cursor: pointer;
}
.pagination > li > a, .pagination > li > span {
    margin-left: 1px;
}
.progress {
    background-color: #f0f2f7;
    border-radius: 50px;
    box-shadow: none;
}
.progress-bar {
    box-shadow: none;
}
.progressbar-xs {
    height: 10px;
}
.ui-tab-container {
    border: 1px solid #e9e9e9;
    border-radius: 2px;
}
.ui-tab-container .ui-tab .nav-tabs {
    margin-bottom: 0;
}
.ui-tab-container .nav-tabs {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e9e9e9;
}
.ui-tab-container .nav-tabs.nav-justified {
    border-bottom: 0 none;
}
.ui-tab-container .nav-tabs.nav-justified > li > a {
    border-bottom-color: transparent;
}
.ui-tab-container .nav-tabs > li.active > a {
    background-color: white;
    border: 1px solid transparent;
}
.ui-tab-container .nav-tabs > li.active > a:hover {
    border: 1px solid transparent;
}
.ui-tab-container .nav-tabs > li > a {
    padding: 10px 15px;
}
.ui-tab-container .nav-tabs > li > a:hover {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.ui-tab-container .tab-content {
    padding: 15px;
}
.ui-tab .nav-tabs {
    margin-bottom: 15px;
}
.ui-tab .nav-tabs.nav-justified > li.active > a {
    border-bottom-color: transparent;
}
.ui-tab .nav-tabs > li.active > a {
    background-color: white;
}
.ui-tab .nav-tabs a:hover {
    cursor: pointer;
}
.slider {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.slider.slider-horizontal {
    height: 4px;
    width: 100% !important;
}
.slider.slider-horizontal .slider-track {
    height: 2px;
    left: 0;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
.slider.slider-horizontal .slider-selection {
    bottom: 0;
    height: 100%;
    top: 0;
}
.slider.slider-horizontal .slider-handle {
    margin-left: -15px;
    margin-top: -15px;
}
.slider.slider-horizontal .slider-handle.triangle {
    border-bottom-color: #0480be;
    border-width: 0 2px 2px;
    height: 0;
    margin-top: 0;
    width: 0;
}
.slider.slider-vertical {
    height: 210px;
    width: 4px;
}
.slider.slider-vertical .slider-track {
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}
.slider.slider-vertical .slider-selection {
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
}
.slider.slider-vertical .slider-handle {
    margin-left: -15px;
    margin-top: -15px;
}
.slider.slider-vertical .slider-handle.triangle {
    border-left-color: #0480be;
    border-width: 2px 0 2px 2px;
    height: 1px;
    margin-left: 0;
    width: 1px;
}
.slider.slider-disabled .slider-handle {
    background-color: #f5f5f5;
    pointer-events: none;
}
.slider.slider-disabled .slider-track {
    cursor: not-allowed;
    opacity: 0.65;
}
.slider input {
    display: none;
}
.slider .tooltip-inner {
    white-space: nowrap;
}
.slider-track {
    background-color: #eeeeee;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    cursor: pointer;
    position: absolute;
}
.slider-selection {
    background-color: #1c7ebb;
    border-radius: 2px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    box-sizing: border-box;
    position: absolute;
}
.slider-handle {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    height: 30px;
    position: absolute;
    width: 30px;
}
.slider-handle.round {
    border-radius: 50%;
}
.slider-handle.triangle {
    background: none repeat scroll 0 0 transparent;
}
table.responsive {
    border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
table.responsive {
    margin-bottom: 0;
}
.pinned {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 35%;
}
.pinned table {
    border-color: #ddd -moz-use-text-color;
    border-style: solid none;
    border-width: 1px medium;
    width: 100%;
}
.pinned table th, .pinned table td {
    white-space: nowrap;
}
.pinned td:last-child {
    border-bottom: 0 none;
}
div.table-wrapper {
    border-right: 1px solid #ccc;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
div.table-wrapper div.scrollable {
    margin-left: 35%;
}
div.table-wrapper div.scrollable {
    overflow-x: scroll;
    overflow-y: hidden;
}
table.responsive td, table.responsive th {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
}
}
.easypiechart {
    display: inline-block;
    height: 180px;
    margin: 5px auto;
    position: relative;
    text-align: center;
    width: 180px;
}
.easypiechart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.easypiechart .pie-percent {
    color: #333;
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    line-height: 180px;
}
.easypiechart .pie-percent:after {
    content: "%";
    font-size: 0.6em;
    margin-left: 0.1em;
}
.toast-title {
    font-weight: bold;
}
.toast-message {
    word-wrap: break-word;
}
.toast-message a, .toast-message label {
    color: #ffffff;
}
.toast-message a:hover {
    color: #cccccc;
    text-decoration: none;
}
.toast-close-button {
    color: #ffffff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.8;
    position: relative;
    right: -0.3em;
    text-shadow: 0 1px 0 #ffffff;
    top: -0.3em;
}
.toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}
button.toast-close-button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.toast-top-full-width {
    right: 0;
    top: 0;
    width: 100%;
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}
.toast-top-left {
    left: 12px;
    top: 12px;
}
.toast-top-right {
    right: 12px;
    top: 12px;
}
.toast-bottom-right {
    bottom: 12px;
    right: 12px;
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}
#toast-container {
    position: fixed;
    z-index: 999999;
}
#toast-container * {
    box-sizing: border-box;
}
#toast-container > div {
    background-position: 15px center;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    margin: 0 0 6px;
    opacity: 0.8;
    padding: 15px 15px 15px 50px;
    width: 300px;
}
#toast-container > *:hover {
    box-shadow: 0 0 12px #000000;
    cursor: pointer;
    opacity: 1;
}
#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    margin: auto;
    width: 96%;
}
.toast {
    background-color: #333333;
}
.toast-success {
    background-color: #1c8c6e;
}
.toast-error {
    background-color: #e22c19;
}
.toast-info {
    background-color: #26a2ab;
}
.toast-warning {
    background-color: #f2a400;
}
@media all and (max-width: 240px) {
#toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
}
#toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
}
#toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
}
}
.jqstooltip {
    box-sizing: content-box;
}
.wizard, .tabcontrol {
    display: block;
    overflow: hidden;
    width: 100%;
}
.wizard a, .tabcontrol a {
    outline: 0 none;
}
.wizard ul, .tabcontrol ul {
    list-style: outside none none !important;
    margin: 0;
    padding: 0;
}
.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
}
.wizard > .steps .current-info, .tabcontrol > .steps .current-info {
    left: -999em;
    position: absolute;
}
.wizard > .content > .title, .tabcontrol > .content > .title {
    left: -999em;
    position: absolute;
}
.wizard > .steps {
    display: block;
    position: relative;
    width: 100%;
}
.wizard > .steps > ul > li {
    width: 100%;
}
@media (min-width: 600px) {
.wizard > .steps > ul > li {
    width: 25%;
}
}
.wizard.vertical > .steps {
    display: block;
    width: 100%;
}
@media (min-width: 600px) {
.wizard.vertical > .steps {
    display: inline;
    float: left;
    width: 30%;
}
}
.wizard.vertical > .steps > ul > li {
    float: none;
    width: 100%;
}
.wizard.vertical > .content {
    width: 100%;
}
@media (min-width: 600px) {
.wizard.vertical > .content {
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em;
    width: 65%;
}
}
.wizard > .steps .number {
    font-size: 1.429em;
}
.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    border-radius: 5px;
    display: block;
    margin: 0 0.5em 0.5em;
    padding: 1em;
    text-decoration: none;
    width: auto;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: none repeat scroll 0 0 #eee;
    color: #aaa;
    cursor: default;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: none repeat scroll 0 0 #1c7ebb;
    color: #fff;
    cursor: default;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: none repeat scroll 0 0 #1c7ebb;
    color: #fff;
    opacity: 0.6;
}
.wizard > .steps .error a, .wizard > .steps .error a:hover, .wizard > .steps .error a:active {
    background: none repeat scroll 0 0 #e94b3b;
    color: #fff;
}
.wizard > .content {
    background-color: #eee;
    border-radius: 5px;
    display: block;
    margin: 0.5em;
    min-height: 25em;
    overflow: hidden;
    position: relative;
    width: auto;
}
.wizard > .content > .body {
    float: left;
    height: 95%;
    padding: 2.5%;
    position: absolute;
    width: 95%;
}
.wizard > .content > .body ul {
    list-style: outside none disc !important;
}
.wizard > .content > .body ul > li {
    display: list-item;
}
.wizard > .content > .body > iframe {
    border: 0 none;
    height: 100%;
    width: 100%;
}
.wizard > .content > .body input {
    border: 1px solid #ccc;
    display: block;
}
.wizard > .content > .body input[type="checkbox"] {
    display: inline-block;
}
.wizard > .content > .body input.error {
    background: none repeat scroll 0 0 #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #8a1f11;
}
.wizard > .content > .body label {
    display: inline-block;
    margin-bottom: 0.5em;
}
.wizard > .content > .body label.error {
    color: #8a1f11;
    display: inline-block;
    margin-left: 1.5em;
}
.wizard > .actions {
    display: block;
    position: relative;
    text-align: right;
    width: 100%;
}
.wizard.vertical > .actions {
    display: inline;
    float: right;
    margin: 0 2.5%;
    width: 95%;
}
.wizard > .actions > ul {
    display: inline-block;
    text-align: right;
}
.wizard > .actions > ul > li {
    margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
    margin: 0 0 0 1em;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: none repeat scroll 0 0 #1c7ebb;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: none repeat scroll 0 0 #eee;
    color: #aaa;
}
.tabcontrol > .steps {
    display: block;
    position: relative;
    width: 100%;
}
.tabcontrol > .steps > ul {
    margin: 6px 0 0;
    position: relative;
    top: 1px;
    z-index: 1;
}
.tabcontrol > .steps > ul > li {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    float: left;
    margin: 5px 2px 0 0;
    padding: 1px;
}
.tabcontrol > .steps > ul > li:hover {
    background: none repeat scroll 0 0 #edecec;
    border: 1px solid #bbb;
    padding: 0;
}
.tabcontrol > .steps > ul > li.current {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #bbb #bbb -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    margin-top: 0;
    padding: 0 0 1px;
}
.tabcontrol > .steps > ul > li > a {
    border: 0 none;
    color: #5f5f5f;
    display: inline-block;
    margin: 0;
    padding: 10px 30px;
    text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
    text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a {
    padding: 15px 30px 10px;
}
.tabcontrol > .content {
    border-top: 1px solid #bbb;
    display: inline-block;
    height: 35em;
    overflow: hidden;
    padding-top: 20px;
    position: relative;
    width: 100%;
}
.tabcontrol > .content > .body {
    float: left;
    height: 95%;
    padding: 2.5%;
    position: absolute;
    width: 95%;
}
.tabcontrol > .content > .body ul {
    list-style: outside none disc !important;
}
.tabcontrol > .content > .body ul > li {
    display: list-item;
}
.non-display {
    display: none;
}
.page {
    padding: 15px;
}
.page-form-ele h3 {
    margin: 0;
}
.page-err {
    background-color: #1f8dd1;
    height: 100%;
    width: 100%;
}
.page-err .err-status {
    background-color: #f3f3f3;
}
.page-err .err-status h1 {
    color: #1c7ebb;
    font-size: 200px;
    margin: 100px 0 -45px;
}
.page-err .err-message {
    background-color: #1c7ebb;
    padding: 24px;
    text-transform: uppercase;
}
.page-err .err-message h2 {
    color: white;
    font-size: 50px;
    font-weight: 300;
}
.page-err .err-body {
    padding: 100px 10px 20px;
}
.page-err .btn-goback {
    background-color: transparent;
    border-color: white;
    color: white;
}
.page-err .btn-goback:hover, .page-err .btn-goback:focus, .page-err .btn-goback:active, .page-err .btn-goback.active {
    background-color: white;
    color: #1f8dd1;
}
.open .page-err .btn-goback.dropdown-toggle {
    background-color: white;
    color: #1f8dd1;
}
.page-lock .lock-centered {
    left: 0;
    margin-top: -65px;
    position: absolute;
    right: 0;
    top: 50%;
}
@media screen and (min-width: 768px) {
.page-lock .lock-centered {
    margin-top: -75px;
}
}
.page-lock .lock-container {
    margin: 0 auto;
    max-width: 420px;
    position: relative;
}
.page-lock .lock-box {
    left: 0;
    position: absolute;
    right: 0;
}
.page-lock .lock-box .lock-user {
    background: none repeat scroll 0 0 white;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    color: #1c7ebb;
    float: left;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    padding: 0 20px;
    width: 50%;
}
.page-lock .lock-box .lock-img img {
    background: none repeat scroll 0 0 white;
    border: 6px solid white;
    border-radius: 50%;
    height: 80px;
    left: 40%;
    position: absolute;
    width: 80px;
}
@media screen and (min-width: 768px) {
.page-lock .lock-box .lock-img img {
    border: 10px solid white;
    height: 150px;
    left: 33%;
    width: 150px;
}
}
.page-lock .lock-box .lock-pwd {
    background: none repeat scroll 0 0 white;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    color: #1c7ebb;
    float: right;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    padding: 0 0 0 50px;
    width: 50%;
}
@media screen and (min-width: 768px) {
.page-lock .lock-box .lock-pwd {
    padding: 0 0 0 80px;
}
}
.page-lock .lock-box .lock-pwd input {
    border: 0 none;
    color: #555555;
    height: 50px;
    width: 80%;
}
.page-lock .lock-box .lock-pwd .btn-submit {
    position: absolute;
    right: 20px;
    top: 50%;
}
.page-tasks .task-list .view {
    display: block;
}
.page-tasks .task-list .edit {
    display: none;
}
.page-tasks .task-list li.editing .view {
    display: none;
}
.page-tasks .task-list li.editing .edit {
    display: block;
}
.page-tasks .add-task {
    position: relative;
}
.page-tasks .add-task input {
    height: 44px;
    padding: 6px 12px 6px 40px;
}
.page-tasks .add-task a.submit-button {
    color: #999999;
    left: 12px;
    position: absolute;
    top: 12px;
}
.page-tasks label {
    font-weight: normal;
}
.page-tasks .filters {
    margin: 15px 0;
}
.page-tasks .nav-tabs > li.active > a, .page-tasks .nav-tabs > li.active > a:hover, .page-tasks .nav-tabs > li.active > a:focus {
    background-color: #f3f3f3;
}
.page-tasks .task-list .view {
    background-color: white;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 0 12px 0 40px;
    position: relative;
}
.page-tasks .task-list .view:hover .glyphicon-pencil, .page-tasks .task-list .view:hover .glyphicon-remove {
    display: block;
}
.page-tasks .task-list .view input[type="checkbox"] {
    left: 16px;
    position: absolute;
    top: 11px;
}
.page-tasks .task-list .view label {
    line-height: 20px;
    margin: 0;
    padding: 12px 0;
    width: 100%;
}
.page-tasks .task-list .view .glyphicon-pencil, .page-tasks .task-list .view .glyphicon-remove {
    color: #999999;
    display: none;
    position: absolute;
    top: 14px;
    transition: all 0.2s ease-in-out 0s;
}
.page-tasks .task-list .view .glyphicon-pencil:hover, .page-tasks .task-list .view .glyphicon-remove:hover {
    color: #333333;
    cursor: pointer;
    transform: scale(1.3);
}
.page-tasks .task-list .view .glyphicon-pencil {
    right: 40px;
}
.page-tasks .task-list .view .glyphicon-remove {
    right: 16px;
}
.page-tasks .task-list .completed .view label {
    color: #999999;
    text-decoration: line-through;
}
.page-tasks .task-list input.edit {
    height: 44px;
    margin-bottom: 10px;
    padding: 6px 12px 6px 40px;
}
.page-tasks .task-footer {
    border-top: 4px double #e2e2e2;
    margin: 15px 0;
    padding: 12px;
}
.page-tasks .task-footer .list-inline > li {
    float: left;
    width: 30%;
}
.page-tasks .task-footer .list-inline > li.first-item {
    width: 40%;
}
.page-tasks .task-footer .clear-completed {
    border-radius: 4px;
    color: #999999;
    transition: color 0s ease 0s, all 0.2s ease-in-out 0s;
}
.page-tasks .task-footer .clear-completed:hover {
    color: #767676;
    cursor: pointer;
}
.page-tasks .tips h3 {
    margin-top: 0;
}
.page-signin .signin-header, .page-signup .signin-header {
    background-color: #dfe0e6;
    padding: 25px 0;
}
.page-signin .logo, .page-signup .logo {
    font-size: 46px;
    font-weight: bold;
}
.page-signin .logo a:hover, .page-signup .logo a:hover {
    text-decoration: none;
}
.page-signin .signin-body, .page-signin .signup-body, .page-signup .signin-body, .page-signup .signup-body {
    border-top: 1px solid #f8f8f8;
    padding: 20px 10px;
}
.page-signin .form-container, .page-signup .form-container {
    margin: 10px auto;
    max-width: 420px;
}
.page-signin .line-thru, .page-signup .line-thru {
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    margin: 1em 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.page-signin .line-thru:before, .page-signup .line-thru:before {
    background-color: #f3f3f3;
    content: "";
    height: 10px;
    left: 50%;
    margin: -5px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: -1;
}
.page-signin .line-thru:after, .page-signup .line-thru:after {
    border-bottom: 1px solid #d9d9d9;
    content: "";
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    z-index: -2;
}
.page-profile img.media-object {
    border-radius: 4px;
}
.page-icons .bs-glyphicons {
    overflow: hidden;
}
.page-icons .bs-glyphicons li {
    border: 1px solid #f9f9f9;
    float: left;
    font-size: 10px;
    height: 115px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    width: 25%;
}
.page-icons .bs-glyphicons .glyphicon {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.page-icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
.page-icons .bs-glyphicons-list {
    list-style: outside none none;
    padding-left: 0;
}
.weather-icon-list {
    text-align: center;
}
.weather-icon-list .example {
    margin: 10px 3px;
    text-align: center;
}
.weather-icon-list .example .icon {
    font-size: 24px;
}
.bs-glyphicons {
    list-style: outside none none;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 1px;
    padding-left: 0;
}
.bs-glyphicons .glyphicon {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
}
.bs-glyphicons li {
    border: 1px solid #ddd;
    float: left;
    font-size: 12px;
    height: 115px;
    line-height: 1.4;
    margin: 0 -1px -1px 0;
    padding: 10px;
    text-align: center;
    width: 25%;
}
@media (min-width: 768px) {
.bs-glyphicons li {
    width: 12.5%;
}
}
.page-grid .grid-structure .row {
    margin-top: 10px;
}
.page-grid .grid-structure .row .widget-container {
    background: none repeat scroll 0 0 #eee;
    border-radius: 4px;
    margin-top: 5px;
    min-height: 0;
    padding: 10px 15px 12px;
}
.page-form-ele .list-checkbox-radio li:nth-child(2n) {
    margin-bottom: 20px;
}
.page-form-ele .list-checkbox-radio li > div {
    float: left;
    margin-right: 10px;
}
.demoslider-container {
    margin: auto;
    max-width: 600px;
}
#nav-container {
    background-color: #fefefe;
    bottom: 0;
    left: -220px;
    padding: 0;
    position: absolute;
    top: 50px;
    width: 220px;
    z-index: 11;
}
@media (min-width: 768px) {
#nav-container {
    left: 0;
}
}
#nav-container ul {
    list-style: outside none none;
    padding-left: 0;
}
#nav-wrapper {
    border-right: 2px solid #e5e5e5;
    height: 100%;
    width: 100%;
}
#nav {
    padding: 0;
}
#nav > li > a > i, #nav > li > a > .nav-icon {
    display: inline;
    line-height: 1;
    margin-right: 6px;
}
#nav a {
    color: #767676;
}
#nav a:hover {
    text-decoration: none;
}
#nav > li {
    font-weight: bold;
    margin: 0;
    position: relative;
    text-align: left;
}
#nav > li.open > a, #nav > li.active > a, #nav > li:hover > a {
    background-color: #f1f1f1;
}
#nav > li.open > a > i:before, #nav > li.active > a > i:before, #nav > li:hover > a > i:before {
    color: white;
}
#nav > li.open > a > i .icon-bg, #nav > li.active > a > i .icon-bg, #nav > li:hover > a > i .icon-bg {
    left: 0;
}
#nav > li:first-child > a {
    border-top: 0 none;
}
#nav > li > a {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    height: 50px;
    padding: 15px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
#nav > li > a > i {
    border-right: 1px solid #e5e5e5;
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    margin: -15px 10px -15px -15px;
    position: relative;
    text-align: center;
    width: 50px;
}
#nav > li > a > i:before {
    position: relative;
    z-index: 1;
}
#nav > li > a > i .icon-bg {
    bottom: 0;
    left: -47px;
    position: absolute;
    top: 0;
    transition: left 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}
#nav > li > a > .badge {
    position: absolute;
    right: 5px;
    top: 16px;
}
#nav > li > .icon-has-ul {
    position: absolute;
    right: 15px;
    top: 20px;
}
#nav ul {
    background-color: #f1f1f1;
    display: none;
}
#nav ul a {
    font-size: 13px;
}
#nav ul li {
    padding: 0;
    position: relative;
}
#nav ul li:hover a, #nav ul li.active a {
    background-color: #e5e5e5;
}
#nav ul li:last-child > a {
    border-bottom: 0 none;
}
#nav ul li > a {
    display: block;
    padding: 13px 0 13px 25px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
#nav ul li > a:first-child {
    border-top: medium none;
}
#nav ul li > a i.fa-caret-right {
    margin-right: 25px;
}
#nav ul li > a > .badge {
    position: absolute;
    right: 5px;
    top: 12px;
}
.on-canvas #nav-container {
    left: 0;
}
.on-canvas .top-header .top-nav {
    margin-left: 220px;
}
@media (min-width: 768px) {
.on-canvas .top-header .top-nav {
    margin-left: 0;
}
}
.on-canvas #content {
    left: 220px;
}
@media (min-width: 768px) {
.nav-min #nav-container {
    width: 50px;
}
.nav-min #content {
    left: 50px;
}
.nav-min .slimScrollDiv {
    overflow: visible !important;
}
.nav-min #nav {
    overflow: visible !important;
}
.nav-min #nav > li {
    width: 50px;
}
.nav-min #nav > li > a > i:before {
    color: white;
}
.nav-min #nav > li > a > i > .icon-bg {
    left: 0;
}
.nav-min #nav > li > a > span {
    display: none;
}
.nav-min #nav > li .icon-has-ul {
    display: none;
}
.nav-min #nav > li > ul {
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
    left: 100%;
    position: absolute;
    top: 0;
    width: 220px;
}
.nav-min #nav > li:hover > ul, .nav-min #nav > li.open > ul {
    display: block !important;
}
}
.top-header {
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
@media (min-width: 768px) {
.top-header {
    background-color: #222533;
    height: 50px;
}
}
.top-header a:hover {
    text-decoration: none;
}
.top-header .hidden-mobile {
    display: none;
}
@media (min-width: 480px) {
.top-header .hidden-mobile {
    display: inline;
}
}
.top-header .toggle-min {
    color: #ccc;
    display: none;
    font-size: 18px;
    left: 17px;
    line-height: 30px;
    position: absolute;
    top: 12px;
    z-index: 11;
}
@media (min-width: 768px) {
.top-header .toggle-min {
    display: block;
}
}
.top-header .logo {
    background-color: #222533;
    height: 50px;
    line-height: 50px;
    position: absolute;
    text-align: left;
    width: 100%;
    left: 62px;
}
@media (min-width: 768px) {
.top-header .logo {
    display: inline-block;
    width: 220px;
}
}
.top-header .logo > a {
    color: #fafafa;
    font-size: 24px;
    vertical-align: middle;
}
.top-header .logo > a .logo-icon {
    color: #fafafa;
    margin-right: 12px;
}
.top-header .menu-button {
    border-radius: 4px;
    display: block;
    padding: 10px 12px;
    position: absolute;
    right: 20px;
    top: 8px;
    width: 46px;
}
.top-header .menu-button:hover {
    background-color: #181a24;
    cursor: pointer;
}
.top-header .menu-button .icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}
.top-header .menu-button .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
.top-header .menu-button {
    display: none;
}
}
.top-header .dropdown-menu.panel {
    display: block;
    padding: 0;
    white-space: nowrap;
}
.top-header .dropdown-menu.panel.ng-hide {
    display: none;
}
.top-header .dropdown-menu.panel .panel-heading, .top-header .dropdown-menu.panel .panel-footer {
    padding: 10px 15px;
}
.top-header .dropdown-menu.panel .list-group-item {
    padding: 10px 15px;
}
.top-header .dropdown-menu.panel .list-group-item > a {
    display: block;
}
.top-header .dropdown-menu.panel .media .media-body {
    padding-right: 75px;
}
.top-header .top-nav {
    padding: 60px 0 0;
    width: 100%;
}
@media (min-width: 768px) {
.top-header .top-nav {
    padding: 10px 0 0 220px;
}
}
.top-header .top-nav .nav-left, .top-header .top-nav .nav-right {
    font-size: 16px;
    line-height: 22px;
}
.top-header .top-nav .nav-left > li, .top-header .top-nav .nav-right > li {
    float: left;
}
.top-header .top-nav .nav-left > li.nav-profile > a, .top-header .top-nav .nav-right > li.nav-profile > a {
    padding: 0;
}
.top-header .top-nav .nav-left > li.nav-profile .hidden-xs, .top-header .top-nav .nav-right > li.nav-profile .hidden-xs {
    padding-right: 8px;
}
.top-header .top-nav .nav-left > li.nav-profile i, .top-header .top-nav .nav-right > li.nav-profile i {
    font-size: 16px;
    margin-right: 5px;
    width: 18px;
}
.top-header .top-nav .nav-left > li a:hover, .top-header .top-nav .nav-left > li a:focus, .top-header .top-nav .nav-right > li a:hover, .top-header .top-nav .nav-right > li a:focus {
    text-decoration: none;
}
.top-header .top-nav .nav-left > li > .btn-group > a, .top-header .top-nav .nav-left > li > a, .top-header .top-nav .nav-right > li > .btn-group > a, .top-header .top-nav .nav-right > li > a {
    background-color: #eeeeee;
    border-radius: 22px;
    display: block;
    padding: 4px 8px;
    position: relative;
}
@media (min-width: 768px) {
.top-header .top-nav .nav-left > li > .btn-group > a, .top-header .top-nav .nav-left > li > a, .top-header .top-nav .nav-right > li > .btn-group > a, .top-header .top-nav .nav-right > li > a {
    background-color: transparent;
    color: #fafafa;
}
}
.top-header .top-nav .nav-left > li > .btn-group > a .badge, .top-header .top-nav .nav-left > li > a .badge, .top-header .top-nav .nav-right > li > .btn-group > a .badge, .top-header .top-nav .nav-right > li > a .badge {
    position: absolute;
    right: -10px;
    top: -5px;
}
.top-header .top-nav .nav-left > li ul.dropdown-menu a:hover, .top-header .top-nav .nav-right > li ul.dropdown-menu a:hover {
    background-color: #1c7ebb;
    color: #fff;
}
.top-header .top-nav .nav-left > li ul.dropdown-menu .glyphicon, .top-header .top-nav .nav-right > li ul.dropdown-menu .glyphicon {
    margin-right: 10px;
}
.top-header .top-nav .nav-left {
    float: left;
    padding: 0 12px;
}
.top-header .top-nav .nav-left > li {
    margin-right: 15px;
}
.top-header .top-nav .nav-right {
    padding: 0 12px;
}
.top-header .top-nav .nav-right > li {
    margin-left: 15px;
}
.top-header .langs .list-langs a {
    padding: 8px 20px 8px 57px;
    position: relative;
}
.top-header .langs .list-langs a .flag {
    left: 15px;
    position: absolute;
    top: 7px;
}
.view-containter {
    position: relative;
}
#content {
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 100px;
    transition: none 0s ease 0s ;
    width: 100%;
}
@media (min-width: 768px) {
#content {
    left: 220px;
    top: 50px;
    width: auto;
}
}
.body-special #content {
    left: 0;
    top: 0;
    z-index: 2;
}
.body-lock #content {
    background: url("../images/background/1.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
.form-validation .ng-valid.ng-dirty {
    border-color: #23ae89;
}
.form-validation .ng-invalid.ng-dirty {
    border-color: #e94b3b;
}
.mini-box {
    height: 100%;
    width: 100%;
}
.mini-box {
    transition: all 0.2s ease 0s;
}
.mini-box:hover {
    transform: scale(1.1);
}
.mini-box .box-info p.size-h2 {
    color: #767676;
}
.form-signin {
    margin: 88px auto auto;
    max-width: 330px;
    padding: 15px;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 10px;
}
.form-signin .alert {
    display: block;
    margin-top: 10px;
}
@keyframes shake {
0% {
    transform: translateX(0px);
}
12.5% {
    transform: translateX(-6px) rotateY(-5deg);
}
37.5% {
    transform: translateX(5px) rotateY(4deg);
}
62.5% {
    transform: translateX(-3px) rotateY(-2deg);
}
87.5% {
    transform: translateX(2px) rotateY(1deg);
}
100% {
    transform: translateX(0px);
}
}
.shake {
    animation: 400ms ease-in-out 0s normal none 1 running shake;
}
.morris-hover {
    position: absolute;
    z-index: 1000;
}
.morris-hover.morris-default-style {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(230, 230, 230, 0.8);
    border-radius: 10px;
    color: #666;
    font-family: sans-serif;
    font-size: 12px;
    padding: 6px;
    text-align: center;
}
.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}
.morris-hover.morris-default-style .morris-hover-point {
    margin: 0.1em 0;
    white-space: nowrap;
}
.country-part {
    background: none repeat scroll 0 0 #4f4f4f;
    color: #fefefe;
    font-size: 19px;
    font-weight: normal;
    margin: -15px -15px 10px;
    padding: 5px 15px;
}
.fa-circle {
    color: rgb(125, 187, 125);
    margin-right: 5px;
}
.fa-circle-o {
    color: #dddddd;
    margin-right: 5px;
}
.input-group-sm > .input-group-btn > select.btn {
    padding: 0 0 0 4px;
    width: 60px;
}
span + label.switch.small {
    margin-left: 8px;
}
label.switch.small {
    margin-bottom: 0;
    margin-top: 5px;
}
label.switch.small i {
    background-color: #e4e4e4;
    border-radius: 20px;
    padding-right: 20px;
    /* height: 20px; */
    /* width: 20px; */
}
.switch.small i:before {
    border-radius: 20px;
    height: 20px;
    width: 20px;
}
label.switch.small *:checked + i {
    padding-left: 20px;
    padding-right: 0;
}
table.table-assessement > thead > tr > th {
    border: medium none;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
table.table-assessement > thead > tr > th:first-child {
    width: 16%;
}
table.table-assessement > thead > tr:first-child > th {
    vertical-align: top;
}
table.table-assessement > thead {
    border-bottom: 1px solid #e4e4e4;
}
table.table-assessement > thead > tr > th > h4 {
    margin: 0;
}
table.table-assessement > thead > tr > th > select {
    width: 100%;
}
table.table-assessement > thead > tr > th > a {
    position: absolute;
    right: 8px;
    top: 16px;
}
table.table-assessement > thead > tr > th.bordered, table.table-assessement > tbody > tr > td.bordered {
    border-right: 1px solid #eee;
}
table.table-assessement > thead > tr > th.noBb, table.table-assessement > tbody > tr > td.noBb {
    border-bottom: medium none;
    border-top: medium none;
}
table.table-assessement > tbody > tr > td {
    text-align: center;
    vertical-align: middle;
}
table.table-assessement > tbody > tr > td:first-child {
    border: medium none;
    padding-right: 32px;
    position: relative;
    text-align: left;
    width: 16%;
}
table.table-assessement > tbody > tr > td:first-child i {
    color: #e4e4e4;
    cursor: pointer;
    position: absolute;
    top: 16px;
}
table.table-assessement > tbody > tr > td:first-child i:hover {
    color: #666;
}
table.table-assessement > tbody > tr > td:first-child i.fa-remove {
    right: 8px;
}
table.table-assessement > tbody > tr > td:first-child i.fa-sort {
    right: 24px;
}
table.table-assessement > tbody > tr > td > .label {
    font-size: 15px;
    height: 20px;
    padding: 4px 8px;
    width: 100%;
}
table.table-assessement > tbody > tr > td > .ui-checkbox {
    margin: 0;
}
table.table-assessement-os > tbody > tr > td:nth-child(2) {
    width: 15%;
}
table.table-assessement-os > tbody > tr > td:nth-child(3) {
    text-align: right;
    width: 7%;
}
table.table-assessement-os > tbody > tr > td:nth-child(4) {
    padding-left: 16px;
    text-align: left;
    width: 8%;
}
table.table-assessement-os > tbody > tr > td:nth-child(5) {
    width: 15%;
}
table.table-assessement-os > tbody > tr > td:nth-child(6) {
    width: 15%;
}
table.table-assessement > tbody > tr > td:last-child {
    vertical-align: middle;
    width: 8%;
}
table.listTable > tbody > tr > td {
    vertical-align: middle;
}

table.table.asmt-table td {
    vertical-align: middle;
}

.fa-vian {
    vertical-align: middle;
    font-size: 19px;
}
.listTable .fa-vian {
    font-size: 12px;
}
.fa.fa-adjust {
    color: #7dbb7d !important;
    line-height: initial;
    margin-right: 5px;
}
.panel > .sw-list.list-group .list-group-item:hover {
    background-color: #23ae89;
    border-color: #23ae89;
}
.panel > .ip-list.list-group .list-group-item:hover {
    background-color: #2ec1cc;
    border-color: #2ec1cc;
}
.panel > .sw-list.list-group .list-group-item a, .panel > .ip-list.list-group .list-group-item a {
    color: #767676;
}
.panel > .sw-list.list-group .list-group-item:hover a, .panel > .ip-list.list-group .list-group-item:hover a {
    color: #fff;
}
.deleted {
    text-decoration: line-through;
}
li.blank-nav {
    border-bottom: 1px solid #e5e5e5;
    height: 25px;
}
#nav > li.add-nav > a {
    font-size: 12px;
    font-weight: normal;
}
#nav > li.add-nav > a > i {
    border: medium none;
    font-size: 10px;
    font-weight: normal;
    margin-left: -16px;
}
.page-head {
    margin-bottom: 15px;
}
.page-head .col-md-3 {
    text-align: right;
}
.label-violet {
    background-color: #6a55c2;
}
.listTable .btn-icon-round-sm {
    height: 20px;
    line-height: 20px;
    width: 20px;
}
.switch i.fa:before {
    content: inherit;
    line-height: 20px;
    text-align: center;
}
.table-filters .switch i {
    margin-right: 8px;
}
.modal-dialog {
    z-index: 25000;
}
.map-container .modal-dialog {
    width: 1116px;
}
.map-container .modal-content {
    width: 1116px;
}
.modal:not(.ng-hide) {
    display: block;
}
.map-container .modal-body {
    background: url("../images/worldmap.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    height: 546px;
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 0;
    width: 1116px;
}
.modal .modal-backdrop {
    height: 100%;
}
.marker {
    font-size: 32px;
}
.nav-min #nav-container {
    width: 50px;
}
.nav-min #nav > li {
    width: 50px;
}
.nav-min #nav {
    overflow: visible !important;
}
.nav-min #content {
    left: 50px;
}
.top-nav ul.list-group {
    max-height: 215px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.saved-alert {
    position: fixed;
    top: 70px;
    right: 31px;
    z-index: 12345;
    font-size: 21px;
    padding: 21px 42px;
    min-width: 128px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 20%);
}

.panel-default>.panel-heading .badge {
    color: inherit;
    background-color: inherit;
}