@charset "UTF-8";
.btn-menu {
    margin-bottom: 10px;
}

.btn, .font-smooth {
    -webkit-font-smoothing: antialiased;
}

.text-overflow, svg:not(:root) {
    overflow: hidden;
}

hr, img {
    border: 0;
}

body, figure {
    margin: 0;
}
/* Aba padrão com barra cinza */
.custom-tabs .nav-link {
    position: relative;
    color: #007bba;
    font-weight: bold;
    background-color: transparent;
    border: none;
}

    .custom-tabs .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #d3d3d3; /* barra cinza por padrão */
        transition: background-color 0.3s;
    }

    /* Aba ativa com barra azul */
    .custom-tabs .nav-link.active::after {
        background-color: #007bba; /* substitui a cor da barra */
    }
.text-nowrap, .text-overflow {
    white-space: nowrap;
}

.btn-group > .btn-group, .btn-toolbar .btn-group, .btn-toolbar .input-group, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .dropdown-menu {
    float: left;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .pre-scrollable {
    max-height: 340px;
}
#menu-links {
    transition: height 0.3s ease-in-out !important;
}

    #menu-links.collapse {
        display: none !important; /* Garante que o Bootstrap controle o estado */
    }

    #menu-links.show {
        display: block !important; /* Quando aberto, exibe corretamente */
    }
#services-content ul, .entity-group, .fa-ul {
    list-style-type: none;
}

.optimizeLegibility {
    text-rendering: optimizeLegibility;
}

.hide-text {
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}

.text-overflow {
    text-overflow: ellipsis;
}

pre, textarea {
    overflow: auto;
}

.menu-main-list a {
    font-weight: 700;
    color: #0084cc;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

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;
    color: #0084cc;
    text-decoration: none;
}

    a:active, a:hover {
        outline: 0;
    }

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

.img-thumbnail, body {
    background-color: #fff;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

.btn, .btn-group, .btn-group-vertical, .caret, .checkbox-inline, .label, .radio-inline, img {
    vertical-align: middle;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    resize: vertical;
}

td, th {
    padding: 0;
}

*, :after, :before {
    -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: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:focus, a:hover {
    color: #006399;
    text-decoration: underline;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 2px;
    -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-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;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 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, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 32px;
}

.h2, h2 {
    font-size: 28px;
}

.h3, h3 {
    font-size: 24px;
}

.h3-4 {
    font-size: 22px;
}

.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;
}

.subtitle-top p, dt, kbd kbd, label {
    font-weight: 700;
}

address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
    line-height: 1.42857143;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

.small, small {
    font-size: 85%;
}

.mark, mark {
    background-color: #F7F0D9;
    padding: .2em;
}

.d-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.btn, .initialism, .label, .main-menu .btn-menu, ul.dropdown-entity h6 {
    text-transform: uppercase;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #0084cc;
}

a.text-primary:hover {
    color: #006399;
}

.text-success {
    color: #00962a;
}

a.text-success:hover {
    color: #00631c;
}

.text-info {
    color: #2C5798;
}

a.text-info:hover {
    color: #214070;
}

.text-warning {
    color: #A54D05;
}

a.text-warning:hover {
    color: #743604;
}

.text-danger {
    color: #A31707;
}

a.text-danger:hover {
    color: #721005;
}

.bg-primary {
    color: #fff;
    background-color: #0084cc;
}

a.bg-primary:hover {
    background-color: #006399;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #D2ECFC;
}

a.bg-info:hover {
    background-color: #a2d8f9;
}

.bg-warning {
    background-color: #F7F0D9;
}

a.bg-warning:hover {
    background-color: #eedfaf;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

pre code, table {
    background-color: transparent;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
}

dl, ol, ul {
    margin-top: 0;
}

    dl, ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

ol, ul {
    margin-bottom: 10px;
}

.d-inline {
    margin-left: -5px;
}

    .d-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

.dl-inline dd, .dl-inline dt {
    display: inline;
}

dt {
    font-size: 13px;
    color: #777;
}

dd {
    font-size: 15px;
    color: #000;
    margin-left: 0;
}

.dl-horizontal-values {
    text-align: right;
}

    .dl-horizontal-values dd {
        font-size: 13px;
        margin-bottom: 20px;
    }

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
        text-align: right;
        width: 160px;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .dl-horizontal-values dd {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .container {
        width: 740px;
    }
}

.dl-inline dd {
    font-size: 14px;
    color: #303030;
}

legend, pre {
    display: block;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        color: #777;
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.float-end {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right;
    }

caption, th {
    text-align: left;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.float-end .small:before, blockquote.float-end footer:before, blockquote.float-end small:before {
    content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.float-end .small:after, blockquote.float-end footer:after, blockquote.float-end small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
}

.subtitle-top p {
    font-size: 13px;
    color: #7b8082;
    margin: 0;
    padding: 0;
}

.subtitle-top h1 {
    font-size: 24px;
    margin-top: 0;
}

.subtitle-bottom h1 {
    font-size: 24px;
    margin: 0;
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 2px;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
}

kbd {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        box-shadow: none;
    }

pre {
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}

.container, .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

.pre-scrollable {
    overflow-y: scroll;
}

@media (min-width:992px) {
    .container {
        width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1160px;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.col-pull-12 {
    right: 100%;
}

.col-pull-11 {
    right: 91.66666667%;
}

.col-pull-10 {
    right: 83.33333333%;
}

.col-pull-9 {
    right: 75%;
}

.col-pull-8 {
    right: 66.66666667%;
}

.col-pull-7 {
    right: 58.33333333%;
}

.col-pull-6 {
    right: 50%;
}

.col-pull-5 {
    right: 41.66666667%;
}

.col-pull-4 {
    right: 33.33333333%;
}

.col-pull-3 {
    right: 25%;
}

.col-pull-2 {
    right: 16.66666667%;
}

.col-pull-1 {
    right: 8.33333333%;
}

.col-pull-0 {
    right: auto;
}

.col-push-12 {
    left: 100%;
}

.col-push-11 {
    left: 91.66666667%;
}

.col-push-10 {
    left: 83.33333333%;
}

.col-push-9 {
    left: 75%;
}

.col-push-8 {
    left: 66.66666667%;
}

.col-push-7 {
    left: 58.33333333%;
}

.col-push-6 {
    left: 50%;
}

.col-push-5 {
    left: 41.66666667%;
}

.col-push-4 {
    left: 33.33333333%;
}

.col-push-3 {
    left: 25%;
}

.col-push-2 {
    left: 16.66666667%;
}

.col-push-1 {
    left: 8.33333333%;
}

.col-push-0 {
    left: auto;
}

.col-offset-12 {
    margin-left: 100%;
}

.col-offset-11 {
    margin-left: 91.66666667%;
}

.col-offset-10 {
    margin-left: 83.33333333%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-8 {
    margin-left: 66.66666667%;
}

.col-offset-7 {
    margin-left: 58.33333333%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-5 {
    margin-left: 41.66666667%;
}

.col-offset-4 {
    margin-left: 33.33333333%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-2 {
    margin-left: 16.66666667%;
}

.col-offset-1 {
    margin-left: 8.33333333%;
}

.col-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #777;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 6px;
        line-height: 1.42857143;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 4px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #D2ECFC;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #bae2fa;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #F7F0D9;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #f3e8c4;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    width: 100%;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: inherit;
    color: #222;
    border: 0;
    border-left: 1px solid #e5e5e5;
}

.checkbox label, .checkbox-inline, .radio label, .radio-inline {
    padding-left: 20px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
}

.form-inline .form-group label {
    display: block !important;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.checkbox, .form-group, .radio {
    margin-bottom: 10px;
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    padding-top: 7px;
}

/*.form-control {
    width: 100%;
    height: 34px;
    background-color: #fff;
    background-image: linear-gradient(#f0f2f3,#fff);
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.075);
    box-shadow: inset 0 2px 5px 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: #666;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #666;
    }

    .form-control::-webkit-input-placeholder {
        color: #666;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        opacity: 1;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }*/

textarea.form-control {
    min-height: 80px !important;
}

select.form-control {
    border-color: #cdd1d3;
    background-image: linear-gradient(white,#f0f2f3);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

    .btn, .btn.active, .btn:active, select.form-control.focus, select.form-control:focus, select.form-control:hover {
        background-image: none;
    }

    fieldset[disabled] select.form-control, select.form-control.disabled, select.form-control[disabled] {
        box-shadow: none;
        background-image: none;
        color: #7b8082;
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #00962a;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
        line-height: 34px;
    }

        input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
            line-height: 26px;
        }

        input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
            line-height: 46px;
        }
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 0;
}

    .checkbox label, .radio label {
        min-height: 20px;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px;\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    display: inline-block;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

.btn-block + .btn-block, .help-block {
    margin-top: 5px;
}

.checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.form-group-sm .form-control, .input-sm {
    height: 28px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.12857143;
    border-radius: 2px;
}

select.form-group-sm .form-control, select.input-sm {
    height: 28px;
    line-height: 28px;
}

select[multiple].form-group-sm .form-control, select[multiple].input-sm, textarea.form-group-sm .form-control, textarea.input-sm {
    height: auto;
}

.form-group-sm label {
    font-size: 12px;
}

.form-group-lg .form-control, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}

select.form-group-lg .form-control, select.input-lg {
    height: 46px;
    line-height: 46px;
}

select[multiple].form-group-lg .form-control, select[multiple].input-lg, textarea.form-group-lg .form-control, textarea.input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.collapsing, .drag-and-drop, .dropdown {
    position: relative;
}

.has-error .help-block, .has-success .help-block, .has-warning .help-block, .opcional-label {
    text-align: right;
}

.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 26px;
    height: 28px;
    line-height: 26px;
}

.has-success .form-control {
    border-color: #00962a;
    -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: #00631c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #00fc46;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #00fc46;
    }

.has-success .input-group-addon {
    color: #00962a;
    border-color: #00962a;
    background-color: #dff0d8;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #A54D05;
}

.has-warning .form-control {
    border-color: #A54D05;
    -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: #743604;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f87d18;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f87d18;
    }

.has-warning .input-group-addon {
    color: #A54D05;
    border-color: #A54D05;
    background-color: #F7F0D9;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #A31707;
}

.has-error .form-control {
    border-color: #A31707;
    -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: #721005;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f5311b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f5311b;
    }

.has-error .input-group-addon {
    color: #A31707;
    border-color: #A31707;
    background-color: #f2dede;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-text {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.input-xs {
    height: 22px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group-xs > .form-control, .input-group-xs > .input-group-addon, .input-group-xs > .input-group-text > .btn {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.input-group-addon-xs {
    padding: 6px !important;
    font-size: 12px !important;
}

.opcional-label {
    color: #7b8082;
    font-size: 11px;
    padding-top: 3px;
}

.btn, .upload-drop-zone {
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.upload-drop-zone {
    height: 160px;
    border-width: 2px;
    margin-bottom: 20px;
    color: #7b8082;
    border-style: dashed;
    border-color: #0084cc;
    padding-top: 35px;
    line-height: 25px;
}

    .upload-drop-zone.drop {
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        border-color: #cdd1d3;
    }

input[readonly] {
    background-color: #fff !important;
    cursor: text !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    font-weight: 700;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: dotted thin;
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px;
    }

    .btn.focus, .btn:focus, .btn:hover {
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        color: #524f4f;
        text-decoration: none;
    }

    .btn.active, .btn:active {
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-secondary
 {
    background-color: #f0f2f3;
    color: #524f4f;
    border-color: #cdd1d3;
    background-image: linear-gradient(white,#f0f2f3);
}

    .btn-secondary
.active, .btn-secondary
.focus, .btn-secondary
:active, .btn-secondary
:focus, .btn-secondary
:hover, .open > .dropdown-toggle.btn-secondary
 {
        color: #524f4f;
        background-color: #d4d9dc;
        border-color: #acb3b6;
    }

    .btn-secondary
.active, .btn-secondary
:active, .open > .dropdown-toggle.btn-secondary
 {
        background-image: none;
    }

    .btn-secondary
.disabled, .btn-secondary
.disabled.active, .btn-secondary
.disabled.focus, .btn-secondary
.disabled:active, .btn-secondary
.disabled:focus, .btn-secondary
.disabled:hover, .btn-secondary
[disabled], .btn-secondary
[disabled].active, .btn-secondary
[disabled].focus, .btn-secondary
[disabled]:active, .btn-secondary
[disabled]:focus, .btn-secondary
[disabled]:hover, fieldset[disabled] .btn-secondary
, fieldset[disabled] .btn-secondary
.active, fieldset[disabled] .btn-secondary
.focus, fieldset[disabled] .btn-secondary
:active, fieldset[disabled] .btn-secondary
:focus, fieldset[disabled] .btn-secondary
:hover {
        background-color: #f0f2f3;
        border-color: #cdd1d3;
    }

    .btn-secondary
 .badge {
        color: #f0f2f3;
        background-color: #524f4f;
    }

    .btn-secondary
.focus, .btn-secondary
:focus, .btn-secondary
:hover {
        background-color: #fff;
        background-image: none;
        border-color: #cdd1d3;
    }

    .btn-secondary
.active, .btn-secondary
:active {
        border-color: #cdd1d3;
        background-color: #cdd1d3;
        box-shadow: none;
    }

.btn-secondary
-hover-danger {
    background-color: #f0f2f3;
    color: #524f4f;
    border-color: #cdd1d3;
    background-image: linear-gradient(white,#f0f2f3);
}

    .btn-secondary
-hover-danger.active, .btn-secondary
-hover-danger.focus, .btn-secondary
-hover-danger:active, .btn-secondary
-hover-danger:focus, .btn-secondary
-hover-danger:hover, .open > .dropdown-toggle.btn-secondary
-hover-danger {
        color: #524f4f;
        background-color: #d4d9dc;
        border-color: #acb3b6;
    }

    .btn-secondary
-hover-danger.active, .btn-secondary
-hover-danger:active, .open > .dropdown-toggle.btn-secondary
-hover-danger {
        background-image: none;
    }

    .btn-secondary
-hover-danger.disabled, .btn-secondary
-hover-danger.disabled.active, .btn-secondary
-hover-danger.disabled.focus, .btn-secondary
-hover-danger.disabled:active, .btn-secondary
-hover-danger.disabled:focus, .btn-secondary
-hover-danger.disabled:hover, .btn-secondary
-hover-danger[disabled], .btn-secondary
-hover-danger[disabled].active, .btn-secondary
-hover-danger[disabled].focus, .btn-secondary
-hover-danger[disabled]:active, .btn-secondary
-hover-danger[disabled]:focus, .btn-secondary
-hover-danger[disabled]:hover, fieldset[disabled] .btn-secondary
-hover-danger, fieldset[disabled] .btn-secondary
-hover-danger.active, fieldset[disabled] .btn-secondary
-hover-danger.focus, fieldset[disabled] .btn-secondary
-hover-danger:active, fieldset[disabled] .btn-secondary
-hover-danger:focus, fieldset[disabled] .btn-secondary
-hover-danger:hover {
        background-color: #f0f2f3;
        border-color: #cdd1d3;
    }

    .btn-secondary
-hover-danger .badge {
        color: #f0f2f3;
        background-color: #524f4f;
    }

    .btn-secondary
-hover-danger.focus, .btn-secondary
-hover-danger:focus, .btn-secondary
-hover-danger:hover {
        background-image: none;
        background-color: #e84c39;
        color: #fff;
        border-color: #e84c39;
    }

    .btn-secondary
-hover-danger.active, .btn-secondary
-hover-danger:active {
        background-image: none;
        background-color: #b84234;
        color: #fff;
        box-shadow: none;
    }

.btn-secondary
-hover-primary {
    background-color: #f0f2f3;
    color: #524f4f;
    border-color: #cdd1d3;
    background-image: linear-gradient(white,#f0f2f3);
}

    .btn-secondary
-hover-primary.active, .btn-secondary
-hover-primary.focus, .btn-secondary
-hover-primary:active, .btn-secondary
-hover-primary:focus, .btn-secondary
-hover-primary:hover, .open > .dropdown-toggle.btn-secondary
-hover-primary {
        color: #524f4f;
        background-color: #d4d9dc;
        border-color: #acb3b6;
    }

    .btn-secondary
-hover-primary.active, .btn-secondary
-hover-primary:active, .open > .dropdown-toggle.btn-secondary
-hover-primary {
        background-image: none;
    }

    .btn-secondary
-hover-primary.disabled, .btn-secondary
-hover-primary.disabled.active, .btn-secondary
-hover-primary.disabled.focus, .btn-secondary
-hover-primary.disabled:active, .btn-secondary
-hover-primary.disabled:focus, .btn-secondary
-hover-primary.disabled:hover, .btn-secondary
-hover-primary[disabled], .btn-secondary
-hover-primary[disabled].active, .btn-secondary
-hover-primary[disabled].focus, .btn-secondary
-hover-primary[disabled]:active, .btn-secondary
-hover-primary[disabled]:focus, .btn-secondary
-hover-primary[disabled]:hover, fieldset[disabled] .btn-secondary
-hover-primary, fieldset[disabled] .btn-secondary
-hover-primary.active, fieldset[disabled] .btn-secondary
-hover-primary.focus, fieldset[disabled] .btn-secondary
-hover-primary:active, fieldset[disabled] .btn-secondary
-hover-primary:focus, fieldset[disabled] .btn-secondary
-hover-primary:hover {
        background-color: #f0f2f3;
        border-color: #cdd1d3;
    }

    .btn-secondary
-hover-primary .badge {
        color: #f0f2f3;
        background-color: #524f4f;
    }

    .btn-secondary
-hover-primary.focus, .btn-secondary
-hover-primary:focus, .btn-secondary
-hover-primary:hover {
        background-image: none;
        background-color: #0084cc;
        color: #fff;
        border-color: #0084cc;
    }

    .btn-secondary
-hover-primary.active, .btn-secondary
-hover-primary:active {
        background-image: none;
        background-color: #001c44;
        color: #fff;
        box-shadow: none;
    }

.btn-secondary
-hover-success {
    background-color: #f0f2f3;
    color: #524f4f;
    border-color: #cdd1d3;
    background-image: linear-gradient(white,#f0f2f3);
}

    .btn-secondary
-hover-success.active, .btn-secondary
-hover-success.focus, .btn-secondary
-hover-success:active, .btn-secondary
-hover-success:focus, .btn-secondary
-hover-success:hover, .open > .dropdown-toggle.btn-secondary
-hover-success {
        color: #524f4f;
        background-color: #d4d9dc;
        border-color: #acb3b6;
    }

    .btn-secondary
-hover-success.active, .btn-secondary
-hover-success:active, .open > .dropdown-toggle.btn-secondary
-hover-success {
        background-image: none;
    }

    .btn-secondary
-hover-success.disabled, .btn-secondary
-hover-success.disabled.active, .btn-secondary
-hover-success.disabled.focus, .btn-secondary
-hover-success.disabled:active, .btn-secondary
-hover-success.disabled:focus, .btn-secondary
-hover-success.disabled:hover, .btn-secondary
-hover-success[disabled], .btn-secondary
-hover-success[disabled].active, .btn-secondary
-hover-success[disabled].focus, .btn-secondary
-hover-success[disabled]:active, .btn-secondary
-hover-success[disabled]:focus, .btn-secondary
-hover-success[disabled]:hover, fieldset[disabled] .btn-secondary
-hover-success, fieldset[disabled] .btn-secondary
-hover-success.active, fieldset[disabled] .btn-secondary
-hover-success.focus, fieldset[disabled] .btn-secondary
-hover-success:active, fieldset[disabled] .btn-secondary
-hover-success:focus, fieldset[disabled] .btn-secondary
-hover-success:hover {
        background-color: #f0f2f3;
        border-color: #cdd1d3;
    }

    .btn-secondary
-hover-success .badge {
        color: #f0f2f3;
        background-color: #524f4f;
    }

    .btn-secondary
-hover-success.focus, .btn-secondary
-hover-success:focus, .btn-secondary
-hover-success:hover {
        background-image: none;
        background-color: #00af31;
        color: #fff;
        border-color: #00af31;
    }

    .btn-secondary
-hover-success.active, .btn-secondary
-hover-success:active {
        background-image: none;
        background-color: #008f48;
        color: #fff;
        box-shadow: none;
    }

.btn-primary {
    color: #fff;
    background-color: #0084cc;
    border-color: transparent;
    background-image: linear-gradient(#0094e6,#0084cc);
}

    .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #006399;
        border-color: #004c75;
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #0084cc;
        border-color: #0073b3;
    }

    .btn-primary .badge {
        color: #0084cc;
        background-color: #fff;
    }

    .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
        background-image: none;
        background-color: #0084cc;
        border-color: #0084cc;
    }

    .btn-primary.active, .btn-primary:active {
        background-image: none;
        background-color: #001c44;
        color: rgba(255,255,255,.8);
        box-shadow: none;
    }

.btn-success {
    color: #fff;
    background-color: #00af31;
    border-color: transparent;
    background-image: linear-gradient(#00b934,#00af31);
}

    .btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #007c23;
        border-color: #005819;
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #00af31;
        border-color: #00962a;
    }

    .btn-success .badge {
        color: #00af31;
        background-color: #fff;
    }

    .btn-success.focus, .btn-success:focus, .btn-success:hover {
        background-image: none;
        background-color: #00af31;
        border-color: #00af31;
    }

    .btn-success.active, .btn-success:active {
        background-image: none;
        background-color: #008f48;
        color: rgba(255,255,255,.8);
        box-shadow: none;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    background-image: linear-gradient(#70c8e2,#5bc0de);
    border-color: transparent;
}

    .btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

    .btn-info.focus, .btn-info:focus, .btn-info:hover {
        background-image: none;
        border-color: #5bc0de;
    }

    .btn-info.active, .btn-info:active {
        color: rgba(255,255,255,.8);
    }

.btn-warning {
    color: #fff;
    background-color: #edc50a;
    border-color: transparent;
    background-image: linear-gradient(#f5cf1b,#edc50a);
}

    .btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #bc9c08;
        border-color: #9a8006;
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #edc50a;
        border-color: #d5b109;
    }

    .btn-warning .badge {
        color: #edc50a;
        background-color: #fff;
    }

    .btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
        background-image: none;
        background-color: #edc50a;
        border-color: #edc50a;
    }

    .btn-warning.active, .btn-warning:active {
        background-image: none;
        background-color: #c7a91e;
        color: rgba(255,255,255,.8);
        box-shadow: none;
    }

.btn-danger {
    color: #fff;
    background-color: #e84c39;
    border-color: transparent;
    background-image: linear-gradient(#eb6150,#e84c39);
}

    .btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d52d19;
        border-color: #b52615;
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #e84c39;
        border-color: #e53722;
    }

    .btn-danger .badge {
        color: #e84c39;
        background-color: #fff;
    }

    .btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
        background-image: none;
        background-color: #e84c39;
        border-color: #e84c39;
    }

    .btn-danger.active, .btn-danger:active {
        background-image: none;
        background-color: #b84234;
        color: rgba(255,255,255,.8);
        box-shadow: none;
    }

.btn-link {
    color: #0084cc;
    font-weight: 400;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
            box-shadow: none;
        }

            .btn-link:focus, .btn-link:hover {
                color: #006399;
                text-decoration: underline;
                background-color: transparent;
                box-shadow: none;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-block {
    display: block;
    width: 100%;
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.btn-group-responsive {
    display: none;
}

.btn-group .dropdown-menu > li > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 8px 10px;
}

@media only screen and (max-width:853px) {
    .h3-4 {
        font-size: 18px;
    }

    .btn-group-inline {
        display: none;
    }

    .btn-group-responsive {
        display: block;
    }
}

.filter-switch.active, .filter-switch.clicked {
    border-bottom: none;
    outline: 0;
}

    .filter-switch.active:active, .filter-switch.active:focus, .filter-switch.active:hover, .filter-switch.clicked:active, .filter-switch.clicked:focus, .filter-switch.clicked:hover, .filter-switch:active, .filter-switch:focus, .filter-switch:hover {
        outline: 0;
    }

/*.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }*/

/*.collapse {
    display: none;
    visibility: hidden;
}*/

    /*.collapse.in {
        display: block;
        visibility: visible;
    }*/

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #cdd1d3;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    background-clip: padding-box;
}

    .dropdown-menu-right, .dropdown-menu.float-end {
        left: auto;
        right: 0;
    }

    .dropdown-header, .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        line-height: 1.42857143;
        white-space: nowrap;
    }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    clear: both;
    font-weight: 400;
    color: #333;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #0084cc;
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #0084cc;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777;
}

    .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: not-allowed;
    }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    font-size: 12px;
    color: #777;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .input-group-text > .btn:active, .input-group-text > .btn:focus, .input-group-text > .btn:hover {
    z-index: 2;
}

.float-end > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left;
    }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-lg .caret {
    border-width: 5px 5px 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

.input-group-text:last-child > .btn, .input-group-text:last-child > .btn-group, .input-group-text > .btn + .btn {
    margin-left: -1px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-text > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 3px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-text > .btn {
    height: 46px;
    line-height: 46px;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-text > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-text > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-text > .btn {
    height: 28px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.12857143;
    border-radius: 2px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-text > .btn {
    height: 28px;
    line-height: 28px;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-text > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-text > .btn {
    height: auto;
}

.input-group .form-control, .input-group-addon, .input-group-text {
    display: table-cell;
}

.nav > li, .nav > li > a {
    display: block;
    position: relative;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-text:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-text {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 2px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 3px;
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-text:first-child > .btn, .input-group-text:first-child > .btn-group > .btn, .input-group-text:first-child > .dropdown-toggle, .input-group-text:last-child > .btn-group:not(:last-child) > .btn, .input-group-text:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        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-text:first-child > .btn-group:not(:first-child) > .btn, .input-group-text:first-child > .btn:not(:first-child), .input-group-text:last-child > .btn, .input-group-text:last-child > .btn-group > .btn, .input-group-text:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-text {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-text > .btn {
        position: relative;
    }

    .input-group-text:first-child > .btn, .input-group-text:first-child > .btn-group {
        margin-right: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li > a {
        padding: 10px 15px;
    }

        .nav > li > a:focus, .nav > li > a:hover {
            text-decoration: none;
            background-color: #eee;
        }

    .nav > li.disabled > a {
        color: #777;
    }

        .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
            color: #777;
            text-decoration: none;
            background-color: transparent;
            cursor: not-allowed;
        }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #0084cc;
    }

    .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: 2px 2px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
                margin-right: 0;
                border-radius: 2px;
            }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border: 1px solid #ddd;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 2px 2px 0 0;
        }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-justified > li, .nav-stacked > li {
    float: none;
}

.nav-pills > li > a {
    border-radius: 2px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #0084cc;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

    .nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px;
    }

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 2px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }

    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.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;
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar {
        border-radius: 2px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            visibility: visible !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.modal, .modal-open, .progress {
    overflow: hidden;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -10px;
    margin-left: -10px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .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;
        }

.navbar-nav {
    margin: 7.5px -10px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    padding: 10px;
    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: 8px -10px;
}

    .navbar-form .form-group label {
        display: block !important;
    }

@media (min-width:768px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block;
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-text {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }

    .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;
    }
}

.btn .badge, .btn .label {
    top: -1px;
    position: relative;
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-radius: 2px 2px 0 0;
}

.breadcrumb, .pagination {
    border-radius: 2px;
    font-weight: 700;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .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: 10px;
        margin-right: 10px;
    }

    .navbar-left {
        float: left !important;
        float: left;
    }

    .navbar-right {
        float: right !important;
        float: right;
        margin-right: -10px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #080808;
        color: #fff;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-bottom: solid 1px #eee;
}

    .breadcrumb > li {
        display: inline;
    }

        .breadcrumb > li + li:before {
            font-family: FontAwesome;
            content: "\00a0\f105\00a0";
            padding: 0 6px;
            font-size: 14px;
            color: #aaa;
        }

        .breadcrumb > li.active {
            color: #777;
        }

@media screen and (max-width:768px) {
    .breadcrumb {
        margin-top: 10px;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
}

    .pager li, .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #0084cc;
            background-color: #fff;
            background-image: linear-gradient(white,#f0f2f3);
            border: 1px solid #ddd;
            margin-left: -1px;
        }

.badge, .label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #006399;
    border-color: #0084cc;
    z-index: 1;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #0084cc;
    background-color: #fff;
    border-color: #0084cc;
    cursor: default;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
    font-weight: 700;
}

    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
    }

        .pager li > a:focus, .pager li > a:hover {
            text-decoration: none;
            border-color: #0084cc;
            -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.15);
            box-shadow: 0 2px 5px rgba(0,0,0,.15);
        }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
        color: #777;
        background-color: #fff;
        cursor: not-allowed;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    color: #fff;
    border-radius: .25em;
    font-size: 10px;
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #0084cc;
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #006399;
    }

.label-success {
    background-color: #00af31;
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #007c23;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #edc50a;
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #bc9c08;
    }

.label-danger {
    background-color: #e84c39;
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #d52d19;
    }

.label-success-border {
    border: 2px solid #00af31;
    background: 0 0;
    color: #00af31;
}

    .label-success-border[href]:focus, .label-success-border[href]:hover {
        background-color: #007c23;
    }

.label-primary-border {
    border: 2px solid #0084cc;
    background: 0 0;
    color: #0084cc;
}

    .label-primary-border[href]:focus, .label-primary-border[href]:hover {
        background-color: #006399;
    }

.label-info-border {
    border: 2px solid #5bc0de;
    background: 0 0;
    color: #5bc0de;
}

    .label-info-border[href]:focus, .label-info-border[href]:hover {
        background-color: #31b0d5;
    }

.label-warning-border {
    border: 2px solid #eca713;
    background: 0 0;
    color: #eca713;
}

    .label-warning-border[href]:focus, .label-warning-border[href]:hover {
        background-color: #bc9c08;
    }

.label-danger-border {
    border: 2px solid #e84c39;
    background: 0 0;
    color: #e84c39;
}

    .label-danger-border[href]:focus, .label-danger-border[href]:hover {
        background-color: #d52d19;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #0084cc;
    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;
}

.badge.badge-outline {
    background: 0 0;
    border: 1px solid #777;
    color: #777;
}

.progress-bar-striped, .progress-striped .progress-bar, .progress-striped .progress-bar-success {
    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);
}

.jumbotron, .jumbotron .h1, .jumbotron h1 {
    color: inherit;
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #eee;
}

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 3px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron .h1, .jumbotron h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail a > img, .thumbnail > img {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #0084cc;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 10px 15px;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .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: #00962a;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #00631c;
    }

.alert-info {
    background-color: #D2ECFC;
    border-color: #b1eafa;
    color: #2C5798;
}

    .alert-info hr {
        border-top-color: #99e4f8;
    }

    .alert-info .alert-link {
        color: #214070;
    }

.alert-warning {
    background-color: #F7F0D9;
    border-color: #f1dbbc;
    color: #A54D05;
}

    .alert-warning hr {
        border-top-color: #ecd0a6;
    }

    .alert-warning .alert-link {
        color: #743604;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #A31707;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #721005;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 2px;
    -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: #0084cc;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #00af31;
}

.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: 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-striped .progress-bar-info, .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);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #edc50a;
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #e84c39;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

    .media-right, .media > .float-end {
        padding-left: 10px;
    }

    .media-left, .media > .float-start {
        padding-right: 10px;
    }

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #0084cc;
    border-color: #0084cc;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #99dbff;
    }

.list-group-item-success {
    color: #00962a;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #00962a;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover {
        color: #00962a;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover {
        color: #fff;
        background-color: #00962a;
        border-color: #00962a;
    }

.list-group-item-info {
    color: #2C5798;
    background-color: #D2ECFC;
}

a.list-group-item-info {
    color: #2C5798;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover {
        color: #2C5798;
        background-color: #bae2fa;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover {
        color: #fff;
        background-color: #2C5798;
        border-color: #2C5798;
    }

.list-group-item-warning {
    color: #A54D05;
    background-color: #F7F0D9;
}

a.list-group-item-warning {
    color: #A54D05;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover {
        color: #A54D05;
        background-color: #f3e8c4;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #A54D05;
        border-color: #A54D05;
    }

.list-group-item-danger {
    color: #A31707;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #A31707;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover {
        color: #A31707;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #A31707;
        border-color: #A31707;
    }

.card-header > .dropdown .dropdown-toggle, .panel-title, .panel-title > a {
    color: inherit;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.list-group-lite .list-group-item {
    background-color: transparent;
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: solid 1px #ddd;
    border-radius: 0;
}

.panel, .card-footer {
    background-color: #FFF;
}

.list-group-lite .list-group-item:first-child {
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-lite .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

    .panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
        margin-bottom: 0;
    }

.card-body {
    padding: 10px 10px 15px;
}

.card-header {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel-title {
    margin-top: 0;
    font-size: 19px;
    font-weight: 700;
}

.card-footer {
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel-group .card-header, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.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: 1px;
    border-top-left-radius: 1px;
}

.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: 1px;
    border-bottom-left-radius: 1px;
}

.list-group + .card-footer, .card-header + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 10px;
    padding-right: 10px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 1px;
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 1px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 1px;
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 1px;
}

.panel > .card-body + .table, .panel > .card-body + .table-responsive, .panel > .table + .card-body, .panel > .table-responsive + .card-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

/*.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 2px;e, 
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .card-header + .panel-collapse > .list-group, .panel-group .card-header + .panel-collapse > .card-body {
        border-top: 1px solid #ddd;
    }

    .panel-group .card-footer {
        border-top: 0;
    }

        .panel-group .card-footer + .panel-collapse .card-body {
            border-bottom: 1px solid #ddd;
        }*/

.panel-default {
    border-color: #ddd;
}

    .panel-default > .card-header {
        color: #303030;
        background-color: #fff;
        border-color: #ddd;
    }

        .panel-default > .card-header + .panel-collapse > .card-body {
            border-top-color: #ddd;
        }

        .panel-default > .card-header .badge {
            color: #fff;
            background-color: #303030;
        }

    .panel-default > .card-footer + .panel-collapse > .card-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #0084cc;
}

    .panel-primary > .card-header {
        color: #fff;
        background-color: #0084cc;
        border-color: #0084cc;
    }

        .panel-primary > .card-header + .panel-collapse > .card-body {
            border-top-color: #0084cc;
        }

        .panel-primary > .card-header .badge {
            color: #0084cc;
            background-color: #fff;
        }

    .panel-primary > .card-footer + .panel-collapse > .card-body {
        border-bottom-color: #0084cc;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .card-header {
        color: #00962a;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .card-header + .panel-collapse > .card-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .card-header .badge {
            color: #dff0d8;
            background-color: #00962a;
        }

    .panel-success > .card-footer + .panel-collapse > .card-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #b1eafa;
}

    .panel-info > .card-header {
        color: #2C5798;
        background-color: #D2ECFC;
        border-color: #b1eafa;
    }

        .panel-info > .card-header + .panel-collapse > .card-body {
            border-top-color: #b1eafa;
        }

        .panel-info > .card-header .badge {
            color: #D2ECFC;
            background-color: #2C5798;
        }

    .panel-info > .card-footer + .panel-collapse > .card-body {
        border-bottom-color: #b1eafa;
    }

.panel-warning {
    border-color: #f1dbbc;
}

    .panel-warning > .card-header {
        color: #A54D05;
        background-color: #F7F0D9;
        border-color: #f1dbbc;
    }

        .panel-warning > .card-header + .panel-collapse > .card-body {
            border-top-color: #f1dbbc;
        }

        .panel-warning > .card-header .badge {
            color: #F7F0D9;
            background-color: #A54D05;
        }

    .panel-warning > .card-footer + .panel-collapse > .card-body {
        border-bottom-color: #f1dbbc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .card-header {
        color: #A31707;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .card-header + .panel-collapse > .card-body {
            border-top-color: #ebccd1;
        }

.panel-danger-alt > .card-header + .panel-collapse > .card-body, .panel-info-alt > .card-header + .panel-collapse > .card-body, .panel-primary-alt > .card-header + .panel-collapse > .card-body {
    border-top-color: #ddd;
}

.panel-danger > .card-header .badge {
    color: #f2dede;
    background-color: #A31707;
}

.panel-danger > .card-footer + .panel-collapse > .card-body {
    border-bottom-color: #ebccd1;
}

.panel-danger-alt > .card-footer + .panel-collapse > .card-body, .panel-info-alt > .card-footer + .panel-collapse > .card-body, .panel-primary-alt > .card-footer + .panel-collapse > .card-body {
    border-bottom-color: #ddd;
}

.panel-primary-alt {
    border-color: #ddd;
}

    .panel-primary-alt > .card-header {
        color: #fff;
        background-color: #0084cc;
        border-color: #0084cc;
    }

        .panel-primary-alt > .card-header .badge {
            color: #0084cc;
            background-color: #fff;
        }

.panel-danger-alt {
    border-color: #ddd;
}

    .panel-danger-alt > .card-header {
        color: #fff;
        background-color: #F0755F;
        border-color: #F0755F;
    }

        .panel-danger-alt > .card-header .badge {
            color: #F0755F;
            background-color: #fff;
        }

.panel-info-alt {
    border-color: #ddd;
}

    .panel-info-alt > .card-header {
        color: #fff;
        background-color: #5CB7F9;
        border-color: #5CB7F9;
    }

        .panel-info-alt > .card-header .badge {
            color: #5CB7F9;
            background-color: #fff;
        }

.panel-lite {
    background: 0 0;
    box-shadow: none;
    border-color: #E9EFF2;
}

    .panel-lite > .card-header {
        color: #0084cc;
        background-color: #E9EFF2;
        border-color: transparent;
    }

        .panel-lite > .card-header + .panel-collapse > .card-body {
            border-top-color: #E9EFF2;
        }

        .panel-lite > .card-header .badge {
            color: #E9EFF2;
            background-color: #0084cc;
        }

    .panel-lite > .card-footer + .panel-collapse > .card-body {
        border-bottom-color: #E9EFF2;
    }

.panel-filter {
    border-color: #ddd;
    background-color: #fbfcfc;
    margin-bottom: 0;
}

    .panel-filter > .card-header {
        color: #303030;
        background-color: #fff;
        border-color: #ddd;
    }

        .panel-filter > .card-header + .panel-collapse > .card-body {
            border-top-color: #ddd;
        }

        .panel-filter > .card-header .badge {
            color: #fff;
            background-color: #303030;
        }

    .panel-filter > .card-footer + .panel-collapse > .card-body {
        border-bottom-color: #ddd;
    }

    .panel-filter .card-header {
        padding: 6px 10px;
    }

        .panel-filter .card-header .panel-title {
            font-size: 14px;
        }

    .panel-filter .card-body {
        padding: 10px 0 5px;
    }

        .panel-filter .card-body .filter-switch {
            margin-right: 5px;
            margin-top: 25px;
        }

        .panel-filter .card-body .col-md-12 {
            padding-left: 0;
            padding-right: 0;
        }

    .panel-filter hr {
        margin-top: 10px;
        margin-bottom: 12px;
    }

.panel-default-collapse {
    background-color: #fff;
    border: 0;
}

    .panel-default-collapse .card-header .panel-title {
        font-size: 12px;
    }

.panel-context {
    border-color: #8DB8D0;
    background-color: #fefefe;
    box-shadow: none;
}

    .panel-context dd {
        font-size: 14px;
        color: #3d3d3d;
    }

.panel-transparent {
    border: none;
}

    .panel-transparent.panel {
        border: none;
        box-shadow: none;
    }

    .panel-transparent .input-group {
        margin-bottom: 10px;
    }

    .panel-transparent .btn {
        margin-bottom: 20px;
    }

    .panel-transparent > .card-header {
        color: #303030;
        background-color: #fff;
        border: none;
    }

        .panel-transparent > .card-header.login {
            text-align: center;
            margin-bottom: 20px;
        }

        .panel-transparent > .card-header a {
            text-decoration: none;
            color: #0084cc;
            font-weight: 700;
            font-size: 14px;
            -webkit-transition: all .1s linear;
            -moz-transition: all .1s linear;
            transition: all .1s linear;
            margin: -10px;
            border-bottom: 2px solid #f0f2f3;
            display: block;
            padding: 15px;
        }

            .panel-transparent > .card-header a.active {
                color: #303030;
                font-size: 16px;
                border-bottom: 2px solid #0084cc;
                padding: 13.5px;
            }

        .panel-transparent > .card-header hr {
            margin-top: 10px;
            margin-bottom: 0;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.15),rgba(0,0,0,0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.15),rgba(0,0,0,0));
            background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.15),rgba(0,0,0,0));
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.15),rgba(0,0,0,0));
        }

.panel-transparent-link {
    text-decoration: underline;
    color: #7b8082;
}

    .panel-transparent-link:focus, .panel-transparent-link:hover {
        text-decoration: underline;
        color: #524f4f;
    }

.panel-tabs-primary-alt, .tabs-primary-alt {
    border-bottom: 4px solid #cdd1d3;
    height: 40px;
}

    .panel-tabs-primary-alt li, .tabs-primary-alt li {
        font-size: 14px;
        margin-bottom: 6px;
    }

        .panel-tabs-primary-alt li a, .tabs-primary-alt li a {
            border: none;
            border-bottom: 4px solid #cdd1d3;
            font-weight: 700;
            padding-bottom: 6px;
            margin-left: 0;
            margin-right: -1px;
        }

        .panel-tabs-primary-alt li.active a, .panel-tabs-primary-alt li.active a:active, .panel-tabs-primary-alt li.active a:focus, .panel-tabs-primary-alt li.active a:hover, .tabs-primary-alt li.active a, .tabs-primary-alt li.active a:active, .tabs-primary-alt li.active a:focus, .tabs-primary-alt li.active a:hover {
            border: none;
            border-bottom: 4px solid #0084cc;
            font-size: 16px;
            color: #303030;
            font-weight: 700;
            padding-bottom: 5px;
            padding-top: 8px;
        }

.tab-pane.active .panel {
    border-top: none;
}

.panel-tabs-primary-alt {
    border-bottom: none;
    height: auto;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%;
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%;
    }

.well {
    min-height: 20px;
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 3px;
}

.well-sm {
    padding: 9px;
    border-radius: 2px;
}

.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);
}

.popover, .tooltip {
    font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.modal-content, .popover {
    background-clip: padding-box;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -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: 3px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}

.modal-content-primary-alt {
    background-color: #FFF;
}

    .modal-content-primary-alt .modal-header {
        color: #fff;
        background-color: #0084cc;
    }

.modal-content-lite {
    background-color: #FFF;
}

    .modal-content-lite .modal-header {
        color: #0084cc;
        background-color: #E9EFF2;
    }

.modal-content-success {
    background-color: #FFF;
}

    .modal-content-success .modal-header {
        color: #fff;
        background-color: #00af31;
    }

.modal-content-danger-alt {
    background-color: #FFF;
}

    .modal-content-danger-alt .modal-header {
        color: #fff;
        background-color: #F0755F;
    }

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

.tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .22s linear;
    -o-transition: all .22s linear;
    transition: all .22s linear;
}

    .fade-scale.in {
        opacity: 1;
        transform: scale(1);
    }

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0;
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px;
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px;
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

.crop-text, .entity-select .entity-select-body p, .user-bar .user-welcome p.user-name, ul.dropdown-entity .item p {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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: 2px 2px 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;
}

.carousel, .carousel-inner {
    position: relative;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

    .popover.right > .arrow:after {
        left: 1px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000;
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            transform: translate3d(100%,0,0);
            left: 0;
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            transform: translate3d(-100%,0,0);
            left: 0;
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                transform: translate3d(0,0,0);
                left: 0;
            }
}

.tab-label, .tab-with-panel-label {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90);
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th, .text-hide {
    background-color: transparent;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn, .text-hide {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .dl-horizontal-values dd:after, .dl-horizontal-values dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .card-body:after, .card-body:before, .row:after, .row:before {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .dl-horizontal-values dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .card-body:after, .row:after {
    clear: both;
}

.mx-auto
 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.float-end {
    float: right !important;
}

.float-start {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .d-block d-sm-none, .d-block d-sm-none-block, .d-block d-sm-none-inline, .d-block d-sm-none-inline-block {
    display: none !important;
}

.text-hide {
    font: 0/0 serif;
    font: 0/0 a;
    color: transparent;
    border: 0;
}

.fa, body, html {
    -webkit-font-smoothing: antialiased;
}

.hidden {
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width:767px) {
    .d-block d-sm-none {
        display: block !important;
    }

    table.d-block d-sm-none {
        display: table;
    }

    tr.d-block d-sm-none {
        display: table-row !important;
    }

    td.d-block d-sm-none, th.d-block d-sm-none {
        display: table-cell !important;
    }

    .d-block d-sm-none-block {
        display: block !important;
    }

    .d-block d-sm-none-inline {
        display: inline !important;
    }

    .d-block d-sm-none-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

@media (max-width:767px) {
    .d-none d-sm-block {
        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;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

.datepicker-dropdown:after, .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-top: 0;
    position: absolute;
}

.datepicker {
    border-radius: 2px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
}

    .datepicker-dropdown:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #cdd1d3;
        border-bottom-color: rgba(0,0,0,.2);
    }

    .datepicker-dropdown:after {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #cdd1d3;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker > div {
    display: none;
}

.datepicker.days .datepicker-days, .datepicker.months .datepicker-months, .datepicker.years .datepicker-years {
    display: block;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none;
    }

        .datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
            background: #eee;
            cursor: pointer;
        }

        .datepicker table tr td.new, .datepicker table tr td.old {
            color: #777;
        }

        .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
            background: 0 0;
            color: #777;
            cursor: default;
        }

        .datepicker table tr td.highlighted {
            background: #D2ECFC;
            border-radius: 0;
        }

        .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
            color: #000;
            background-color: #ffdb99;
            border-color: #ffb733;
        }

            .datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.focus, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.focus, .datepicker table tr td.today:active, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.focus, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today:hover:hover, .open > .dropdown-toggle.datepicker table tr td.today, .open > .dropdown-toggle.datepicker table tr td.today.disabled, .open > .dropdown-toggle.datepicker table tr td.today.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.today:hover {
                color: #000;
                background-color: #ffc966;
                border-color: #f59e00;
            }

                .datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active, .open > .dropdown-toggle.datepicker table tr td.today, .open > .dropdown-toggle.datepicker table tr td.today.disabled, .open > .dropdown-toggle.datepicker table tr td.today.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.today:hover {
                    background-image: none;
                }

                .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled.disabled.active, .datepicker table tr td.today.disabled.disabled.focus, .datepicker table tr td.today.disabled.disabled:active, .datepicker table tr td.today.disabled.disabled:focus, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover.disabled.active, .datepicker table tr td.today.disabled:hover.disabled.focus, .datepicker table tr td.today.disabled:hover.disabled:active, .datepicker table tr td.today.disabled:hover.disabled:focus, .datepicker table tr td.today.disabled:hover.disabled:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled:hover[disabled].active, .datepicker table tr td.today.disabled:hover[disabled].focus, .datepicker table tr td.today.disabled:hover[disabled]:active, .datepicker table tr td.today.disabled:hover[disabled]:focus, .datepicker table tr td.today.disabled:hover[disabled]:hover, .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled[disabled].active, .datepicker table tr td.today.disabled[disabled].focus, .datepicker table tr td.today.disabled[disabled]:active, .datepicker table tr td.today.disabled[disabled]:focus, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover.disabled.active, .datepicker table tr td.today:hover.disabled.focus, .datepicker table tr td.today:hover.disabled:active, .datepicker table tr td.today:hover.disabled:focus, .datepicker table tr td.today:hover.disabled:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today:hover[disabled].active, .datepicker table tr td.today:hover[disabled].focus, .datepicker table tr td.today:hover[disabled]:active, .datepicker table tr td.today:hover[disabled]:focus, .datepicker table tr td.today:hover[disabled]:hover, .datepicker table tr td.today[disabled], .datepicker table tr td.today[disabled].active, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today.active, fieldset[disabled] .datepicker table tr td.today.disabled, fieldset[disabled] .datepicker table tr td.today.disabled.active, fieldset[disabled] .datepicker table tr td.today.disabled.focus, fieldset[disabled] .datepicker table tr td.today.disabled:active, fieldset[disabled] .datepicker table tr td.today.disabled:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover.active, fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:active, fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:hover.active, fieldset[disabled] .datepicker table tr td.today:hover.focus, fieldset[disabled] .datepicker table tr td.today:hover:active, fieldset[disabled] .datepicker table tr td.today:hover:focus, fieldset[disabled] .datepicker table tr td.today:hover:hover {
                    background-color: #ffdb99;
                    border-color: #ffb733;
                }

                    .datepicker table tr td.today .badge, .datepicker table tr td.today.disabled .badge, .datepicker table tr td.today.disabled:hover .badge, .datepicker table tr td.today:hover .badge {
                        color: #ffdb99;
                        background-color: #000;
                    }

                .datepicker table tr td.today:hover:hover {
                    color: #000;
                }

                .datepicker table tr td.today.active:hover {
                    color: #fff;
                }

        .datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
            background: #eee;
            border-radius: 0;
        }

            .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.disabled, .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.active:hover, .open > .dropdown-toggle.datepicker table tr td.range.today, .open > .dropdown-toggle.datepicker table tr td.range.today.disabled, .open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.range.today:hover, .open > .dropdown-toggle.datepicker table tr td.selected, .open > .dropdown-toggle.datepicker table tr td.selected.disabled, .open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.selected:hover {
                background-image: none;
            }

            .datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
                color: #000;
                background-color: #f7ca77;
                border-color: #f1a417;
                border-radius: 0;
            }

                .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.focus, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.focus, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today:hover:hover, .open > .dropdown-toggle.datepicker table tr td.range.today, .open > .dropdown-toggle.datepicker table tr td.range.today.disabled, .open > .dropdown-toggle.datepicker table tr td.range.today.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.range.today:hover {
                    color: #000;
                    background-color: #f4b747;
                    border-color: #bf800c;
                }

                    .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled.disabled.active, .datepicker table tr td.range.today.disabled.disabled.focus, .datepicker table tr td.range.today.disabled.disabled:active, .datepicker table tr td.range.today.disabled.disabled:focus, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover.disabled.active, .datepicker table tr td.range.today.disabled:hover.disabled.focus, .datepicker table tr td.range.today.disabled:hover.disabled:active, .datepicker table tr td.range.today.disabled:hover.disabled:focus, .datepicker table tr td.range.today.disabled:hover.disabled:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled:hover[disabled].active, .datepicker table tr td.range.today.disabled:hover[disabled].focus, .datepicker table tr td.range.today.disabled:hover[disabled]:active, .datepicker table tr td.range.today.disabled:hover[disabled]:focus, .datepicker table tr td.range.today.disabled:hover[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled[disabled].active, .datepicker table tr td.range.today.disabled[disabled].focus, .datepicker table tr td.range.today.disabled[disabled]:active, .datepicker table tr td.range.today.disabled[disabled]:focus, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover.disabled.active, .datepicker table tr td.range.today:hover.disabled.focus, .datepicker table tr td.range.today:hover.disabled:active, .datepicker table tr td.range.today:hover.disabled:focus, .datepicker table tr td.range.today:hover.disabled:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today:hover[disabled].active, .datepicker table tr td.range.today:hover[disabled].focus, .datepicker table tr td.range.today:hover[disabled]:active, .datepicker table tr td.range.today:hover[disabled]:focus, .datepicker table tr td.range.today:hover[disabled]:hover, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today[disabled].active, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today.active, fieldset[disabled] .datepicker table tr td.range.today.disabled, fieldset[disabled] .datepicker table tr td.range.today.disabled.active, fieldset[disabled] .datepicker table tr td.range.today.disabled.focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:hover.active, fieldset[disabled] .datepicker table tr td.range.today:hover.focus, fieldset[disabled] .datepicker table tr td.range.today:hover:active, fieldset[disabled] .datepicker table tr td.range.today:hover:focus, fieldset[disabled] .datepicker table tr td.range.today:hover:hover {
                        background-color: #f7ca77;
                        border-color: #f1a417;
                    }

                        .datepicker table tr td.range.today .badge, .datepicker table tr td.range.today.disabled .badge, .datepicker table tr td.range.today.disabled:hover .badge, .datepicker table tr td.range.today:hover .badge {
                            color: #f7ca77;
                            background-color: #000;
                        }

        .datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
            color: #fff;
            background-color: #777;
            border-color: #555;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        }

            .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.focus, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.focus, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected:hover:hover, .open > .dropdown-toggle.datepicker table tr td.selected, .open > .dropdown-toggle.datepicker table tr td.selected.disabled, .open > .dropdown-toggle.datepicker table tr td.selected.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.selected:hover {
                color: #fff;
                background-color: #5e5e5e;
                border-color: #373737;
            }

                .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled.disabled.active, .datepicker table tr td.selected.disabled.disabled.focus, .datepicker table tr td.selected.disabled.disabled:active, .datepicker table tr td.selected.disabled.disabled:focus, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover.disabled.active, .datepicker table tr td.selected.disabled:hover.disabled.focus, .datepicker table tr td.selected.disabled:hover.disabled:active, .datepicker table tr td.selected.disabled:hover.disabled:focus, .datepicker table tr td.selected.disabled:hover.disabled:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled:hover[disabled].active, .datepicker table tr td.selected.disabled:hover[disabled].focus, .datepicker table tr td.selected.disabled:hover[disabled]:active, .datepicker table tr td.selected.disabled:hover[disabled]:focus, .datepicker table tr td.selected.disabled:hover[disabled]:hover, .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled[disabled].active, .datepicker table tr td.selected.disabled[disabled].focus, .datepicker table tr td.selected.disabled[disabled]:active, .datepicker table tr td.selected.disabled[disabled]:focus, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover.disabled.active, .datepicker table tr td.selected:hover.disabled.focus, .datepicker table tr td.selected:hover.disabled:active, .datepicker table tr td.selected:hover.disabled:focus, .datepicker table tr td.selected:hover.disabled:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected:hover[disabled].active, .datepicker table tr td.selected:hover[disabled].focus, .datepicker table tr td.selected:hover[disabled]:active, .datepicker table tr td.selected:hover[disabled]:focus, .datepicker table tr td.selected:hover[disabled]:hover, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected[disabled].active, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected.active, fieldset[disabled] .datepicker table tr td.selected.disabled, fieldset[disabled] .datepicker table tr td.selected.disabled.active, fieldset[disabled] .datepicker table tr td.selected.disabled.focus, fieldset[disabled] .datepicker table tr td.selected.disabled:active, fieldset[disabled] .datepicker table tr td.selected.disabled:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:hover.active, fieldset[disabled] .datepicker table tr td.selected:hover.focus, fieldset[disabled] .datepicker table tr td.selected:hover:active, fieldset[disabled] .datepicker table tr td.selected:hover:focus, fieldset[disabled] .datepicker table tr td.selected:hover:hover {
                    background-color: #777;
                    border-color: #555;
                }

                    .datepicker table tr td.selected .badge, .datepicker table tr td.selected.disabled .badge, .datepicker table tr td.selected.disabled:hover .badge, .datepicker table tr td.selected:hover .badge {
                        color: #777;
                        background-color: #fff;
                    }

        .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
            color: #fff;
            background-color: #0084cc;
            border-color: #0073b3;
            text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        }

            .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.focus, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.focus, .datepicker table tr td.active:active, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.focus, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active:hover:hover, .open > .dropdown-toggle.datepicker table tr td.active, .open > .dropdown-toggle.datepicker table tr td.active.disabled, .open > .dropdown-toggle.datepicker table tr td.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td.active:hover {
                color: #fff;
                background-color: #006399;
                border-color: #004c75;
            }

                .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled.disabled.active, .datepicker table tr td.active.disabled.disabled.focus, .datepicker table tr td.active.disabled.disabled:active, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover.disabled.active, .datepicker table tr td.active.disabled:hover.disabled.focus, .datepicker table tr td.active.disabled:hover.disabled:active, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled:hover[disabled].active, .datepicker table tr td.active.disabled:hover[disabled].focus, .datepicker table tr td.active.disabled:hover[disabled]:active, .datepicker table tr td.active.disabled:hover[disabled]:focus, .datepicker table tr td.active.disabled:hover[disabled]:hover, .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled[disabled].active, .datepicker table tr td.active.disabled[disabled].focus, .datepicker table tr td.active.disabled[disabled]:active, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover.disabled.active, .datepicker table tr td.active:hover.disabled.focus, .datepicker table tr td.active:hover.disabled:active, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active:hover[disabled].active, .datepicker table tr td.active:hover[disabled].focus, .datepicker table tr td.active:hover[disabled]:active, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active[disabled], .datepicker table tr td.active[disabled].active, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active.active, fieldset[disabled] .datepicker table tr td.active.disabled, fieldset[disabled] .datepicker table tr td.active.disabled.active, fieldset[disabled] .datepicker table tr td.active.disabled.focus, fieldset[disabled] .datepicker table tr td.active.disabled:active, fieldset[disabled] .datepicker table tr td.active.disabled:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover.active, fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:active, fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:hover.active, fieldset[disabled] .datepicker table tr td.active:hover.focus, fieldset[disabled] .datepicker table tr td.active:hover:active, fieldset[disabled] .datepicker table tr td.active:hover:focus, fieldset[disabled] .datepicker table tr td.active:hover:hover {
                    background-color: #0084cc;
                    border-color: #0073b3;
                }

                    .datepicker table tr td.active .badge, .datepicker table tr td.active.disabled .badge, .datepicker table tr td.active.disabled:hover .badge, .datepicker table tr td.active:hover .badge {
                        color: #0084cc;
                        background-color: #fff;
                    }

        .datepicker table tr td span {
            display: block;
            width: 23%;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 1%;
            cursor: pointer;
            border-radius: 4px;
        }

            .datepicker table tr td span:hover {
                background: #eee;
            }

            .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
                background: 0 0;
                color: #777;
                cursor: default;
            }

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th, .entity-select, .input-group.date .input-group-addon, a, button {
    cursor: pointer;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    color: #fff;
    background-color: #0084cc;
    border-color: #0073b3;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

    .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active:hover:hover, .open > .dropdown-toggle.datepicker table tr td span.active, .open > .dropdown-toggle.datepicker table tr td span.active.disabled, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td span.active:hover {
        color: #fff;
        background-color: #006399;
        border-color: #004c75;
    }

        .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active, .open > .dropdown-toggle.datepicker table tr td span.active, .open > .dropdown-toggle.datepicker table tr td span.active.disabled, .open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover, .open > .dropdown-toggle.datepicker table tr td span.active:hover {
            background-image: none;
        }

        .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled:hover[disabled].active, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled[disabled].active, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active:hover[disabled].active, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active[disabled].active, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active.active, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled.active, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.active, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
            background-color: #0084cc;
            border-color: #0073b3;
        }

            .datepicker table tr td span.active .badge, .datepicker table tr td span.active.disabled .badge, .datepicker table tr td span.active.disabled:hover .badge, .datepicker table tr td span.active:hover .badge {
                color: #0084cc;
                background-color: #fff;
            }

.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #777;
}

.datepicker .datepicker-switch {
    width: 145px;
}

    .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
        background: #eee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-daterange {
    width: 100%;
    max-width: 260px;
}

    .input-daterange input:first-child {
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        border-radius: 0 3px 3px 0;
    }

    .input-daterange .input-group-addon {
        width: auto;
        min-width: 16px;
        padding: 4px 5px;
        font-weight: 400;
        text-shadow: 0 1px 0 #fff;
        vertical-align: middle;
        background-color: #eee;
        border: solid #ccc;
        border-width: 1px;
        margin-left: -5px;
        margin-right: -5px;
    }

body, html {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin-bottom: -196px;
    padding-bottom: 230px;
}

.user-bar .user-links li a.hover, .user-bar .user-links li a:hover {
    background: inherit;
    color: inherit;
    text-decoration: underline;
}

.main-header, .user-bar, .user-bar a {
    color: #f0f2f3;
}

.user-links li a {
    display: inline-block !important;
}

.page-header {
    margin-bottom: 0;
    margin-top: 20px;
    border-bottom: none;
}

.main-content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.collapsed .main-content {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
}

.main-header-body {
    box-shadow: 0 3px 5px 0 rgba(50,50,50,.35);
}

.watermark-bg {
    background: url(../images/decoration/background.png) no-repeat;
    background-position-y: 159px;
}

.fixed-header {
    background: #fff;
    border: none;
    border-bottom: solid 1px #0084cc;
    box-shadow: none !important;
    border-radius: 0;
    margin-left: -10px;
    padding-left: 10px;
    width: 100%;
}

@media (max-width:767px) {
    .fixed-header h1 {
        font-size: 22px;
    }
}

@media (max-width:991px) {
    .fixed-header h1 {
        font-size: 22px;
    }
}

.fixed-header.affix {
    position: fixed;
    top: 0;
    z-index: 999;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.vcenter {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
}

.main-header-head {
    min-height: 5px;
    background-color: #001c44;
    background-image: linear-gradient(#00265e,#001c44);
}

.logged-out-header {
    color: #fff;
    padding: 5px 0;
}

.logged-out-header .btn-secondary
 {
    border-radius: 2px;
    background-color: #f0f2f3;
    color: #524f4f !important;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border: 1px solid transparent;
    background-image: linear-gradient(white,#f0f2f3);
}

.logged-out-header .btn-outline {
    color: #fff;
    border-radius: 2px;
    background-color: transparent;
    border: 1px solid #fff;
}

.logged-out-header .btn-secondary
, .logged-out-header .btn-outline {
    text-align: center;
    text-transform: capitalize;
    padding: 3px 8px;
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

.logged-out-header .login li {
    display: inline-block;
    padding: 0 5px;
}

.logged-out-header a.btn-outline:hover {
    color: #f0f2f3 !important;
    text-decoration: underline;
}
.logged-out-header a.btn-secondary
:hover {
    color: #524f4f !important;
    text-decoration: underline;
}

.header-marginButtons {
    margin-top: 7px;
}

.logged-out-header .lang, .logged-out-header .login {
    text-align: right;
}

.logged-out-header ul {
    margin-bottom: 0;
    list-style-type: none;
}

.user-bar {
    font-size: 12px;
    height: 40px;
    overflow: hidden;
    border-bottom: solid 1px #001c44;
    positon: relative;
}

    .user-bar .user-welcome {
        position: relative;
        margin-top: 11px;
    }

        .user-bar .user-welcome .user-pic {
            overflow: hidden;
            width: 25px;
            height: 25px;
            border-radius: 13px;
            border: 1px solid #f0f2f3;
            position: absolute;
            top: 0;
            left: 0;
        }

@media screen and (max-width:992px) {
    .user-bar .user-welcome .user-pic {
        display: none;
    }
}

.user-bar .user-welcome .user-pic img {
    display: block;
    width: 25px;
    height: 25px;
}

.user-bar .user-welcome p {
    display: block;
    width: 100%;
    padding-left: 33px;
    line-height: 1.2em;
    margin: 0;
}

@media screen and (max-width:992px) {
    .user-bar .user-welcome p {
        padding-left: 0;
    }
}

.user-bar .user-welcome p.user-name {
    overflow: hidden;
    margin-top: -3px;
}

@media screen and (max-width:480px) {
    .user-bar .user-welcome p.user-name {
        display: none;
    }

    .user-bar .user-welcome p.user-nif {
        padding-top: 5px;
    }
}

.user-bar .user-welcome p strong {
    font-size: 11px;
}

.user-bar .user-links {
    text-align: right;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .user-bar .user-links li {
        display: inline-block;
        vertical-align: top;
    }

        .user-bar .user-links li a {
            display: block;
            height: 40px;
            padding: 0 10px;
        }

@media screen and (max-width:480px) {
    .user-bar .user-links li a {
        padding: 0 8px;
    }
}

@media screen and (max-width:992px) {
    .user-bar .user-links li a i {
        display: none;
    }
}

.user-bar .user-links .badge {
    background: #f0f2f3;
    color: #001c44;
}

.user-bar .user-links .user-alerts i, .user-bar .user-links .user-messages i {
    font-size: 16px;
    vertical-align: middle;
    line-height: 38px;
    padding-right: 4px;
}

@media screen and (max-width:480px) {
    .user-bar .user-links .user-alerts i, .user-bar .user-links .user-messages i {
        font-size: 14px;
        padding-right: 0;
    }
}

.user-bar .user-links .user-alerts a, .user-bar .user-links .user-messages a {
    line-height: 38px;
}

.user-bar .user-links .user-profile, .user-bar .user-links .user-quit {
    line-height: 38px;
}

    .user-bar .user-links .user-profile i {
        font-size: 16px;
        vertical-align: middle;
        line-height: 38px;
        padding-right: 4px;
    }

@media screen and (max-width:768px) {
    .user-bar .user-links li a i {
        display: inline-block;
    }

    .user-bar .user-links .user-alerts a, .user-bar .user-links .user-messages a, .user-bar .user-links li a span {
        display: none;
    }

    .user-bar .user-links .user-profile i {
        display: inline;
        font-size: 14px;
    }
}

.user-bar .user-links .user-quit i {
    padding-right: 6px;
    font-size: 16px;
    vertical-align: middle;
    display: inline;
    line-height: 38px;
}

@media screen and (max-width:768px) {
    .user-bar .user-links .user-quit i {
        padding-right: 0;
    }
}

.main-header-body {
    background: #fff;
    min-height: 80px;
    border-bottom: solid 1px #cdd1d3;
}

.logo {
    display: block;
    height: 65px;
    margin-top: 10px;
    vertical-align: middle;
}

    .logo img {
        vertical-align: middle;
        width: 212px;
        height: auto !important;
        max-width: 100%;
    }

.footer-search, .main-search {
    position: relative;
    height: 40px;
    background: #f0f2f3;
    margin-top: 25px !important;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #cdd1d3;
}

.footer-search form, .main-search form {
        position: absolute;
        width: 100%;
        height: 40px;
        padding-right: 40px;
    }

.footer-search {
    margin-top: 0;
}

.main-search-input {
    height: 36px;
    border: none !important;
    width: 100%;
    position: relative;
    top: 1px;
    padding: 0 34px 0 10px;
    color: #303030 !important;
    background: 0 0 !important;
}

    .main-search-input ::-webkit-input-placeholder {
        color: #7b8082;
    }

    .main-search-input :-moz-placeholder {
        color: #7b8082;
    }

    .main-search-input ::-moz-placeholder {
        color: #7b8082;
    }

    .main-search-input :-ms-input-placeholder {
        color: #7b8082;
    }

.main-search-submit, .mobile-search-toggle {
    position: absolute;
    display: block;
    width: 38px !important;
    height: 38px !important;
	min-width:38px !important;
    top: 0;
    right: 0;
    border: none !important;
    box-shadow: none !important;
    background: url(/_layouts/15/images/portalat/icon-search.png) center no-repeat #54B7F2 !important;
    overflow: hidden;
    text-indent: -9999px;
	cursor: pointer !important;
}

@media only screen and (max-width:768px) {
    .col-sm-5 {
    width: 41.66666667%;
    }
    .col-sm-7 {
    width: 58.33333333%;
    }
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
    }

    .secondary-nav .container-wrapper {
        position: static;
    }
}

@media print {
    .entity-bar, .secondary-nav {
        display: none;
    }
}

.entity-bar, .secondary-nav {
    background: #f0f2f3;
    border-bottom: solid 1px #cdd1d3;
    min-height: 50px;
}

    .entity-bar .breadcrumb, .secondary-nav .breadcrumb {
        margin-bottom: 0;
        border-bottom: none;
        padding-top: 15px;
    }

@media all and (max-width:768px) {
    .secondary-nav {
        background: #fff;
    }
}

.entity-select {
    height: 40px;
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #cdd1d3;
    border-radius: 2px;
    padding: 0 26px 0 48px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

    .entity-select.focus, .entity-select.hover, .entity-select:focus, .entity-select:hover {
        box-shadow: 0 2px 5px rgba(0,0,0,.2);
    }

    .entity-select .entity-pic {
        width: 40px;
        height: 40px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }

        .entity-select .entity-pic img {
            display: block;
            width: 40px;
            height: auto;
        }

    .entity-select .entity-select-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        height: 100%;
        text-align: center;
        color: #7b8082;
        font-size: 20px;
        line-height: 40px;
    }

    .entity-select .entity-select-body {
        padding: 8px 0;
        position: relative;
        font-size: 12px;
    }

        .entity-select .entity-select-body p {
            color: #7b8082;
            line-height: .5em;
            margin: 0 0 5px;
            padding: 0;
            overflow: visible;
        }

        .entity-select .entity-select-body .entity-select-name {
            color: #303030;
            font-weight: 700;
            line-height: 1em;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.entity-group {
    margin: 0;
    padding: 0;
}

    .entity-group:after, .entity-group:before {
        content: " ";
        display: table;
    }

    .entity-group:after {
        clear: both;
    }

    .entity-group li {
        float: left;
        margin-left: -1px;
        border: none;
        border-left: 1px solid #cdd1d3;
    }

        .entity-group li:first-child {
            margin-left: 0;
        }

        .entity-group li:last-child {
            border-right: 1px solid #cdd1d3;
        }

            .entity-group li:last-child:hover {
                border-right: none;
            }

        .entity-group li.active a {
            background: #0084cc;
            color: #fff;
            border-color: #0084cc;
        }

            .entity-group li.active a:focus, .entity-group li.active a:hover {
                border-color: transparent;
            }

        .entity-group li a {
            display: block;
            line-height: 50px;
            padding-left: 15px;
            padding-right: 15px;
            color: #0084cc;
            font-weight: 700;
            margin-right: 1px;
        }

            .entity-group li a:focus, .entity-group li a:hover {
                text-decoration: none;
                border: 2px solid #0084cc;
                line-height: 46px;
                padding-left: 13px;
                padding-right: 13px;
            }

.area-nav {
    padding: 0;
}

    .area-nav .btn {
        background: 0 0;
        color: #0084cc;
        border: none;
        box-shadow: none;
        margin-left: -2px;
        height: 50px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0;
        border-right: solid 1px #eee;
    }

        .area-nav .btn:first-child {
            border-left: solid 1px #eee;
        }

        .area-nav .btn:focus, .area-nav .btn:hover {
            box-shadow: none;
            color: #fff;
            background: #0084cc;
        }

ul.dropdown-entity {
    max-width: 255px;
    margin: -11px 10px 0;
    border-radius: none;
    color: #303030;
}

    ul.dropdown-entity .form-control {
        height: 28px;
        margin: 5px 0 10px;
        width: 100%;
    }

    ul.dropdown-entity .item {
        display: block;
        padding: 5px 10px;
        margin: 3px 0;
    }

        ul.dropdown-entity .item:hover {
            background-color: #f3f3f3;
        }

        ul.dropdown-entity .item:after {
            visibility: hidden;
            display: block;
            font-size: 0;
            content: " ";
            clear: both;
            height: 0;
        }

        ul.dropdown-entity .item p {
            overflow: hidden;
            max-width: 170px;
            margin-bottom: 3px;
        }

    ul.dropdown-entity h6 {
        font-size: 12px;
        color: #7b8082;
        margin-left: 10px;
    }

    ul.dropdown-entity li .item-left, ul.dropdown-entity li .item-left div.item-info, ul.dropdown-entity li .item-left img {
        float: left;
    }

        ul.dropdown-entity li .item-left div.item-info {
            margin-left: 10px;
        }

            ul.dropdown-entity li .item-left div.item-info span {
                display: block;
            }

    ul.dropdown-entity li .item-right {
        float: right;
    }

.main-dropdown-submenu.float-start, .tabs {
    float: none;
}

ul.dropdown-entity li .item-right button {
    margin-top: 14px;
}

@media only screen and (max-width:768px) {
    .main-menu .btn-menu {
        min-width: 100% !important;
    }

    .main-menu ul {
        position: static !important;
    }
}

@media print {
    .main-menu {
        display: none;
    }
}

.main-menu {
    position: absolute;
    z-index: 2;
    min-width: 180px;
}

    .main-menu nav {
        background-color: #fff;
        min-height: 50px;
        border: 1px solid #cdd1d3;
        border-top: none;
    }

    .main-menu .btn-menu {
        box-shadow: none;
        position: relative;
        padding: 13px 20px;
        text-align: left;
        font-size: 16px;
        display: block;
    }

        .main-menu .btn-menu:hover {
            text-decoration: none;
            background-color: #0084cc;
            color: #fff !important;
        }

    .main-menu .panel-group {
        margin-bottom: 0;
    }

        .main-menu .panel-group .panel {
            margin-top: .5px;
            border: 0;
            border-radius: 0;
            border-top: 1px solid #cdd1d3;
            border-bottom: 1px solid #cdd1d3;
        }

            .main-menu .panel-group .panel .card-header {
                padding: 0;
                position: relative;
            }

                .main-menu .panel-group .panel .card-header li .show-on-collapse {
                    display: none;
                }

                .main-menu .panel-group .panel .card-header li .hide-on-collapse, .main-menu .panel-group .panel .card-header li.collapsed .show-on-collapse {
                    display: block;
                    position: absolute;
                    right: 10px;
                    top: 12px;
                    font-size: 12px;
                    color: #cdd1d3;
                }

                .main-menu .panel-group .panel .card-header li.collapsed .hide-on-collapse {
                    display: none;
                }

    .main-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .main-menu ul li a {
            display: block;
            padding: 8px 20px;
        }

            .main-menu ul li a:focus, .main-menu ul li a:hover {
                text-decoration: none;
                background-color: #0084cc;
                color: #fff !important;
            }

        .main-menu ul li.current {
            background-color: #0084cc;
            margin-top: -1px;
        }

            .main-menu ul li.current:after {
                content: "";
                display: block;
                position: absolute;
                border-left-color: #0084cc;
                width: 10px;
                height: 10px;
                right: -10px;
                top: 50%;
                margin-top: -5px;
            }

            .main-menu ul li.current a {
                color: #fff;
            }

        .main-menu ul.subnav li {
            border-bottom: 1px solid #cdd1d3;
            background-color: #f0f2f3;
        }

            .main-menu ul.subnav li:last-child {
                border-bottom: none;
            }

            .main-menu ul.subnav li a {
                padding-left: 40px;
            }

        .main-menu ul.subnav.current {
            background-color: #0084cc;
            margin: auto -1px;
        }

    .main-menu a {
        font-weight: 700;
        color: #0084cc;
    }

.link-area-1 ul li a:focus, .link-area-1 ul li a:hover {
	text-decoration: underline !important;
    background: white !important;
    color: #0084cc !important;
}

@media screen and (max-width:768px) {
    .collapsed .main-menu, .main-menu {
        width: 100%;
    }

    .main-menu {
        position: relative;
        padding: 0;
    }

        .main-menu li:last-child {
            border-bottom: none;
        }

        .main-menu a.expand-collapse-button {
            padding: 5px 20px;
        }
}

.main-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
    position: absolute;
}

/* .collapsed .main-sidebar { */
    /* width: 25%; */
    /* position: relative; */
    /* margin-bottom: 0; */
    /* border-left: none; */
    /* border-right: none; */
    /* padding-bottom: 0; */
/* } */

    /* .collapsed .main-sidebar ul { */
        /* display: none; */
    /* } */

.main-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 2px;
}

    .main-sidebar ul a {
        position: relative;
        display: block;
        padding: 8px 10px;
    }

        .main-sidebar ul a:focus, .main-sidebar ul a:hover {
            text-decoration: none;
        }

        .main-sidebar ul a.has-subnav:after {
            font-weight: 400;
            content: "\f105";
            font-family: FontAwesome;
            display: block;
            position: absolute;
            right: 10px;
            top: 50%;
            color: #999;
            margin-top: -9px;
            font-size: 16px;
        }

.main-sidebar li {
    display: block;
    position: relative;
    border-bottom: solid 1px #cdd1d3;
    border-left: solid 1px #cdd1d3;
    border-right: solid 1px #cdd1d3;
    background-color: #fff;
}

    .main-sidebar li:first-child {
        border-top: solid 1px #cdd1d3;
        border-radius: 2px 2px 0 0;
    }

    .main-sidebar li:last-child {
        border-radius: 0 0 2px 2px;
    }

    .main-sidebar li.open .subnav {
        background-color: #f0f2f3;
        display: block;
    }

    .main-sidebar li.open a.has-subnav:after {
        content: "\f107";
        font-family: FontAwesome;
    }

.fa, .fa-filter:before {
    font-family: FontAwesome;
}

.main-sidebar li.current {
    background-color: #0084cc;
    margin-top: -1px;
}

    .main-sidebar li.current:after {
        content: "";
        display: block;
        position: absolute;
        border-left-color: #0084cc;
        width: 10px;
        height: 10px;
        right: -10px;
        top: 50%;
        margin-top: -5px;
    }

    .main-sidebar li.current a {
        color: #fff;
    }

.main-sidebar li .subnav {
    display: none;
}

    .main-sidebar li .subnav li {
        border-left: none;
        border-right: none;
        background-color: #f0f2f3;
    }

        .main-sidebar li .subnav li:last-child {
            border-bottom: none;
        }

        .main-sidebar li .subnav li.current {
            background-color: #0084cc;
            margin: auto -1px;
            border: none;
        }

    .main-sidebar li .subnav a {
        margin-bottom: 0;
        font-size: 13px;
        font-weight: 700;
        padding-left: 20px;
    }

        .main-sidebar li .subnav a:hover {
            background: #0084cc;
            color: #fff;
        }

.main-sidebar a {
    font-weight: 700;
    color: #0084cc;
}

.fa, .panel-primary-alt .table dt, table.table-collapse dt {
    font-weight: 400;
}

@media screen and (max-width:768px) {
    .main-sidebar {
        width: 100%;
        position: relative;
        border-bottom: solid 2px #cdd1d3;
        border-left: none;
        border-right: none;
        padding: 0;
    }

        .main-sidebar li:last-child {
            border-bottom: none;
        }

    .collapsed .main-sidebar {
        width: 100%;
    }

    .main-sidebar a.expand-collapse-button {
        padding: 5px 20px;
    }
}

.main-dropdown-submenu {
    position: relative;
}

.main-dropdown-menu {
    box-shadow: none;
}

.custom-select > a.dropdown-toggle, .shadow {
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.main-dropdown-menu li a {
    padding: 6px 10px !important;
}

.main-dropdown-submenu > .main-dropdown-menu {
    position: absolute;
    top: -38px;
    left: 100%;
    margin-left: 0;
    border-radius: 0;
    width: 280%;
    padding: 20px;
    background-color: #f0f2f3;
}

    .main-dropdown-submenu > .main-dropdown-menu h4 {
        font-size: 16px;
    }

@media all and (max-width:768px) {
    .main-dropdown-submenu > .main-dropdown-menu {
        width: 100%;
    }
}

.main-dropdown-submenu:hover > .main-dropdown-menu {
    display: block;
}

.main-dropdown-submenu > a:after {
    display: none;
}

.main-dropdown-submenu a i {
    color: #cdd1d3;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    cursor: hand;
}

.main-dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.main-dropdown-submenu.float-start > .main-dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: none;
}

@media print {
    .main-footer {
        display: none;
    }
}

.main-footer {
    background: #dbdee0;
    background: -moz-linear-gradient(top,#dbdee0 0,#cdd1d3 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#dbdee0),color-stop(100%,#cdd1d3));
    background: -webkit-linear-gradient(top,#dbdee0 0,#cdd1d3 100%);
    background: -o-linear-gradient(top,#dbdee0 0,#cdd1d3 100%);
    background: -ms-linear-gradient(top,#dbdee0 0,#cdd1d3 100%);
    background: linear-gradient(to bottom,#dbdee0 0,#cdd1d3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdee0', endColorstr='#cdd1d3', GradientType=0);
    padding: 35px 0;
    color: #524f4f;
    font-size: 14px;
    min-height: 196px;
    overflow: hidden;
    position: relative;
}

    .main-footer:before {
        content: "";
        display: block;
        width: 200px;
        height: 298px;
        background-image: url(../../images/portalat/footer-background.png);
        background-position: top left;
        background-repeat: no-repeat;
        position: absolute;
        top: 25px;
        left: 25px;
    }

.fa, .fa-stack {
    display: inline-block;
}

.main-footer .banner {
    border: 1px solid #afb2b4;
    padding: 20px;
    margin: 25px 0;
}

.main-footer .row:first-child {
    margin-bottom: 40px;
}

.main-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .main-footer ul li {
        margin-bottom: 3px;
    }

    .main-footer ul a {
        color: #524f4f;
        text-decoration: underline;
    }

        .main-footer ul a:hover {
            color: #006399;
        }

.main-footer nav {
    margin-bottom: 20px;
}

    .main-footer nav a {
        color: inherit;
        text-decoration: none;
    }

        .main-footer nav a:hover {
            color: #006399;
            text-decoration: underline;
        }

.atualizacao-footer {
    color: #7b8082;
    font-size: 10px;
    font-style: italic;
}

​ .footer-branding {
    margin-top: 15px;
    z-index: 1;
    position: relative;
    border-top: solid 1px #f0f2f3;
}

    ​ .footer-branding .col-6 {
        padding-top: 15px;
    }

        ​ .footer-branding .col-6:last-child {
            text-align: right;
        }

.fa-fw, .fa-li {
    text-align: center;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

.fa {
    font-style: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-stack, .table-striped-blue > thead > tr > th > td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th, table.table-collapse thead tr th td {
    vertical-align: middle;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.table-striped-blue, table.table-collapse {
    border-top: 2px solid #0084cc;
}

.fa.float-start {
    margin-right: .3em;
}

.fa.float-end {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1);
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-cog:before, .fa-gear:before {
    font-family: FontAwesome;
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before, .fa-users:before {
    content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before, .fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158";
}

.fa-krw:before, .fa-won:before {
    content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-square:before, .fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

#pesquisar.btn {
    margin-top: 25px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    text-transform: none;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: 0;
        background: #fff;
        cursor: inherit;
        display: block;
    }

.form-control {
    padding: 6px 10px !important;
}

.table-striped-blue > thead > tr > th, table.table-collapse thead tr th {
    color: #7b8082;
    padding-top: 8px;
    padding-bottom: 8px;
}

table tbody tr td.centerText, table tbody tr th.centerText, table tfoot tr td.centerText, table tfoot tr th.centerText, table thead tr td.centerText, table thead tr th.centerText {
    text-align: center;
}

table tbody tr td.leftText, table tbody tr th.leftText, table tfoot tr td.leftText, table tfoot tr th.leftText, table thead tr td.leftText, table thead tr th.leftText {
    text-align: left;
}

table tbody tr td.rightText, table tbody tr th.rightText, table tfoot tr td.rightText, table tfoot tr th.rightText, table thead tr td.rightText, table thead tr th.rightText {
    text-align: right;
}

table.dataTable thead td, table.dataTable thead th {
    border-bottom: 2px solid #ddd;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

table.table-striped-blue thead tr th {
    border-bottom: 1px solid #0084cc;
}

.table-striped-blue > tbody > tr:nth-of-type(odd) {
    background-color: #f3fcff;
}

.table-striped-blue > tbody {
    border-bottom: 2px solid #0084cc;
}

.table-striped-blue.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table.table-collapse thead tr th {
    border-bottom: 1px solid #0084cc;
}

table.table-collapse tbody {
    border-bottom: 2px solid #0084cc;
}

    table.table-collapse tbody tr.hidden-row {
        padding-top: 0;
    }

        table.table-collapse tbody tr.hidden-row td {
            vertical-align: top !important;
            border-bottom: 1px solid #cdd1d3;
            border-top: none;
            padding-top: 0;
        }

.table-collapse > tbody > tr:nth-child(4n+1), .table-collapse > tbody > tr:nth-child(4n+2) {
    background-color: #f3fcff;
}

.panel-primary-alt .table {
    margin-top: -12px;
}

.panel-lite .table-collapse {
    border-top: none;
    margin-top: -12px;
}

tr.clickable-row {
    cursor: pointer;
    cursor: hand;
}

.reference {
    color: #0084cc;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

table .collapse.in {
    display: table-row;
}

.outcome label {
    color: #7b8082;
}

.outcome .value {
    font-weight: 700;
    display: inline;
}

#services-content ul {
    margin-left: -40px;
}

#content h1 {
    font-size: 21px;
}

#content td {
    border-width: 0;
}

.tabs {
    list-style: none;
    padding: 0;
    margin: 75px auto;
}

    .tabs:after {
        content: '';
        display: table;
        clear: both;
    }

    .tabs input[type=radio] {
        display: none;
    }

.tab-label {
    transition: all .1s linear;
    margin: -2px -2px 0;
    padding: 15px;
    width: 32%;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-bottom: 2px solid #f0f2f3;
}

.tab-with-panel-label, .tab-with-table-label {
    margin-left: 0;
    margin-right: -4px;
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 700;
}

.tab-with-panel-label {
    transition: all .1s linear;
    border: none;
    border-bottom: 4px solid #cdd1d3;
}

.tab-with-table-label {
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    border: none;
    border-bottom: 4px solid #cdd1d3;
}

    .tab-label span, .tab-with-panel-label span, .tab-with-table-label span {
        font-weight: 700;
        text-decoration: none;
        color: #0084cc;
        font-size: 14px;
    }

.tabs [id^=tabWithPanel]:checked + label > span, .tabs [id^=tabWithTable]:checked + label > span {
    color: #303030;
    font-size: 16px;
}

.tabs-in-table-container {
    border-top: 4px solid #cdd1d3;
    margin-top: -4px;
}

.tab-content-container {
    display: none;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #fff;
}

    .tab-content-container.align-center {
        margin-left: 10%;
    }

.tabs [id^=tab]:checked + label {
    border-bottom: 2px solid #0084cc;
    padding-bottom: 14px;
}

    .tabs [id^=tab]:checked + label > span {
        color: #303030;
    }

.tabs [id^=tabWithPanel]:checked + label {
    border: none;
    border-bottom: 4px solid #0084cc;
    font-weight: 700;
    padding-bottom: 10px;
}

.tabs [id^=tabWithTable]:checked + label {
    border: none;
    border-bottom: 4px solid #0084cc;
    font-weight: 700;
    padding-bottom: 10px;
}

.tab-label:hover, .tab-with-panel-label:hover, .tab-with-table-label:hover {
    background-color: #eee;
}

#tab1:checked ~ #tab-content1, #tab2:checked ~ #tab-content2, #tab3:checked ~ #tab-content3, .tabWithPanel1:checked ~ .tab-with-panel-content1, .tabWithPanel2:checked ~ .tab-with-panel-content2, .tabWithPanel3:checked ~ .tab-with-panel-content3, .tabWithTable1:checked ~ .tab-with-table-content1, .tabWithTable2:checked ~ .tab-with-table-content2, .tabWithTable3:checked ~ .tab-with-table-content3 {
    display: inline-block;
}

@media (max-width:500px) {
    .tab-content-container {
        width: 100%;
        margin-left: 0;
    }
}

@media (min-width:768px) {
    .tabs label span {
        display: inline-block;
    }

    .tabs {
        margin: 0;
    }
}

.alert {
    margin-top: 20px;
    margin-bottom: 20px;
}

.instructions {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 15px;
    border-left: solid 2px #0084cc;
    color: #666;
    font-size: 14px;
}

a.go-back {
    font-weight: 700;
}

    a.go-back i {
        font-size: 10px;
        margin-right: 10px;
    }

.alert-zone {
    padding: 20px;
    font-size: 14px;
    line-height: 1.4em;
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
}

    .alert-zone .h1, .alert-zone .h2, .alert-zone .h3, .alert-zone .h4, .alert-zone .h5, .alert-zone .h6, .alert-zone h1, .alert-zone h2, .alert-zone h3, .alert-zone h4, .alert-zone h5, .alert-zone h6, .alert-zone p {
        margin-top: 0;
    }

    .alert-zone hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.counter {
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    background: #0084cc;
    margin-right: 10px;
    margin-top: 8px;
}

.color-primary, .highlight {
    color: #0084cc;
}

@media screen and (max-width:480px) {
    .counter {
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 32px;
    }
}

.counter.counter-sm {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
}

.content-block {
    margin-bottom: 25px;
    padding: 10px;
    border-bottom: solid 1px #eee;
}

    .content-block.no-border {
        border: none;
    }

    .content-block.content-block-sm {
        margin-bottom: 15px;
    }

    .content-block.content-block-lg {
        margin-block: 40px;
        padding: 20px;
    }

.divide {
    border: 1px solid #eee;
}

.divide-right, .divide-top {
    border-right: solid 1px #eee;
}

.divide-bottom {
    border-bottom: solid 1px #eee;
}

.border-bottom, .table > tbody > tr:last-child > td {
    border-bottom: solid 1px #ddd;
}

.divide-left {
    border-left: solid 1px #eee;
}

.margin {
    margin: 20px;
}

    .margin.margin-sm {
        margin: 10px;
    }

    .margin.margin-lg {
        margin: 40px;
    }

.margin-top.margin-top-sm {
    margin-top: 10px;
}

.margin-top.margin-top-lg {
    margin-top: 40px;
}

.margin-bottom.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-bottom.margin-bottom-lg {
    margin-bottom: 40px;
}

#error-page .error-icon {
    text-align: right;
}

@media screen and (max-width:767px) {
    .watermark-bg {
        background: 0 0 !important;
    }

    #error-page .error-icon {
        text-align: center;
    }
}

.container-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

    .container-wrapper:after, .container-wrapper:before {
        content: " ";
        display: table;
    }

    .container-wrapper:after {
        clear: both;
    }

.alpha {
    padding-left: 0 !important;
}

.omega {
    padding-right: 0 !important;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.align-center, .go-top {
    text-align: center;
}

.align-vertically {
    vertical-align: middle;
}

.margin-top {
    margin-top: 20px;
}

.margin-right {
    margin-right: 20px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.margin-left {
    margin-left: 20px;
}

.margin-top-sm {
    margin-top: 10px;
}

.margin-right-sm {
    margin-right: 10px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}

.margin-left-sm {
    margin-left: 10px;
}

.margin-top-lg, .margin-top-sm-alt {
    margin-top: 25px;
}

.margin-right-lg {
    margin-right: 25px;
}

.margin-bottom-lg {
    margin-bottom: 25px;
}

.margin-left-lg {
    margin-left: 25px;
}

.margin-top-lg-alt {
    margin-top: 23px;
}

.margin-top-xl {
    margin-top: 40px;
}

.margin-right-xl {
    margin-right: 40px;
}

.margin-bottom-xl {
    margin-bottom: 40px;
}

.margin-left-xl {
    margin-left: 40px;
}

.margin-top-xxl {
    margin-top: 50px;
}

.margin-right-xxl {
    margin-right: 50px;
}

.margin-bottom-xxl {
    margin-bottom: 50px;
}

.margin-left-xxl {
    margin-left: 50px;
}

.margin-top-none {
    margin-top: 0;
}

.margin-right-none {
    margin-right: 0;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.margin-left-none {
    margin-left: 0;
}

.no-margin, .no-margins {
    margin: 0 !important;
}

.padding-top {
    padding-top: 20px;
}

.padding-right {
    padding-right: 20px;
}

.padding-bottom {
    padding-bottom: 20px;
}

.padding-left {
    padding-left: 20px;
}

.padding-top-sm {
    padding-top: 10px;
}

.padding-right-sm {
    padding-right: 10px;
}

.padding-bottom-sm {
    padding-bottom: 10px;
}

.padding-left-sm {
    padding-left: 10px;
}

.padding-top-lg {
    padding-top: 25px;
}

.padding-right-lg {
    padding-right: 25px;
}

.padding-bottom-lg {
    padding-bottom: 25px;
}

.padding-left-lg {
    padding-left: 25px;
}

.padding-top-none {
    padding-top: 0;
}

.padding-right-none {
    padding-right: 0;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.padding-left-none {
    padding-left: 0;
}

.no-paddings {
    padding: 0 !important;
}

.border-top {
    border-top: solid 1px #ddd;
}

.border-right {
    border-right: solid 1px #ddd;
}

.border-left {
    border-left: solid 1px #ddd;
}

.color-success {
    color: #00af31;
}

.color-info {
    color: #5bc0de;
}

.color-warning {
    color: #edc50a;
}

.color-danger {
    color: #e84c39;
}

.color-black {
    color: #000;
}

.color-at-gray-light {
    color: #cdd1d3;
}

.color-at-gray-dark {
    color: #7b8082;
}

.invisible {
    visibility: hidden !important;
    opacity: 0 !important;
}

.font-size-xs {
    font-size: 10px;
}

.font-size-sm {
    font-size: 12px;
}

.font-size-md {
    font-size: 14px;
}

.font-size-lg {
    font-size: 21px;
}

.font-size-xl {
    font-size: 28px;
}

.font-size-xxl {
    font-size: 42px;
}

.down:after, .up:after {
    font-weight: 400;
    font-family: FontAwesome;
    font-size: 10px;
    color: #7b8082;
    margin-left: 3px;
}

.relative {
    position: relative;
}

.absolute, .delete-item {
    position: absolute;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.inline-flex {
    display: inline-flex;
    display: -webkit-inline-flex;
}

.crop-text {
    overflow: hidden;
}

.down:after {
    content: "\f078";
}

.up:after {
    content: "\f077";
}

.delete-item {
    top: 10px;
    right: 10px;
}

    .delete-item.delete-item-left {
        right: auto;
        left: 10px;
    }

.delete-item, .deleteLine {
    font-size: 16px;
    margin-top: 12px;
}

    .delete-item:focus, .delete-item:hover, .deleteLine:focus, .deleteLine:hover {
        color: #0084cc;
    }

.top-right-actions {
    position: absolute;
    top: 13.33px;
    right: 10px;
}

.hideTableHeader {
    margin-top: 0;
}

    .hideTableHeader thead {
        display: none;
    }

    .hideTableHeader > tbody > tr:first-child > td, .table > tbody > tr:first-child > td {
        border-top: none;
    }

.custom-select.custom-select-block {
    width: 100%;
    max-width: 100%;
    display: block;
}

.custom-select > a.dropdown-toggle {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 2px;
    background-color: #fff;
    border-color: #cdd1d3;
    background-image: linear-gradient(white,#f0f2f3);
}

    .custom-select > a.dropdown-toggle > b {
        top: 9px;
    }

        .custom-select.open > a.dropdown-toggle > b:before, .custom-select > a.dropdown-toggle > b:before {
            content: "\f0dc";
        }

.custom-select.open > a.dropdown-toggle {
    line-height: 21px;
}

.custom-select > .dropdown-menu > ul > li > a:hover {
    background: #0084cc;
}

    .custom-select > .dropdown-menu > ul > li > a:hover .media-left {
        color: #fff;
    }

.go-top {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 20px;
    position: fixed;
    z-index: 99;
    bottom: -40px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #fff;
    color: #0084cc !important;
    text-decoration: none;
    border-radius: 5px;
}

.grid-row .col, .loading, .loading li {
    position: absolute;
}

.go-top:hover {
    background-color: #0084cc;
    color: #fff !important;
}

.go-top.show {
    bottom: 20px;
}

.loading {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 0;
}

    .loading.reversed li {
        border: 3px solid #fff;
        -webkit-animation: LOADINGREV 2s infinite;
        animation: LOADINGREV 2s infinite;
    }

        .loading.reversed li:nth-child(1n) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading.reversed li:nth-child(2n) {
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .loading.reversed li:nth-child(3n) {
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

    .loading li {
        top: 50%;
        left: 0;
        margin: 0;
        height: 10px;
        width: 10px;
        border: 3px solid #2b8ccd;
        border-radius: 100%;
        -webkit-transform: transformZ(0);
        transform: transformZ(0);
        -webkit-animation: LOADING 2s infinite;
        animation: LOADING 2s infinite;
    }

        .loading li:nth-child(1n) {
            left: -20px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading li:nth-child(2n) {
            left: 0;
            -webkit-animation-delay: .2s;
            animation-delay: .2s;
        }

        .loading li:nth-child(3n) {
            left: 20px;
            -webkit-animation-delay: .4s;
            animation-delay: .4s;
        }

.grid-row:after {
    content: '';
    display: table;
    clear: both;
}

.grid-row .col {
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
}

    .grid-row .col + .col {
        background: #2b8ccd;
        left: auto;
        right: 0;
    }

@-webkit-keyframes LOADING {
    0%,100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        background: #2b8ccd;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: #fff;
    }
}

@keyframes LOADING {
    0%,100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        background: #2b8ccd;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: #fff;
    }
}

@-webkit-keyframes LOADINGREV {
    0%,100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        background: #fff;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: #2b8ccd;
    }
}

@keyframes LOADINGREV {
    0%,100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        background: #fff;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: #2b8ccd;
    }
}
