.checkbox label .toggle,
.checkbox-inline .toggle {
    margin-left: -20px;
    margin-right: 5px
}

.toggle {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden
}

.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none
}

.toggle.off .toggle-group {
    left: -100%
}

.toggle-on {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-off {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0
}

.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 0;
    border-width: 0 1px;
    background-color: #fff;
    border-color: #ccc
}

.toggle.btn {
    min-width: 69px;
    min-height: 24px
}

.toggle-on.btn {
    padding-right: 24px
}

.toggle-off.btn {
    padding-left: 24px
}

.toggle.btn-lg {
    min-width: 79px;
    min-height: 45px
}

.toggle-on.btn-lg {
    padding-right: 31px
}

.toggle-off.btn-lg {
    padding-left: 31px
}

.toggle-handle.btn-lg {
    width: 40px
}

.toggle.btn-sm {
    min-width: 50px;
    min-height: 30px
}

.toggle-on.btn-sm {
    padding-right: 20px
}

.toggle-off.btn-sm {
    padding-left: 20px
}

.toggle.btn-xs {
    min-width: 35px;
    min-height: 22px
}

.toggle-on.btn-xs {
    padding-right: 12px
}

.toggle-off.btn-xs {
    padding-left: 12px
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

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] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :before,
    :after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    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
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff
}

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

a {
    color: #446e9b;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2d4866;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #ddd
}

.text-primary {
    color: #446e9b
}

a.text-primary:hover,
a.text-primary:focus {
    color: #345578
}

.text-success {
    color: #468847
}

a.text-success:hover,
a.text-success:focus {
    color: #356635
}

.text-info {
    color: #3a87ad
}

a.text-info:hover,
a.text-info:focus {
    color: #2d6987
}

.text-warning {
    color: #c09853
}

a.text-warning:hover,
a.text-warning:focus {
    color: #a47e3c
}

.text-danger {
    color: #b94a48
}

a.text-danger:hover,
a.text-danger:focus {
    color: #953b39
}

.bg-primary {
    color: #fff;
    background-color: #446e9b
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #345578
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

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

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

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

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

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

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.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-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ddd;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.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:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.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:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.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:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.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:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.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:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

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: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 9px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #777;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #777
}

.form-control::-webkit-input-placeholder {
    color: #777
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 38px
    }

    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month] {
        line-height: 30px
    }

    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month] {
        line-height: 54px
    }
}

.form-group {
    margin-bottom: 15px
}

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

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

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

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

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 54px;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 54px;
    line-height: 54px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 54px;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 54px;
    line-height: 54px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 54px;
    min-height: 38px;
    padding: 15px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 47.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 54px;
    height: 54px;
    line-height: 54px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #468847
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #c09853
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #b94a48
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 15px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #fff;
    background-color: #97C93D;
    border-color: #97C93D
}

.btn-default:focus,
.btn-default.focus {
    color: #fff;
    background-color: #2e2f2f;
    border-color: #080808
}

.btn-default:hover {
    color: #fff;
    background-color: #2e2f2f;
    border-color: #292a2a
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #2e2f2f;
    border-color: #292a2a
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #1c1d1d;
    border-color: #080808
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #474949;
    border-color: #474949
}

.btn-default .badge {
    color: #474949;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #0F98D5;
    border-color: #3c6189
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #345578;
    border-color: #152331
}

.btn-primary:hover {
    color: #fff;
    background-color: #345578;
    border-color: #2a435f
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #345578;
    border-color: #2a435f
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #2a435f;
    border-color: #152331
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #446e9b;
    border-color: #3c6189
}

.btn-primary .badge {
    color: #446e9b;
    background-color: #fff
}

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

.btn-success:focus,
.btn-success.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

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

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-success:active:hover,
.btn-success.active:hover,
.open>.dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open>.dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open>.dropdown-toggle.btn-success.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #fff;
    border-color: #ccc
}

.btn-success .badge {
    color: #fff;
    background-color: #333
}

.btn-info {
    color: #fff;
    background-color: #3399f3;
    border-color: #1b8df2
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #0e80e5;
    border-color: #084a85
}

.btn-info:hover {
    color: #fff;
    background-color: #0e80e5;
    border-color: #0c6dc4
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #0e80e5;
    border-color: #0c6dc4
}

.btn-info:active:hover,
.btn-info.active:hover,
.open>.dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open>.dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open>.dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #0c6dc4;
    border-color: #084a85
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #3399f3;
    border-color: #1b8df2
}

.btn-info .badge {
    color: #3399f3;
    background-color: #fff
}

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

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #a15900;
    border-color: #3b2100
}

.btn-warning:hover {
    color: #fff;
    background-color: #a15900;
    border-color: #7d4500
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #a15900;
    border-color: #7d4500
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open>.dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open>.dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #7d4500;
    border-color: #3b2100
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #d47500;
    border-color: #bb6700
}

.btn-warning .badge {
    color: #d47500;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #cd0200;
    border-color: #b40200
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #9a0200;
    border-color: #340100
}

.btn-danger:hover {
    color: #fff;
    background-color: #9a0200;
    border-color: #760100
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #9a0200;
    border-color: #760100
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open>.dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open>.dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #760100;
    border-color: #340100
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #cd0200;
    border-color: #b40200
}

.btn-danger .badge {
    color: #cd0200;
    background-color: #fff
}

.btn-link {
    color: #446e9b;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2d4866;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

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

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

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #446e9b
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #446e9b
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 54px;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 54px;
    line-height: 54px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.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 {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #666;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 14px 16px;
    font-size: 18px;
    border-radius: 6px
}

.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
}

.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
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn: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 {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #446e9b
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #666;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #446e9b
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .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
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

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

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>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-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 6px;
    margin-bottom: 6px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #eee;
    border-color: #ddd
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #3399f3;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #3399f3;
    background-color: transparent
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #ddd
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #3399f3
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #3399f3;
        background-color: transparent
    }

    .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 {
        color: #3399f3;
        background-color: transparent
    }

    .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 {
        color: #444;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #3399f3
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #3399f3
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #444
}

.navbar-inverse {
    background-color: #446e9b;
    border-color: #345578
}

.navbar-inverse .navbar-brand {
    color: #ddd
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #ddd
}

.navbar-inverse .navbar-nav>li>a {
    color: #ddd
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: FFFFFF
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #345578
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #345578
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #395c82
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: FFFFFF;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #345578
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #345578
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #ddd
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .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 {
        color: #fff;
        background-color: FFFFFF
    }

    .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 {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #ddd
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #ddd
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #ccc
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #446e9b;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #2d4866;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #777;
    background-color: #f5f5f5;
    border-color: #ddd;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #446e9b;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #953b39
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #446e9b;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #3cb521
}

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

.progress-bar-info {
    background-color: #3399f3
}

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

.progress-bar-warning {
    background-color: #d47500
}

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

.progress-bar-danger {
    background-color: #cd0200
}

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

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 7px 12px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 7px 12px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.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 td:first-child,
.panel>.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 td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.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 td:last-child,
.panel>.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 td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #446e9b
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #446e9b;
    border-color: #446e9b
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #446e9b
}

.panel-primary>.panel-heading .badge {
    color: #446e9b;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #446e9b
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #468847
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #3a87ad
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #c09853
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #b94a48
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0
}

.leaflet-container {
    overflow: hidden;
    -ms-touch-action: none
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}

.leaflet-container img {
    max-width: none !important
}

.leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important
}

.leaflet-tile {
    filter: inherit;
    visibility: hidden
}

.leaflet-tile-loaded {
    visibility: inherit
}

.leaflet-zoom-box {
    width: 0;
    height: 0
}

.leaflet-overlay-pane svg {
    -moz-user-select: none
}

.leaflet-tile-pane {
    z-index: 2
}

.leaflet-objects-pane {
    z-index: 3
}

.leaflet-overlay-pane {
    z-index: 4
}

.leaflet-shadow-pane {
    z-index: 5
}

.leaflet-marker-pane {
    z-index: 6
}

.leaflet-popup-pane {
    z-index: 7
}

.leaflet-vml-shape {
    width: 1px;
    height: 1px
}

.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}

.leaflet-top {
    top: 0
}

.leaflet-right {
    right: 0
}

.leaflet-bottom {
    bottom: 0
}

.leaflet-left {
    left: 0
}

.leaflet-control {
    float: left;
    clear: both
}

.leaflet-right .leaflet-control {
    float: right
}

.leaflet-top .leaflet-control {
    margin-top: 10px
}

.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}

.leaflet-left .leaflet-control {
    margin-left: 10px
}

.leaflet-right .leaflet-control {
    margin-right: 10px
}

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1
}

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}

.leaflet-clickable {
    cursor: pointer
}

.leaflet-container {
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.leaflet-popup-pane,
.leaflet-control {
    cursor: auto
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}

.leaflet-container {
    background: #ddd;
    outline: 0
}

.leaflet-container a {
    color: #0078A8
}

.leaflet-container a.leaflet-active {
    outline: 2px solid orange
}

.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255, 255, 255, .5)
}

.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .65);
    border-radius: 4px
}

.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-repeat: no-repeat;
    display: block
}

.leaflet-bar a:hover {
    background-color: #f4f4f4
}

.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none
}

.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb
}

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: 700 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px
}

.leaflet-control-zoom-out {
    font-size: 20px
}

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px
}

.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px
}

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    background: #fff;
    border-radius: 5px
}

.leaflet-control-layers-toggle:before {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e925";
    width: 24px;
    height: 24px;
    font-size: 30px;
    padding: 4px 4px 4px 4px
}

.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}

.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff
}

.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}

.leaflet-control-layers label {
    display: block
}

.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    background: rgba(255, 255, 255, .5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
    background-color: #fff
}

.leaflet-popup-content {
    line-height: 1.4;
    width: 288px !important;
    background-color: #fff;
    border-radius: 5px;
    height: auto !important
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 6px;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #3a87ad;
    text-decoration: none;
    font-weight: 700;
    background: 0 0
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #3a87ad
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666
}

.leaflet-popup-content .col-sm-3,
.leaflet-popup-content .col-md-3,
.leaflet-popup-content .col-lg-3,
.leaflet-popup-content .col-sm-9,
.leaflet-popup-content .col-md-9,
.leaflet-popup-content .col-lg-9 {
    padding-left: .5em;
    padding-right: .5em
}

.leaflet-popup-content .col-sm-8,
.leaflet-popup-content .col-md-8,
.leaflet-popup-content .col-lg-8 {
    padding-left: 0;
    padding-right: 0
}

.leaflet-popup-content .form-group {
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0
}

.leaflet-popup-content .form-group .control-label {
    padding: 0;
    text-align: left
}

/*!
 * ngToast v2.0.0 (http://tameraydin.github.io/ngToast)
 * Copyright 2016 Tamer Aydin (http://tamerayd.in)
 * Licensed under MIT (http://tameraydin.mit-license.org/)
 */
.ng-toast {
    position: fixed;
    z-index: 1080;
    width: 100%;
    height: 0;
    margin-top: 20px;
    text-align: center
}

.ng-toast.ng-toast--top {
    top: 0;
    bottom: auto
}

.ng-toast.ng-toast--top .ng-toast__list {
    top: 0;
    bottom: auto
}

.ng-toast.ng-toast--top.ng-toast--center .ng-toast__list {
    position: static
}

.ng-toast.ng-toast--bottom {
    top: auto;
    bottom: 0
}

.ng-toast.ng-toast--bottom .ng-toast__list {
    top: auto;
    bottom: 0
}

.ng-toast.ng-toast--bottom.ng-toast--center .ng-toast__list {
    pointer-events: none
}

.ng-toast.ng-toast--bottom.ng-toast--center .ng-toast__message .alert {
    pointer-events: auto
}

.ng-toast.ng-toast--right .ng-toast__list {
    left: auto;
    right: 0;
    margin-right: 20px
}

.ng-toast.ng-toast--right .ng-toast__message {
    text-align: right
}

.ng-toast.ng-toast--left .ng-toast__list {
    right: auto;
    left: 0;
    margin-left: 20px
}

.ng-toast.ng-toast--left .ng-toast__message {
    text-align: left
}

.ng-toast .ng-toast__list {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    list-style: none
}

.ng-toast .ng-toast__message {
    display: block;
    width: 100%;
    text-align: center
}

.ng-toast .ng-toast__message .alert {
    display: inline-block
}

.ng-toast .ng-toast__message__count {
    display: inline-block;
    margin: 0 15px 0 5px
}

/*!
 * ngToast v2.0.0 (http://tameraydin.github.io/ngToast)
 * Copyright 2016 Tamer Aydin (http://tamerayd.in)
 * Licensed under MIT (http://tameraydin.mit-license.org/)
 */
.ng-toast--animate-fade .ng-enter,
.ng-toast--animate-fade .ng-leave,
.ng-toast--animate-fade .ng-move {
    transition-property: opacity;
    transition-duration: .3s;
    transition-timing-function: ease
}

.ng-toast--animate-fade .ng-enter {
    opacity: 0
}

.ng-toast--animate-fade .ng-enter.ng-enter-active {
    opacity: 1
}

.ng-toast--animate-fade .ng-leave {
    opacity: 1
}

.ng-toast--animate-fade .ng-leave.ng-leave-active {
    opacity: 0
}

.ng-toast--animate-fade .ng-move {
    opacity: .5
}

.ng-toast--animate-fade .ng-move.ng-move-active {
    opacity: 1
}

.ng-toast--animate-slide .ng-enter,
.ng-toast--animate-slide .ng-leave,
.ng-toast--animate-slide .ng-move {
    position: relative;
    transition-duration: .3s;
    transition-timing-function: ease
}

.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message {
    position: relative;
    transition-property: top, margin-top, opacity
}

.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-enter {
    opacity: 0;
    top: -100px
}

.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-enter.ng-enter-active {
    opacity: 1;
    top: 0
}

.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-leave {
    opacity: 1;
    top: 0
}

.ng-toast--animate-slide.ng-toast--center.ng-toast--top .ng-toast__message.ng-leave.ng-leave-active {
    opacity: 0;
    margin-top: -72px
}

.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message {
    position: relative;
    transition-property: bottom, margin-bottom, opacity
}

.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-enter {
    opacity: 0;
    bottom: -100px
}

.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-enter.ng-enter-active {
    opacity: 1;
    bottom: 0
}

.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-leave {
    opacity: 1;
    bottom: 0
}

.ng-toast--animate-slide.ng-toast--center.ng-toast--bottom .ng-toast__message.ng-leave.ng-leave-active {
    opacity: 0;
    margin-bottom: -72px
}

.ng-toast--animate-slide.ng-toast--right {
    transition-property: right, margin-right, opacity
}

.ng-toast--animate-slide.ng-toast--right .ng-enter {
    opacity: 0;
    right: -200%;
    margin-right: 20px
}

.ng-toast--animate-slide.ng-toast--right .ng-enter.ng-enter-active {
    opacity: 1;
    right: 0;
    margin-right: 0
}

.ng-toast--animate-slide.ng-toast--right .ng-leave {
    opacity: 1;
    right: 0;
    margin-right: 0
}

.ng-toast--animate-slide.ng-toast--right .ng-leave.ng-leave-active {
    opacity: 0;
    right: -200%;
    margin-right: 20px
}

.ng-toast--animate-slide.ng-toast--left {
    transition-property: left, margin-left, opacity
}

.ng-toast--animate-slide.ng-toast--left .ng-enter {
    opacity: 0;
    left: -200%;
    margin-left: 20px
}

.ng-toast--animate-slide.ng-toast--left .ng-enter.ng-enter-active {
    opacity: 1;
    left: 0;
    margin-left: 0
}

.ng-toast--animate-slide.ng-toast--left .ng-leave {
    opacity: 1;
    left: 0;
    margin-left: 0
}

.ng-toast--animate-slide.ng-toast--left .ng-leave.ng-leave-active {
    opacity: 0;
    left: -200%;
    margin-left: 20px
}

.tr-ng-grid .tr-ng-grid-footer .pagination {
    margin: 0
}

.tr-ng-grid>thead>tr>th {
    text-align: center;
    vertical-align: top
}

.tr-ng-grid>thead>tr>th,
.tr-ng-grid>tbody>tr>td,
.tr-ng-grid>thead>tr>th>.tr-ng-cell,
.tr-ng-grid>tbody>tr>td>.tr-ng-cell {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.tr-ng-grid>tbody>tr>td>.tr-ng-cell {
    overflow: visible
}

.tr-ng-grid .tr-ng-sort {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tr-ng-grid .tr-ng-sort .tr-ng-sort-active,
.tr-ng-grid .tr-ng-sort .tr-ng-sort-inactive {
    position: absolute;
    top: 0;
    right: 1px;
    width: .8em;
    height: .8em
}

.tr-ng-grid .tr-ng-column-header .tr-ng-title {
    padding-top: .8em;
    position: relative
}

.tr-ng-grid .tr-ng-column-header .tr-ng-column-filter {
    margin-top: .5em;
    margin-bottom: .1em
}

/*!
angular-xeditable - 0.1.9
Edit-in-place for angular.js
Build date: 2015-03-26
*/
.editable-wrap {
    display: inline-block;
    white-space: nowrap;
    margin: 0
}

.editable-wrap .editable-controls,
.editable-wrap .editable-error {
    margin-bottom: 0
}

.editable-wrap .editable-controls>input,
.editable-wrap .editable-controls>select,
.editable-wrap .editable-controls>textarea {
    margin-bottom: 0
}

.editable-wrap .editable-input {
    display: inline-block
}

.editable-buttons {
    display: inline-block;
    vertical-align: top
}

.editable-buttons button {
    margin-left: 5px
}

.editable-input.editable-has-buttons {
    width: auto
}

.editable-bstime .editable-input input[type=text] {
    width: 46px
}

.editable-bstime .well-small {
    margin-bottom: 0;
    padding: 10px
}

.editable-range output {
    display: inline-block;
    min-width: 30px;
    vertical-align: top;
    text-align: center
}

.editable-color input[type=color] {
    width: 50px
}

.editable-checkbox label span,
.editable-checklist label span,
.editable-radiolist label span {
    margin-left: 7px;
    margin-right: 10px
}

.editable-hide {
    display: none !important
}

.editable-click,
a.editable-click {
    text-decoration: none;
    color: #428bca;
    border-bottom: dashed 1px #428bca
}

.editable-click:hover,
a.editable-click:hover {
    text-decoration: none;
    color: #2a6496;
    border-bottom-color: #2a6496
}

.editable-empty,
.editable-empty:hover,
.editable-empty:focus,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
    font-style: italic;
    color: #D14;
    text-decoration: none
}

/*!
 * angular-loading-bar v0.8.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */
#loading-bar,
#loading-bar-spinner {
    pointer-events: none;
    -webkit-pointer-events: none;
    -webkit-transition: 350ms linear all;
    -moz-transition: 350ms linear all;
    -o-transition: 350ms linear all;
    transition: 350ms linear all
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
    opacity: 0
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
    opacity: 1
}

#loading-bar .bar {
    -webkit-transition: width 350ms;
    -moz-transition: width 350ms;
    -o-transition: width 350ms;
    transition: width 350ms;
    background: #d9edf7;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px
}

#loading-bar .peg {
    position: absolute;
    width: 70px;
    right: 0;
    top: 0;
    height: 2px;
    opacity: .45;
    -moz-box-shadow: #d9edf7 1px 0 6px 1px;
    -ms-box-shadow: #d9edf7 1px 0 6px 1px;
    -webkit-box-shadow: #d9edf7 1px 0 6px 1px;
    box-shadow: #d9edf7 1px 0 6px 1px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

#loading-bar-spinner {
    display: block;
    position: fixed;
    z-index: 10002;
    top: 48%;
    left: 48%
}

@media (max-width:768px) {
    #loading-bar-spinner {
        top: 45%;
        left: 45%
    }
}

@media (max-width:480px) {
    #loading-bar-spinner {
        top: 43%;
        left: 43%
    }
}

#loading-bar-spinner .spinner-icon {
    width: 80px;
    height: 80px;
    border: solid 6px transparent;
    border-top-color: #1b417d;
    border-left-color: #1b417d;
    border-radius: 50%;
    -webkit-animation: loading-bar-spinner 400ms linear infinite;
    -moz-animation: loading-bar-spinner 400ms linear infinite;
    -ms-animation: loading-bar-spinner 400ms linear infinite;
    -o-animation: loading-bar-spinner 400ms linear infinite;
    animation: loading-bar-spinner 400ms linear infinite
}

@-webkit-keyframes loading-bar-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes loading-bar-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes loading-bar-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes loading-bar-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading-bar-spinner {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@media screen {
    .printOnly {
        display: none
    }
}

@media print {
    body * {
        visibility: hidden
    }

    body {
        margin: 0 !important;
        -webkit-print-color-adjust: exact
    }

    .printOnly {
        visibility: visible;
        display: initial
    }

    .printOnly.printRemove {
        display: none
    }

    .printSection,
    .printSection * {
        visibility: visible
    }

    .printRemove,
    .printRemove * {
        display: none
    }

    .printHide,
    .printHide * {
        visibility: hidden
    }

    .printHide .printSection * {
        visibility: visible
    }

    .printRemove .printSection * {
        visibility: visible
    }

    .avoidPageBreak {
        page-break-inside: avoid
    }

    td div {
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    .noPrintMargin {
        margin: 0 !important;
        padding: 0 !important
    }

    @page {
        margin: 0
    }

    @page :first {
        margin-top: 0
    }

    @page :left {
        margin-left: 0;
        margin-right: 0
    }

    @page :right {
        margin-left: 0;
        margin-right: 0
    }
}

@font-face {
    font-family: icomoon;
    src: url(../assets/fonts/icomoon.eot?rlsi0v);
    src: url(../assets/fonts/icomoon.eot?rlsi0v#iefix) format('embedded-opentype'), url(../assets/fonts/icomoon.ttf?rlsi0v) format('truetype'), url(../assets/fonts/icomoon.woff?rlsi0v) format('woff'), url(../assets/fonts/icomoon.svg?rlsi0v#icomoon) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=icon-],
[class*=" icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-car-model:before {
    content: "\e930"
}

.icon-new_releases:before {
    content: "\e931"
}

.icon-call:before {
    content: "\e92d"
}

.icon-menu-1:before {
    content: "\e92c"
}

.icon-lock2:before {
    content: "\e923"
}

.icon-navigation:before {
    content: "\e924"
}

.icon-parking:before {
    content: "\e925"
}

.icon-headset:before {
    content: "\e922"
}

.icon-sos-warning:before {
    content: "\e921"
}

.icon-at:before {
    content: "\e932"
}

.icon-circle-thin:before {
    content: "\e92a"
}

.icon-info:before {
    content: "\e92f"
}

.icon-checkmark2:before {
    content: "\e927"
}

.icon-checkmark3:before {
    content: "\e928"
}

.icon-Stopped:before {
    content: "\e90c"
}

.icon-SwitchedOff:before {
    content: "\e910"
}

.icon-InMotion:before {
    content: "\e915"
}

.icon-truck:before {
    content: "\e916"
}

.icon-house:before {
    content: "\e900"
}

.icon-boat:before {
    content: "\e917"
}

.icon-report:before {
    content: "\e91b"
}

.icon-rt_front_car:before {
    content: "\e909"
}

.icon-calendar:before {
    content: "\e00d"
}

.icon-wrench:before {
    content: "\e901"
}

.icon-search:before {
    content: "\e902"
}

.icon-warning:before {
    content: "\e903"
}

.icon-chevron-down:before {
    content: "\e904"
}

.icon-chevron-left:before {
    content: "\e90b"
}

.icon-chevron-right:before {
    content: "\e905"
}

.icon-chevron-up:before {
    content: "\e906"
}

.icon-save:before {
    content: "\e907"
}

.icon-circle-with-cross:before {
    content: "\e908"
}

.icon-location:before {
    content: "\e90a"
}

.icon-user:before {
    content: "\e90d"
}

.icon-lock:before {
    content: "\e90e"
}

.icon-stopwatch:before {
    content: "\e911"
}

.icon-cog:before {
    content: "\e90f"
}

.icon-bin:before {
    content: "\e912"
}

.icon-list-alt:before {
    content: "\e913"
}

.icon-blocked:before {
    content: "\e914"
}

.icon-checkmark:before {
    content: "\e918"
}

.icon-ruler:before {
    content: "\e919"
}

.icon-cross:before {
    content: "\e91a"
}

.icon-edit:before {
    content: "\e91e"
}

.icon-favorite:before {
    content: "\e91f"
}

.icon-pushpin:before {
    content: "\e92e"
}

.icon-pin:before {
    content: "\e92e"
}

.icon-radio-unchecked:before {
    content: "\e92b"
}

.icon-check-alt:before {
    content: "\e929"
}

.icon-plus:before {
    content: "\e926"
}

.icon-play:before {
    content: "\e91c"
}

.icon-stop:before {
    content: "\e91d"
}

.icon-unavailable:before {
    content: "\e920"
}

.icon-car-location:before {
    content: "\e933"
}

.icon-repair:before {
    content: "\e934"
}

.icon-location_2:before {
    content: "\e935"
}

.icon-download:before {
    content: "\e93c"
}

.icon-mail_outline:before {
    content: "\e93d"
}

.icon-credit-card:before {
    content: "\e936"
}

.icon-barcode-sticker:before {
    content: "\e937"
}

.icon-plus-thin:before {
    content: "\e938"
}

.icon-ticked-box:before {
    content: "\e939"
}

.icon-cross-thin:before {
    content: "\e93a"
}

.icon-petrol-fuel:before {
    content: "\e93b"
}

.icon-minus-alt:before {
    content: "\e93f"
}

.icon-plus-alt:before {
    content: "\e93e"
}

.base-icon,
.glyphicon {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-chevron-down:before {
    content: "\e904" !important
}

.glyphicon-chevron-up:before {
    content: "\e906"
}

.glyphicon-chevron-left:before {
    content: "\e90b" !important
}

.glyphicon-chevron-right:before {
    content: "\e905"
}

.glyphicon-ok:before {
    content: "\e918"
}

.glyphicon-remove:before {
    content: "\e91a"
}

.icon-Stopped:before {
    color: #C50000
}

.icon-SwitchedOff:before {
    color: #9797A6
}

.icon-InMotion:before {
    color: #109F1B
}

.navbar-default .navbar-brand {
    margin-right: 50px;
    margin-left: 10px;
    width: 250px;
    background: url(../assets/images/ec/rtMainLogoEC.png) no-repeat 50% 50%;
    background-size: 250px
}

@media (max-width:480px) {
    .navbar-default .navbar-brand {
        background-size: contain;
        width: 175px;
        margin-left: 1em
    }
}

@media (max-width:320px) {
    .navbar-default .navbar-brand {
        width: 140px
    }
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active:focus>a,
.navbar-default .navbar-nav>li.active:hover>a,
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li:focus>a,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active:focus>a:focus,
.navbar-default .navbar-nav>li.active:hover>a:focus,
.navbar-default .navbar-nav>li:hover>a:focus,
.navbar-default .navbar-nav>li:focus>a:focus {
    background-color: #1b417d;
    color: #fff
}

.navbar-text {
    font-size: .8em;
    position: absolute;
    overflow: hidden;
    right: 70px
}

@media (min-width:768px) {
    .navbar-text {
        right: 0;
        top: -10px;
        font-size: 1em
    }
}

.navbar-default {
    background: #fff;
    border-bottom-width: .3em;
    border-bottom-style: solid;
    border-bottom-color: #1b417d
}

.navbar-nav {
    float: left;
    margin: 0;
    margin-top: 20px
}

@media (max-width:768px) {
    .navbar-nav {
        width: 100%
    }
}

.rt-user-log-out {
    font-weight: 900
}

.navbar-default .navbar-toggle {
    background-color: #1b417d
}

.panel-primary>.panel-heading {
    background-color: #1b417d;
    border-color: #1b417d
}

.nav-tabs {
    background-color: #eee
}

/*! Generated by Live LESS Theme Customizer */
.btn-link {
    text-decoration: underline
}

form[name=dateControlForm] .form-control {
    padding: 8px
}

.navbar-nav {
    margin-top: 0
}

.navbar-default .navbar-nav>li>a {
    color: #fff
}

.diagnostic-tabs-module>ul:first-child {
    padding: 0 16px;
    padding-top: 16px;
    background-color: #ddd !important;
    border-radius: 10px
}

.diagnostic-tabs-module>ul:first-child li a {
    border-bottom: none;
    background-color: #ddd;
    border-color: #ddd
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li.active:focus>a,
.navbar-default .navbar-nav>li.active:hover>a,
.navbar-default .navbar-nav>li:hover>a,
.navbar-default .navbar-nav>li:focus>a,
.navbar-default .navbar-nav>li.active>a:focus,
.navbar-default .navbar-nav>li.active:focus>a:focus,
.navbar-default .navbar-nav>li.active:hover>a:focus,
.navbar-default .navbar-nav>li:hover>a:focus,
.navbar-default .navbar-nav>li:focus>a:focus {
    color: #1b417d;
    background-color: #fff
}

.back-login-modal {
    background-image: url(images/br/bg-login.jpg);
    opacity: 1 !important;
    background-size: cover
}

.onstar-header {
    color: #1b417d;
    border-bottom: 3px solid #1b417d;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0
}

.reports-popup {
    width: 200px
}

.reports-popup .btn-default {
    background-color: #474949;
    width: auto;
    height: auto;
    padding: 8px 12px
}

.report-data-list {
    padding-top: 45px
}

.report-data-list li {
    display: block !important
}

.login-modal .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100%;
    overflow: hidden
}

@media (max-width:768px) {
    .login-modal .modal-dialog {
        overflow: auto
    }
}

@media (max-width:480px) {
    .login-modal .modal-dialog {
        background-color: #fff
    }
}

.login-modal .modal-content {
    height: 100%;
    border-radius: 0;
    background-color: transparent
}

.login-modal .modal-content .modal-body {
    width: 360px;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    padding-top: 8em
}

@media (max-width:768px) {
    .login-modal .modal-content .modal-body {
        width: 300px
    }
}

@media (max-width:480px) {
    .login-modal .modal-content .modal-body {
        width: 100%
    }
}

.overview-map {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 1000
}

.close-map {
    position: absolute;
    z-index: 1001;
    right: 16px;
    top: 16px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
}

.padding-bottom-84px {
    padding-bottom: 84px
}

.map-actions-bar li[disabled] a {
    opacity: .5;
    cursor: not-allowed !important
}

.login-info {
    margin: 0
}

.login-info li {
    height: 50px;
    text-align: center
}

.login-info i,
.login-info img {
    display: block;
    margin: 0 auto
}

.navbar-text {
    margin: 16px
}

@media (max-width:768px) {
    .navbar-text {
        margin: 1em;
        margin-top: 5px;
        top: 1px
    }
}

@media (max-width:480px) {
    .navbar-text {
        margin: 0;
        margin-top: 2px
    }
}

@media (max-width:768px) {
    .navbar-header {
        width: 105% !important
    }
}

@media (max-width:480px) {
    .navbar-header {
        width: 108% !important
    }
}

.help-icon {
    color: #1b417d;
    font-size: 20px;
    font-weight: bolder;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 3px solid #1b417d;
    font-style: normal
}

.navbar-collapse {
    width: 100%;
    background-color: #1b417d
}

@media (max-width:768px) {
    .navbar-collapse {
        width: 100%
    }
}

.md-font {
    font-size: 14px
}

.lg-font {
    font-size: 24px
}

.line-height-07 {
    line-height: 1
}

.line-height-09 {
    line-height: 1.1
}

.modal-header-login {
    background-position: center center !important
}

.text-decoration-underline {
    text-decoration: underline
}

.onstar-bg-color {
    background-color: #0F98D5
}

.bar-actions-container.bar-overflow .map-actions-bar {
    width: 884px !important
}

.height-100 {
    height: 100%;
    position: absolute;
    top: 0;
    padding-top: 101px;
    width: 100%
}

@media (max-width:480px) {
    .height-100 {
        height: auto
    }
}

.blue-header {
    background-color: #1C386B;
    height: 45px
}

.map-actions-bar-container.toogle-expanded {
    width: 65px !important
}

@media (min-width:992px) {
    .main-grid {
        top: 110px !important
    }
}

.header-main {
    position: fixed;
    z-index: 1030;
    top: 0;
    height: 114px;
    width: 100%;
    background-color: #fff
}

@media (max-width:767px) {
    .header-main {
        height: 58px
    }
}

td.black-day,
.black-day button {
    visibility: hidden
}

td.black-day span {
    visibility: hidden
}

.main-div-container {
    padding-top: 115px !important
}

@media (max-width:767px) {
    .main-div-container {
        padding-top: 60px !important
    }
}

.popover-title {
    text-align: center
}

.icon-list {
    visibility: hidden
}

.margin-bottom-1em {
    margin-bottom: 1em
}

.engine-logo {
    display: inline-block;
    height: 19px;
    width: 27px;
    background-image: url(images/dtc/engine-logo.png);
    background-size: cover;
    background-repeat: no-repeat
}

.stabilititrack-logo {
    display: inline-block;
    height: 20px;
    width: 18px;
    background-image: url(images/dtc/stabilititrack-logo.png);
    background-size: contain;
    background-repeat: no-repeat
}

.stabilititrack-logo-off {
    display: inline-block;
    height: 28px;
    width: 20px;
    background-image: url(images/dtc/stabilititrack-logo-off.png);
    background-size: contain;
    background-repeat: no-repeat
}

.modal:before {
    display: none !important
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #fff
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.back-login-modal {
    background-image: url(../assets/images/ec/bg-login.jpg);
    opacity: 1 !important;
    background-size: cover
}

.navbar-absolute-bottom {
    position: absolute;
    z-index: 1000;
    border-width: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    top: auto;
    bottom: 0;
    border-bottom: 0 none;
    border-top-width: 1px;
    background-color: #1b417d;
    color: #fff
}

@media (max-height:640px) and (orientation:landscape) {
    .navbar-absolute-bottom {
        display: none
    }
}

.at-view-slide-in-left.ng-enter {
    transition: .2s;
    opacity: .6
}

.at-view-slide-in-left.ng-enter-active {
    opacity: 1
}

.at-view-slide-out-right.ng-leave {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    z-index: 3;
    position: absolute
}

.at-view-slide-out-right.ng-leave-active {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0
}

.chart-legend,
.bar-legend,
.line-legend,
.pie-legend,
.radar-legend,
.polararea-legend,
.doughnut-legend {
    list-style-type: none;
    margin-top: 5px;
    text-align: center;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    padding-left: 0
}

.chart-legend li,
.bar-legend li,
.line-legend li,
.pie-legend li,
.radar-legend li,
.polararea-legend li,
.doughnut-legend li {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    margin-bottom: 4px;
    border-radius: 5px;
    padding: 2px 8px 2px 28px;
    font-size: smaller;
    cursor: default
}

.chart-legend-icon,
.bar-legend-icon,
.line-legend-icon,
.pie-legend-icon,
.radar-legend-icon,
.polararea-legend-icon,
.doughnut-legend-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 5px
}

.homeClass {
    margin: 0
}

.leaflet-control-loading {
    background: url(../assets/images/loader.gif) no-repeat center right #fff
}

.leaflet-control-loading,
.leaflet-control-zoom a.leaflet-control-loading,
.leaflet-control-zoomslider a.leaflet-control-loading {
    display: none
}

.leaflet-control-loading.is-loading,
.leaflet-control-zoom a.leaflet-control-loading.is-loading,
.leaflet-control-zoomslider a.leaflet-control-loading.is-loading {
    display: block
}

.leaflet-bar-part-bottom {
    border-bottom: medium none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.has-leaflet-pan-control .leaflet-control-zoom {
    position: relative;
    left: 24px
}

.has-leaflet-pan-control .leaflet-control-zoomslider {
    position: relative;
    left: 22px
}

.leaflet-control-pan {
    width: 76px;
    height: 76px
}

.leaflet-control-pan>div {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.leaflet-control-pan>div {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .65)
}

.leaflet-control-pan a {
    background-color: #fff
}

.leaflet-control-pan a {
    background-repeat: no-repeat;
    display: block
}

.leaflet-control-pan a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 23px;
    height: 23px
}

.leaflet-control-pan a:hover {
    background-color: #f4f4f4
}

.leaflet-control-pan-up-wrap {
    position: absolute;
    left: 26px
}

.leaflet-control-pan-left-wrap {
    position: absolute;
    top: 26px
}

.leaflet-control-pan-googleKML-wrap {
    position: absolute;
    left: 220px
}

.leaflet-control-pan-txtCoordinates-wrap {
    position: absolute;
    width: 120px;
    left: 82px
}

.leaflet-control-pan-bingKML-wrap {
    position: absolute;
    left: 280px
}

.leaflet-control-pan-right-wrap {
    position: absolute;
    left: 52px;
    top: 26px
}

.leaflet-control-pan-down-wrap {
    position: absolute;
    left: 26px;
    top: 52px
}

.leaflet-touch .leaflet-control-pan div {
    box-shadow: none;
    border-radius: 10px
}

.leaflet-touch .leaflet-control-pan {
    width: 89px;
    height: 119px
}

.leaflet-touch .leaflet-control-pan a {
    width: 30px;
    height: 30px;
    border-radius: 7px
}

.leaflet-touch .leaflet-control-pan-left-wrap {
    top: 40px
}

.leaflet-touch .leaflet-control-pan-right-wrap {
    left: 52px;
    top: 40px
}

.leaflet-touch .leaflet-control-pan-down-wrap {
    left: 26px;
    top: 80px
}

.leaflet-container .leaflet-control-search {
    position: relative;
    float: left;
    background: #fff;
    color: #1978cf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .8);
    z-index: 1000;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .65);
    margin-left: 12px;
    margin-top: 10px
}

.leaflet-control-search.search-exp {
    box-shadow: 0 1px 7px #999;
    background: #fff
}

.leaflet-control-search .search-button:before {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902" !important;
    align-content: center;
    justify-content: center
}

.leaflet-control-search .search-input {
    display: block;
    float: left;
    background: #fff;
    border: 1px solid #666;
    border-radius: 2px;
    height: 26px;
    padding: 0 18px 0 2px;
    margin: 3px 0 3px 3px;
    font-size: medium;
    width: 300px
}

.leaflet-control-search.search-load .search-input {
    background: url(../assets/images/loader.gif) no-repeat center right #fff
}

.leaflet-control-search.search-load .search-cancel {
    visibility: hidden
}

.leaflet-control-search .search-cancel {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 18px;
    margin: 6px 0;
    text-decoration: none;
    filter: alpha(opacity=80);
    opacity: .9
}

.leaflet-control-search .search-cancel:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.leaflet-control-search .search-cancel span {
    font-size: medium;
    line-height: 20px;
    color: #ccc;
    font-weight: 700
}

.leaflet-control-search .search-cancel:hover span {
    color: #aaa
}

.leaflet-control-search .search-button:before {
    display: block;
    float: left;
    width: 25px;
    height: 26px;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e986";
    border-radius: 4px;
    margin-left: 4px;
    font-size: large
}

.leaflet-control-search .search-button:hover {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e986"
}

.leaflet-control-search .search-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    list-style: none;
    padding-left: 0;
    min-width: 120px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
    background-color: rgba(0, 0, 0, .25);
    z-index: 1010;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 450px;
    cursor: pointer
}

.leaflet-control-search .search-tip {
    margin: 1px;
    padding: 0 2px;
    display: block;
    background: #fff;
    border-radius: .25em;
    text-decoration: none;
    vertical-align: center
}

.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover,
.leaflet-control-search .search-button:hover {
    background-color: #fff
}

.leaflet-control-search .search-alert {
    cursor: pointer;
    clear: both;
    font-size: .75em;
    margin-bottom: 5px;
    padding: 0 .25em;
    color: #e00;
    font-weight: 700;
    border-radius: .25em
}

.leaflet-control-measure:before {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e919";
    font-size: 22px;
    align-content: center;
    justify-content: center
}

.leaflet-bar-part-top-and-bottom {
    border-bottom: none
}

.leaflet-touch .leaflet-bar-part-top-and-bottom {
    border-bottom: none
}

.leaflet-control-measure-on .leaflet-control-measure {
    background-color: #fff
}

.leaflet-measure-tooltip {
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
    background-color: #BBB;
    box-shadow: 0 0 5px #000;
    margin: 0;
    padding: 2px;
    width: auto !important;
    height: auto !important;
    white-space: nowrap
}

.leaflet-measure-tooltip-total {
    font-weight: 700
}

.leaflet-measure-tooltip-difference {
    color: #777
}

.leaflet-cluster-anim .leaflet-marker-icon,
.leaflet-cluster-anim .leaflet-marker-shadow {
    -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-in;
    -moz-transition: -moz-transform .3s ease-out, opacity .3s ease-in;
    -o-transition: -o-transform .3s ease-out, opacity .3s ease-in;
    transition: transform .3s ease-out, opacity .3s ease-in
}

.leaflet-cluster-spider-leg {
    -webkit-transition: -webkit-stroke-dashoffset .3s ease-out, -webkit-stroke-opacity .3s ease-in;
    -moz-transition: -moz-stroke-dashoffset .3s ease-out, -moz-stroke-opacity .3s ease-in;
    -o-transition: -o-stroke-dashoffset .3s ease-out, -o-stroke-opacity .3s ease-in;
    transition: stroke-dashoffset .3s ease-out, stroke-opacity .3s ease-in
}

.marker-cluster-small {
    background-color: rgba(181, 226, 140, .6)
}

.marker-cluster-small div {
    background-color: rgba(110, 204, 57, .6)
}

.marker-cluster-medium {
    background-color: rgba(241, 211, 87, .6)
}

.marker-cluster-medium div {
    background-color: rgba(240, 194, 12, .6)
}

.marker-cluster-large {
    background-color: rgba(253, 156, 115, .6)
}

.marker-cluster-large div {
    background-color: rgba(241, 128, 23, .6)
}

.leaflet-oldie .marker-cluster-small {
    background-color: #b5e28c
}

.leaflet-oldie .marker-cluster-small div {
    background-color: #6ecc39
}

.leaflet-oldie .marker-cluster-medium {
    background-color: #f1d357
}

.leaflet-oldie .marker-cluster-medium div {
    background-color: #f0c20c
}

.leaflet-oldie .marker-cluster-large {
    background-color: #fd9c73
}

.leaflet-oldie .marker-cluster-large div {
    background-color: #f18017
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px
}

.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;
    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif
}

.marker-cluster span {
    line-height: 30px
}

.leaflet-label {
    background: #FFF;
    border-color: #1b417d;
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
    border-top-left-radius: .3em;
    border-bottom-left-radius: .3em;
    border-style: solid;
    border-width: 1px;
    color: #1b417d;
    display: block;
    font-weight: 700;
    font-size: x-small;
    padding: 1px 2px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    z-index: 6
}

.leaflet-label.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto
}

.leaflet-label:before,
.leaflet-label:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: none;
    position: absolute;
    top: 3px
}

.leaflet-label:before {
    border-right: 6px solid #000;
    border-right-color: inherit;
    left: -7px
}

.leaflet-label:after {
    border-left: 6px solid #000;
    border-left-color: inherit;
    right: -10px
}

.leaflet-label-right:before,
.leaflet-label-left:after {
    content: ""
}

.awesome-marker {
    background: url(../assets/images/leaflet/markers-soft.png) no-repeat 0 0;
    width: 35px;
    height: 46px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    text-align: center
}

.awesome-marker-shadow {
    background: url(../assets/images/leaflet/markers-shadow.png) no-repeat 0 0;
    width: 36px;
    height: 16px
}

@media (min--moz-device-pixel-ratio:1.5),
(-o-min-device-pixel-ratio:3/2),
(-webkit-min-device-pixel-ratio:1.5),
(min-device-pixel-ratio:1.5),
(min-resolution:1.5dppx) {
    .awesome-marker {
        background-image: url(../assets/images/leaflet/markers-soft@2x.png);
        background-size: 720px 46px
    }

    .awesome-marker-shadow {
        background-image: url(../assets/images/leaflet/markers-shadow@2x.png);
        background-size: 35px 16px
    }
}

.awesome-marker i {
    color: #333;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px
}

.awesome-marker .icon-white {
    color: #fff
}

.awesome-marker-icon-red {
    background-position: 0 0
}

.awesome-marker-icon-darkred {
    background-position: -180px 0
}

.awesome-marker-icon-lightred {
    background-position: -360px 0
}

.awesome-marker-icon-orange {
    background-position: -36px 0
}

.awesome-marker-icon-beige {
    background-position: -396px 0
}

.awesome-marker-icon-green {
    background-position: -72px 0
}

.awesome-marker-icon-darkgreen {
    background-position: -252px 0
}

.awesome-marker-icon-lightgreen {
    background-position: -432px 0
}

.awesome-marker-icon-blue {
    background-position: -108px 0
}

.awesome-marker-icon-darkblue {
    background-position: -216px 0
}

.awesome-marker-icon-lightblue {
    background-position: -468px 0
}

.awesome-marker-icon-purple {
    background-position: -144px 0
}

.awesome-marker-icon-darkpurple {
    background-position: -288px 0
}

.awesome-marker-icon-pink {
    background-position: -504px 0
}

.awesome-marker-icon-cadetblue {
    background-position: -324px 0
}

.awesome-marker-icon-white {
    background-position: -574px 0
}

.awesome-marker-icon-gray {
    background-position: -648px 0
}

.awesome-marker-icon-lightgray {
    background-position: -612px 0
}

.awesome-marker-icon-black {
    background-position: -682px 0
}

.panel-body {
    padding: 0
}

.trip-type-info::before,
.trip-type-2::before {
    color: #00f;
    content: "\e91d"
}

.trip-type-warning::before,
.trip-type-1::before {
    color: #DD0;
    content: "\e91c"
}

.trip-type-0 {
    display: inline-block;
    height: 14px;
    width: 14px;
    background-color: red;
    border-radius: 50%
}

.main-grid,
.main-map-base {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.btn-hide-show-grid-history {
    left: 50%;
    margin-top: -22px
}

@media (max-width:768px) {
    .btn-hide-show-grid-history {
        left: 38%
    }
}

.display-none {
    display: none
}

.display-block {
    display: block
}

.btn-hide-show-grid-history {
    position: relative;
    float: left;
    border: none;
    background-color: #1C386B;
    width: 9em;
    height: 1.5em
}

.history-panel-base {
    height: 0;
    display: none;
    border-top-width: .3em;
    border-top-style: solid;
    border-color: #1b417d;
    right: 300px;
    margin-bottom: 0
}

.history-panel-base.rt-history-map,
.history-panel-base.rt-alert-map {
    height: auto;
    display: inline-block;
    max-width: 100%;
    width: 100%
}

.panel-body {
    background-color: #fff
}

.main-map-class {
    height: 100%;
    width: 100%
}

.main-grid {
    position: absolute;
    right: -5px;
    padding-top: 10px;
    z-index: 1005;
    bottom: 0;
    top: 50px;
    width: 300px;
    background-color: #fff;
    border-left: solid;
    border-color: #1b417d
}

@media (min-width:768px) {
    .main-grid {
        top: 110px
    }
}

@media (min-width:992px) {
    .main-grid {
        top: 55px
    }
}

.action-progressbar-container {
    position: fixed;
    right: 45px;
    margin-top: -42px;
    z-index: 1079;
    border-radius: .5em;
    opacity: .92
}

@media (min-width:768px) {
    .action-progressbar-container {
        right: 145px
    }
}

@media (min-width:992px) {
    .action-progressbar-container {
        right: 145px
    }
}

.action-favorites-container {
    position: absolute;
    top: 280px;
    left: 5px;
    max-height: 320px;
    width: 250px;
    overflow-x: auto
}

@media (min-width:992px) {
    .action-favorites-container {
        width: 270px
    }
}

.panel-group .panel.collapsed .panel-heading .accordion-toggle {
    color: #478fca;
    font-weight: 400;
    background-color: #F9F9F9
}

.main-grid.contracted-map {
    width: 8px
}

.main-map-base.contracted-map {
    margin-right: 7px
}

.main-map-base {
    height: 100%
}

@media (max-width:767px) {
    .main-map-base {
        padding-bottom: 84px
    }
}

.main-map-base.rt-alert-map {
    margin-right: 0;
    height: 60%;
    padding-bottom: 0
}

.main-map-base.rt-history-map {
    height: 60vh;
    padding-bottom: 0
}

.horizontal-line-to-divide {
    background-color: #1b417d;
    height: 1px;
    width: 100%
}

@media (max-width:768px) {
    .horizontal-line-to-divide {
        display: none
    }
}

.col-no-padding {
    padding-left: 0;
    padding-right: 0
}

p.no-gutter {
    margin-top: 0;
    text-indent: 2em;
    padding: 0 5px 0 5px
}

.rt-left-grid {
    border: 0;
    margin-bottom: 0;
    font-size: smaller
}

.rt-left-grid.contracted-map {
    display: none
}

.position-fixed {
    position: fixed
}

.dropdown-menu>li>a {
    color: #000
}

.vehicle-modal-container {
    width: 400px;
    padding: 1em;
    max-width: 100%
}

.leaflet-bar a,
.leaflet-bar a:hover {
    color: #1b417d
}

.leaflet-container a {
    color: #1b417d
}

.awesome-marker i {
    color: #333;
    margin-top: 5px;
    display: inline-block;
    font-size: 22px
}

.divInline {
    background-color: #f0f8ff
}

.selectVehicleDiv {
    background-color: #f0f8ff;
    width: 100%
}

.float-right {
    float: right
}

.right-to-left li {
    position: relative;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    cursor: pointer;
    padding: 0;
    background-color: #eee
}

.right-to-left li.activeTab {
    background-color: #fff
}

.right-to-left li.activeTab li:hover {
    background-color: #fff
}

.right-to-left li.activeTab a:hover {
    background-color: transparent;
    border: 1px solid #fff
}

.animation_marker_div {
    position: relative;
    right: 10px;
    top: 3px;
    display: inline;
    text-align: right;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px
}

.animation_marker_div span {
    margin: 0 auto 5px auto
}

.search_btn,
.search_btn:hover {
    color: #D3950C;
    margin-top: 90%;
    margin-left: -520%
}

.toggle-bar-devices-grid {
    width: 120px;
    background-color: #97C93D;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 50%;
    left: -72px;
    border-radius: 3px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border: none;
    padding: .25em;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 11.5px
}

.table-device-detail>thead>tr>th,
.table-device-detail>tbody>tr>th,
.table-device-detail>tfoot>tr>th,
.table-device-detail>thead>tr>td,
.table-device-detail>tbody>tr>td,
.table-device-detail>tfoot>tr>td {
    padding: 0;
    line-height: 1.42857143;
    vertical-align: middle
}

.gm-style a[href^="https://maps.google.com/maps"] {
    display: flex !important;
    margin-top: 150px
}

.removeAccordionHeading>div>h4>a,
.removeAccordionHeading>div>h4>a>#headingAccordion {
    pointer-events: none;
    cursor: pointer
}

.checkOnlinePaymentExpiry .modal-header {
    text-align: center;
    font-size: 25px
}

.checkOnlinePaymentExpiry .modal-header p {
    line-height: 1.42857143;
    font-weight: 500
}

.checkOnlinePaymentExpiry .modal-header i {
    position: absolute;
    top: 20px;
    left: 20px
}

.checkOnlinePaymentExpiry .modal-body {
    padding: 30px 0 !important;
    border-top: 1px solid #d3d3d3 !important;
    border-bottom: 1px solid #d3d3d3 !important;
    margin-bottom: 10px
}

.toogle-expanded {
    width: 140px !important
}

@media (max-width:768px) {
    .map-actions-bar-container.toogle-expanded {
        width: 22px !important
    }
}

.bar-actions-container {
    overflow: hidden;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    background-color: #fff
}

@media (max-width:767px) {
    .bar-overflow {
        overflow-x: scroll
    }
}

.toogle-icon-bar,
.toogle-icon-bar-grid {
    transform: rotate(90deg)
}

.hide-toogle-icon-bar,
.hide-toogle-icon-bar-grid {
    transform: rotate(-90deg)
}

.toogle-bar-actions {
    width: 90px;
    background-color: #1C386B;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 8px;
    border-radius: 3px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    border: none;
    padding: .25em;
    padding-left: .5em;
    padding-right: .5em;
    font-size: 11.5px
}

@media (max-width:768px) {
    .toogle-bar-actions {
        right: -34px
    }
}

.map-actions-bar-container {
    position: fixed;
    bottom: 4px;
    z-index: 1000;
    padding-right: 67px;
    display: inline-block;
    transition: width 1s ease;
    -moz-transition: width 1s ease
}

@media (max-width:767px) {
    .map-actions-bar-container {
        width: 100% !important;
        padding-right: 0;
        bottom: 0
    }
}

.map-actions-bar-container.hide {
    display: none
}

.map-actions-bar {
    max-width: 970px;
    list-style-type: none;
    width: 870px !important;
    margin: 0;
    padding: 0;
    padding-top: 1px;
    background-color: #fff;
    height: 82px;
    z-index: 1001
}

@media (max-width:768px) {
    .map-actions-bar {
        margin: 0 auto
    }
}

.map-actions-bar li {
    display: inline-block;
    text-align: left
}

.map-actions-bar li a {
    background-color: #fff;
    display: block;
    width: 66px;
    height: 73px;
    text-decoration: none;
    position: relative;
    margin-top: 4px;
    padding: 0
}

.map-actions-bar li a:hover {
    cursor: pointer
}

.map-actions-bar li a span {
    position: absolute;
    text-align: center;
    font-size: 11px;
    line-height: 1;
    width: 100%;
    margin-top: .25em
}

.map-actions-bar li a i {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto
}

.map-actions-bar li a i:hover {
    opacity: .7
}

@media (max-width:480px) {
    .map-actions-bar li a i:hover {
        opacity: 1
    }
}

@media (max-width:768px) {
    .map-actions-bar li a i:hover {
        opacity: 1
    }
}

.btn-map-action {
    background-image: url(../assets/images/action/map.bar.actions.icons.bra.svg);
    background-repeat: no-repeat;
    display: block
}

.sprite-PNDNavigationDnOS {
    width: 50px;
    height: 50px;
    background-position: -125px -5px
}

.sprite-PNDNavigationOS {
    width: 50px;
    height: 50px;
    background-position: -125px -5px
}

.sprite-actions_DisarmDnOS {
    width: 50px;
    height: 50px;
    background-position: -125px -125px
}

.sprite-actions_DisarmOS {
    width: 50px;
    height: 50px;
    background-position: -125px -125px
}

.sprite-actions_HistoryDnOS {
    width: 50px;
    height: 50px;
    background-position: -185px -125px
}

.sprite-actions_HistoryOS {
    width: 50px;
    height: 50px;
    background-position: -185px -125px
}

.sprite-actions_HornDnOS {
    width: 50px;
    height: 50px;
    background-position: -185px -65px
}

.sprite-actions_HornOS {
    width: 50px;
    height: 50px;
    background-position: -185px -65px
}

.sprite-actions_LockDnOS {
    width: 50px;
    height: 50px;
    background-position: -5px -5px
}

.sprite-actions_LockOS {
    width: 50px;
    height: 50px;
    background-position: -5px -5px
}

.sprite-actions_ParkingAlrtDnOS {
    width: 50px;
    height: 50px;
    background-position: -125px -65px
}

.sprite-actions_ParkingAlrtOS {
    width: 50px;
    height: 50px;
    background-position: -125px -65px
}

.sprite-actions_PingDnOS {
    width: 50px;
    height: 50px;
    background-position: -5px -185px
}

.sprite-actions_PingOS {
    width: 50px;
    height: 50px;
    background-position: -5px -185px
}

.sprite-actions_SpeedAlrtDnOS {
    width: 50px;
    height: 50px;
    background-position: -185px -5px
}

.sprite-actions_SpeedAlrtOS {
    width: 50px;
    height: 50px;
    background-position: -185px -5px
}

.sprite-actions_TextToPNDDnOS {
    width: 50px;
    height: 50px;
    background-position: -5px -65px
}

.sprite-actions_TextToPNDOS {
    width: 50px;
    height: 50px;
    background-position: -5px -65px
}

.sprite-actions_TrackMovingDnOS {
    width: 50px;
    height: 50px;
    background-position: -65px -125px
}

.sprite-actions_TrackMovingOS {
    width: 50px;
    height: 50px;
    background-position: -65px -125px
}

.sprite-actions_UnlockDnOS {
    width: 50px;
    height: 50px;
    background-position: -65px -5px
}

.sprite-actions_UnlockOS {
    width: 50px;
    height: 50px;
    background-position: -65px -5px
}

.sprite-actions_ValetOS {
    width: 50px;
    height: 50px;
    background-position: -5px -125px
}

.sprite-actions_ValetDnOS {
    width: 50px;
    height: 50px;
    background-position: -5px -125px
}

.sprite-actions_FavoritesDnOS {
    width: 50px;
    height: 50px;
    background-position: -65px -185px
}

.sprite-actions_FavoritesOS {
    width: 50px;
    height: 50px;
    background-position: -65px -185px
}

.settings-container {
    padding: 1em;
    background-color: #fff
}

.editable-radiolist label span {
    font-weight: 400
}

form.panel-form,
.panel-form {
    padding: 1em;
    border: 1px solid #1b417d;
    border-radius: 5px
}

.form-control-default {
    width: 75px;
    display: inline-block
}

.settings-img {
    width: 75px;
    height: 75px
}

.vehicle-image-container {
    display: inline-block;
    border: 1px solid gray;
    border-radius: 3px;
    padding: .25em
}

.btn-block-list-switch {
    margin: 1em auto 1em auto;
    width: 40px
}

label.file-upload input[type=file] {
    position: fixed;
    top: -1000px
}

.file-upload:hover {
    background-color: transparent
}

.file-upload:active {
    background-color: transparent
}

.file-upload :invalid+span {
    color: #a44
}

.editable-input {
    padding-left: 20px
}

.editable-input span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.editable-input span::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.editable-input span::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.editable-input input[type=radio] {
    opacity: 0;
    z-index: 1
}

.editable-input input[type=radio]:focus+span::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.editable-input input[type=radio]:checked+span::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.editable-input input[type=radio]:disabled+span {
    opacity: .65
}

.editable-input input[type=radio]:disabled+span::before {
    cursor: not-allowed
}

.editable-input.radio-inline {
    margin-top: 0
}

.table-responsive>.table-bordered>tbody>tr:last-child>td {
    border-bottom: 2px solid #ddd
}

.search_btn_grid,
.search_btn_grid:hover {
    color: #D3950C;
    z-index: 10000;
    position: relative
}

@media (min-width:992px) {
    .settings-center {
        margin-left: auto;
        margin-right: auto;
        width: 76%
    }
}

.radio-margin .editable-input {
    padding: 0
}

.tr-ng-grid .search_icon input {
    background: transparent url(../assets/images/icon_search.png) no-repeat 99% center;
    padding-right: 1.5em;
    background-size: 1.3em
}

.p-remarked {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: .5em;
    color: #1C386B;
    margin-bottom: 1.25em
}

.text-remarked {
    color: #1C386B
}

.p-blue {
    color: #00008c
}

.header-label {
    padding: 1em;
    width: 100%;
    display: block;
    font-size: 13px
}

.margin-bottom-05 {
    margin-bottom: .5em
}

@media (min-width:992px) {
    .leftMargin {
        margin-left: -2.3% !important
    }
}

@media (min-width:992px) {
    .leftMarginAndWidth {
        margin-left: -3.7% !important;
        width: 35% !important
    }
}

@media (min-width:992px) {
    .leftPadding {
        margin-left: -7.2% !important
    }
}

@media (max-width:992px) {
    .padding2 {
        padding-top: 4.5%
    }
}

.popupClass {
    position: relative
}

.popupClass .dropdown-menu {
    display: none
}

.phoneNumber .editable-wrap,
.emailAddress .editable-wrap {
    white-space: pre-wrap !important
}

.alert-container {
    position: fixed;
    bottom: 0;
    right: 1%;
    z-index: 1031
}

.alert-element {
    min-width: 300px;
    box-shadow: 0 0 10px #000;
    position: relative;
    margin-bottom: 6px;
    padding: .5em;
    font-size: 12px
}

.alert-dismissible .close {
    right: 0
}

.alert-title {
    font-weight: 700;
    margin-bottom: 0;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-width: 100px
}

.alert-title span {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px
}

.alert-detail {
    padding: 0 1em;
    display: table-cell
}

.alert-description {
    display: table-cell;
    padding: 0 1em;
    max-width: 160px;
    text-overflow: ellipsis;
    overflow: hidden
}

.alert-icon {
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 30px
}

.alert-icon:before {
    content: "\e903"
}

.alert-close {
    position: absolute;
    top: 5px;
    right: 0;
    border-radius: 50%;
    border: medium none;
    background-color: transparent
}

.alert-close i {
    font-size: 20px
}

.new-alert {
    position: fixed;
    top: 4.5em;
    z-index: 1031;
    right: 3.5em;
    width: 89px;
    height: 89px
}

@media (max-width:768px) {
    .new-alert {
        right: .5em
    }
}

.new-alert .alert-icon {
    position: relative;
    background-image: url(images/rtAlertIndicator.png);
    background-repeat: no-repeat;
    display: block;
    height: 75px;
    width: 75px;
    background-position: center center;
    background-size: contain
}

.alert-detail.danger .alert-icon {
    background-image: url(images/rtRedAlertIndicator.png)
}

.alert-detail.danger .alert-circle {
    background-color: #fe7f76
}

.new-alert .alert-icon:before {
    content: none
}

.modal-alert .modal-header {
    border: none !important
}

.modal-alert .modal-content {
    background-color: rgba(0, 120, 255, .78)
}

.modal-alert .modal-footer {
    border: none !important;
    padding: .5em
}

.modal-alert .modal-body {
    border-color: #015566;
    border-radius: 5px;
    padding: 0 20px
}

.alert-modal-toolbar {
    position: absolute;
    top: 8px;
    right: 8px
}

@media (max-width:480px) {
    .alert-modal-toolbar {
        position: inherit
    }
}

.alert-modal-toolbar ul {
    padding: 0;
    margin: 0
}

.alert-modal-toolbar ul li {
    display: inline-block
}

.alert-modal-container .form-group {
    margin-bottom: 4px
}

.alert-modal-container .control-label {
    padding-top: 0 !important
}

.modal-alert {
    border-radius: 5px
}

.modal-vehicle {
    border-radius: 5px;
    z-index: 1032 !important
}

.modal-vehicle .modal-header button {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    top: 0;
    right: 0
}

.icon-list ul {
    padding: 4px;
    margin-bottom: 0
}

.icon-list ul li {
    display: inline-block
}

.icon-list ul li i {
    font-size: 21px
}

.modal-vehicle .control-label {
    padding: 0 !important;
    text-align: left
}

.modal-vehicle .form-group {
    margin-bottom: 0
}

.modal-vehicle table th,
.table-blue th {
    background-color: #1b417d;
    color: #fff
}

.new-alert .alert {
    margin-bottom: 0;
    cursor: pointer;
    padding: .5em;
    background-color: transparent;
    border: none
}

.new-alert .alert-detail {
    padding: 0
}

.popover-content {
    padding: 4px
}

.action-popover-buttons {
    text-align: center
}

.rt-action-progress-container button {
    position: absolute;
    top: 0;
    right: 0;
    padding: .25em .25em 0 .25em;
    background-color: transparent;
    border: medium none
}

.rt-action-progress-container button:hover,
.rt-action-progress-container button:active,
.rt-action-progress-container button:focus {
    background-color: transparent
}

.rt-action-progress-container i {
    font-size: 21px
}

.rt-action-progress-container h5 {
    background-color: #1b417d;
    padding: .5em;
    color: #fff;
    margin: 0;
    border-radius: 3px 3px 0 0
}

@keyframes blinker {
    0% {
        opacity: .6
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: .6
    }
}

.alert-circle {
    position: absolute;
    width: 41px;
    height: 45px;
    display: block;
    background-color: #fff8ea;
    border-radius: 50%;
    top: 13px;
    left: 24px;
    animation: blinker 1.5s linear infinite
}

.new-alert .badge {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #da0000;
    border: 2px solid #fff
}

.alert-element button.close span {
    font-size: 30px
}

.margin-right-13px-minus {
    margin-right: -13px
}

.text-muted-bold {
    color: #717171
}

.font-weight-bold {
    font-weight: 700
}

.header-remarked {
    color: #1C386B
}

.display-table {
    display: table
}

.display-table-cell {
    display: table-cell
}

.vertical-align-top {
    vertical-align: top
}

.padding-top-1em {
    padding-top: 1em
}

.mileage-counter {
    border: 1px solid;
    padding: 1px 1px 1px 3px;
    display: inline-block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3), -2px 2px 1px rgba(0, 0, 0, .32);
    background: #8B8B8B;
    border-radius: 3px
}

.mileage-counter li {
    background: linear-gradient(to bottom, #8d8d8d 0, #5e5e5e 30%, #4a4a4a 70%, #2c2c2c 100%);
    margin-left: -2px;
    padding: .5em;
    border: 1px solid rgba(0, 0, 0, .9);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .3), 0 -1px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    color: #fff;
    font-size: large;
    font-weight: 700
}

@media (max-width:480px) {
    .mileage-counter li {
        padding: .1em
    }
}

.get-current-dtc {
    position: absolute;
    top: 9px;
    right: 23px
}

.oillife-progress .progress {
    height: 48px
}

@media (max-width:480px) {
    .oillife-progress .progress {
        height: 34px
    }
}

.oillife-progress .progress-bar {
    line-height: 48px;
    font-size: large
}

@media (max-width:480px) {
    .oillife-progress .progress-bar {
        line-height: 34px
    }
}

.your-mileage-progress .progress {
    background-color: #CDCDCD;
    margin-bottom: 0
}

.position-absolute {
    position: absolute
}

.mileage-progress-description {
    position: relative
}

.check-point:before,
.check-point:after {
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    cursor: pointer
}

.check-point:before {
    background-color: #46977f;
    height: 15px;
    width: 15px;
    top: -17px
}

.check-point:after {
    background-color: #2f6555;
    height: 5px;
    width: 5px;
    top: -12px;
    left: 5px
}

.tire-pressure {
    display: inline-block;
    text-align: center;
    position: absolute
}

.tire-pressure span {
    font-size: smaller
}

.tire-pressure i.dtc-text-0 {
    padding-left: 0
}

.tire-pressure i.text-success {
    color: #fff;
    background-color: #356635
}

.tire-pressure i.text-warning,
.tire-pressure i.text-danger {
    padding-top: 1px
}

.icon-unavailable {
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: inline-block;
    padding-top: 1px;
    padding-left: 1px
}

.tire-pressure .icon-unavailable {
    padding-top: 3px;
    padding-left: 0
}

.tire-pressure.front-right {
    left: 36px;
    top: 54px
}

@media (max-width:480px) {
    .tire-pressure.front-right {
        left: 8.7%;
        top: 15%
    }
}

.tire-pressure.rear-right {
    left: 193px;
    top: -14px
}

@media (max-width:480px) {
    .tire-pressure.rear-right {
        left: 47.7%;
        top: -12%
    }
}

.tire-pressure.front-left {
    left: 153px;
    top: 121px
}

@media (max-width:480px) {
    .tire-pressure.front-left {
        left: 37%;
        top: 40%
    }
}

.tire-pressure.rear-left {
    left: 311px;
    top: 18px
}

@media (max-width:480px) {
    .tire-pressure.rear-left {
        left: 77%;
        top: 1%
    }
}

.max-width-100 {
    max-width: 100%
}

.text-dtc-text-0 {
    color: #8CC33D
}

.text-dtc-text-1 {
    color: #c09853
}

.text-dtc-text-3 {
    color: #b94a48
}

.dtc-text-0,
.dtc-text-1,
.dtc-text-2 {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dtc-text-0 {
    background-color: #8CC33D;
    color: #fff;
    font-size: 14px;
    padding-left: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%
}

.dtc-text-0:before {
    content: "\e918";
    font-size: 10px
}

.dtc-text-1 {
    color: #c09853;
    font-size: 16px
}

.dtc-text-2,
.text-prevent,
.text-dtc-text-2 {
    color: orange
}

.dtc-text-2 {
    font-size: 16px
}

.dtc-text-1:before,
.dtc-text-2:before {
    content: "\e903"
}

.dtc-text-3,
.dtc-text-4,
.dtc-text-5 {
    width: 16px;
    height: 16px;
    background-color: #b94a48;
    position: relative;
    display: inline-block;
    font-style: normal
}

.dtc-text-3:before,
.dtc-text-4:before,
.dtc-text-5:before {
    content: "!";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 5px solid #b94a48;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    width: 16px;
    height: 0;
    color: #fff;
    padding-left: 1.5px;
    font-size: 12px
}

.dtc-text-3:after,
.dtc-text-4:after,
.dtc-text-5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 5px solid #b94a48;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    width: 16px;
    height: 0
}

.text-icon-unavailable {
    color: #717171
}

.loading {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 4px
}

.loading #loading-bar-spinner {
    display: block;
    position: relative;
    z-index: 10002;
    right: -9px;
    top: auto;
    left: auto
}

.loading #loading-bar-spinner .spinner-icon {
    width: 24px;
    height: 24px;
    border-top-color: #00f;
    border-left-color: #00f
}

.tire-pressure-status {
    position: absolute;
    left: 102px;
    bottom: 19px;
    font-size: 14px
}

@media (max-width:768px) {
    .tire-pressure-status {
        left: 87px;
        bottom: 13px
    }
}

.icon-refresh {
    display: block;
    height: 24px;
    width: 24px;
    background-image: url(images/dtc/refresh-icon.svg);
    background-size: cover
}

@media (max-width:480px) {
    .dtc-header {
        padding-right: 50px
    }
}

.font-point-8-em {
    font-size: .8em
}

.opacity-low {
    opacity: .3
}

@media (min-width:1200px) {
    .remove-padding-on-small-device {
        padding-right: 0;
        padding-left: 0
    }
}

.autonomy-div {
    background: 0 0;
    padding: 2px 0;
    text-align: center;
    width: 202.11px;
    margin: auto 7px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 2em
}

.autonomy-div h3 {
    font-weight: 700;
    margin: 0
}

.autonomy-fuel-below-300 {
    color: #dead11;
    font-size: .8em
}

.autonomy-fuel-soon {
    color: #ED1C24;
    font-size: .8em
}

.system-tab {
    background-image: url(../assets/images/dtc/systemTabs.bra.svg);
    background-repeat: no-repeat;
    display: block
}

.myvehicle_diagnostics_icon_airbag {
    width: 57px;
    height: 61px;
    background-position: -157px -5px
}

.myvehicle_diagnostics_icon_antilock {
    width: 63px;
    height: 61px;
    background-position: -87px -78px
}

.myvehicle_diagnostics_icon_emissions {
    width: 62px;
    height: 61px;
    background-position: -86px -5px
}

.myvehicle_diagnostics_icon_engine {
    width: 72px;
    height: 61px;
    background-position: -4px -6px
}

.myvehicle_diagnostics_icon_stability {
    width: 48px;
    height: 61px;
    background-position: -12px -77px
}

.myvehicle_diagnostics_icon_onstar {
    width: 57px;
    height: 57px;
    background-position: -155px -75px
}

.vehicle-tabs.system-tabs-container .nav-tabs a {
    max-width: 500px;
    height: 90px !important;
    padding: 0 2em
}

.system-tabs-container .nav-tabs a {
    max-width: 175px;
    position: relative;
    height: 70px !important;
    padding: 4px;
    font-size: smaller
}

.accordion-toggle i,
.accordion-toggle span {
    display: table-cell;
    vertical-align: middle
}

.accordion-toggle span {
    padding-left: 8px
}

.system-tabs-container .nav-tabs a i {
    display: table-cell;
    vertical-align: middle
}

.system-tabs-container .nav-tabs a span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 8px
}

.diagnostic-icon {
    position: absolute;
    top: 4px;
    right: 4px
}

.vehicle-tab {
    background-image: url(../assets/images/dtc/vehicleTabs.png);
    background-repeat: no-repeat;
    display: block
}

.vd_low_tire_tab_bg {
    width: 70px;
    height: 78px;
    background-position: -5px -5px
}

.vd_maintenance_tab_bg {
    width: 101px;
    height: 86px;
    background-position: -85px -5px
}

.system-tabs-container .panel-title {
    position: relative
}

.diagnostic-container .nav-tabs {
    background-color: #fff
}

.diagnostic-container .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background-color: #fff
}

.text-bold {
    font-weight: 700
}

.date-selector-group .form-group {
    margin-bottom: .25em !important
}

.date-selector-radio-group {
    display: inline-block;
    width: 150px
}

.radio_label {
    font-weight: 400 !important;
    cursor: pointer !important
}

.date-selector-group {
    padding-top: .25em;
    background-color: #f0f8ff;
    margin: 0 1%;
    padding: 1em
}

.date-selector-group div {
    padding: 0 4px
}

@media (max-width:768px) {
    .form-group .control-label {
        display: block
    }
}

@media (max-width:768px) {
    .date-selector-group>div {
        padding: 0 1em
    }
}

.label-date-middle {
    height: 36px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 11px
}

@media (max-width:768px) {
    .label-date-middle {
        padding-left: 5px
    }
}

.btn-date-popup {
    border-radius: 3px;
    margin: 0 auto
}

.span-block {
    display: block
}

.date-popup-background {
    position: absolute;
    height: 100%;
    background-color: #939393;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: 1000
}

.date-popup-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 20%;
    left: 0;
    z-index: 1001
}

.date-popup {
    text-align: center;
    background-color: #fff;
    padding: 3em;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    z-index: 1000
}

.text-info {
    color: #0563f9
}

.daterange button span {
    color: #fff;
    background-color: #33acfe;
    border-radius: 50%
}

.uib-datepicker .btn-info {
    background-color: #1b417d;
    border-color: #3a87ad
}

.uib-datepicker .btn-info:hover {
    background-color: #3a87ad;
    border-color: #1b417d
}

.uib-datepicker .btn-info .text-info {
    color: #fff
}

.marginleft25 {
    margin-left: 25px !important
}

.draggable-panel {
    position: absolute;
    z-index: 1031;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    max-width: 100%
}

@media (max-width:768px) {
    .draggable-panel {
        left: 5% !important
    }
}

@media (max-width:480px) {
    .draggable-panel {
        left: 0 !important
    }
}

.draggable-panel .close-button {
    position: absolute;
    top: 9px;
    right: 0;
    background: transparent none repeat scroll 0 0;
    border: medium none
}

body,
html {
    overflow-x: hidden
}

.report-container {
    margin-left: 5px
}

#report {
    margin-left: auto;
    margin-right: auto
}

.margin-top-1 {
    margin-top: 1%;
    margin-left: .1%
}

.margin-top-bottom {
    margin-top: 1%;
    margin-bottom: 1%;
    padding-left: 1.8em
}

.margin-top-left {
    margin-top: .1%;
    margin-left: -.1%
}

.margin-left {
    margin-left: -6px
}

body {
    overflow-x: hidden
}

.center-tabs ul.nav-tabs>:first-child {
    padding-left: 45%
}

@media (max-width:768px) {
    .center-tabs ul.nav-tabs>:first-child {
        padding-left: 38%
    }
}

@media (max-width:480px) {
    .center-tabs ul.nav-tabs>:first-child {
        padding-left: 30%
    }
}

.modal-header-login {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: url(../assets/images/ec/rtMainLogoEC.png) no-repeat 50% 50%;
    background-color: #fff;
    background-size: 250px
}

.language-title {
    display: inline-block;
    width: 100px
}

@font-face {
    font-family: Louis;
    src: url('../../../assets/fonts/Louis Regular.ttf') format('truetype')
}

.main_div {
    margin: auto;
    width: 76%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    background-color: #fff
}

.align-left {
    text-align: right
}

.round-ok {
    border: 1px solid #31CE27;
    border-radius: 60px;
    color: #31CE27;
    padding: 7px 6px
}

.round-ok-circle {
    border: 1px solid #31CE27;
    border-radius: 60px;
    color: #31CE27;
    padding: 4px 5px 2px
}

.round-ok-false {
    border: 1px solid #2e8a19;
    border-radius: 60px;
    color: #fff;
    padding: 10px 12px
}

.ok-fill-color {
    border-radius: 60px;
    color: #31CE27;
    padding: 2px
}

.ok-color {
    color: #31CE27
}

.style-gray-line {
    border: 0;
    height: 20px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    position: relative;
    margin: 20px 0 0 0;
    padding: 0
}

.top20 {
    margin: 20px 0 0 0
}

.top2 {
    margin: 2px 0 0 0
}

.pad-top-5px {
    padding: 5px !important
}

.accordion-toggle {
    text-decoration: inherit !important
}

.no-margin {
    margin: 0
}

.pad-top-2px {
    padding-top: 2px !important
}

.pad--20px {
    padding: 20px
}

.tab {
    background-color: #FAFAFA;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.tab h4 {
    background-color: #CCC;
    margin: 0;
    padding: 18px 12px
}

.tab .heading-h4 {
    background-color: #efefef;
    display: block;
    padding: 5px 0;
    cursor: pointer
}

.heading-h4 div {
    display: inline-block
}

.sos-circle {
    background-color: #dc0343;
    border-radius: 60px;
    padding: 5px 5px 0 5px
}

.sos-color {
    color: #dc0343
}

.navigation-color {
    color: #0392BC
}

.navigation-circle {
    background-color: #0392BC;
    border-radius: 60px;
    padding: 2px 4px
}

.security-color {
    color: #F1A71E
}

.security-circle {
    background-color: #F1A71E;
    border-radius: 60px;
    padding: 5px 5px 3px 5px
}

.color-white {
    color: #fff
}

.app-color {
    color: #604676
}

.app-circle {
    background-color: #604676;
    border-radius: 60px;
    padding: 5px 5px 0 5px
}

.support-circle {
    background-color: #243A81;
    border-radius: 60px;
    padding: 5px 5px 0 5px
}

.support-color {
    color: #243A81
}

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

.vehicle_info {
    float: right;
    border: 1px solid;
    padding: 5px;
    margin: 5px 2px;
    background-color: #E6E6E6;
    min-width: 100px;
    cursor: pointer;
    max-width: 290px
}

.vehicle_info_remove {
    border: none !important;
    background-color: #fff
}

.vehicle_info div {
    display: inline
}

.vehicle_info .text {
    width: 90%;
    color: #000
}

.vehicle_info .icon {
    vertical-align: sub;
    padding: 0 10px;
    color: #1b417d
}

@media (max-width:480px) {
    .vehicle_info .icon {
        padding-left: 0
    }
}

.support-blue-color {
    color: #1C386B
}

.support-grey-color {
    color: #666
}

.parking-icon-color {
    color: #533F64
}

.parking-color {
    background-color: #533F64
}

.dia-color {
    background-color: #80933A
}

.dia-icon-color {
    color: #80933A
}

.font-louis-bold {
    font-family: Louis !important;
    font-weight: 700;
    letter-spacing: 5px;
    font-size: 16pt
}

.padding-left-planService-1em {
    padding-left: 1em !important
}

.font-size-20px {
    font-size: 20px !important
}

.margin-left-2em {
    margin-left: 2em !important
}

.font-16 {
    font-size: 16pt;
    font-family: Arial;
    font-weight: 700
}

.font-14 {
    font-size: 14pt;
    font-family: Arial
}

.font-22 {
    font-size: 22pt;
    font-family: Arial;
    font-weight: 700
}

.plan_service_desc {
    font-family: Arial;
    font-size: 14pt;
    color: #454545
}

.font-12-bold {
    font-size: 12pt;
    font-family: Arial;
    font-weight: 700
}

.font-12-regular {
    font-size: 12pt;
    font-family: Arial;
    color: #454545
}

.louise_bold {
    font-size: 16pt;
    font-family: Louis !important;
    color: #cd203a !important;
    font-weight: 700
}

.louise_bold_2 {
    font-size: 16pt;
    font-family: Louis !important;
    color: #efa71f;
    font-weight: 700
}

@media (min-width:992px) {
    .planService-container-center {
        margin-left: auto;
        margin-right: auto;
        width: 76%
    }
}

.font-14-content {
    font-size: 14pt;
    font-family: Arial;
    color: #454545;
    font-weight: 400;
    background-color: #FAFAFA
}

.font-14-heading {
    font-size: 14pt;
    font-family: Arial;
    color: #454545;
    font-weight: 700;
    background-color: #efefef
}

.bg-grey {
    background-color: #FAFAFA !important
}

.plan_serv_compare_link {
    font-family: Arial;
    font-size: 12pt;
    color: #1C386B
}

.plan_serv_compare_link2 {
    font-family: Arial;
    font-size: 14pt;
    color: #fff;
    background-color: #1C386B;
    font-weight: 700
}

.plan_drop_text1 {
    font-family: Arial;
    font-size: 14pt;
    font-weight: 700
}

.plan_drop_text2 {
    font-family: Arial;
    font-size: 14pt;
    font-weight: 400
}

.pan_drop_border {
    border-color: #959595 !important
}

.text_color {
    color: #303030 !important
}

.row_no_margin {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.renewal-container {
    margin-left: .5em;
    margin-right: .5em
}

@media (min-width:768px) {
    .renewal-container {
        margin-left: 2em !important;
        margin-right: 2em !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .renewal-container {
        margin-top: 1.5em !important
    }
}

.icon-Style {
    font-size: 24px;
    margin-left: 10px
}

.displayFlex {
    display: flex
}

.okay-circle {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 2px #97C93D;
    color: #97C93D;
    margin-right: .5em;
    padding: 10px 10px
}

.round-ok-renewal {
    display: inline-block;
    border: 1px solid #31CE27;
    border-radius: 60px;
    color: #31CE27;
    padding: 4px 5px
}

.round-ok-renewal-fill {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0 0 1px 1px #999;
    background-color: #31CE27;
    color: #fff;
    padding: 3px 4px;
    font-size: 1em
}

@media (min-width:992px) {
    .renew-center {
        margin-left: auto;
        margin-right: auto;
        width: 76%
    }
}

.well-padding {
    padding: 0 !important
}

.margin-top-bottom-left {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.label-renew {
    color: #1b417d;
    font-size: 22px
}

.default-color {
    color: #1b417d
}

.label-table {
    color: #FFF;
    font-size: 22px;
    width: 23em;
    text-align: left
}

@media screen and (max-width:767px) {
    .label-table {
        width: 17em
    }
}

.label-table-head {
    color: #828782 !important
}

.th-vertical-align {
    vertical-align: bottom !important
}

.hr_renew {
    border-top: 1px solid #FFF
}

.tr-header-renewal {
    font-weight: 700;
    color: #fff;
    background-color: #828782
}

.label-table-td {
    color: #1b417d
}

.icon-size-collapse {
    font-size: .8em !important;
    color: #828782
}

.icon-size-collapse:hover {
    cursor: hand
}

.wrap-section {
    white-space: normal
}

.panel-body-height {
    min-height: 8em
}

.radio-custom {
    opacity: 0;
    position: absolute
}

.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.radio-custom-label {
    position: relative;
    color: #1b417d
}

.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #1b417d;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%
}

.radio-custom:checked+.radio-custom-label:before {
    background: #1b417d;
    box-shadow: inset 0 0 0 4px #fff
}

.radio-custom:focus+.radio-custom-label {
    outline: 1px solid #ddd
}

.pointer-payment {
    cursor: no-drop !important
}

.payment-dropdown {
    margin-bottom: .5em;
    height: 1.5em;
    padding: 4px 12px;
    line-height: 1.42857143;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 2em;
    width: 100% !important
}

.remove-padding-15 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media screen and (max-width:767px) {
    .remove-margin-15 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.payment-padding {
    padding-left: 1em !important
}

@media (max-width:1200px) {
    .payment-padding {
        padding-left: 0 !important
    }
}

.font-size-1 {
    font-size: 1.3em !important
}

.well-min-height {
    min-height: 18em
}

.sos-circle-renewal {
    padding: .5em .4em .1em .4em !important;
    font-size: 1.3em !important;
    vertical-align: text-top
}

@media (max-width:1200px) {
    .remove-padding-right-15 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
}

@media (min-width:1200px) {
    .remove-padding-right-15 {
        padding-right: 0
    }
}

.margin-top-10em {
    margin-top: 10em
}

.fade-in-out {
    transition: .4s linear all;
    opacity: 1
}

.fade-in-out.ng-hide {
    opacity: 0
}

@media (min-width:1200px) {
    .padding-top-3pt {
        padding-top: 3%
    }
}

.width-49pt {
    width: 49% !important
}

@media (max-width:768px) {
    .width-49pt {
        width: 48% !important
    }
}

.modal-sm {
    width: 350px !important
}

.modal-sm2 {
    width: 350px !important
}

@media screen and (min-width:341px) {
    .modal-sm2 .modal-sm2 {
        width: 350px !important
    }
}

.margin-left-5px {
    margin-left: 5px !important
}

.subscription-modal-header {
    background: rgba(211, 211, 211, .26) !important;
    padding-left: 10px !important
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0
}

.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0 0 #000;
    box-shadow: 0 0 #000
}

.well-back-color-white {
    background-color: #fff !important
}

legend {
    width: 201px !important
}

.title_boleto {
    text-align: center
}

.onstarLogo {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0
}

.onstarLogo img {
    margin-left: 15px
}

.onstarLogo p {
    line-height: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 10.3rem
}

.c-body.modal-body {
    padding: 30px 32px !important;
    margin-bottom: 0
}

.c-footer.modal-footer {
    padding: .8em
}

.customFontss {
    font-size: 1.6rem !important
}

@media (min-width:768px) {
    .activateTabRemovePadding>ul>li {
        width: 25em !important
    }
}

.activateTabRemovePadding>ul>li>a {
    margin-top: .4em;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important
}

.label-myaccount {
    color: #1b417d;
    font-size: 22px
}

.margin-top-2 {
    margin-top: 1.5em
}

.remove-myaccount-padding-15 {
    padding-left: 0 !important
}

.remove-myaccount-right-padding-15 {
    padding-right: 0 !important
}

@media screen and (max-width:1200px) {
    .remove-myaccount-right-padding-15-small-screen {
        padding-right: 0 !important
    }
}

@media screen and (max-width:992px) {
    .remove-myaccount-button-small-screen {
        display: none
    }
}

@media screen and (min-width:993px) {
    .remove-myaccount-button-large-screen {
        display: none
    }
}

@media screen and (max-width:767px) {
    .remove-margin-15 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.color-red {
    color: red
}

@media (min-width:992px) {
    .margin-bottom-5em {
        margin-bottom: 4.77em
    }
}

@media (max-width:992px) {
    .padding-left-2em {
        padding-left: 2em
    }
}

@media (max-width:992px) {
    .padding-left-1em {
        padding-left: 1em !important
    }
}

.remove-padding-top {
    padding-top: 0 !important
}

.last-letter-red::after {
    content: "*";
    color: red
}

@media (min-width:992px) {
    .myAccount-container-center {
        margin-left: auto;
        margin-right: auto;
        width: 76%
    }
}

.myAccount-container {
    padding: 1em;
    background-color: #fff
}

@media (min-width:992px) {
    .verticalLine {
        border-left: 1px solid #eee;
        padding-left: 4.7em !important
    }
}

.editable-buttons {
    display: none
}

.editable-input.editable-has-buttons {
    width: inherit
}

.btn-link {
    padding-left: 0 !important
}

.min-height-3em {
    min-height: 3em
}

.min-height-25em {
    min-height: 24em
}

@media screen and (max-width:1200px) {
    .margin-top-7em {
        margin-top: 7em
    }
}

.custom-table {
    font-weight: 700;
    text-align: center !important;
    border-top-style: none !important;
    border-left-style: none !important;
    border-right-style: none !important;
    border-bottom-style: none !important
}

.custom-table .table-bordered {
    border: none !important
}

.custom-table .table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: none;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4 !important
}

.custom-table .table-bordered>thead>tr>th {
    border: 1px solid #87888C !important;
    border-bottom: 2px solid #95969A !important
}

.custom-table thead tr th {
    background-color: #95969A;
    color: #fff;
    padding: 20px 10px;
    text-align: center !important
}

.custom-table tbody {
    border: 2px solid #fff
}

.custom-table tbody tr td {
    padding: 20px 10px
}

.custom-table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.custom-table .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #E6E6E6
}

.custom-table table tbody tr td.pending {
    color: #9C9DA0
}

.icon-menu-1-custom {
    color: #fff;
    background-color: #C7CACF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px
}

.icon-menu-1-custom-at {
    color: #fff;
    background-color: #C7CACF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 5px 6px
}

.vehicle_info {
    float: right;
    border: 1px solid;
    padding: 5px;
    margin: 5px 2px;
    background-color: #E6E6E6;
    min-width: 100px;
    cursor: pointer;
    max-width: 290px
}

.vehicle_info_remove {
    border: none !important;
    background-color: #fff
}

.vehicle_info div {
    display: inline
}

.vehicle_info .text {
    width: 90%;
    color: #000
}

.vehicle_info .icon {
    vertical-align: sub;
    padding: 0 10px;
    color: #1b417d
}

@media (max-width:480px) {
    .vehicle_info .icon {
        padding-left: 0
    }
}

.padding-top-10px {
    padding-top: 10px
}

.text-color-blue {
    color: #1b417d
}

.custom-checkbox {
    -webkit-appearance: radio !important;
    box-sizing: border-box !important
}

.margin-first-last-child>ul :first-child {
    padding-left: 15px !important
}

.margin-first-last-child>ul :last-child {
    padding-right: 15px !important
}

.tr-header-myAccount {
    font-weight: 700;
    color: #fff;
    background-color: #828782
}

.alert-hand {
    background-color: #D8D8D8;
    color: #fff;
    border-radius: 50%
}

.custom-modal {
    padding: 5px;
    width: 320px !important;
    background-color: #fff;
    min-height: 200px;
    margin: -2px auto auto -5px
}

.custom-modal h4 {
    padding: 10px
}

.custom-modal .footer {
    padding: 15px 10px 50px 10px;
    text-align: center;
    margin: 10px auto auto auto
}

.custom-modal .footer .btn {
    margin: 10px 10px 0 10px
}

.modal-btn-cancel {
    background-color: #D8D8D8;
    color: #000
}

.custom-hr {
    border-top: 2px solid #EAEAEA;
    margin: auto 5%;
    width: 90%
}

.btn-width-100px {
    width: 100px !important
}

.custom-modal h4 .header-text {
    color: #1b417d
}

.new_release {
    font-size: 3em;
    color: #d8d8d8
}

.table-border-myAccount>tbody>tr>td {
    border: 1px solid #ddd !important
}

.table-font-normal {
    font-weight: 400 !important
}

.white_space_normal {
    white-space: normal !important
}

.phone_labels {
    font-size: 12px;
    float: right
}

@media screen and (max-width:406px) {
    .modal-sm {
        margin-left: 8px !important
    }
}

@media screen and (max-width:360px) {
    .modal-sm {
        width: 331px !important
    }
}

@media screen and (max-width:337px) {
    .modal-sm {
        width: 291px !important;
        margin-left: 16px !important
    }
}

.dealersModule-container-center {
    margin-left: auto;
    margin-right: auto;
    width: 99%
}

@media (min-width:992px) {
    .dealersModule-container-center {
        margin-left: auto;
        margin-right: auto;
        width: 76%
    }
}

.div-border {
    border: 1px solid #e6e6e6
}

.border-left-dealersModule {
    padding-left: 3em;
    border-left: 1px solid #e6e6e6
}

@media (max-width:510px) {
    .border-left-dealersModule {
        border-left: none !important
    }
}

.div-min-height {
    min-height: 5em
}

.icon-custom-design {
    color: #fff;
    font-size: 35px;
    background-color: #C7CACF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 22px
}

.label-dealers {
    color: #1b417d;
    font-size: 20px
}

.margin-top-left-3 {
    margin-top: 3.2em;
    margin-right: 55px
}

@media (max-width:420px) {
    .margin-top-left-3 {
        margin-right: 42px
    }
}

@media (min-width:510px) and (max-width:991px) {
    .margin-top-left-3 {
        margin-right: 70px
    }
}

.margin-top-1em-dealers {
    margin-top: 1em
}

.searcb-icon-inputbox {
    background: transparent url(../assets/images/icon_search.png) no-repeat 99% center;
    padding-right: 2em;
    background-size: 1.3em
}

.div-scrollable {
    height: 350px;
    overflow-y: scroll
}

.remove-left-padding {
    padding-left: 0 !important
}

.wrap-text-button {
    white-space: normal !important
}

.icon-menu-custom-dealers {
    color: #fff;
    background-color: #C7CACF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 6px
}

.margin-top-4em {
    margin-top: 4em
}

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

.padding-right-2em {
    padding-right: 2em
}

.font-12-px {
    font-size: 12px !important
}

.stepwizard-step p {
    margin-top: 10px
}

.stepwizard-row {
    display: table-row
}

.stepwizard {
    display: table;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

.stepwizard-row:before {
    top: 25px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 10px 0;
    font-size: 1.5em;
    line-height: 1.428571429;
    border-radius: 60px
}

.p-remarked {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: .5em;
    color: #6495ed;
    margin-bottom: 1.25em;
    font-weight: 700
}

.text-remarked {
    color: #1C386B
}

.p-blue {
    color: #00008c;
    font-weight: 700
}

.p-Orange {
    color: #ff4500;
    font-size: 20px;
    font-weight: 700
}

.colorBlue {
    color: #00f !important;
    font-weight: 700 !important
}

.ColorBlack {
    color: #000 !important
}

html {
    height: 100%;
    background-color: #eee
}

html,
body {
    height: 100%;
    min-width: 320px;
    min-height: 480px;
    background-color: #fff
}

body {
    background-color: #fff;
    color: #000
}

footer {
    width: 100% !important;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1C386B;
    color: #fff;
    text-align: center
}

@media (max-height:640px) and (orientation:landscape) {
    footer {
        display: none
    }
}

.main-div-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding-top: 70px;
    position: absolute;
    top: 0
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.translate-cloak {
    display: none !important
}

@-moz-document url-prefix() {
    td ul.dropdown-menu {
        position: fixed
    }
}

.editable-wrap {
    width: 100%
}

.editable-wrap .editable-controls {
    width: 100%;
    margin-left: 0;
    white-space: normal
}

.context-icon-menu:hover {
    cursor: pointer
}

.navbar-fixed-top .navbar-collapse .navbar-default {
    max-height: 536px;
    font-family: Arial;
    font-weight: 700;
    font-size: 14pt !important
}

.nav a .dropdown-header {
    font-family: Arial;
    font-weight: 700;
    font-size: 14pt !important
}

.circle-14px {
    display: inline-block;
    height: 14px;
    width: 14px;
    background-color: red;
    border-radius: 50%
}

.popover-ul {
    padding: 8px;
    min-width: 160px
}

.popover-ul li {
    list-style: none
}

.popover-ul li a {
    text-decoration: none
}

iframe {
    display: block;
    border: none;
    width: 100%
}

div.form-group span.editable {
    display: block;
    padding: 4px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.auto-height {
    height: auto !important
}

.draggable {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.p-subtitle {
    color: #7F7F7F
}

ul.menu {
    position: absolute
}

.tr-header {
    font-weight: 700;
    color: #fff;
    background-color: #1C386B
}

.td-10 {
    width: 10%
}

.td-15 {
    width: 15%
}

.td-nowrap {
    white-space: nowrap
}

.pointer {
    cursor: pointer
}

.close-icon {
    color: #3a87ad;
    font-size: 21px
}

.margin-bottom-1em-minus {
    margin-bottom: -1em
}

.blue-ligh-color {
    color: #1b417d
}

.width-43px {
    width: 43px
}

.padding-top-30px {
    padding-top: 30px;
    padding-bottom: 0
}

.margin-bottom-25px {
    margin-bottom: 25px
}

.border-radius-5px {
    border-radius: 5px
}

.padding-1px-4px {
    padding: 1px 4px
}

.max-height-148px {
    max-height: 90px;
    min-height: 60px
}

@media (max-width:768px) {
    .max-height-148px {
        max-height: 80px;
        min-height: 50px
    }
}

.margin-bottom-125em {
    margin-bottom: 1.25em
}

.font-size-21px {
    font-size: 21px
}

.bottom-1px-minus {
    bottom: -1px
}

.margin-right-025em {
    margin-right: .25em
}

.mapActionsBarBrazil-class {
    width: 100%;
    z-index: 1030
}

.font-size-12px {
    font-size: 12px
}

.padding-1em {
    padding: 1em
}

.display-inline-block {
    display: inline-block
}

.margin-bottom-025em {
    margin-bottom: .25em
}

.vertical-align-middle {
    vertical-align: middle
}

.padding-top-4px {
    padding-top: 4px
}

.font-size-smaller {
    font-size: smaller
}

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

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

.form-border {
    border: 1px solid gray;
    border-radius: 3px;
    padding: .5em
}

.left-righ-0 {
    left: 0;
    top: 0
}

.action-progressbar {
    width: 200px;
    margin-top: -13px;
    cursor: pointer;
    position: fixed;
    z-index: 10000
}

.white-color {
    color: #fff
}

.blue-color {
    color: #00f
}

.yellow-color {
    color: #dd0
}

.green-color {
    color: green
}

.paddind-0 {
    padding: 0
}

.margin-0 {
    margin: 0
}

.alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
        padding-top: .4em
    }
}

.modal {
    text-align: center;
    padding: 0 !important
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.form-control {
    overflow: hidden
}

.buttons {
    margin: 10px auto
}

.invalidInput {
    border: 1px solid red
}

table[tr-ng-grid] td {
    cursor: pointer
}

.relative-height-100 {
    position: relative;
    height: 100%
}

.hide-mobile {
    display: none
}

@media (min-width:768px) {
    .hide-mobile {
        display: flex;
        padding-top: 10px
    }
}

.bold {
    font-weight: 500;
    font-size: 12px;
    padding: 2px
}

.error {
    color: #a94442
}

.navbar-header {
    width: 100%
}

span.break-line {
    display: block
}

.padding-right-16em {
    padding-right: 16em
}

@media (max-width:768px) {
    .padding-right-16em {
        padding-right: 0
    }
}

.dtc-device-selector {
    position: absolute;
    right: 0;
    margin-bottom: 0;
    padding: 8.5px;
    background-color: #ddd;
    border-color: #ddd
}

.dtc-device-selector select {
    margin: 0
}

.custom-svg-circle {
    height: 35px;
    margin-right: 3px
}

.news {
    padding-top: 8em
}

.sos-circle {
    background-color: #dc0343;
    border-radius: 70px;
    padding: 5px 5px 2px 5px
}

.headset-circle {
    background-color: #364A8A;
    border-radius: 70px;
    padding: 2px 4px
}

.checked-circle {
    background-color: #80933A;
    border-radius: 70px;
    padding: 2px 4px
}

.sos-color {
    color: #dc0343
}

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

.navigation-color {
    color: #0392BC
}

.navigation-circle {
    background-color: #0392BC;
    border-radius: 70px;
    padding: 2px 4px
}

.security-color {
    color: #F1A71E
}

.security-circle {
    background-color: #F1A71E;
    border-radius: 70px;
    padding: 5px 5px 2px 5px
}

.color-white {
    color: #fff
}

.app-color {
    color: #523F64
}

.app-circle {
    background-color: #523F64;
    border-radius: 70px;
    padding: 5px 5px 0 5px
}

.dropdown-large {
    position: static !important
}

.dropdown-menu-large {
    padding: 20px 10px;
    width: 60% !important;
    background-color: #1b417d
}

@media (max-width:1200px) {
    .dropdown-menu-large {
        width: 75% !important
    }
}

.margin-right-15 {
    margin-top: 5px;
    margin-right: 15px
}

.margin-fromtop-5 {
    margin-top: 5px
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0
}

.dropdown-menu-large>li>ul>li {
    list-style: none
}

.dropdown-menu-large>li>ul>li>a {
    display: block;
    padding: 3px 12px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #ddd;
    white-space: normal;
    font-size: 12px
}

@media (max-width:768px) {
    .dropdown-menu-large>li>ul>li>a {
        width: 15em
    }
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #999
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.dropdown-top-heading {
    color: #222
}

.dropdown-menu-large .dropdown-header {
    color: #ddd;
    padding: 3px 0 !important;
    font-weight: 700
}

.dropdown-menu .dropdown-header [class*=icon-] {
    font-size: 9px
}

@media (max-width:768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0
    }

    .dropdown-menu-large>li {
        margin-bottom: 30px
    }

    .dropdown-menu-large>li:last-child {
        margin-bottom: 0
    }

    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important
    }
}

@media (min-width:1025px) {
    .vehicles-expanded .container {
        width: 1070px !important
    }
}

@media (min-width:769px) {
    .vehicles-expanded {
        padding-right: 300px;
        transition: all 1s ease
    }

    .vehicles-expanded .container {
        width: 749px;
        transition: all 1s ease
    }
}

.toogle-pin {
    background-color: #1C386B;
    color: #fff;
    padding: 0 3px;
    position: absolute;
    top: 25px;
    left: 260px;
    outline: 0 !important
}

.toggled {
    outline: thin dotted;
    outline: 5px auto #000 !important;
    outline-offset: -2px
}

.main-div-container-gray-background {
    width: 100%;
    min-height: 85vh;
    background-color: #e6e6e6;
    position: absolute
}

.background-white-outside-container {
    background-color: #FFF !important
}

.font-size-18px {
    font-size: 18px
}

.default-circle {
    border-radius: 60px;
    padding: 2px 4px
}

.default-color {
    color: #1b417d
}

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

.font-size-2em {
    font-size: 2em
}

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

.min-width-300px-imp {
    min-width: 300px !important
}

.padding-top-20px {
    padding-top: 20px
}

.form-control-custom {
    width: 100% !important;
    display: inherit !important
}

.padding-right-10px {
    padding-right: 10px
}

.margin-top-10px {
    margin-top: 10px
}

.margin-right-10px {
    margin-right: 10px
}

.margin-bottom-10px {
    margin-bottom: 10px
}

.margin-left-10px {
    margin-left: 10px
}

.padding-2em {
    padding: 2em
}

.hr {
    border-top: 2px solid
}

.grey {
    color: #c6c6c6
}

.no-text-decoration {
    text-decoration: none
}

.font-family-san-serif {
    font-family: sans-serif
}

.font-size-14px {
    font-size: 14px
}

.no-padding {
    padding: 0
}

.disable-pointer a {
    cursor: pointer !important
}

.vehicleGrid>tbody>tr>td {
    vertical-align: middle !important
}

.gridStatus>div>div>div {
    text-align: center !important
}

.gridItemLabels {
    color: #000;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0
}

.width-24-large-22-small {
    width: 26%
}

@media (min-width:768px) and (max-width:992px) {
    .width-24-large-22-small {
        width: 22%
    }
}

@media (max-width:480px) {
    .width-24-large-22-small {
        width: 100%
    }
}

.expirationModal {
    padding: 5px;
    width: 400px !important;
    background-color: #fff;
    min-height: 200px;
    margin: -10px auto auto -50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

@media (min-width:300px) and (max-width:770px) {
    .expirationModal {
        width: auto !important;
        max-width: 400px !important;
        margin: auto
    }
}

.expirationModal .expiration-checkbox {
    padding: 0 0 0 20px
}

.expirationModal h4 {
    padding: 10px
}

.expirationModal .footer {
    padding: 15px 10px 50px 10px;
    text-align: center;
    margin: 10px auto auto auto
}

.expirationModal .footer .btn {
    margin: 10px 10px 0 10px
}

.modal-btn-cancel {
    background-color: #D8D8D8;
    color: #000
}

.custom-hr {
    border-top: 2px solid #EAEAEA;
    margin: auto 5%;
    width: 90%
}

.btn-width-100px {
    width: 100px !important
}

.expirationModal h4 .header-text {
    color: #1b417d
}

.margin-left-minus-16px {
    margin-left: -16px
}

.font-size-1-em {
    font-size: 1em
}

.popover-content {
    text-align: justify
}

.expiryModal {
    font-size: 2em !important;
    width: 35% !important;
    text-align: right !important;
    cursor: pointer !important;
    margin-top: -10px
}

.color-e8e8e8 {
    background: #e8e8e8
}

.color-efefef {
    background: #efefef
}

.padding-top-15 {
    padding-top: 15px !important
}

.zindex {
    z-index: 1200 !important
}

.wakeUpCar {
    position: absolute;
    margin-top: 0;
    background: radial-gradient(#e5f3ff, rgba(188, 202, 220, 0) 79%, #fff);
    width: 100%;
    color: #fff;
    background-color: #fff;
    max-height: 80%;
    min-height: 100px;
    height: 100%
}

.spinner {
    width: 100%;
    text-align: center;
    height: 100px;
    padding-top: 13px;
    align-content: center
}

.spinner>div {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.disabledPointer {
    pointer-events: none !important;
    cursor: not-allowed
}

.alertdescriptionexp {
    background-color: #f4493a;
    color: #fff;
    width: 100vw;
    height: 50px;
    top: 0;
    z-index: 99999;
    font-size: 17px;
    position: absolute;
    padding: 10px;
    max-height: 80px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left !important;
    margin-right: 753px
}

@media (max-width:768px) {
    .alertdescriptionexp {
        font-size: 9px;
        height: 50px
    }
}

.gray-header {
    background-color: #d3d3d3;
    height: 45px;
    opacity: .5;
    z-index: 99;
    cursor: not-allowed
}

.atag {
    text-decoration: none !important;
    cursor: pointer !important
}

.margin49px {
    margin-top: 49px !important
}

.margin0px {
    margin-top: 0 !important
}

.marginNavHeader {
    margin-top: 49px;
    margin-bottom: 49px
}

.spinnerBallColor {
    background-color: #1b417d !important;
    height: 18px !important;
    width: 18px !important
}

.NGRepeatClass {
    font-family: sans-serif !important;
    height: 300px;
    background-color: #fff
}

.renewal-2-Block-repeat {
    background-color: #1b417d !important;
    font-family: sans-serif !important
}

.mainBodyBlock {
    font-size: 16px !important;
    height: 190px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.lastBodyBlock {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    height: 50px
}

.mainBodyBlock-label {
    padding-top: 8px;
    margin-left: 10px
}

.mainBodyLabel-withoutColor {
    margin-left: 10px
}

.colorBlue {
    color: #00f !important
}

.ColorRed {
    color: #000 !important
}

.coloreBlues {
    color: #09427A !important
}

.Pagado {
    background-color: #d4edda !important;
    color: #155724
}

.NoPagado {
    background-color: #fefefe !important;
    color: #000
}

.Cancelado {
    background-color: #d6d8d9 !important;
    color: #1b1e21;
    Opacity: .5
}

.Vencido {
    background-color: #f8d7da !important;
    color: #721c24
}

.accordionColor>div {
    background-color: #1C386B !important;
    color: #fff !important
}

.ssts>div {
    background-color: #ff0 !important
}

.customTable,
.customTh,
.customTd {
    border: 1px solid #000;
    color: #000 !important;
    border-collapse: collapse
}

.ticketTable {
    margin-top: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto
}

.center_div {
    margin: 0 auto;
    width: 100%
}

.panel-title>a>span {
    display: inline !important
}

.panel-group .panel+.panel {
    margin-top: 0 !important
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #F2F2F2 !important
}

.panel-default>.panel-heading {
    vertical-align: middle
}

@media only screen and (min-width:1500px) {
    .resTable {
        width: 98% !important;
        max-width: 98% !important
    }
}

.HeaderWidth {
    text-align: center;
    width: 72%
}

@media screen and (min-width:220px) {
    .HeaderWidth {
        width: 94%
    }
}

.accordion-toggle:focus {
    outline: 0
}

@media screen and (min-width:910px) {
    .alertdescriptionexp {
        font-size: 15px !important
    }
}

@media screen and (min-width:885px) {
    .alertdescriptionexp {
        font-size: 15px !important
    }
}

@media screen and (min-width:861px) {
    .alertdescriptionexp {
        font-size: 15px !important
    }
}

@media screen and (min-width:771px) {
    .alertdescriptionexp {
        font-size: 15px !important
    }
}