<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main,
nav {
    display: block;
}

a {
    background-color: transparent;
}

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

img {
    border: 0;
}

button,
input,
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;
}

html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

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

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

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

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

textarea {
    overflow: auto;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

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

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

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

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    h3,
    p {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

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

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-grain:before {
    content: "\e239";
}

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

: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: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

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

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus,
    a:hover {
        color: #23527c;
        text-decoration: underline;
    }

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

img {
    vertical-align: middle;
}

.carousel-inner &gt; .item &gt; a &gt; img,
.carousel-inner &gt; .item &gt; img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

[role="button"] {
    cursor: pointer;
}

h3,
h4 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

.text-info {
    color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}

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

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

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

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

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

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

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

abbr[data-original-title] {
    cursor: help;
}

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

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

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

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

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

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

.col-lg-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-lg-6 {
        float: left;
    }

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

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

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

.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover {
    background-color: #c4e3f3;
}

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

.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover {
    background-color: #faf2cc;
}

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

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

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

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

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

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

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

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

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

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

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control {
        line-height: 34px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative;
}

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

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

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

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

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

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

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

.has-success .form-control-feedback {
    color: #3c763d;
}

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

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

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

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

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

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

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

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

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

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

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

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

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

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

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

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

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

        .form-inline .input-group &gt; .form-control {
            width: 100%;
        }

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

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

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

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

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

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

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

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

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

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

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

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

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

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

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

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

    .btn-default.active,
    .btn-default:active,
    .open &gt; .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

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

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

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary.active,
    .btn-primary:active,
    .open &gt; .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        background-image: none;
        border-color: #204d74;
    }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary:active.focus,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open &gt; .dropdown-toggle.btn-primary.focus,
        .open &gt; .dropdown-toggle.btn-primary:focus,
        .open &gt; .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.disabled.focus,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:hover,
    .btn-primary[disabled].focus,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary.focus,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success.active,
    .btn-success:active,
    .open &gt; .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        background-image: none;
        border-color: #398439;
    }

        .btn-success.active.focus,
        .btn-success.active:focus,
        .btn-success.active:hover,
        .btn-success:active.focus,
        .btn-success:active:focus,
        .btn-success:active:hover,
        .open &gt; .dropdown-toggle.btn-success.focus,
        .open &gt; .dropdown-toggle.btn-success:focus,
        .open &gt; .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.disabled.focus,
    .btn-success.disabled:focus,
    .btn-success.disabled:hover,
    .btn-success[disabled].focus,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success.focus,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

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

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.focus,
    .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info.active,
    .btn-info:active,
    .open &gt; .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        background-image: none;
        border-color: #269abc;
    }

        .btn-info.active.focus,
        .btn-info.active:focus,
        .btn-info.active:hover,
        .btn-info:active.focus,
        .btn-info:active:focus,
        .btn-info:active:hover,
        .open &gt; .dropdown-toggle.btn-info.focus,
        .open &gt; .dropdown-toggle.btn-info:focus,
        .open &gt; .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.disabled.focus,
    .btn-info.disabled:focus,
    .btn-info.disabled:hover,
    .btn-info[disabled].focus,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info.focus,
    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-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus,
    .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

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

    .btn-warning.active,
    .btn-warning:active,
    .open &gt; .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        background-image: none;
        border-color: #d58512;
    }

        .btn-warning.active.focus,
        .btn-warning.active:focus,
        .btn-warning.active:hover,
        .btn-warning:active.focus,
        .btn-warning:active:focus,
        .btn-warning:active:hover,
        .open &gt; .dropdown-toggle.btn-warning.focus,
        .open &gt; .dropdown-toggle.btn-warning:focus,
        .open &gt; .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

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

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

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.focus,
    .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger.active,
    .btn-danger:active,
    .open &gt; .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        background-image: none;
        border-color: #ac2925;
    }

        .btn-danger.active.focus,
        .btn-danger.active:focus,
        .btn-danger.active:hover,
        .btn-danger:active.focus,
        .btn-danger:active:focus,
        .btn-danger:active:hover,
        .open &gt; .dropdown-toggle.btn-danger.focus,
        .open &gt; .dropdown-toggle.btn-danger:focus,
        .open &gt; .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

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

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

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

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

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

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

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

.btn-group-lg &gt; .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

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

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

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

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

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

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

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

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

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

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

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

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

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

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

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

        .dropdown-menu &gt; li &gt; a:focus,
        .dropdown-menu &gt; li &gt; a:hover {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu &gt; .active &gt; a,
    .dropdown-menu &gt; .active &gt; a:focus,
    .dropdown-menu &gt; .active &gt; a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu &gt; .disabled &gt; a,
    .dropdown-menu &gt; .disabled &gt; a:focus,
    .dropdown-menu &gt; .disabled &gt; a:hover {
        color: #777;
    }

        .dropdown-menu &gt; .disabled &gt; a:focus,
        .dropdown-menu &gt; .disabled &gt; a:hover {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
        }

.open &gt; .dropdown-menu {
    display: block;
}

.open &gt; a {
    outline: 0;
}

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

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

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

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

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

.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
}

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

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

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group-vertical &gt; .btn,
    .btn-group &gt; .btn {
        position: relative;
        float: left;
    }

        .btn-group-vertical &gt; .btn.active,
        .btn-group-vertical &gt; .btn:active,
        .btn-group-vertical &gt; .btn:focus,
        .btn-group-vertical &gt; .btn:hover,
        .btn-group &gt; .btn.active,
        .btn-group &gt; .btn:active,
        .btn-group &gt; .btn:focus,
        .btn-group &gt; .btn:hover {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar &gt; .btn,
    .btn-toolbar &gt; .btn-group,
    .btn-toolbar &gt; .input-group {
        margin-left: 5px;
    }

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group &gt; .btn:first-child {
    margin-left: 0;
}

    .btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group &gt; .btn-group {
    float: left;
}

    .btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
        border-radius: 0;
    }

    .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
    .btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group &gt; .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group &gt; .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical &gt; .btn-group &gt; .btn {
        float: none;
    }

    .btn-group-vertical &gt; .btn + .btn,
    .btn-group-vertical &gt; .btn + .btn-group,
    .btn-group-vertical &gt; .btn-group + .btn,
    .btn-group-vertical &gt; .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical &gt; .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical &gt; .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
        border-radius: 0;
    }

    .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
    .btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified &gt; .btn,
    .btn-group-justified &gt; .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified &gt; .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified &gt; .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .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-right: 0;
        padding-left: 0;
    }

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

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

.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
    height: 46px;
    line-height: 46px;
}

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

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

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

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

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

    .input-group .form-control:not(:first-child):not(:last-child),
    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

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

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

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

    .input-group-addon input[type="checkbox"],
    .input-group-addon input[type="radio"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child &gt; .btn,
    .input-group-btn:first-child &gt; .btn-group &gt; .btn,
    .input-group-btn:first-child &gt; .dropdown-toggle,
    .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn,
    .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn,
    .input-group-btn:first-child &gt; .btn:not(:first-child),
    .input-group-btn:last-child &gt; .btn,
    .input-group-btn:last-child &gt; .btn-group &gt; .btn,
    .input-group-btn:last-child &gt; .dropdown-toggle {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

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

    .input-group-btn &gt; .btn {
        position: relative;
    }

        .input-group-btn &gt; .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn &gt; .btn:active,
        .input-group-btn &gt; .btn:focus,
        .input-group-btn &gt; .btn:hover {
            z-index: 2;
        }

    .input-group-btn:first-child &gt; .btn,
    .input-group-btn:first-child &gt; .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child &gt; .btn,
    .input-group-btn:last-child &gt; .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

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

    .nav &gt; li {
        position: relative;
        display: block;
    }

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

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

    .nav .open &gt; a,
    .nav .open &gt; a:focus,
    .nav .open &gt; a:hover {
        background-color: #eee;
        border-color: #337ab7;
    }

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

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

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

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

            .nav-tabs &gt; li &gt; a:hover {
                border-color: #eee #eee #ddd;
            }

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

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

        .nav-tabs.nav-justified &gt; li {
            float: none;
        }

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

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

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

        .nav-tabs.nav-justified &gt; li &gt; a {
            margin-bottom: 0;
        }
}

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

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

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

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

.nav-pills &gt; li {
    float: left;
}

    .nav-pills &gt; li &gt; a {
        border-radius: 4px;
    }

    .nav-pills &gt; li + li {
        margin-left: 2px;
    }

    .nav-pills &gt; li.active &gt; a,
    .nav-pills &gt; li.active &gt; a:focus,
    .nav-pills &gt; li.active &gt; a:hover {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked &gt; li {
    float: none;
}

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

.nav-justified {
    width: 100%;
}

    .nav-justified &gt; li {
        float: none;
    }

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

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

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

        .nav-justified &gt; li &gt; a {
            margin-bottom: 0;
        }
}

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

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

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

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

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

.tab-content &gt; .tab-pane {
    display: none;
}

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

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

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

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

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

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

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

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

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

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

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

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0;
    }
}

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

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

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

@media (min-width: 768px) {
    .container-fluid &gt; .navbar-collapse,
    .container-fluid &gt; .navbar-header,
    .container &gt; .navbar-collapse,
    .container &gt; .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

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

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

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

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

    .navbar-brand &gt; img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar &gt; .container .navbar-brand,
    .navbar &gt; .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

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

    .navbar-toggle:focus {
        outline: 0;
    }

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

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

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

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

    .navbar-nav &gt; li &gt; 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;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header,
        .navbar-nav .open .dropdown-menu &gt; li &gt; a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu &gt; li &gt; a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
            .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav &gt; li {
            float: left;
        }

            .navbar-nav &gt; li &gt; a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

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

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

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

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

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

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

        .navbar-form .input-group &gt; .form-control {
            width: 100%;
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

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

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

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

    .navbar-default .navbar-nav &gt; li &gt; a {
        color: #777;
    }

        .navbar-default .navbar-nav &gt; li &gt; a:focus,
        .navbar-default .navbar-nav &gt; li &gt; a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav &gt; .active &gt; a,
    .navbar-default .navbar-nav &gt; .active &gt; a:focus,
    .navbar-default .navbar-nav &gt; .active &gt; a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav &gt; .disabled &gt; a,
    .navbar-default .navbar-nav &gt; .disabled &gt; a:focus,
    .navbar-default .navbar-nav &gt; .disabled &gt; a:hover {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-nav &gt; .open &gt; a,
    .navbar-default .navbar-nav &gt; .open &gt; a:focus,
    .navbar-default .navbar-nav &gt; .open &gt; a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

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

        .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus,
        .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; 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-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-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav &gt; li &gt; a {
        color: #9d9d9d;
    }

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

    .navbar-inverse .navbar-nav &gt; .active &gt; a,
    .navbar-inverse .navbar-nav &gt; .active &gt; a:focus,
    .navbar-inverse .navbar-nav &gt; .active &gt; a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav &gt; .disabled &gt; a,
    .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus,
    .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav &gt; .open &gt; a,
    .navbar-inverse .navbar-nav &gt; .open &gt; a:focus,
    .navbar-inverse .navbar-nav &gt; .open &gt; a:hover {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
        border-color: #080808;
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #9d9d9d;
    }

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

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; 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-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;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb &gt; li {
        display: inline-block;
    }

        .breadcrumb &gt; li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

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

    .pagination &gt; li {
        display: inline;
    }

        .pagination &gt; li &gt; a,
        .pagination &gt; li &gt; span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

            .pagination &gt; li &gt; a:focus,
            .pagination &gt; li &gt; a:hover,
            .pagination &gt; li &gt; span:focus,
            .pagination &gt; li &gt; span:hover {
                z-index: 2;
                color: #23527c;
                background-color: #eee;
                border-color: #ddd;
            }

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

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

    .pagination &gt; .active &gt; a,
    .pagination &gt; .active &gt; a:focus,
    .pagination &gt; .active &gt; a:hover,
    .pagination &gt; .active &gt; span,
    .pagination &gt; .active &gt; span:focus,
    .pagination &gt; .active &gt; span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

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

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

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

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

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

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

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

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

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:focus,
    .label-info[href]:hover {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:focus,
    .label-warning[href]:hover {
        background-color: #ec971f;
    }

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

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

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

.nav-pills &gt; .active &gt; a &gt; .badge {
    color: #337ab7;
    background-color: #fff;
}

.nav-pills &gt; li &gt; a &gt; .badge {
    margin-left: 3px;
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
}

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

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

.alert-dismissible {
    padding-right: 35px;
}

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

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

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

    .alert-info .alert-link {
        color: #245269;
    }

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

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

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger .alert-link {
    color: #843534;
}

.progress-bar-info {
    background-color: #5bc0de;
}

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

.progress-bar-warning {
    background-color: #f0ad4e;
}

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

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.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.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; .small,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading &gt; .small,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading &gt; .small,
.list-group-item.active:hover .list-group-item-heading &gt; small {
    color: inherit;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus,
    a.list-group-item-info:hover,
    button.list-group-item-info:focus,
    button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:focus,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active,
    button.list-group-item-info.active:focus,
    button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus,
    a.list-group-item-warning:hover,
    button.list-group-item-warning:focus,
    button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:focus,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

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

.panel-body {
    padding: 15px;
}

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

    .panel-heading &gt; .dropdown .dropdown-toggle {
        color: inherit;
    }

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

    .panel-title &gt; .small,
    .panel-title &gt; .small &gt; a,
    .panel-title &gt; a,
    .panel-title &gt; small,
    .panel-title &gt; small &gt; a {
        color: inherit;
    }

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

.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
    margin-bottom: 0;
}

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

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

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

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

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

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

.panel &gt; .panel-collapse &gt; .table,
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table {
    margin-bottom: 0;
}

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

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

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

            .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
            .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
            .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
            .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
            .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
            .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
            .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
            .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
            .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
            .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
            .panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
            .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
            .panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
            .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
            .panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

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

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

            .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
            .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
            .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
            .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
            .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
            .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
            .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
            .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
            .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
            .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
            .panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
            .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
            .panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
            .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
            .panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

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

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

.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary &gt; .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary &gt; .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success &gt; .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success &gt; .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info &gt; .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info &gt; .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning &gt; .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning &gt; .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger &gt; .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger &gt; .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
        border-bottom-color: #ebccd1;
    }

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

    .close:focus,
    .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
    }

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -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 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.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, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    opacity: 0;
}

    .tooltip.in {
        opacity: 0.9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

    .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;
        bottom: 0;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000;
    }

    .tooltip.top-right .tooltip-arrow {
        bottom: 0;
        left: 5px;
        margin-bottom: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000;
    }

    .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 {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000;
    }

    .tooltip.bottom-left .tooltip-arrow {
        top: 0;
        right: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000;
    }

    .tooltip.bottom-right .tooltip-arrow {
        top: 0;
        left: 5px;
        margin-top: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

    .popover &gt; .arrow {
        border-width: 11px;
    }

        .popover &gt; .arrow,
        .popover &gt; .arrow:after {
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
        }

            .popover &gt; .arrow:after {
                content: "";
                border-width: 10px;
            }

    .popover.top &gt; .arrow {
        bottom: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-color: #999;
        border-top-color: rgba(0, 0, 0, 0.25);
        border-bottom-width: 0;
    }

        .popover.top &gt; .arrow:after {
            bottom: 1px;
            margin-left: -10px;
            content: " ";
            border-top-color: #fff;
            border-bottom-width: 0;
        }

    .popover.right &gt; .arrow {
        top: 50%;
        left: -11px;
        margin-top: -11px;
        border-right-color: #999;
        border-right-color: rgba(0, 0, 0, 0.25);
        border-left-width: 0;
    }

        .popover.right &gt; .arrow:after {
            bottom: -10px;
            left: 1px;
            content: " ";
            border-right-color: #fff;
            border-left-width: 0;
        }

    .popover.bottom &gt; .arrow {
        top: -11px;
        left: 50%;
        margin-left: -11px;
        border-top-width: 0;
        border-bottom-color: #999;
        border-bottom-color: rgba(0, 0, 0, 0.25);
    }

        .popover.bottom &gt; .arrow:after {
            top: 1px;
            margin-left: -10px;
            content: " ";
            border-top-width: 0;
            border-bottom-color: #fff;
        }

    .popover.left &gt; .arrow {
        top: 50%;
        right: -11px;
        margin-top: -11px;
        border-right-width: 0;
        border-left-color: #999;
        border-left-color: rgba(0, 0, 0, 0.25);
    }

        .popover.left &gt; .arrow:after {
            right: 1px;
            bottom: -10px;
            content: " ";
            border-right-width: 0;
            border-left-color: #fff;
        }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner &gt; .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner &gt; .item &gt; a &gt; img,
        .carousel-inner &gt; .item &gt; img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner &gt; .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner &gt; .item.active.right,
        .carousel-inner &gt; .item.next {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner &gt; .item.active.left,
        .carousel-inner &gt; .item.prev {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner &gt; .item.active,
            .carousel-inner &gt; .item.next.left,
            .carousel-inner &gt; .item.prev.right {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
    display: block;
}

.carousel-inner &gt; .active {
    left: 0;
}

.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner &gt; .next {
    left: 100%;
}

.carousel-inner &gt; .prev {
    left: -100%;
}

    .carousel-inner &gt; .next.left,
    .carousel-inner &gt; .prev.right {
        left: 0;
    }

.carousel-inner &gt; .active.left {
    left: -100%;
}

.carousel-inner &gt; .active.right {
    left: 100%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right {
        margin-right: -10px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.btn-group-vertical &gt; .btn-group:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before {
    display: table;
    content: " ";
}

.btn-group-vertical &gt; .btn-group:after,
.btn-toolbar:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.panel-body:after {
    clear: both;
}

.invisible {
    visibility: hidden;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

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

@media print {
    .hidden-print {
        display: none !important;
    }
}
/*!
 * angular-aside - v1.4.0
 * https://github.com/dbtek/angular-aside
 * 2017-03-27
 * Copyright (c) 2017 Ä°smail Demirbilek
 * License: MIT
 */ /*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInTop {
    -webkit-animation-name: fadeInTop;
    animation-name: fadeInTop;
}

@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInBottom {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

.ng-aside {
    overflow-y: auto;
    overflow-x: hidden;
}

    .ng-aside .modal-dialog {
        position: absolute;
        margin: 0;
        padding: 0;
    }

    .ng-aside.fade .modal-dialog {
        -o-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -webkit-transition: none;
        transition: none;
        -o-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .ng-aside .modal-dialog .modal-content {
        overflow-y: auto;
        overflow-x: hidden;
        border: none;
        border-radius: 0;
    }

    .ng-aside.horizontal,
    .ng-aside.horizontal .modal-dialog .modal-content {
        height: 100%;
    }

        .ng-aside.horizontal .modal-dialog {
            position: absolute;
            top: 0;
            height: 100%;
        }

.modal-open .ng-aside.horizontal.left .modal-dialog {
    animation: fadeOutLeft 250ms;
    -webkit-animation: fadeOutLeft 250ms;
    -moz-animation: fadeOutLeft 250ms;
    -o-animation: fadeOutLeft 250ms;
    -ms-animation: fadeOutLeft 250ms;
}

.ng-aside.horizontal.left.in .modal-dialog {
    animation: fadeInLeft 0.4s;
    -webkit-animation: fadeInLeft 0.4s;
    -moz-animation: fadeInLeft 0.4s;
    -o-animation: fadeInLeft 0.4s;
    -ms-animation: fadeInLeft 0.4s;
}

.ng-aside.horizontal.left .modal-dialog {
    left: 0;
}

.ng-aside.horizontal.right .modal-dialog {
    animation: fadeOutRight 0.4s;
    -webkit-animation: fadeOutRight 0.4s;
    -moz-animation: fadeOutRight 0.4s;
    -o-animation: fadeOutRight 0.4s;
    -ms-animation: fadeOutRight 0.4s;
}

.ng-aside.horizontal.right.in .modal-dialog {
    animation: fadeInRight 250ms;
    -webkit-animation: fadeInRight 250ms;
}

.ng-aside.horizontal.right .modal-dialog {
    right: 0;
}

.ng-aside.vertical {
    width: 100% !important;
    overflow: hidden;
}

    .ng-aside.vertical .modal-dialog {
        left: 0;
        right: 0;
        width: 100% !important;
    }

        .ng-aside.vertical .modal-dialog .modal-content {
            max-height: 400px;
        }

    .ng-aside.vertical.top .modal-dialog {
        animation: fadeOutUp 250ms;
        -webkit-animation: fadeOutUp 250ms;
        -webkit-animation: fadeOutUp 250ms;
        -moz-animation: fadeOutUp 250ms;
        -o-animation: fadeOutUp 250ms;
        -ms-animation: fadeOutUp 250ms;
    }

    .ng-aside.vertical.top.in .modal-dialog {
        animation: fadeInTop 250ms;
        -webkit-animation: fadeInTop 250ms;
        -webkit-animation: fadeInTop 250ms;
        -moz-animation: fadeInTop 250ms;
        -o-animation: fadeInTop 250ms;
        -ms-animation: fadeInTop 250ms;
    }

    .ng-aside.vertical.bottom .modal-dialog {
        animation: fadeOutDown 250ms;
        -webkit-animation: fadeOutDown 250ms;
        -webkit-animation: fadeOutDown 250ms;
        -moz-animation: fadeOutDown 250ms;
        -o-animation: fadeOutDown 250ms;
        -ms-animation: fadeOutDown 250ms;
    }

    .ng-aside.vertical.bottom.in .modal-dialog {
        animation: fadeInBottom 250ms;
        -webkit-animation: fadeInBottom 250ms;
        -webkit-animation: fadeInBottom 250ms;
        -moz-animation: fadeInBottom 250ms;
        -o-animation: fadeInBottom 250ms;
        -ms-animation: fadeInBottom 250ms;
    }

    .ng-aside.vertical.bottom .modal-dialog {
        bottom: 0;
    }

    .ng-aside.vertical.top .modal-dialog {
        top: 0;
    }

    .ng-aside.vertical .modal-dialog .modal-content {
        width: 100%;
    }

@font-face {
    font-family: "Segoe UI Regular";
    src: local("Segoe UI Regular"), url(../fonts/SegoeUIRegular/segoeui-regular.bface2b5.eot?#iefix) format("embedded-opentype"), url(../fonts/SegoeUIRegular/segoeui-regular.46749bba.woff) format("woff"), url(../fonts/SegoeUIRegular/segoeui-regular.8af990b6.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI Light";
    src: local("Segoe UI Light"), local("Segoe WP Light"), url(../fonts/SegoeUILight/segoeui-light.6a0ceea1.eot?#iefix) format("embedded-opentype"), url(../fonts/SegoeUILight/segoeui-light.aca944af.woff) format("woff"), url(../fonts/SegoeUILight/segoeui-light.68147675.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI Semibold";
    src: local("Segoe Semibold"), local("Segoe WP Semibold"), url(../fonts/SegoeUISemibold/segoeui-semibold.918c4675.eot?#iefix) format("embedded-opentype"), url(../fonts/SegoeUISemibold/segoeui-semibold.f9ec3999.woff) format("woff"), url(../fonts/SegoeUISemibold/segoeui-semibold.06fef221.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Segoe UI Semilight";
    src: local("Segoe UI Semilight"), local("Segoe WP Semilight"), url(../fonts/SegoeUISemilight/segoeui-semilight.3eb79218.eot?#iefix) format("embedded-opentype"), url(../fonts/SegoeUISemilight/segoeui-semilight.6a419545.woff) format("woff"), url(../fonts/SegoeUISemilight/segoeui-semilight.6c26c24a.ttf) format("truetype");
}

@font-face {
    font-family: o365Icons;
    src: url(../fonts/o365Icons/office365icons.e389f6ec.eot?#iefix) format("embedded-opentype"), url(../fonts/o365Icons/office365icons.9dcc8d21.woff) format("woff"), url(../fonts/o365Icons/office365icons.76e1af9c.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: segoeMDL2;
    src: url(../fonts/SegoeMDL2/SegoeMDL2Assets.a1a24a7d.ttf) format("woff2"), url(../fonts/SegoeMDL2/SegoeMDL2Assets.6e941c2e.woff) format("woff"), url(../fonts/SegoeMDL2/SegoeMDL2Assets.a1a24a7d.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.o365-warning:before {
    content: "\e00b ";
}

.o365-pin:before {
    content: "\e167 ";
}

.md2 {
    display: inline-block;
    font: normal normal normal 14px/1 segoeMDL2;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.md2-Upload:before {
    content: "\E898";
}

.md2-Download:before {
    content: "\E896";
}

button,
html,
input,
select,
textarea {
    color: #222;
    resize: none;
}

img {
    vertical-align: middle;
}

.no-padding {
    padding: 0 !important;
}

body,
html {
    height: 100%;
    width: 100%;
}

body {
    line-height: 1.4;
    font-family: "Segoe UI Regular", "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    min-width: 320px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    overflow-y: hidden;
}

.dropdown-menu {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

    .dropdown-menu &gt; li &gt; a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.url {
    color: #2c87f0;
}

.js-focus-visible :focus:not(:focus-visible) {
    outline: 0 !important;
}

h3,
h4 {
    font-family: "Segoe UI Regular", "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #333;
    text-rendering: optimizeLegibility;
}

.dark .modal-header h1,
.dark .modal-header h2,
.dark .modal-header h3,
.dark .modal-header h4,
.dark .modal-header h5,
.dark .modal-header h6,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #fff;
}

p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

a {
    color: #333;
    word-wrap: break-word;
    -webkit-transition: all 0.25s, color 0.1s ease-in, background 0.1s ease-in;
    transition: all 0.25s, color 0.1s ease-in, background 0.1s ease-in;
}

input {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #333;
}

a.rdhtml5-bluelinks:hover {
    text-decoration: underline;
    outline: 0;
    color: #0072c6;
}

a.rdhtml5-panel-links:hover {
    text-decoration: none;
    outline: 0;
    color: #0072c6;
}

.close {
    color: #727272;
    opacity: 1;
}

    .close:focus,
    .close:hover {
        color: #727272;
        opacity: 1;
    }

a.disabled {
    color: #aaa;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

a:after,
a:before {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a.appLink:active,
a.appLink:active h4 {
    opacity: 0.4;
}

a.sidepanel-options {
    color: #777;
}

a:hover.sidepanel-options {
    color: #000;
}

.context-menu {
    display: none;
    position: absolute;
    z-index: 10;
    min-width: 160px;
    background-color: #3a3a3a;
}

.context-menu--active {
    display: block;
}

.context-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu__item {
    display: block;
}

.context-menu__link {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
}

    .context-menu__link &gt; i {
        position: relative;
        top: 2px;
        margin-right: 8px;
    }

    .context-menu__link:hover {
        color: #fff;
        background-color: #757575;
    }

.col-lg-6 {
    padding-left: 6px;
    padding-right: 6px;
}

.dropdown-menu {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.form-control {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius: 0;
}

.invalid-input-message {
    color: red;
}

.modal.rdhtml5-sidepanel {
    top: 0;
    background: 0 0;
}

.ng-aside.horizontal.rdhtml5-sidepanel .modal-dialog {
    top: 48px;
    width: 450px;
    max-width: 100%;
    height: calc(100% - 48px) !important;
}

.ng-aside .modal-dialog .modal-content {
    border: 2px solid #d9d9d9;
    min-height: 500px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    min-height: 100%;
    height: auto;
}

.rdhtml5-sidepanel-optionlist {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.rdhtml5-sidepanel-privacy {
    position: relative;
    top: -2px;
}

.modal-header {
    position: relative;
    padding: 10px 20px 20px 30px;
    border-radius: 0;
    border-bottom: none;
}

.modal-body {
    padding: 0 20px 10px 30px;
}
#formContainer .modal-footer{
	display:grid;
	
}
.modal-footer {
    border-top: none;
    margin-top: 0;
    display: flex;
  justify-content: center;
}
.mdl-Cross{
	color:#fff !important;
}
.modal-footer--no-left-padding {
    padding-left: 0;
}

.modal-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
}

.modal-header h4 {
    color: #34383b;
}

.modal-content {
    border-radius: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.47);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.47);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.47);
}

.concenter-modal + .modal-backdrop {
    background-color: rgba(234, 234, 234, 0.65) !important;
}

.session-modal + .modal-backdrop {
    background-color: rgba(38, 38, 38, 0.5) !important;
}

.rdhtml5-sidepanel + .modal-backdrop {
    display: none;
}

.dark .rdp-connection-dialog {
    color: #fff;
    background-color: #222;
}

.rdp-connection-dialog__footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.rdp-connection-dialog__footer-details {
    padding-bottom: 15px;
    padding-left: 30px;
}

.dark .modal-content {
    color: #fff;
    background-color: #222;
    outline: 1px solid transparent;
}

.dark .modal-dialog {
    outline: 1px solid transparent;
}

.dark a {
    color: #fff;
    text-decoration: underline;
}

    .dark a.disabled {
        color: #666;
        cursor: default;
        pointer-events: none;
        text-decoration: none;
    }

.dark .no-text-decoration {
    text-decoration: none;
}

.dark a:focus,
.dark a:hover {
    color: #d3d3d3;
}

.checkbox-label {
    font-weight: 400;
    padding-top: 5px;
}

.redirection-unavailable {
    color: #d3d3d3;
    cursor: help;
}

.redirection-unavailable-popover {
    color: #000;
}

    .redirection-unavailable-popover.popover {
        margin-left: -48px;
    }

input[type="checkbox"] {
    opacity: 0;
}

    input[type="checkbox"] + .checkbox-tick {
        content: "";
        display: inline-block;
        vertical-align: -4px;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        border: 2px solid #c2c2c2;
    }

    input[type="checkbox"]:focus + .checkbox-tick,
    input[type="checkbox"]:focus:checked + .checkbox-tick,
    label:hover input[type="checkbox"] + .checkbox-tick {
        border: 2px solid #000;
    }

    input[type="checkbox"]:checked + .checkbox-tick {
        background-color: #fff;
        border-color: #000;
    }

    input[type="checkbox"]:disabled + .checkbox-tick,
    label:hover input[type="checkbox"]:disabled + .checkbox-tick {
        border-color: #bbb;
        cursor: not-allowed;
    }

    input[type="checkbox"]:disabled:checked + .checkbox-tick {
        background-color: #bbb;
        border-color: transparent;
    }

    input[type="checkbox"]:checked + .checkbox-tick:after {
        content: "";
        position: relative;
        top: -2px;
        left: 4px;
        display: table;
        width: 8px;
        height: 16px;
        border: 2px solid #000;
        border-top-width: 0;
        border-left-width: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.dark input[type="checkbox"] + .checkbox-tick {
    border: 2px solid #ddd;
    flex: 0 0 auto;
}

.dark input[type="checkbox"]:focus + .checkbox-tick,
.dark input[type="checkbox"]:focus:checked + .checkbox-tick,
.dark label:hover input[type="checkbox"] + .checkbox-tick {
    border: 2px solid #fff;
    outline: 2px dotted transparent;
}

.dark input[type="checkbox"]:checked + .checkbox-tick {
    background-color: #0072c6;
    border-color: transparent;
}

.dark input[type="checkbox"]:disabled + .checkbox-tick,
.dark label:hover input[type="checkbox"]:disabled + .checkbox-tick {
    border-color: #888;
}

.dark input[type="checkbox"]:disabled:checked + .checkbox-tick {
    background-color: #888;
    border-color: transparent;
}

.dark input[type="checkbox"]:checked + .checkbox-tick:after {
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
}

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

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline-width: thin;
        outline-style: dotted;
        outline-offset: -2px;
    }

.btn-larger {
    padding: 7px 27px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}

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

.btn-default {
    color: #666;
    background-color: #fff;
    border-color: #eee;
}

    .btn-default.focus,
    .btn-default:focus {
        color: #666;
        background-color: #e6e6e6;
        border-color: #aeaeae;
    }

    .btn-default:hover {
        color: #666;
        background-color: #e6e6e6;
        border-color: #cfcfcf;
    }

    .btn-default.active,
    .btn-default:active,
    .open &gt; .dropdown-toggle.btn-default {
        color: #666;
        background-color: #e6e6e6;
        border-color: #cfcfcf;
    }

        .btn-default.active.focus,
        .btn-default.active:focus,
        .btn-default.active:hover,
        .btn-default:active.focus,
        .btn-default:active:focus,
        .btn-default:active:hover,
        .open &gt; .dropdown-toggle.btn-default.focus,
        .open &gt; .dropdown-toggle.btn-default:focus,
        .open &gt; .dropdown-toggle.btn-default:hover {
            color: #666;
            background-color: #d4d4d4;
            border-color: #aeaeae;
        }

    .btn-default.active,
    .btn-default:active,
    .open &gt; .dropdown-toggle.btn-default {
        background-image: none;
    }

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

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

.btn-primary {
    color: #fff;
    background-color: #0072c6;
    border-color: transparent;
}

    .btn-primary.focus,
    .btn-primary:focus {
        color: #fff;
        background-color: #0c7cd5;
        border-color: transparent;
        outline-color: #fff;
    }

    .btn-primary:hover {
        color: #fff;
        background-color:rgba(0, 128, 0,0.75);
        border-color: transparent;
    }

    .btn-primary.active,
    .btn-primary:active,
    .open &gt; .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #0c7cd5;
        border-color: transparent;
    }

        .btn-primary.active.focus,
        .btn-primary.active:focus,
        .btn-primary.active:hover,
        .btn-primary:active.focus,
        .btn-primary:active:focus,
        .btn-primary:active:hover,
        .open &gt; .dropdown-toggle.btn-primary.focus,
        .open &gt; .dropdown-toggle.btn-primary:focus,
        .open &gt; .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #0a68b4;
            border-color: transparent;
        }

    .btn-primary.active,
    .btn-primary:active,
    .open &gt; .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: #f0f0f0;
        border-color: transparent;
        color: #b7b7b7;
    }

    .btn-primary .badge {
        color: #2196f3;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: transparent;
}

    .btn-success.focus,
    .btn-success:focus {
        color: #fff;
        background-color: #3d8b40;
        border-color: transparent;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #3d8b40;
        border-color: transparent;
    }

    .btn-success.active,
    .btn-success:active,
    .open &gt; .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #3d8b40;
        border-color: transparent;
    }

        .btn-success.active.focus,
        .btn-success.active:focus,
        .btn-success.active:hover,
        .btn-success:active.focus,
        .btn-success:active:focus,
        .btn-success:active:hover,
        .open &gt; .dropdown-toggle.btn-success.focus,
        .open &gt; .dropdown-toggle.btn-success:focus,
        .open &gt; .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #327334;
            border-color: transparent;
        }

    .btn-success.active,
    .btn-success:active,
    .open &gt; .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: #4caf50;
        border-color: transparent;
    }

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

.btn-group-lg &gt; .btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 3px;
}

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

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

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

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

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

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #d3d3d3;
    color: #000;
    text-shadow: none;
}

input[type="checkbox"] + .checkbox-toggle {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
    vertical-align: -7px;
    margin-right: 15px;
    border: 1px solid #c2c2c2;
    border-radius: 12px;
    background-color: #bbb;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input[type="checkbox"]:enabled:focus + .checkbox-toggle,
input[type="checkbox"]:enabled:hover + .checkbox-toggle {
    background-color: #ccc;
    outline: 1px dotted transparent;
}

input[type="checkbox"]:disabled + .checkbox-toggle {
    background-color: #ddd;
}

input[type="checkbox"]:checked + .checkbox-toggle {
    background-color: #0078d7;
}

input[type="checkbox"]:enabled:checked:focus + .checkbox-toggle,
input[type="checkbox"]:enabled:checked:hover + .checkbox-toggle {
    background-color: #2196f3;
}

input[type="checkbox"]:enabled:focus + .checkbox-toggle,
input[type="checkbox"]:enabled:hover + .checkbox-toggle {
    outline: 1px dotted #000;
}

input[type="checkbox"] + .checkbox-toggle:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    background-color: #fff;
    border: 0;
}

input[type="checkbox"]:checked + .checkbox-toggle::after {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

.dark .btn-default {
    color: #fff;
    background-color: #008000;
    border-color: transparent;
}

    .dark .btn-default.focus,
    .dark .btn-default:focus {
        color: #fff;
        background-color: #555;
    }

    .dark .btn-default:focus {
        outline: #fff solid 2px !important;
        outline-color: #fff !important;
    }

    .dark .btn-default:hover {
        color: #fff;
        background-color: #555;
    }

    .dark .btn-default.active,
    .dark .btn-default:active,
    .dark .open &gt; .dropdown-toggle.btn-default {
        color: #fff;
        background-color: #555;
    }

        .dark .btn-default.active.focus,
        .dark .btn-default.active:focus,
        .dark .btn-default.active:hover,
        .dark .btn-default:active.focus,
        .dark .btn-default:active:focus,
        .dark .btn-default:active:hover,
        .dark .open &gt; .dropdown-toggle.btn-default.focus,
        .dark .open &gt; .dropdown-toggle.btn-default:focus,
        .dark .open &gt; .dropdown-toggle.btn-default:hover {
            color: #fff;
            background-color: #555;
        }

    .dark .btn-default.disabled,
    .dark .btn-default.disabled.active,
    .dark .btn-default.disabled.focus,
    .dark .btn-default.disabled:active,
    .dark .btn-default.disabled:focus,
    .dark .btn-default.disabled:hover,
    .dark .btn-default[disabled],
    .dark .btn-default[disabled].active,
    .dark .btn-default[disabled].focus,
    .dark .btn-default[disabled]:active,
    .dark .btn-default[disabled]:focus,
    .dark .btn-default[disabled]:hover,
    .dark fieldset[disabled] .btn-default,
    .dark fieldset[disabled] .btn-default.active,
    .dark fieldset[disabled] .btn-default.focus,
    .dark fieldset[disabled] .btn-default:active,
    .dark fieldset[disabled] .btn-default:focus,
    .dark fieldset[disabled] .btn-default:hover {
        background-color: #444;
        border-color: #555;
    }

    .dark .btn-default .badge {
        color: #000;
        background-color: #ccc;
    }

.rdhtml5-activewindow {
    background-color: #4e4e4e;
}

span.loader-text {
    display: inline-block;
    position: relative;
    top: -7px;
    margin-left: 5px;
}

div.spinnerContainer {
    display: inline-block;
}

#circularG {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-block;
}

.circularG {
    position: absolute;
    background-color: #0072c6;
    opacity: 0.05;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    animation: bounce_circularG 1s infinite;
    -o-animation: bounce_circularG 1s infinite;
    -ms-animation: bounce_circularG 1s infinite;
    -webkit-animation: bounce_circularG 1s infinite;
    -moz-animation: bounce_circularG 1s infinite;
}

#circularG_1 {
    left: 0;
    top: 11px;
}

#circularG_2 {
    left: 3px;
    top: 3px;
    animation-delay: 125ms;
    -o-animation-delay: 125ms;
    -ms-animation-delay: 125ms;
    -webkit-animation-delay: 125ms;
    -moz-animation-delay: 125ms;
}

#circularG_3 {
    top: 0;
    left: 11px;
    animation-delay: 250ms;
    -o-animation-delay: 250ms;
    -ms-animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
    -moz-animation-delay: 250ms;
}

#circularG_4 {
    right: 4px;
    top: 3px;
    animation-delay: 375ms;
    -o-animation-delay: 375ms;
    -ms-animation-delay: 375ms;
    -webkit-animation-delay: 375ms;
    -moz-animation-delay: 375ms;
}

#circularG_5 {
    right: 0;
    top: 10px;
    animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
}

#circularG_6 {
    right: 3px;
    bottom: 3px;
    animation-delay: 625ms;
    -o-animation-delay: 625ms;
    -ms-animation-delay: 625ms;
    -webkit-animation-delay: 625ms;
    -moz-animation-delay: 625ms;
}

#circularG_7 {
    left: 11px;
    bottom: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#circularG_8 {
    left: 3px;
    bottom: 3px;
    animation-delay: 875ms;
    -o-animation-delay: 875ms;
    -ms-animation-delay: 875ms;
    -webkit-animation-delay: 875ms;
    -moz-animation-delay: 875ms;
}

.top-spinner &gt; #circularG {
    position: relative;
    width: 41px;
    height: 41px;
    display: inline-block;
}

.top-spinner .circularG {
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.top-spinner #circularG_1 {
    left: 0;
    top: 16px;
}

.top-spinner #circularG_2 {
    left: 5px;
    top: 5px;
}

.top-spinner #circularG_3 {
    top: 0;
    left: 16px;
}

.top-spinner #circularG_4 {
    top: 5px;
    right: 5px;
}

.top-spinner #circularG_5 {
    top: 16px;
    right: 0;
}

.top-spinner #circularG_6 {
    right: 5px;
    bottom: 5px;
}

.top-spinner #circularG_7 {
    left: 16px;
    bottom: 0;
}

.top-spinner #circularG_8 {
    left: 5px;
    bottom: 4px;
}

@keyframes bounce_circularG {
    100% {
        opacity: 0.05;
    }

    87.5% {
        opacity: 0.075;
    }

    75% {
        opacity: 0.15;
    }

    62.5% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.4;
    }

    37.5% {
        opacity: 0.6;
    }

    25% {
        opacity: 0.8;
    }

    12.5% {
        opacity: 0.95;
    }

    0% {
        opacity: 1;
    }
}

@-o-keyframes bounce_circularG {
    100% {
        opacity: 0.05;
    }

    87.5% {
        opacity: 0.075;
    }

    75% {
        opacity: 0.15;
    }

    62.5% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.4;
    }

    37.5% {
        opacity: 0.6;
    }

    25% {
        opacity: 0.8;
    }

    12.5% {
        opacity: 0.95;
    }

    0% {
        opacity: 1;
    }
}

@-webkit-keyframes bounce_circularG {
    100% {
        opacity: 0.05;
    }

    87.5% {
        opacity: 0.075;
    }

    75% {
        opacity: 0.15;
    }

    62.5% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.4;
    }

    37.5% {
        opacity: 0.6;
    }

    25% {
        opacity: 0.8;
    }

    12.5% {
        opacity: 0.95;
    }

    0% {
        opacity: 1;
    }
}

@-moz-keyframes bounce_circularG {
    100% {
        opacity: 0.05;
    }

    87.5% {
        opacity: 0.075;
    }

    75% {
        opacity: 0.15;
    }

    62.5% {
        opacity: 0.25;
    }

    50% {
        opacity: 0.4;
    }

    37.5% {
        opacity: 0.6;
    }

    25% {
        opacity: 0.8;
    }

    12.5% {
        opacity: 0.95;
    }

    0% {
        opacity: 1;
    }
}

.ratingStars {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 32px;
}

    .ratingStars .ratingStar {
        display: inline-block;
        width: 36px;
        height: 28px;
        margin: 0;
        color: #d1d1d1;
    }

.ratingStar.mdl-FullStar {
    color: #ff8900;
}

.feedback &gt; div.input-group {
    padding: 0;
}

.rdp-radio-container {
    cursor: pointer;
    display: table;
    padding-bottom: 6px;
    padding-left: 28px;
    padding-right: 6px;
    padding-top: 6px;
    position: relative;
    user-select: none;
    margin-bottom: 12px;
}

    .rdp-radio-container span:not(.rdp-radio-checkmark) {
        color: #000;
        font-size: 15px;
        line-height: 18px;
        word-wrap: break-word;
    }

    .rdp-radio-container input {
        cursor: pointer;
        opacity: 0;
        position: absolute;
    }

.rdp-radio-checkmark {
    background-color: #eee;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 20px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 20px;
}

    .rdp-radio-checkmark:after {
        content: "";
        display: none;
        position: absolute;
    }

.rdp-radio-container input:checked ~ .rdp-radio-checkmark {
    border-color: #0078d7;
}

    .rdp-radio-container input:checked ~ .rdp-radio-checkmark:after {
        display: block;
    }

.rdp-radio-container-focused {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}

.rdp-radio-container input:focus + .rdp-radio-container-focused {
    width: 100%;
    height: 100%;
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}

.rdp-radio-container .rdp-radio-checkmark:after {
    background: #000;
    border-radius: 50%;
    height: 10px;
    left: 3px;
    top: 3px;
    width: 10px;
}

.rdp-radio-container.disabled,
.rdp-radio-container[disabled] {
    opacity: 0.4;
    cursor: not-allowed;
}

.panel-group .panel {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.sidepanel-header {
    padding: 36px 20px 0 30px;
}

    .sidepanel-header .close {
        position: relative;
        top: -45px;
    }

.sidepanel-content {
    padding: 36px 20px 0 30px;
}

.sidepanel-header-title {
    color: #000;
    font-size: 2.5rem;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.2;
}

.sidepanel-content-wrapper {
    font-style: normal;
    font-weight: 400;
}

.sidepanel-content-title {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

.sidepanel-content-subtitle {
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
}

.sidepanel-content-admin-setting-message {
    margin-bottom: 15px;
    color: red;
}

.sidepanel-content p {
    margin-bottom: 0;
}

.sidepanel-content label {
    font-weight: 400;
}

.sidepanel-content a,
.sidepanel-text-content a {
    color: #0070c0;
}

    .sidepanel-content a:focus,
    .sidepanel-content a:hover,
    .sidepanel-text-content a:focus,
    .sidepanel-text-content a:hover {
        color: #00008b;
    }

.sidepanel-content .checkbox-toggle-label {
    font-weight: 700;
}

.sidepanel-text-content {
    position: absolute;
    top: 100px;
    bottom: 25px;
    left: 25px;
    right: 25px;
    padding-right: 25px;
    overflow: auto;
    word-wrap: break-word;
}

    .sidepanel-text-content p {
        line-height: normal;
    }

    .sidepanel-text-content hr {
        border: none;
        border-top: 1px solid #000;
    }

    .sidepanel-text-content .normal {
        font-weight: 400;
    }

    .sidepanel-text-content ul.disc {
        list-style-type: disc;
    }

.panel-heading {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0 12px;
    cursor: pointer;
}

.sidepanel-bottom-content {
    position: absolute;
    bottom: 8px;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.panel-body {
    background-color: rgba(245, 245, 245, 0);
}

.panel-default &gt; .panel-heading {
    background-color: #cecec9;
}

.panel {
    background-color: rgba(245, 245, 245, 0);
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 2px solid #fff;
}

.rdhtml5-nocontent {
    font-size: 25px;
    margin-top: 60px;
}

.rdhtml5-tenant-noresources {
    margin: 10px;
}

.launchMode-download-message {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -50px;
}

.launchMode-download-message-title {
    font-size: 42px;
    line-height: 52px;
    padding: 20px 0 10px 0;
}

.launchMode-download-message-tagline {
    font-size: 20px;
    line-height: 28px;
    color: #484644;
}

.rdhtml5-nav-menu .rdhtml5-nocontent {
    margin-top: -10px;
}

.chevron-rotate {
    -webkit-transition: -webkit-transform 0.25s !important;
    -moz-transition: -moz-transform 0.25s !important;
    -o-transition: -o-transform 0.25s !important;
    transition: transform 0.25s !important;
}

.chevron-rotate-down {
    transform: rotate(90deg) !important;
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
}

.chevron-rotate-right {
    transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
}

.rdhtml5-workspace-title.supportRow &gt; div &gt; .mdl-ChevronRightSmall:before {
    vertical-align: -4px;
}

.rdhtml5-panel-content &gt; .rdhtml5-panel-title {
    font-size: 34px;
    font-weight: 700;
    color: #666;
    margin-bottom: 16px;
    font-family: "Segoe UI Light", "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
}

.rdhtml5-panel-content &gt; .panel-warning {
    margin-bottom: 28px;
}

.rdhtml5-panel-content &gt; .rdhtml5-panel-body {
    position: relative;
    line-height: 14px;
}

.panel-optionList {
    margin-left: 5px;
    position: relative;
    top: -4px;
}

button.skip-button {
    background-color: #ccc;
    color: #333;
}

    button.skip-button:hover {
        background-color: #8f8f8f;
        color: #1d1d1d;
    }

.form-control:focus {
    border-color: grey;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.banner-alert-ie {
    background-color: #fed9cc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-text {
    font-size: 15px;
    color: #000;
}

.banner-link {
    font-size: 15px;
    color: #0070c0;
}

.banner-close {
    position: static !important;
}

.banner-open-edge {
    cursor: pointer;
}

.banner-open-edge {
    cursor: pointer;
    background-color: #fff;
    border: #727272 2px solid;
    padding: 2px 12px;
    margin: 0 10px;
    border-radius: 2px;
}

    .banner-open-edge:hover {
        background-color: #eee;
    }

.splash-open.splash {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.splash .splash-inner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.splash-open.splash .splash-inner {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.main-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.splash-content &gt; .main-container {
    position: relative;
    top: 40px;
    width: 100%;
    height: calc(100% - 40px);
}

.main-container &gt; .canvas-container {
    overflow-x: hidden;
    overflow-y: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: content-box;
    border-top: 1px solid #7f7f7f;
}

    .main-container &gt; .canvas-container &gt; canvas {
        display: block;
        margin: auto;
    }

.main-container &gt; .dialog-container {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
}

.rdp-connection-dialog {
    position: absolute;
    left: 0;
    right: 0;
}

.rdhtml5-insession-connquality {
    position: relative;
    height: 100%;
    float: right;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate(0, 0);
}

.sidepanel-warning {
    padding-top: 0;
    padding-bottom: 28px;
}

.rdhtml5-insession-connquality #indicator {
    margin-top: 2px;
    margin-right: 0;
    width: 65px;
    height: 10px;
    display: block;
}

.rdhtml5-insession-navbar .rdhtml5-hover-class {
    -webkit-transition: background-color 0.467s cubic-bezier(0.1, 0.9, 0.2, 1) 34ms;
    -moz-transition: background-color 0.467s cubic-bezier(0.1, 0.9, 0.2, 1) 34ms;
    transition: background-color 0.467s cubic-bezier(0.1, 0.9, 0.2, 1) 34ms;
}

.rdhtml5-insession-navbar {
    margin: 0;
    display: block;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    height: 40px;
    line-height: 28px;
    position: absolute;
    top: 0;
    z-index: 3000;
    min-width: 600px;
}

.dark .rdhtml5-insession-navbar {
    background-color: #222;
}

.rdhtml5-insession-activeapps {
    display: block;
    max-width: 58px;
    float: left;
    margin-left: 8px;
    z-index: 3050;
}

.rdhtml5-insession-appicons &gt; img {
    position: relative;
    left: 8px;
    top: 8px;
    height: 24px;
}

.rdhtml5-insession-appicons {
    position: relative;
    height: 40px;
    width: 40px;
    top: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.005, 1.65, 1, -0.6);
    -moz-transition: all 0.2s cubic-bezier(0.005, 1.65, 1, -0.6);
    -o-transition: all 0.2s cubic-bezier(0.005, 1.65, 1, -0.6);
    transition: all 0.2s cubic-bezier(0.005, 1.65, 1, -0.6);
    -webkit-transition-timing-function: cubic-bezier(0.005, 1.65, 1, -0.6);
    -moz-transition-timing-function: cubic-bezier(0.005, 1.65, 1, -0.6);
    -o-transition-timing-function: cubic-bezier(0.005, 1.65, 1, -0.6);
    transition-timing-function: cubic-bezier(0.005, 1.65, 1, -0.6);
}

.rdhtml5-insession-activeicon &gt; img {
    outline: 8px solid #4e4e4e;
    background-color: #4e4e4e;
}

.rdhtml5-insession-appicons:hover &gt; img,
.rdhtml5-insession-appicons &gt; img.hover-class,
.rdhtml5-insession-appicons &gt; img.hover-class-dup {
    outline: 8px solid #666;
    background-color: #666;
}

.rdhtml5-insession-navbar .nav &gt; li:hover {
    background-color: #222;
    color: #3498db;
}

.rdhtml5-tooltip + .tooltip &gt; .tooltip-inner {
    font-size: 13px;
    border-radius: 0;
    min-width: 80px;
    padding: 3px 6px;
}

#rdhtml5-insession-view .tooltip-wrapper {
    float: left;
    display: inline;
    padding: 12px 14px;
}

.tooltip-arrow {
    display: none;
}

.tooltip &gt; .tooltip-inner {
    font-size: 11px !important;
    max-width: 200% !important;
}

.tooltip &gt; div {
    animation-name: delayedFadeIn;
    animation-duration: 0.5s;
    background-color: #fff;
    color: #666;
    border: solid #000 1px;
}

@keyframes delayedFadeIn {
    0% {
        opacity: 0;
    }

    99% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.rdhtml5-nav-menu {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    padding: 20px 10px 10px 20px;
    position: absolute;
    left: auto !important;
    right: auto !important;
    margin: 10px;
    width: 698px;
    height: auto;
    max-height: 50vh;
    overflow-y: auto;
    outline: 0;
    top: 40px;
    display: none;
    z-index: 2001;
}

.rdhtml5-nav-menuBeak {
    display: none;
    position: absolute;
    bottom: -11px;
    left: 5px;
    z-index: 2100;
}

    .rdhtml5-nav-menuBeak:after,
    .rdhtml5-nav-menuBeak:before {
        border: solid transparent;
        content: " ";
        height: 0;
        position: absolute;
        width: 0;
    }

    .rdhtml5-nav-menuBeak:before {
        border-width: 9px;
        border-bottom-color: #b6b6b6;
        top: -18px;
        left: 5px;
    }

    .rdhtml5-nav-menuBeak:after {
        border-width: 8px;
        border-bottom-color: #fff;
        top: -16px;
        left: 6px;
    }

.slideInT {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-name: slideInTTransformFrames;
    -moz-animation-name: slideInTTransformFrames;
    animation-name: slideInTTransformFrames;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideInTTransformFrames {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -12px);
        -moz-transform: translate(0, -12px);
        transform: translate(0, -12px);
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        -moz-animation-timing-function: cubic-bezier(0, 0, 0, 1);
        animation-timing-function: cubic-bezier(0, 0, 0, 1);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes slideInTTransformFrames {
    from {
        opacity: 0;
        -webkit-transform: translate(0, -12px);
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes slideInTTransformFrames {
    from {
        opacity: 0;
        -moz-transform: translate(0, -12px);
        -moz-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    }

    to {
        opacity: 1;
        -moz-transform: translate(0, 0);
    }
}

.slideOutT {
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-name: slideOutTTransformFrames;
    -moz-animation-name: slideOutTTransformFrames;
    animation-name: slideOutTTransformFrames;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes slideOutTTransformFrames {
    from {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
        -moz-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
        animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    }

    to {
        opacity: 0;
        -webkit-transform: translate(0, -12px);
        -moz-transform: translate(0, -12px);
        transform: translate(0, -12px);
    }
}

@-webkit-keyframes slideOutTTransformFrames {
    from {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    }

    to {
        opacity: 0;
        -webkit-transform: translate(0, -12px);
    }
}

@-moz-keyframes slideOutTTransformFrames {
    from {
        opacity: 1;
        -moz-transform: translate(0, 0);
        -moz-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    }

    to {
        opacity: 0;
        -moz-transform: translate(0, -12px);
    }
}

.top-spinner {
    top: calc(50% - 55px);
    left: calc(50% - 20px);
    position: absolute;
}

#background-loader &gt; .top-spinner {
    top: calc(50% - 105px);
}

@keyframes fade-in {
    0% {
        opacity: 0.95;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fade-in {
    0% {
        opacity: 0.95;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fade-in {
    0% {
        opacity: 0.95;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0.95;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.25;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fade-out {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.25;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fade-out {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.25;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 0.75;
    }

    50% {
        opacity: 0.5;
    }

    75% {
        opacity: 0.25;
    }

    100% {
        opacity: 0;
    }
}

.top-layer {
    z-index: 3001;
    display: none;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}

    .top-layer:hover {
        cursor: auto;
    }

    .top-layer.animatefadein {
        -webkit-animation: fade-in 1.5s linear;
        -moz-animation: fade-in 1.5s linear;
        -o-animation: fade-in 1.5s linear;
        animation: fade-in 1.5s linear;
    }

    .top-layer.animatefadeout {
        -webkit-animation: fade-out 1.5s linear;
        -moz-animation: fade-out 1.5s linear;
        -o-animation: fade-out 1.5s linear;
        animation: fade-out 1.5s linear;
    }

.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.6);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
}

::-webkit-scrollbar-thumb {
    height: 30px;
    width: 8px;
    background-color: rgba(0, 0, 0, 0.4);
}

    ::-webkit-scrollbar-thumb:active,
    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

::-webkit-scrollbar-track-piece {
    height: 30px;
    width: 30px;
    background-color: #d3d3d3;
}

::-webkit-scrollbar-button {
    background: 0 0;
    border: none;
    outline: 0;
}

::-webkit-scrollbar-corner {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    outline: 0;
}

.modal-header .qoe-close.close {
    margin-right: -5px;
    margin-top: 0;
    float: right;
}

.modal-header .audio-dialog-close.close {
    margin-top: 0;
    float: none;
}

.error-container,
.modal.rdhtml5-clipboard,
.modal.rdhtml5-cliphelptip,
.modal.rdhtml5-credPrompt,
.modal.rdhtml5-feedback,
.modal.rdhtml5-loader,
.modal.rdhtml5-localimealert,
.modal.rdhtml5-nogatewayerror,
.modal.rdhtml5-qoe,
.modal.rdhtml5-redirectionPrompt,
.modal.rdhtml5-sign-in,
.modal.rdhtml5-toast,
.modal.rdhtml5-unsupported {
    overflow: hidden;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
}

    .modal.rdhtml5-loader .modal-dialog {
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s;
    }

    .modal.rdhtml5-loader.in .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

.modal.rdhtml5-feedback,
.modal.rdhtml5-qoe {
    z-index: 1090 !important;
}

.modal.rdhtml5-toast &gt; div.modal-dialog,
.modal.rdhtml5-unsupported &gt; div.modal-dialog {
    width: auto;
}

.modal.rdhtml5-copyInstance + div.modal-backdrop {
    display: none;
}

.modal.rdhtml5-copyInstance {
    background: 0 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 510px;
    height: 217px;
}

.rdhtml5-copyInstance &gt; .modal-dialog {
    width: 350px;
    margin: 48px auto;
    position: absolute;
    right: 0;
    opacity: 0.8;
}

.rdhtml5-toast &gt; .modal-dialog &gt; .modal-content {
    background-color: #1a1a1a;
}

.rdhtml5-copyInstance &gt; .modal-dialog &gt; .modal-content {
    background-color: #fff;
}

.rdhtml5-credPrompt .modal-content,
.rdhtml5-loader .modal-content,
.rdhtml5-nogatewayerror .modal-content,
.rdhtml5-redirectionPrompt .modal-content,
.rdhtml5-sign-in .modal-content {
    border: none;
}

.rdhtml5-credPrompt .modal-dialog,
.rdhtml5-loader .modal-dialog,
.rdhtml5-nogatewayerror .modal-dialog,
.rdhtml5-redirectionPrompt .modal-dialog,
.rdhtml5-sign-in .modal-dialog {
    overflow-x: auto !important;
    overflow-y: auto !important;
    margin: auto;
    max-height: 100%;
}

.modal.rdhtml5-nogatewayerror,
.modal.rdhtml5-redirectionPrompt,
.modal.rdhtml5-sign-in {
    width: 100vw;
}

.rdhtml5-nogatewayerror .modal-content,
.rdhtml5-redirectionPrompt .modal-content,
.rdhtml5-sign-in .modal-content {
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}

.rdhtml5-credPrompt .modal-content,
.rdhtml5-credPrompt .modal-dialog,
.rdhtml5-loader .modal-dialog {
    min-width: 320px;
    max-width: 602px;
    width: 100%;
}

label.checkbox-label {
    display: flex;
}

.rdhtml5-sign-in .sign-in-warning.ng-hide:not(.ng-hide-animate) {
    display: block !important;
    visibility: hidden;
}

.rdhtml5-sign-in .sign-in-warning {
    padding: 0;
    border: none;
    margin: 0;
	color:red !important;
}

.rdhtml5-sign-in input:not([type]):disabled,
.rdhtml5-sign-in input[type="password"]:disabled,
.rdhtml5-sign-in input[type="text"]:disabled {
    background-color: #888;
    border-color: #888;
}

.rdhtml5-sign-in .rdp-field-label {
    display: inline-block;
    padding-bottom: 4px;
}

.rdhtml5-sign-in .modal-footer {
    padding-left: 30px;
    padding-right: 20px;
}

.rdhtml5-loader .modal-body {
    height: 130px;
    overflow-y: auto;
    margin-bottom: 20px;
}

connection-error {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    transform: translateY(-50%);
}

.error-container {
    position: absolute;
    left: 0;
    right: 0;
}

.error-content {
    margin: auto;
    width: 600px;
    font-size: 15px;
    text-align: left;
    color: #fff;
    background-color: #1f1f1f;
    outline: 1px solid transparent;
}

.rdhtml5-nogatewayerror .modal-body {
    height: 215px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.error-content .modal-body {
    height: auto;
    overflow-y: auto;
    margin-bottom: 20px;
}

.error-content .cert-info {
    margin-top: 20px;
}

    .error-content .cert-info &gt; h4 {
        font-size: 20px;
    }

    .error-content .cert-info .cert-field-name {
        margin-top: 5px;
        margin-bottom: 5px;
    }

.error-contentbox {
    margin: 0 auto;
    position: relative;
    max-width: 536px;
    min-width: 400px;
    height: 100%;
}

    .error-contentbox &gt; .error-status {
        padding-top: 22px;
        line-height: 44px;
        font-family: "Segoe UI Light", "Segoe UI Regular", "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
        font-size: 42px;
    }

    .error-contentbox &gt; .error-message {
        margin-top: 14px;
        font-size: 20px;
        font-family: "Segoe UI Regular", "Segoe UI", Segoe, Tahoma, Helvetica, Arial, sans-serif;
    }

    .error-contentbox &gt; .error-primary-button {
        position: absolute;
        right: 0;
        bottom: 16px;
        text-align: center;
        padding: 1px 35px;
        background-color: #fff;
        color: #000;
        height: 30px;
        width: 112px;
    }

.loading-animation.ng-hide {
    display: block !important;
    visibility: hidden !important;
}

.error-contentbox &gt; .error-primary-button {
    right: calc(50% - 57px);
}

@-webkit-keyframes loading-opacity {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes loading-opacity {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes loading-opacity {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    90% {
        -webkit-transform: translateX(535px);
        transform: translateX(535px);
    }

    100% {
        -webkit-transform: translateX(535px);
        transform: translateX(535px);
    }
}

@-moz-keyframes loading {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    90% {
        -webkit-transform: translateX(535px);
        transform: translateX(535px);
    }

    100% {
        -webkit-transform: translateX(535px);
        transform: translateX(535px);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    90% {
        -webkit-transform: translateX(535px);
        transform: translateX(535px);
    }

    100% {
        -webkit-transform: translateX(535px);
        transform: translateX(535px);
    }
}

.loading-animation {
    width: 100%;
    position: absolute;
    line-height: 0;
}

.cc-loader {
    width: 260px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
}

.rdhtml5-loading-div-animation {
    -webkit-animation: loading-opacity 1.5s ease-in-out infinite alternate;
    animation: loading-opacity 1.5s ease-in-out infinite alternate;
}

.loading-animation &gt; div {
    opacity: 0;
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background-color: #0072c6;
    -webkit-animation: loading 3s cubic-bezier(0, 0.95, 1, 0.05) infinite, loading-opacity 1.5s ease-in-out infinite alternate;
    animation: loading 3s cubic-bezier(0, 0.95, 1, 0.05) infinite, loading-opacity 1.5s ease-in-out infinite alternate;
}

.dark.loading-animation &gt; div {
    background-color: #000;
}

.loading-animation &gt; div:nth-child(5) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading-animation &gt; div:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-animation &gt; div:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading-animation &gt; div:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-animation &gt; div:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

button.loading-cancel-button:hover {
    background-color: #c2c2c2;
}

.error-contentbox &gt; .error-cancel-button {
    background-color: #0072c6;
    color: #fff;
}

button.error-cancel-button:hover {
    background-color: #005197;
}

.error-contentbox &gt; a &gt; .error-primary-button {
    left: 0;
}

.error-primary-button {
    background-color: #ccc !important;
    color: #000;
}

button.error-primary-button:hover {
    background-color: #999 !important;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .menu-left-margin {
        margin-right: -0.7px;
    }
}

@media screen and (min-width: 901px) {
    .rdhtml5-nav-menu {
        width: 698px;
    }
}

@media screen and (min-width: 720px) and (max-width: 900px) {
    .rdhtml5-nav-menu {
        width: 560px;
    }
}

@media screen and (min-width: 608px) and (max-width: 719px) {
    .rdhtml5-nav-menu {
        width: 470px;
    }
}

@media screen and (min-width: 408px) and (max-width: 607px) {
    .rdhtml5-nav-menu {
        width: 360px;
    }
}

@media screen and (max-width: 407px) {
    .rdhtml5-nav-menu {
        width: 260px;
    }
}

.navbar-nav {
    margin: 0;
}

.rdp-client-top-view {
    display: flex;
    height: 100vh;
    min-width: 100vw;
    overflow: hidden;
    flex-direction: column;
}

.top-view-container {
    position: relative;
    flex: 1 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.session-top-layer-container {
    display: block;
    height: 100%;
}

session-view {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #343434;
    margin: auto;
    padding: 0;
    width: 100%;
    display: block;
}

.rdp-session-close {
    margin-left: 4ex;
    color: #fff;
}

.rdp-app-small-icon {
    width: 16px;
    height: 16px;
}

.rdp-app-large-icon {
    color: #fff;
    width: 32px;
}

.rdp-app-small-icon {
    display: block;
    float: left;
    font-size: 13px !important;
    color: #fff;
    width: 16px;
    margin-top: 4px;
    margin-right: 3px;
}

.rdp-hidden {
    visibility: hidden;
}

.rdp-content-pane-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
}

    .rdp-content-pane-container.maximized {
        top: 0;
    }

.rdp-dialog-backdrop {
    background-color: rgba(52, 52, 52, 0.5);
}

#rdp-page-loading {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5000;
}

    #rdp-page-loading &gt; div {
        width: 260px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }

        #rdp-page-loading &gt; div &gt; .loading-animation {
            margin-left: -160px;
        }

.navbar {
    margin-bottom: 0;
}

.navbar-rdp-client {
    background-color: #262626;
    color: #fff;
    border-width: 0;
    min-height: 48px;
}

    .navbar-rdp-client .navbar-nav,
    .navbar-rdp-client .navbar-nav &gt; li {
        float: left;
    }

    .navbar-rdp-client .navbar-right {
        margin-left: 0;
        margin-right: 0;
        display: flex;
    }
	#pwd_detail {
	height: 48px !important;
	width: 180px;
	margin-left: auto;
}

    .navbar-rdp-client .navbar-nav &gt; li &gt; .rdp-appgroup-tab,
    .navbar-rdp-client .navbar-nav &gt; li &gt; .rdp-desktop-tab,
    .navbar-rdp-client .navbar-nav &gt; li &gt; a {
        color: #fff;
        border-bottom-style: solid;
        border-bottom-color: transparent;
        border-bottom-width: 4px;
        height: 48px;
		background:#008000;
    }

    .navbar-rdp-client .navbar-nav &gt; li &gt; a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-rdp-client .navbar-nav &gt; .active &gt; .rdp-appgroup-tab,
    .navbar-rdp-client .navbar-nav &gt; .active &gt; .rdp-desktop-tab,
    .navbar-rdp-client .navbar-nav &gt; .active &gt; a {
        color: #fff;
        background-color: #008000;
     
    }

        .navbar-rdp-client .navbar-nav &gt; .active &gt; .rdp-appgroup-tab:hover,
        .navbar-rdp-client .navbar-nav &gt; .active &gt; .rdp-desktop-tab:hover,
        .navbar-rdp-client .navbar-nav &gt; .active &gt; a:focus,
        .navbar-rdp-client .navbar-nav &gt; .active &gt; a:hover,
        .navbar-rdp-client .navbar-nav &gt; li &gt; .rdp-appgroup-tab:hover,
        .navbar-rdp-client .navbar-nav &gt; li &gt; .rdp-desktop-tab:hover,
        .navbar-rdp-client .navbar-nav &gt; li &gt; a:focus,
        .navbar-rdp-client .navbar-nav &gt; li &gt; a:hover {
            color: #fff;
            background-color:rgba(0, 128, 0,0.75);;
            height: 48px;
        }

    .navbar-rdp-client .navbar-nav &gt; li &gt; .rdp-appgroup-tab .badge {
        position: absolute;
        color: #fff;
        background-color: #d14827;
        right: 5px;
        bottom: 2px;
    }

    .navbar-rdp-client .navbar-nav &gt; li &gt; .rdp-desktop-tab .badge {
        position: absolute;
        color: #fff;
        left: 20px;
        bottom: 9px;
        width: 15px;
        height: 15px;
        padding: 0;
    }

        .navbar-rdp-client .navbar-nav &gt; li &gt; .rdp-desktop-tab .badge.success {
            background-color: #74cc17;
        }

        .navbar-rdp-client .navbar-nav &gt; li &gt; .rdp-desktop-tab .badge.error {
            background-color: #d14827;
        }

        .navbar-rdp-client .navbar-nav &gt; li &gt; .rdp-desktop-tab .badge.info {
            background-color: #ffb900;
        }

.nav &gt; li &gt; .rdp-desktop-tab {
    position: relative;
    display: block;
    padding: 10px 15px;
    cursor: pointer;
}

    .nav &gt; li &gt; .rdp-desktop-tab &gt; .mdl-Desktop {
        vertical-align: middle;
        margin-right: 5px;
        font-size: 20px;
    }

    .nav &gt; li &gt; .rdp-desktop-tab:hover .rdp-session-close {
        visibility: visible;
    }

    .nav &gt; li &gt; .rdp-desktop-tab .rdp-session-close {
        margin-right: 5px;
        font-size: 10px;
    }

        .nav &gt; li &gt; .rdp-desktop-tab .rdp-session-close:focus,
        .nav &gt; li &gt; .rdp-desktop-tab .rdp-session-close:hover {
            color: #ddd;
        }

.nav &gt; li &gt; .rdp-all-resources-tab &gt; .mdl-Waffle {
    display: block;
    float: left;
    margin-right: 8px;
    font-size: 21px;
	position: relative;
	top: 2px;
	color:#fff;
}

.nav .rdp-navitem {
    position: relative;
    display: inline-block;
    padding: 12px;
    line-height: 20px;
}

.nav .rdp-navitem--disabled {
    opacity: 0.4;
    cursor: not-allowed;
    color: #aaa;
    pointer-events: none;
}

.nav .rdp-navitem-username {
    padding: 9px;
    vertical-align: -12px;
}

.nav .rdp-navitem-useraccount {
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: 4px;
}

.nav .rdp-navitem-fileupload {
    cursor: pointer;
    margin: 0;
}

.nav .rdp-navitem-filedownload {
    cursor: pointer;
    margin: 0;
}

.nav .rdp-navitem-fileupload:hover {
    color: #d3d3d3;
}

.rdp-navitem-fileupload-alert {
    width: 350px;
}

.nav &gt; li &gt; .rdp-appgroup-tab {
    padding: 12px 9px;
}

    .nav &gt; li &gt; .rdp-appgroup-tab &gt; img {
        width: 32px;
        height: 32px;
        padding: 0;
    }

.navbar-nav &gt; li &gt; .rdp-desktop-tab {
    padding: 15px 10px;
    line-height: 20px;
    margin: 0;
}

.navbar-nav &gt; li &gt; .rdp-appgroup-tab {
    padding: 9px;
    margin: 0;
}

#fileUpload {
    display: none;
}

.userInitialsIcon {
    height: 30px;
    width: 30px;
    background-color: #0078d4;
    border-radius: 50%;
    display: flex;
    position: relative;
    align-items: center;
}

.userInitialsIcon-text {
    margin: auto;
    align-self: center;
    line-height: 12px;
    font-size: 12px;
}

@media (max-width: 767px) {
    .navbar-rdp-client .navbar-nav .open .dropdown-menu {
        position: absolute;
    }
}

.navbar-rdp-client .navbar-link,
.navbar-rdp-client .navbar-right .dropdown .navbar-link {
    color: #fff;
}

    .navbar-rdp-client .navbar-link:focus,
    .navbar-rdp-client .navbar-link:hover,
    .navbar-rdp-client .navbar-right .dropdown .navbar-link:focus,
    .navbar-rdp-client .navbar-right .dropdown .navbar-link:hover {
        color: #ddd;
    }

rdp-client-navbar &gt; .navbar-rdp-client {
    display: flex;
    flex-direction: row;
    min-width: 320px;
    flex-wrap: wrap;
    width: 100%;
	background:#fff;
	border-bottom:7px solid #f3f3f3;
}

.rdp-tabgroup {
    padding: 0;
    display: flex;
    height: 100%;
    background-color: transparent;
}

rdp-client-navbar &gt; .navbar-rdp-client .nav .open &gt; a,
rdp-client-navbar &gt; .navbar-rdp-client .nav .open &gt; a:focus,
rdp-client-navbar &gt; .navbar-rdp-client .nav .open &gt; a:hover {
    background-color: transparent;
    border: none;
}

.navbar-rdp-client .navbar-separator {
    width: 0;
    border-width: 0 0 0 1px;
    border-color: #7f7f7f;
    border-style: none none none solid;
    height: 35px;
    margin-top: 10px;
    margin-left: 4px;
    margin-right: 4px;
}

.navbar-nav .open .dropdown-menu,
.navbar-rdp-client .dropdown-menu {
    border-width: 1px;
    border-color: #7f7f7f;
    border-style: solid;
    background-color: #262626;
}

.navbar-rdp-client .dropdown a,
.navbar-rdp-client .dropdown a:active,
.navbar-rdp-client .dropdown a:hover {
    color: #fff;
}

rdp-client-navbar .dropdown-menu &gt; li:hover,
rdp-client-navbar .dropdown-menu &gt; li &gt; a:hover {
    background-color: #484848;
}

.navbar-rdp-client .dropdown.more-options,
.navbar-rdp-client .fullscreen,
.navbar-rdp-client .pinUnPin,
.navbar-rdp-client .settings {
    position: relative;
    display: inline-block;
}

.navbar-rdp-client .dropdown-menu.more-options {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    top: auto;
}

.navbar-rdp-client .user-account-details-open {
    background: #005a9e;
}

.navbar-rdp-client-collapsed {
    color: #70c1f9;
    position: absolute;
    background-color: #000;
    height: 30px;
    width: 80px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    text-align: center;
    border: 1px solid #70c1f9;
    border-top: 0;
    z-index: 3002;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

    .navbar-rdp-client-collapsed:hover {
        background-color: #484848;
    }

    .navbar-rdp-client-collapsed:focus {
        outline: 0;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), inset 0 0 0 2px #000, inset 0 0 0 3px #fff;
    }

.navbar-rdp-client-pinning-button {
    display: block;
    float: right;
    padding: 0;
    margin-right: 10px;
    margin-top: 25px;
    margin-left: 20px;
}

    .navbar-rdp-client-pinning-button .mdl-ChevronUpBold {
        font-size: 10px;
    }

    .navbar-rdp-client-pinning-button .o365-pin {
        font-size: 15px;
    }

.navbar-rdp-client .popover {
    color: #000;
}

    .navbar-rdp-client .popover .close {
        color: #000;
        display: block;
        float: right;
        font-size: 12px;
    }

.preview-toggle {
    display: flex;
    flex-direction: row;
    height: 48px;
}

.preview-toggle-label {
    align-self: center;
    padding: 0 5px;
    line-height: 20px;
    display: flex;
    font-size: 14px;
}

.preview-toggle-label-link {
    padding: 0 0 0 5px;
    color: #2899f5;
}

    .preview-toggle-label-link:hover {
        padding: 0 0 0 5px;
        color: #2899f5;
        text-decoration: underline;
    }

    .preview-toggle-label-link:focus {
        color: #2899f5;
        outline-offset: 2px;
    }

.preview-toggle-switch {
    align-self: center;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    padding-left: 5px;
}

input[type="checkbox"] + .preview-checkbox-toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    vertical-align: -4px;
    margin-right: 5px;
    border: 1px solid #c2c2c2;
    border-radius: 11px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    input[type="checkbox"] + .preview-checkbox-toggle:after {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 11px;
        height: 11px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 50%;
        background-color: #605e5c;
        border: 0;
    }

input[type="checkbox"]:focus + .preview-checkbox-toggle {
    outline: #fff 1px solid;
    outline-offset: 5px;
}

input[type="checkbox"]:hover + .preview-checkbox-toggle {
    background-color: #e7e3e3;
}

.rdp-useraccount-dropdown-body {
    right: 0;
    width: 350px;
    box-shadow: 0 0.3px 0.9px rgba(0, 0, 0, 0.1), 0 1.6px 3.6px rgba(0, 0, 0, 0.13);
    border-radius: 2px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    z-index: 2;
    background: #fff;
}

.rdp-useraccount-dropdown-signout {
    right: 0;
    position: absolute;
    font-size: 12px;
    padding: 10px 5px;
}

    .rdp-useraccount-dropdown-signout:hover {
        background-color: rgba(51, 51, 51, 0.08);
    }

.rdp-useraccount-dropdown-container {
    display: flex;
    margin: 40px 15px 25px 15px;
}

.rdp-useraccount-dropdown-container-left {
    padding-right: 15px;
}

.rdp-useraccount-dropdown-container .userInitialsIcon {
    height: 55px;
    width: 55px;
}

.rdp-useraccount-dropdown-container .userInitialsIcon-text {
    font-size: 24px;
    line-height: 42px;
    color: #fff;
}

.rdp-useraccount-dropdown-container-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #323130;
}

.rdp-useraccount-dropdown-container-email {
    color: #605e5c;
    font-size: 12px;
    line-height: 16px;
}

.rdp-useraccount-dropdown-container-account &gt; a {
    color: #007acc;
    font-size: 12px;
    line-height: 16px;
}

    .rdp-useraccount-dropdown-container-account &gt; a:hover {
        text-decoration: underline;
    }

rdp-client-navbar &gt; .navbar-rdp-client .navbar-nav .rdp-appgroup-tab .dropdown-menu &gt; li {
    font-size: 13px;
    color: #fff;
    max-width: 70em;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    rdp-client-navbar &gt; .navbar-rdp-client .navbar-nav .rdp-appgroup-tab .dropdown-menu &gt; li:last-child {
        padding-bottom: 10px;
    }

    rdp-client-navbar &gt; .navbar-rdp-client .navbar-nav .rdp-appgroup-tab .dropdown-menu &gt; li:first-child {
        padding-top: 8px;
    }

    rdp-client-navbar &gt; .navbar-rdp-client .navbar-nav .rdp-appgroup-tab .dropdown-menu &gt; li &gt; a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0;
    }

        rdp-client-navbar &gt; .navbar-rdp-client .navbar-nav .rdp-appgroup-tab .dropdown-menu &gt; li &gt; a &gt; .rdp-app-label {
            vertical-align: middle;
            margin-left: 2px;
        }
.top-view-container{
	background-image: url("../../custom/Group-117.jpg"); background-size:100%;
}
rdp-all-resources-pane .container {
    position: absolute;  
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    /* background-color: #fff; */
	 /*  height:100%;  */
}

    rdp-all-resources-pane .container .inner {
        padding: 10px;
       /*  background: #fff; */
    }

rdp-all-resources-pane rd-resource-list uib-accordion-heading {
    font-size: 20px;
}

    rdp-all-resources-pane rd-resource-list uib-accordion-heading .mdl-ChevronRightSmall {
        width: 1.4em;
    }

rdp-all-resources-pane .alert {
    padding: 5px;
    margin: 0;
}
rdp-all-resources-pane,.top-view-container{
/* 	height:100%;
	display:block; */
}
.rdhtml5-app,
.rdhtml5-folder {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    width: 6em;
    height: 6em;
    cursor: pointer;
    vertical-align: top;
}

    .rdhtml5-app:hover,
    .rdhtml5-folder:hover {
        background-color: #f2f2f2;
    }

    .rdhtml5-app .rdhtml5-appicons,
    .rdhtml5-folder .rdhtml5-foldericons {
        display: block;
        margin: auto;
        margin-top: 0.93em;
        margin-bottom: 0.33em;
        width: 32px;
        height: 32px;
        overflow: hidden;
    }

        .rdhtml5-folder .rdhtml5-foldericons:before {
            font-size: 32px;
            text-decoration: none;
        }

.rdhtml5-applabel,
.rdhtml5-folderlabel {
    font-size: 0.8em;
    margin-top: 0.2em;
    text-align: center;
    overflow: hidden;
    width: 6em;
    margin: 0 auto;
    line-height: 1.3em;
    max-height: 2.6em;
}

.rdhtml5-workspace-header {
    height: 32px;
    padding: 0 5px;
}

.rdhtml5-workspace-title.supportRow {
    display: flex;
    align-items: center;
    height: 100%;
}

rdp-all-resources-pane rd-resource-list .breadcrumb &gt; li + li::before {
    content: "&gt;";
}

rdp-all-resources-pane rd-resource-list .breadcrumb,
rdp-all-resources-pane rd-resource-list ul.rdhtml5-workspace-title {
    font-size: 18px;
    background-color: transparent;
    margin: 0 0 10px 2px;
    padding: 0;
}

    rdp-all-resources-pane rd-resource-list ul.rdhtml5-workspace-title .mdl-ChevronRightSmall {
        font-size: 15px;
    }

    rdp-all-resources-pane rd-resource-list .breadcrumb &gt; li &gt; a {
        color: #0070c0;
    }

        rdp-all-resources-pane rd-resource-list .breadcrumb &gt; li &gt; a:focus,
        rdp-all-resources-pane rd-resource-list .breadcrumb &gt; li &gt; a:hover {
            color: #00008b;
        }

.terms-of-use ol {
    padding-left: 2em;
}

    .terms-of-use ol &gt; li:before {
        margin-left: -2em;
        float: left;
        font-weight: 700;
    }

.terms-of-use &gt; ol {
    list-style-type: none;
    counter-reset: sectioncounter;
}

    .terms-of-use &gt; ol &gt; li:before {
        content: counter(sectioncounter) ".";
        counter-increment: sectioncounter;
    }

    .terms-of-use &gt; ol &gt; li &gt; ol {
        list-style-type: none;
        counter-reset: subsection1counter;
    }

        .terms-of-use &gt; ol &gt; li &gt; ol &gt; li:before {
            content: "(" counter(subsection1counter, lower-alpha) ")";
            counter-increment: subsection1counter;
        }

        .terms-of-use &gt; ol &gt; li &gt; ol &gt; li &gt; ol {
            list-style-type: none;
            counter-reset: subsection2counter;
        }

            .terms-of-use &gt; ol &gt; li &gt; ol &gt; li &gt; ol &gt; li:before {
                content: "(" counter(subsection2counter, lower-roman) ")";
                counter-increment: subsection2counter;
            }

.supportImage {
    transform: scale(0.7);
}

.supportIconImage {
    max-width: 90%;
    max-height: 200px;
}

.supportRow {
    display: table-row;
}

.supportCell {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

    .supportCell.supportInfo {
        margin-left: auto;
        padding: 0;
    }

.rdhtml5-workspace-group {
    color: #000;
    /* height: 250px; */
    overflow: auto;
}

.third-party-notice pre {
    white-space: pre-line;
}

.third-party-notice ul {
    padding-inline-start: 16px;
}

.third-party-notice ol {
    padding-inline-start: 0;
}

.download-popover {
    display: flex;
    flex-direction: column;
}

.download-popover__title {
    font-size: 20px;
    line-height: 28px;
    color: #323130;
    margin-bottom: 12px;
}

.download-popover__message {
    color: #605e5c;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 12px;
}

.download-popover-checkbox {
    margin-bottom: 12px;
}

input[type="checkbox"].download-popover-checkbox__input {
    width: 0;
}

.download-popover-checkbox__title {
    font-size: 14px;
    line-height: 20px;
}

.download-popover__actions-area {
    align-self: flex-end;
}

.download-popover-close {
    align-self: flex-end;
}

@font-face {
    font-family: RDPMSIcons;
    src: url(../fonts/RDPMDL2.07ed9c06.woff2) format("woff2"), url(../fonts/RDPMDL2.a6b5a495.woff) format("woff"), url(../fonts/RDPMDL2.6cf8a449.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

.mdl {
    display: inline-block;
    font: normal normal normal 14px/1 RDPMSIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.mdl-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.mdl-2x {
    font-size: 2em;
}

.mdl-3x {
    font-size: 3em;
}

.mdl-4x {
    font-size: 4em;
}

.mdl-5x {
    font-size: 5em;
}

.mdl-15x {
    font-size: 15px;
    vertical-align: -4px;
}
#rdp-all-resources-link .mdl-fw{
	color:#fff !important;
}
.mdl-20x {
    font-size: 20px;
    vertical-align: -4px;
}

.mdl-40x {
    font-size: 40px;
    vertical-align: -4px;
}

.mdl-fw {
    text-align: center;
	color:#008000 !important;
}
.modal-header h3{
	color:#000;
}
.modal-header span{
	color:#000;
}
.mdl-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
#rdp-session-close span{
	color:#fff;
}

    .mdl-ul &gt; li {
        position: relative;
    }

.mdl-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .mdl-li.mdl-lg {
        left: -1.85714286em;
    }

.mdl-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.mdl.pull-left {
    margin-right: 0.3em;
}

.mdl.pull-right {
    margin-left: 0.3em;
}

.mdl-spin {
    -webkit-animation: mdl-spin 2s infinite linear;
    animation: mdl-spin 2s infinite linear;
}

.mdl-pulse {
    -webkit-animation: mdl-spin 1s infinite steps(8);
    animation: mdl-spin 1s infinite steps(8);
}

@-webkit-keyframes mdl-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes mdl-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.mdl-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mdl-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mdl-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mdl-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.mdl-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .mdl-flip-horizontal,
:root .mdl-flip-vertical,
:root .mdl-rotate-180,
:root .mdl-rotate-270,
:root .mdl-rotate-90 {
    filter: none;
}

.mdl-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.mdl-stack-1x,
.mdl-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.mdl-stack-1x {
    line-height: inherit;
}

.mdl-stack-2x {
    font-size: 2em;
}

.mdl-inverse {
    color: #fff;
}

.mdl-Contact {
    font-size: 16px;
    background-color: #008000;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    padding-top: 8px;
	color:#fff !important;
}

.mdl-Gear:before {
    content: "\E713";
}

.mdl-ExitFullScreen:before {
    content: "\E73F";
}

.mdl-EnterFullScreen:before {
    content: "\E740";
}

.mdl-BackToWindow:before {
    content: "\E73F";
}

.mdl-Cancel:before {
    content: "\E711";
}

.mdl-ChevronRightBold:before {
    content: "\E970";
}

.mdl-ChevronRightSmall:before {
    content: "\E974";
}

.mdl-ChevronDownBold:before {
    content: "\E96E";
}

.mdl-ChevronDownSmall:before {
    content: "\E972";
}

.mdl-ChevronLeftBold:before {
    content: "\E96F";
}

.mdl-ChevronLeftSmall:before {
    content: "\E973";
}

.mdl-ChevronUpBold:before {
    content: "\E96D";
}

.mdl-ChevronUpSmall:before {
    content: "\E971";
}

.mdl-CopyPaste:before {
    content: "\ED22";
}

.mdl-BackToHome:before {
    content: "\E845";
}

.mdl-BackToSession:before {
    content: "\ED24";
}

.mdl-CheckMark:before {
    content: "\E930";
}

.mdl-Info:before {
    content: "\E946";
}

.mdl-EmptyStar:before {
    content: "\E734";
}

.mdl-FullStar:before {
    content: "\E735";
}

.mdl-ThreeLines:before {
    content: "\E700";
}

.mdl-Cross:before {
    content: "\E894";
}

.mdl-Desktop:before {
    content: "\E7f4";
}

.mdl-Waffle:before {
    content: "\ed89";
}

.mdl-AppIconDefault:before {
    content: "\ecaa";
}

.mdl-FolderHorizontal:before {
    content: "\f12b";
}

.mdl-StatusError:before {
    content: "\f13d";
}

.mdl-StatusInfo:before {
    content: "\f13f";
}

.mdl-StatusCheckmark:before {
    content: "\f13e";
}

.mdl-Printer:before {
    content: "\e749";
}

.mdl-Warning:before {
    content: "\e7ba";
}

.mdl-Contact:before {
    content: "\e77b";
}

.mdl-Pin:before {
    content: "\e718";
}

.mdl-Unpin:before {
    content: "\e196";
}

.mdl-More:before {
    content: "\e712";
}
/* custom styles */
.rdhtml5-sign-in, .rdhtml5-sign-in .modal-dialog, .rdhtml5-sign-in .modal-content {
    height: 100%;
    width: 100%;
    max-width: none;
}
.dark .modal-content {
    color: rgb(0, 0, 0);
    background-color: rgb(242, 239, 232);
    outline: transparent solid 1px;
}
#leftBar, #rightBar {
    width: 50%;
    height: 100%;
    float: left;
}
.dark h1
{
color:#000;
}
.form-control {
	box-shadow: none; 
    border:none;
	font-weight:500;
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    padding: 6px 12px;
    border-style: none none solid;
    border-image: initial;
    border-bottom: 1px solid rgb(0, 0, 0);
    border-radius: 4px;
	-webkit-border-radius: 0;
	border-radius:0;
	border-top:0;
    transition: border-color 0.15s ease-in-out 0s,  -webkit-box-shadow 0.15s ease-in-out 0s;
}
#leftBar{
	background-image: url("../../custom/Group-117.jpg");
	background-size:cover;
 display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
#leftBar iframe{
	height:400px;
	
}
.logo img{
	margin-left:100px;
}
.btn 
{
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0px;
    top: -24px;
    background-color: #008000;
    border-radius: 20px;
    padding: 5px 120px 5px 114px;
}
.service
{
	display:flex;
	justify-content:space-between;
	width:320px;
	align-items: center;
}
.chat {
    margin-right: 61px;
    width: 103px;
}
.callname
{
	    margin: 10px 0 0 9px;
}
.chatname
{
	    margin: 10px 0 0 22px;
}
.service a {
    
    text-decoration: none;
}
#UserName::placeholder {
  color: #000;
}
#password::placeholder {
  color: #000;
}
#pass{
	color: #000; margin-left:20px; font-size:11px;
}
#fUser
{
	color: #000;margin-right:45px; font-size:11px;
}
	
#pass:hover {
    color: #008000;
    
}
#fUser:hover {
    color: #008000;
    
}
#username,#pass
{
	color:#000

}
.custom-scrollbar{
    width: 20px;
    height: 45%;
    position: absolute;
    top: 20%;
    left: 42%;
	padding:1px;
    border: 1px solid white;
    border-radius: 50px;
}
.scroll-content {
    width: 100%;
    height: 30%;
	border-radius: 50px;
    background-color:white;
}
iframe
{
	width: 90%;
}
.call:hover img {
  transform: scale(1.1);
}
.chat:hover img {
  transform: scale(1.1);
}
.grid
{
width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-navbar{
display: flex;
    padding: o;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    gap: 20px;
    padding: 0;
    margin: 0 5px 0 5px;
}
.custom-navbar li{
	    background-color: #008000;
    height: 100%;
    font-size: 14px;
    padding: 12px 20px 10px 20px;
}
.custom-navbar li a {
    color: #fff;
}
.navbar-rdp-client .navbar-nav &gt; .active &gt; a {
    color: #fff;
    background-color: #008000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-rdp-client .navbar-nav &gt; .active &gt; a:hover{
	border-bottom-color:rgba(0, 128, 0,0.75);
    background-color: rgba(0, 128, 0,0.75);
}
.moduleFrame
{
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
	margin:20px auto;
	min-height:300px;
}
.moduleFrame iframe
{
	width:100%;
}
.moduleFrame .box{
padding:0 10px;
width:100%;
left:unset;
}
.gridFrame
{
    width: 80%;
    margin: 0 auto;
	height:100%;
    background: rgba(9, 105, 21, .6);
	border-radius:20px;
    
}
.custom-navbar:hover{
	 background-color: rgba(0, 128, 0,0.75);
}
#connErrorLabel{
	color:#fff !important;
}
.navbar-nav li:nth-child(1){
	width:100px;
	height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-navbar li:hover{
	opacity:.8;
	cursor:pointer;
}
.navbar-nav img
{
	height:40px;
	background-color:#fff;
}
.container{
	    width: 100%;
   display: flex;
    flex-direction: column;
    justify-content: space-around; 
}
.inner{
	background-color: rgba(255,255,255,.6);
    width: 90%;
	min-height: 250px;
    margin: 20px auto;
	border-radius:20px;
	
}


</pre></body></html>