﻿@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button,
        input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "";
}

.glyphicon-music:before {
    content: "";
}

.glyphicon-search:before {
    content: "";
}

.glyphicon-heart:before {
    content: "";
}

.glyphicon-star:before {
    content: "";
}

.glyphicon-star-empty:before {
    content: "";
}

.glyphicon-user:before {
    content: "";
}

.glyphicon-film:before {
    content: "";
}

.glyphicon-th-large:before {
    content: "";
}

.glyphicon-th:before {
    content: "";
}

.glyphicon-th-list:before {
    content: "";
}

.glyphicon-ok:before {
    content: "";
}

.glyphicon-remove:before {
    content: "";
}

.glyphicon-zoom-in:before {
    content: "";
}

.glyphicon-zoom-out:before {
    content: "";
}

.glyphicon-off:before {
    content: "";
}

.glyphicon-signal:before {
    content: "";
}

.glyphicon-cog:before {
    content: "";
}

.glyphicon-trash:before {
    content: "";
}

.glyphicon-home:before {
    content: "";
}

.glyphicon-file:before {
    content: "";
}

.glyphicon-time:before {
    content: "";
}

.glyphicon-road:before {
    content: "";
}

.glyphicon-download-alt:before {
    content: "";
}

.glyphicon-download:before {
    content: "";
}

.glyphicon-upload:before {
    content: "";
}

.glyphicon-inbox:before {
    content: "";
}

.glyphicon-play-circle:before {
    content: "";
}

.glyphicon-repeat:before {
    content: "";
}

.glyphicon-refresh:before {
    content: "";
}

.glyphicon-list-alt:before {
    content: "";
}

.glyphicon-lock:before {
    content: "";
}

.glyphicon-flag:before {
    content: "";
}

.glyphicon-headphones:before {
    content: "";
}

.glyphicon-volume-off:before {
    content: "";
}

.glyphicon-volume-down:before {
    content: "";
}

.glyphicon-volume-up:before {
    content: "";
}

.glyphicon-qrcode:before {
    content: "";
}

.glyphicon-barcode:before {
    content: "";
}

.glyphicon-tag:before {
    content: "";
}

.glyphicon-tags:before {
    content: "";
}

.glyphicon-book:before {
    content: "";
}

.glyphicon-bookmark:before {
    content: "";
}

.glyphicon-print:before {
    content: "";
}

.glyphicon-camera:before {
    content: "";
}

.glyphicon-font:before {
    content: "";
}

.glyphicon-bold:before {
    content: "";
}

.glyphicon-italic:before {
    content: "";
}

.glyphicon-text-height:before {
    content: "";
}

.glyphicon-text-width:before {
    content: "";
}

.glyphicon-align-left:before {
    content: "";
}

.glyphicon-align-center:before {
    content: "";
}

.glyphicon-align-right:before {
    content: "";
}

.glyphicon-align-justify:before {
    content: "";
}

.glyphicon-list:before {
    content: "";
}

.glyphicon-indent-left:before {
    content: "";
}

.glyphicon-indent-right:before {
    content: "";
}

.glyphicon-facetime-video:before {
    content: "";
}

.glyphicon-picture:before {
    content: "";
}

.glyphicon-map-marker:before {
    content: "";
}

.glyphicon-adjust:before {
    content: "";
}

.glyphicon-tint:before {
    content: "";
}

.glyphicon-edit:before {
    content: "";
}

.glyphicon-share:before {
    content: "";
}

.glyphicon-check:before {
    content: "";
}

.glyphicon-move:before {
    content: "";
}

.glyphicon-step-backward:before {
    content: "";
}

.glyphicon-fast-backward:before {
    content: "";
}

.glyphicon-backward:before {
    content: "";
}

.glyphicon-play:before {
    content: "";
}

.glyphicon-pause:before {
    content: "";
}

.glyphicon-stop:before {
    content: "";
}

.glyphicon-forward:before {
    content: "";
}

.glyphicon-fast-forward:before {
    content: "";
}

.glyphicon-step-forward:before {
    content: "";
}

.glyphicon-eject:before {
    content: "";
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

.glyphicon-plus-sign:before {
    content: "";
}

.glyphicon-minus-sign:before {
    content: "";
}

.glyphicon-remove-sign:before {
    content: "";
}

.glyphicon-ok-sign:before {
    content: "";
}

.glyphicon-question-sign:before {
    content: "";
}

.glyphicon-info-sign:before {
    content: "";
}

.glyphicon-screenshot:before {
    content: "";
}

.glyphicon-remove-circle:before {
    content: "";
}

.glyphicon-ok-circle:before {
    content: "";
}

.glyphicon-ban-circle:before {
    content: "";
}

.glyphicon-arrow-left:before {
    content: "";
}

.glyphicon-arrow-right:before {
    content: "";
}

.glyphicon-arrow-up:before {
    content: "";
}

.glyphicon-arrow-down:before {
    content: "";
}

.glyphicon-share-alt:before {
    content: "";
}

.glyphicon-resize-full:before {
    content: "";
}

.glyphicon-resize-small:before {
    content: "";
}

.glyphicon-exclamation-sign:before {
    content: "";
}

.glyphicon-gift:before {
    content: "";
}

.glyphicon-leaf:before {
    content: "";
}

.glyphicon-fire:before {
    content: "";
}

.glyphicon-eye-open:before {
    content: "";
}

.glyphicon-eye-close:before {
    content: "";
}

.glyphicon-warning-sign:before {
    content: "";
}

.glyphicon-plane:before {
    content: "";
}

.glyphicon-calendar:before {
    content: "";
}

.glyphicon-random:before {
    content: "";
}

.glyphicon-comment:before {
    content: "";
}

.glyphicon-magnet:before {
    content: "";
}

.glyphicon-chevron-up:before {
    content: "";
}

.glyphicon-chevron-down:before {
    content: "";
}

.glyphicon-retweet:before {
    content: "";
}

.glyphicon-shopping-cart:before {
    content: "";
}

.glyphicon-folder-close:before {
    content: "";
}

.glyphicon-folder-open:before {
    content: "";
}

.glyphicon-resize-vertical:before {
    content: "";
}

.glyphicon-resize-horizontal:before {
    content: "";
}

.glyphicon-hdd:before {
    content: "";
}

.glyphicon-bullhorn:before {
    content: "";
}

.glyphicon-bell:before {
    content: "";
}

.glyphicon-certificate:before {
    content: "";
}

.glyphicon-thumbs-up:before {
    content: "";
}

.glyphicon-thumbs-down:before {
    content: "";
}

.glyphicon-hand-right:before {
    content: "";
}

.glyphicon-hand-left:before {
    content: "";
}

.glyphicon-hand-up:before {
    content: "";
}

.glyphicon-hand-down:before {
    content: "";
}

.glyphicon-circle-arrow-right:before {
    content: "";
}

.glyphicon-circle-arrow-left:before {
    content: "";
}

.glyphicon-circle-arrow-up:before {
    content: "";
}

.glyphicon-circle-arrow-down:before {
    content: "";
}

.glyphicon-globe:before {
    content: "";
}

.glyphicon-wrench:before {
    content: "";
}

.glyphicon-tasks:before {
    content: "";
}

.glyphicon-filter:before {
    content: "";
}

.glyphicon-briefcase:before {
    content: "";
}

.glyphicon-fullscreen:before {
    content: "";
}

.glyphicon-dashboard:before {
    content: "";
}

.glyphicon-paperclip:before {
    content: "";
}

.glyphicon-heart-empty:before {
    content: "";
}

.glyphicon-link:before {
    content: "";
}

.glyphicon-phone:before {
    content: "";
}

.glyphicon-pushpin:before {
    content: "";
}

.glyphicon-usd:before {
    content: "";
}

.glyphicon-gbp:before {
    content: "";
}

.glyphicon-sort:before {
    content: "";
}

.glyphicon-sort-by-alphabet:before {
    content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}

.glyphicon-sort-by-order:before {
    content: "";
}

.glyphicon-sort-by-order-alt:before {
    content: "";
}

.glyphicon-sort-by-attributes:before {
    content: "";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "";
}

.glyphicon-unchecked:before {
    content: "";
}

.glyphicon-expand:before {
    content: "";
}

.glyphicon-collapse-down:before {
    content: "";
}

.glyphicon-collapse-up:before {
    content: "";
}

.glyphicon-log-in:before {
    content: "";
}

.glyphicon-flash:before {
    content: "";
}

.glyphicon-log-out:before {
    content: "";
}

.glyphicon-new-window:before {
    content: "";
}

.glyphicon-record:before {
    content: "";
}

.glyphicon-save:before {
    content: "";
}

.glyphicon-open:before {
    content: "";
}

.glyphicon-saved:before {
    content: "";
}

.glyphicon-import:before {
    content: "";
}

.glyphicon-export:before {
    content: "";
}

.glyphicon-send:before {
    content: "";
}

.glyphicon-floppy-disk:before {
    content: "";
}

.glyphicon-floppy-saved:before {
    content: "";
}

.glyphicon-floppy-remove:before {
    content: "";
}

.glyphicon-floppy-save:before {
    content: "";
}

.glyphicon-floppy-open:before {
    content: "";
}

.glyphicon-credit-card:before {
    content: "";
}

.glyphicon-transfer:before {
    content: "";
}

.glyphicon-cutlery:before {
    content: "";
}

.glyphicon-header:before {
    content: "";
}

.glyphicon-compressed:before {
    content: "";
}

.glyphicon-earphone:before {
    content: "";
}

.glyphicon-phone-alt:before {
    content: "";
}

.glyphicon-tower:before {
    content: "";
}

.glyphicon-stats:before {
    content: "";
}

.glyphicon-sd-video:before {
    content: "";
}

.glyphicon-hd-video:before {
    content: "";
}

.glyphicon-subtitles:before {
    content: "";
}

.glyphicon-sound-stereo:before {
    content: "";
}

.glyphicon-sound-dolby:before {
    content: "";
}

.glyphicon-sound-5-1:before {
    content: "";
}

.glyphicon-sound-6-1:before {
    content: "";
}

.glyphicon-sound-7-1:before {
    content: "";
}

.glyphicon-copyright-mark:before {
    content: "";
}

.glyphicon-registration-mark:before {
    content: "";
}

.glyphicon-cloud-download:before {
    content: "";
}

.glyphicon-cloud-upload:before {
    content: "";
}

.glyphicon-tree-conifer:before {
    content: "";
}

.glyphicon-tree-deciduous:before {
    content: "";
}

.glyphicon-cd:before {
    content: "";
}

.glyphicon-save-file:before {
    content: "";
}

.glyphicon-open-file:before {
    content: "";
}

.glyphicon-level-up:before {
    content: "";
}

.glyphicon-copy:before {
    content: "";
}

.glyphicon-paste:before {
    content: "";
}

.glyphicon-alert:before {
    content: "";
}

.glyphicon-equalizer:before {
    content: "";
}

.glyphicon-king:before {
    content: "";
}

.glyphicon-queen:before {
    content: "";
}

.glyphicon-pawn:before {
    content: "";
}

.glyphicon-bishop:before {
    content: "";
}

.glyphicon-knight:before {
    content: "";
}

.glyphicon-baby-formula:before {
    content: "";
}

.glyphicon-tent:before {
    content: "⛺";
}

.glyphicon-blackboard:before {
    content: "";
}

.glyphicon-bed:before {
    content: "";
}

.glyphicon-apple:before {
    content: "";
}

.glyphicon-erase:before {
    content: "";
}

.glyphicon-hourglass:before {
    content: "⌛";
}

.glyphicon-lamp:before {
    content: "";
}

.glyphicon-duplicate:before {
    content: "";
}

.glyphicon-piggy-bank:before {
    content: "";
}

.glyphicon-scissors:before {
    content: "";
}

.glyphicon-bitcoin:before {
    content: "";
}

.glyphicon-btc:before {
    content: "";
}

.glyphicon-xbt:before {
    content: "";
}

.glyphicon-yen:before {
    content: "¥";
}

.glyphicon-jpy:before {
    content: "¥";
}

.glyphicon-ruble:before {
    content: "₽";
}

.glyphicon-rub:before {
    content: "₽";
}

.glyphicon-scale:before {
    content: "";
}

.glyphicon-ice-lolly:before {
    content: "";
}

.glyphicon-ice-lolly-tasted:before {
    content: "";
}

.glyphicon-education:before {
    content: "";
}

.glyphicon-option-horizontal:before {
    content: "";
}

.glyphicon-option-vertical:before {
    content: "";
}

.glyphicon-menu-hamburger:before {
    content: "";
}

.glyphicon-modal-window:before {
    content: "";
}

.glyphicon-oil:before {
    content: "";
}

.glyphicon-grain:before {
    content: "";
}

.glyphicon-sunglasses:before {
    content: "";
}

.glyphicon-text-size:before {
    content: "";
}

.glyphicon-text-color:before {
    content: "";
}

.glyphicon-text-background:before {
    content: "";
}

.glyphicon-object-align-top:before {
    content: "";
}

.glyphicon-object-align-bottom:before {
    content: "";
}

.glyphicon-object-align-horizontal:before {
    content: "";
}

.glyphicon-object-align-left:before {
    content: "";
}

.glyphicon-object-align-vertical:before {
    content: "";
}

.glyphicon-object-align-right:before {
    content: "";
}

.glyphicon-triangle-right:before {
    content: "";
}

.glyphicon-triangle-left:before {
    content: "";
}

.glyphicon-triangle-bottom:before {
    content: "";
}

.glyphicon-triangle-top:before {
    content: "";
}

.glyphicon-console:before {
    content: "";
}

.glyphicon-superscript:before {
    content: "";
}

.glyphicon-subscript:before {
    content: "";
}

.glyphicon-menu-left:before {
    content: "";
}

.glyphicon-menu-right:before {
    content: "";
}

.glyphicon-menu-down:before {
    content: "";
}

.glyphicon-menu-up:before {
    content: "";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role=button] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.428571429;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: "— ";
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        .blockquote-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: "";
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: " —";
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    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;
    transition: border-color ease-in-out 0.15s, 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 {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px;
    }

    input[type=date].input-sm,
    .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
    input[type=time].input-sm,
    .input-group-sm > .input-group-btn > input[type=time].btn,
    .input-group-sm input[type=time],
    input[type=datetime-local].input-sm,
    .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
    .input-group-sm input[type=datetime-local],
    input[type=month].input-sm,
    .input-group-sm > .input-group-btn > input[type=month].btn,
    .input-group-sm input[type=month] {
        line-height: 30px;
    }

    input[type=date].input-lg,
    .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
    input[type=time].input-lg,
    .input-group-lg > .input-group-btn > input[type=time].btn,
    .input-group-lg input[type=time],
    input[type=datetime-local].input-lg,
    .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
    .input-group-lg input[type=datetime-local],
    input[type=month].input-lg,
    .input-group-lg > .input-group-btn > input[type=month].btn,
    .input-group-lg input[type=month] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type=radio],
    .radio-inline input[type=radio],
    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #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;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #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;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #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;
    border-color: #a94442;
    background-color: #f2dede;
}

.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;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type=radio],
        .form-inline .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -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;
        filter: alpha(opacity=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 > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
        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 > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
        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 > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
        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 > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
        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 > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
        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 > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 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;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 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);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #337ab7;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn,
    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 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, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio],
    .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 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 .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type=radio],
        .navbar-form .checkbox input[type=checkbox] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/ ";
            padding: 0 5px;
            color: #ccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #337ab7;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #777777;
        background-color: #fff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

    .label:empty {
        display: none;
    }

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #333333;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    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);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    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-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);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    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 {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus,
    button.list-group-item:hover,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus,
    button.list-group-item-success:hover,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
    button.list-group-item-success.active,
    button.list-group-item-success.active:hover,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.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:hover, a.list-group-item-info:focus,
    button.list-group-item-info:hover,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
    button.list-group-item-info.active,
    button.list-group-item-info.active:hover,
    button.list-group-item-info.active:focus {
        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:hover, a.list-group-item-warning:focus,
    button.list-group-item-warning:hover,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus,
    button.list-group-item-danger:hover,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.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-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: 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;
    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);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header:before, .modal-header:after {
        content: " ";
        display: table;
    }

    .modal-header:after {
        clear: both;
    }

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 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: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: 3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: -3px;
        padding: 0 5px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    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;
}

.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: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 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-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #fff;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: #fff;
        bottom: -10px;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
            left: 0;
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            left: 0;
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                left: 0;
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
    }

    .carousel-control:hover, .carousel-control:focus {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: "‹";
        }

        .carousel-control .icon-next:before {
            content: "›";
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.btn.active.focus, .btn.focus:active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn, button:focus, button:active, button, a:active, a:focus, a {
    outline: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus {
    outline: 0px !important;
    box-shadow: none !important;
}

button:focus, button:active, button:hover {
    outline: 0px !important;
    box-shadow: none !important;
}

label:focus {
    outline: 0px !important;
    box-shadow: none !important;
}

.btn:active, .btn.active {
    outline: 0px !important;
    box-shadow: none !important;
}

.btn.focus {
    outline: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a.btn:active {
        -webkit-box-shadow: none;
    }

button.btn:active {
    -webkit-box-shadow: none;
}

input::-moz-focus-inner {
    border: 0;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

/* Theme base colors */
/* Other colors will be derived using these base colors in respective stylesheet */
/* Arabic Styles */
.rtl .select-style select {
    padding-right: 25px;
}

.rtl .login-content .form-control {
    padding-left: 30px;
    padding-right: 10px;
}

.rtl .styled-checkbox + label:before {
    margin-right: 0;
    margin-left: 4px;
}

.rtl .login-footer li:first-child {
    border-right: none;
}

.rtl .login-footer li {
    border-left: 1px solid #fff;
    border-right: none;
}

    .rtl .login-footer li:last-child {
        border-left: none;
    }

.rtl .styled-checkbox:checked + label:after {
    right: 0px;
    left: auto;
}

.rtl .sidebar .side-menu > li > ul > li > a:before {
    left: auto;
    right: 43px;
}

.rtl .sidebar.open .side-menu > li > a:before {
    left: auto;
    right: 15px;
}

.rtl .menu-dropdown {
    right: auto;
    left: 10px;
}

.rtl .main-content {
    /*left: auto;
  right: 95px;*/
}

.rtl .container-fluid {
    padding-right: 0;
    padding-left: 20px;
}

.rtl .accessibility-menu > li {
    border-right: none;
    border-left: 1px solid #cbcdd5;
}

.rtl footer .social-media li {
    padding: 0 0 0 15px;
}

.rtl .pull-left {
    float: right !important;
}

.rtl .pull-right {
    float: left !important;
}

.rtl .invoice-icon {
    left: 0;
    right: auto;
}

.rtl .m-r-10 {
    margin-right: 0;
    margin-left: 10px;
}

.rtl select {
    background-position: 5% 10px;
}

.rtl .sprite {
    /* -moz-transform: scaleX(-1);
   -o-transform: scaleX(-1);
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1);
   filter: FlipH;
   -ms-filter: "FlipH";*/
}

.rtl .m-t-15 {
    float: left;
    margin-top: -15px;
}

.m-t-15 {
    float: right;
    margin-top: -15px;
}

.rtl .notification-count {
    z-index: 9;
    background: #ff3d43;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 11px;
    border-radius: 50%;
    text-align: center;
    padding: 2px 4px;
    line-height: 11px;
}

.rtl .sidebar {
    right: 0;
    left: auto;
    float: right;
}

.rtl footer ul li {
    padding: 0 0 0px 20px;
}

.rtl .khda-logo {
    float: right !important;
}

.rtl .sidebar.closed .side-menu > li > ul > li > a {
    padding: 8px 2px 8px 2px;
    text-align: center;
    display: block;
}

    .rtl .sidebar.closed .side-menu > li > ul > li > a:before {
        display: none;
    }

.rtl .main-content .main-area .custom-notification .notification-box .rgt-txt.warning-msg-spacing {
    margin: 7px 0px 0px 10px;
}

.rtl .m-r-5 {
    margin-right: 0px;
    margin-left: 5px;
}

.rtl .sorting-icon {
    margin-left: 0;
    margin-right: 5px;
}

.rtl .custom-check {
    margin-left: 5px;
}

.rtl .grid-main .search-box .input-bg input {
    background-position: 10px 7px;
}

.rtl .grid-table table thead th {
    text-align: right;
}

.rtl .grid-main .notification-box .box-txt .custom-select select {
    background-position: 5px 7px;
    padding: 2px 0px 0px 20px;
}

.rtl .user-name-section .dropdown-menu > li > a {
    padding: 5px 40px 5px 10px;
}

    .rtl .user-name-section .dropdown-menu > li > a > .left-icon {
        right: 0px;
    }

.rtl .main-content .main-area .custom-notification .notification-box .warning-alert {
    right: 0px;
}

.rtl .main-content .main-area .custom-notification .notification-box .left-txt {
    float: right !important;
    text-align: right;
}

.rtl .main-content .main-area .custom-notification .notification-box .rgt-txt {
    float: left !important;
}

.rtl .main-content .main-area .custom-notification .notification-box .warning-alert:after {
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-top: 8px solid transparent;
    border-right: 10px solid #fc9800;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 16px;
    left: -10px;
    right: auto;
}

.rtl .main-content .main-area .custom-notification .notification-box .rgt-txt .cross-white {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari 3-8 */
    transform: rotate(180deg);
}

.rtl .cross-arrow {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Safari 3-8 */
    transform: rotate(180deg);
}

.rtl .application-timeline ul.status-timeline li {
    display: inline-block;
    margin-left: 6%;
    margin-right: 0%;
}

    .rtl .application-timeline ul.status-timeline li:last-child {
        margin-left: 0%;
    }

    .rtl .application-timeline ul.status-timeline li span:after {
        right: 30px;
    }

    .rtl .application-timeline ul.status-timeline li div {
        width: 90px;
        text-align: right;
    }

.rtl .custom-acc .panel-heading .accordion-toggle:after {
    float: left;
}

.rtl .panel-body.panel-switch .col-xs-5 {
    float: right;
}

.rtl .panel-default .panel-body .form-data span.user-info {
    padding-right: 5px;
    padding-left: 0px;
}

    .rtl .panel-default .panel-body .form-data span.user-info.radio-txt {
        padding-right: 15px;
    }

.rtl .app-panel .panel-head .doc-icon {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .second-col {
    float: left;
}

.rtl .social-media .sprite {
    transform: none;
}

.rtl #nav-toggle {
    right: auto;
    left: 10px;
}

.rtl .styled-checkbox + label:before, .rtl .styled-radio + label:before {
    margin-left: 6px;
    margin-right: 0;
}

.rtl .rtl-ml-0 {
    margin-left: 0;
}

.rtl .rtl-mr-15 {
    margin-right: 15px;
    margin-left: 0;
}

.rtl .rtl-ml-15 {
    margin-right: 0px;
    margin-left: 15px;
}

.rtl .rtl-pull-right {
    float: right;
}

.rtl .form-horizontal .control-label {
    text-align: right !important;
}

.rtl .col-xs-1, .rtl .col-xs-2, .rtl .col-xs-3, .rtl .col-xs-4, .rtl .col-xs-5, .rtl .col-xs-6, .rtl .col-xs-7, .rtl .col-xs-8, .rtl .col-xs-9, .rtl .col-xs-10, .rtl .col-xs-11, .rtl .col-xs-12 {
    float: right;
}

.rtl .col-sm-1, .rtl .col-sm-2, .rtl .col-sm-3, .rtl .col-sm-4, .rtl .col-sm-5, .rtl .col-sm-6, .rtl .col-sm-7, .rtl .col-sm-8, .rtl .col-sm-9, .rtl .col-sm-10, .rtl .col-sm-11, .rtl .col-sm-12 {
    float: right;
}

.rtl .col-md-1, .rtl .col-md-2, .rtl .col-md-3, .rtl .col-md-4, .rtl .col-md-5, .rtl .col-md-6, .rtl .col-md-7, .rtl .col-md-8, .rtl .col-md-9, .rtl .col-md-10, .rtl .col-md-11, .rtl .col-md-12 {
    float: right;
}

.rtl .col-lg-1, .rtl .col-lg-2, .rtl .col-lg-3, .rtl .col-lg-4, .rtl .col-lg-5, .rtl .col-lg-6, .rtl .col-lg-7, .rtl .col-lg-8, .rtl .col-lg-9, .rtl .col-lg-10, .rtl .col-lg-11, .rtl .col-lg-12 {
    float: right;
}

.rtl .white-box .panel-default .panel-body .media .media-left {
    padding-left: 18px;
    padding-right: 0px;
}

.rtl .white-box .panel-default .panel-footer .doc-icon {
    margin-right: 0px;
    margin-left: 10px;
}

.rtl .styled-radio:checked + label:after {
    left: auto;
    right: 4px;
}

.rtl .panel-default .panel-body .styled-checkbox + label, .rtl .panel-default .panel-body .styled-radio + label {
    padding-right: 25px;
    padding-left: 0px;
}

    .rtl .panel-default .panel-body .styled-checkbox + label:before, .rtl .panel-default .panel-body .styled-radio + label:before {
        left: auto;
        right: 0px;
    }

.rtl .notification-box .left-txt .txt-clr {
    padding-right: 0;
    padding-left: 10px;
    float: right;
}

.rtl .icon-on-control label {
    right: auto;
    left: 5px;
}

.rtl .close-window {
    right: auto;
    left: 20px;
}

.rtl .alert .alert-icon:after, .rtl .warning-alert .alert-icon:after {
    right: 34px;
}

.rtl .pn-ProductNav_Contents {
    float: none;
}

.rtl .warning-alert .alert-icon:after, .rtl .alert .alert-icon:after {
    border-left: none;
    border-right: 10px solid #ff7d4d;
}

.rtl .success-alert .alert-icon:after {
    border-right: 10px solid #107A12;
}

.rtl .error-alert .alert-icon:after {
    border-right: 10px solid #FF0000;
}

.rtl .wrapper {
    /*overflow: hidden;*/
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding-bottom: 120px;
    background-color: #fff;
    background: -moz-linear-gradient(left, #fff 110px, #F6F6F9 0%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(110px, #fff), color-stop(0%, #F6F6F9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fff 110px, #F6F6F9 0%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fff 110px, #F6F6F9 0%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fff 110px, #F6F6F9 0%);
    /* IE10+ */
    background: linear-gradient(to left, #fff 110px, #F6F6F9 0%);
    /* W3C */
}

    .rtl .wrapper.wrapper-expanded {
        background-color: #fff;
        background: -moz-linear-gradient(left, #fff 110px, #F6F6F9 0%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left, right, color-stop(110px, #fff), color-stop(0%, #F6F6F9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #fff 110px, #F6F6F9 0%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #fff 110px, #F6F6F9 0%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #fff 110px, #F6F6F9 0%);
        /* IE10+ */
        background: linear-gradient(to left, #fff 110px, #F6F6F9 0%);
        /* W3C */
    }

.rtl .txt-static .date {
    right: auto;
    left: 10px;
}

.rtl .row-edit-xs {
    right: auto;
    left: 0px;
}

.rtl .app-panel .btns a .back, .rtl .app-panel .btns a .next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.rtl .app-panel .custom-select select {
    background-position: 3% 50%;
}

.rtl .pop-hover {
    right: -50px;
    left: 0px;
}

    .rtl .pop-hover:after {
        right: 0;
        left: 80px;
    }

.rtl .edit-static:after {
    top: 10px;
    right: auto;
    left: 7px;
}

.rtl .custom-li {
    padding-right: 50px;
    padding-left: 0px;
}

.rtl .styled-checkbox + label, .rtl .styled-radio + label {
    position: relative;
    cursor: pointer;
    padding: 0 22px 0 0px;
    margin: 2px 0px 0px 0px;
}

    .rtl .styled-checkbox + label:before, .rtl .styled-radio + label:before {
        position: absolute;
        right: 0px;
        left: auto;
    }

/* .rtl .app_form .styled-checkbox:checked + label:after {
    right: auto;
    left: 9px;
}
.rtl .app_form .styled-radio:checked + label:after {
    right: auto;
    left: 10px;
} */
/* End of Arabic styles */
@media only screen and (min-width: 1156px) and (max-width: 1350px) {
    .rtl .application-timeline ul.status-timeline li {
        margin-left: 5%;
        font-size: 0.829em;
    }

        .rtl .application-timeline ul.status-timeline li span:after {
            width: 50px;
        }

    .application-timeline ul.status-timeline li div {
        width: 70px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1155px) {
    .rtl .application-timeline ul.status-timeline li div {
        width: 60px;
    }

    .rtl .application-timeline ul.status-timeline li {
        margin-left: 4%;
        font-size: 0.75em;
    }

        .rtl .application-timeline ul.status-timeline li span:after {
            width: 53px;
        }
}

@media only screen and (max-width: 768px) {
    .rtl .application-timeline ul.status-timeline li {
        display: none;
    }

        .rtl .application-timeline ul.status-timeline li.selected {
            display: block;
        }

    .rtl .app-panel .panel-body .grid-table td.upload-cell {
        text-align: right;
    }

    .rtl .row-edit-xs .col-md-12 {
        width: 100%;
    }

    .rtl .application-timeline ul.status-timeline li div {
        display: inline-block;
        width: 82%;
        position: static;
        vertical-align: middle;
        margin-left: 0px;
        margin-right: 7px;
    }

    .rtl .panel-body .grid-table td:before {
        text-align: right;
    }
}

.rtl .main-content .main-area .custom-notification .notification-box .status-btn {
    margin-left: 10px;
}

.rtl .colon-label::after {
    left: 0px;
    right: auto;
}

.rtl .licensing-col .col .col-child .license-from-name.colon:after {
    left: 0;
    right: auto;
}

.rtl .notifybar-right .useraction-drop-arrow {
    margin-left: 0;
    margin-right: 10px;
}

.rtl .accessibility-menu li, .rtl .notifybar-right li {
    padding: 0 0 0 20px;
}

    .rtl .accessibility-menu li:last-child, .rtl .notifybar-right li:last-child {
        padding-left: 0;
    }

.rtl .headings {
    padding-left: 10px;
    padding-right: 28px;
}

.rtl .username .dropdown-menu > li > a {
    padding: 5px 40px 5px 10px;
    text-align: right;
}

    .rtl .username .dropdown-menu > li > a > .left-icon {
        right: 0;
    }

.rtl .fixed-accessbar {
    left: 0;
    right: auto;
}

    .rtl .fixed-accessbar li {
        padding: 0;
    }

.rtl #pnProductNav .breadcum .btn.last-element {
    margin-left: 0;
}

.rtl .step-wrap .head-txt {
    padding-left: 0;
    padding-right: 10px;
}

.rtl .dashboard-status p {
    padding-right: 10px;
}

.rtl .table-alignment {
    padding: 0 0px 0 15px !important;
}

    .rtl .table-alignment:last-child {
        padding: 0;
    }

.rtl .iconic-status:before {
    left: auto;
    right: -30px;
    top: 1px;
    background: url(../images/sprite.png) -553px -515px no-repeat;
}

.rtl .search-box .icon-search {
    right: auto;
    left: 10px;
}

.rtl .icon-circle-shape-outline:before {
    left: auto;
    right: -25px;
}

.rtl .icon-circle-shape-outline span:before {
    left: auto;
    right: -19px;
}

.rtl .dashboard-section-wrapper {
    padding-left: 0;
}

.rtl .custom-select:after {
    right: auto;
    left: 8px;
}

.rtl .icon-circle-shape-outline span {
    font-family: Tahoma;
}

.rtl .dashboard-section-wrapper.grid-table table tbody tr td:first-child {
    border-right: none;
}

.rtl .dashboard-section-wrapper.grid-table table tbody tr td:last-child {
    border-left: none;
}

@media only screen and (max-width: 991px) {
    .rtl .main-content.expanded {
        right: 0;
    }

    .rtl .main-content {
        right: 0;
    }

    .rtl .mobile-nav {
        left: auto;
        right: 0px;
    }

    .rtl .expanded .fixed-navbar.fix-top {
        right: 15px;
        left: 15px;
    }

    .rtl .mobile-header .headings {
        padding: 0 30px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .rtl .login-footer li {
        border-left: none;
    }
}

img {
    max-width: 100%;
    height: auto;
}

html, body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #141414;
    font-size: 14px;
    overflow-x: hidden;
}

    html.rtl, .rtl body {
        font-family: Tahoma;
    }

.bold-text, .bold {
    font-weight: 700;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.grayscale-wrapper.grayscale-filter, .grayscale-filter img {
    -webkit-filter: grayscale(100%);
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(1);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}

.base-font-14, .base-fontsize-14 {
    font-size: 14px;
}

.base-font-12, .base-fontsize-12 {
    font-size: 12px;
}

.base-font-18, .base-fontsize-18 {
    font-size: 16px;
}

.sprite {
    background: url(../images/sprite.png) no-repeat;
}

header {
    padding: 10px 15px;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    border-bottom: 1px solid #eeeeee;
}

.wrapper {
    /*overflow: hidden;*/
    margin-left: 0;
    margin-right: 0;
    position: relative;
    padding-bottom: 120px;
    background-color: #fff;
    background: -moz-linear-gradient(left, #fff 110px, #F6F6F9 0%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(110px, #fff), color-stop(0%, #F6F6F9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fff 110px, #F6F6F9 0%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fff 110px, #F6F6F9 0%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fff 110px, #F6F6F9 0%);
    /* IE10+ */
    background: linear-gradient(to right, #fff 110px, #F6F6F9 0%);
    /* W3C */
}

    .wrapper.wrapper-expanded {
        background-color: #fff;
        background: -moz-linear-gradient(left, #fff 110px, #F6F6F9 0%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left, right, color-stop(110px, #fff), color-stop(0%, #F6F6F9));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #fff 110px, #F6F6F9 0%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #fff 110px, #F6F6F9 0%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #fff 110px, #F6F6F9 0%);
        /* IE10+ */
        background: linear-gradient(to right, #fff 110px, #F6F6F9 0%);
        /* W3C */
    }

.sidebar {
    width: 95px;
    background: #fff;
    padding: 0;
    overflow-x: hidden;
    float: left;
    min-height: calc(100vh - 93px);
    /* position:absolute;*/
    top: 0px;
    left: 0px;
    /* bottom:0px;*/
    z-index: 99;
    padding-top: 0px;
}

    .sidebar.open {
        width: 110px;
    }

.side-content {
    width: 100%;
}

.main-logo {
    padding-right: 20px;
    border-right: 1px solid #f0f0fa;
}

.main-title {
    color: #621337;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
}

.govt-logo {
    margin: 3px 0 0 15px;
    float: left;
}

.khda-logo {
    float: right !important;
}

.user-section {
    background: #8b2553;
    position: relative;
    padding: 40px 15px 20px 15px;
    text-align: center;
}

.open .user-section .profile-wrap {
    width: 135px;
    height: 135px;
}

.user-section .profile-wrap {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin: 0 auto;
}

.user-section img {
    border: 4px solid #fff;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.user-section span.user-name {
    font-size: 1.125em;
    letter-spacing: 0.1px;
    color: #fff;
    background-position: 0px 0px;
    word-wrap: break-word;
    width: 100%;
}

.dropdown-arrow {
    background-position: 0px 0px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    margin-left: 3px;
}

.open .user-section .user-name-section {
    display: block;
}

.user-section .user-name-section {
    padding: 10px 0 5px 0;
    display: none;
}

    .user-section .user-name-section span {
        display: inline-block;
        vertical-align: middle;
    }

.side-menu {
    padding: 0px;
    background: #fff;
}

    .side-menu > li {
        padding: 0px;
        margin: 0px;
        border-bottom: none;
        background: #fff;
    }

        .side-menu > li > a {
            padding: 12px 14px 12px 70px;
            border-left: none;
            border-bottom: 1px solid #cecece;
        }

.menu-dropdown {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 9px;
    height: 5px;
    background-position: -573px -98px;
    display: none;
    text-indent: -9999px;
}

.sidebar.open .menu-dropdown {
    display: inline-block;
}

.side-menu > li.active .menu-dropdown {
    background-position: -573px -116px;
}

.side-menu > li:hover > a, .side-menu > li > a:hover, .side-menu > li > a:focus {
    border-left: none;
    background: #eeeeee;
    border-bottom: 1px solid #cecece;
    color: #8f8f95;
}

.side-menu > li.active > a {
    background: #8b2553;
    color: #fff;
}

.side-menu > li > a .menu-icon {
    background: url(../images/sprite.png) no-repeat;
    width: 34px;
    height: 31px;
    text-indent: -9999px;
    display: inline-block;
}

.sidebar.open .side-menu > li > a .menu-icon {
    left: 50%;
}

.side-menu li a.icon-home .menu-icon {
    background-position: -32px -43px;
}

.side-menu li a.icon-license .menu-icon {
    background-position: -83px -39px;
}

.side-menu li a.icon-review .menu-icon {
    background-position: -185px -358px;
}

.side-menu li a.icon-request .menu-icon {
    background-position: -231px -357px;
}

.side-menu li a.icon-teachers .menu-icon {
    background-position: -230px -41px;
}

.side-menu li a.icon-results .menu-icon {
    background-position: -48px -407px;
}

.side-menu li a.icon-reports .menu-icon {
    background-position: -279px -403px;
}

.side-menu li a.icon-hub .menu-icon {
    background-position: -196px -44px;
}

.side-menu li a.icon-faq .menu-icon {
    background-position: -186px -407px;
}

.side-menu li a.icon-contact .menu-icon {
    background-position: -92px -408px;
}

.side-menu li a.icon-application .menu-icon {
    background-position: -75px -44px;
}

.side-menu li a.icon-training .menu-icon {
    background-position: -111px -43px;
}

.side-menu li a.icon-exam-menu .menu-icon {
    background-position: -274px -49px;
}

.side-menu li a.icon-portfolio-menu .menu-icon {
    background-position: -235px -46px;
}

.side-menu li a.icon-plan .menu-icon {
    background-position: -96px -359px;
}

.side-menu li a.icon-configs .menu-icon {
    background-position: -7px -357px;
}

.side-menu li a.icon-status .menu-icon {
    background-position: -5px -406px;
}

.side-menu li a.icon-guide .menu-icon {
    background-position: -140px -357px;
}

.side-menu li a.icon-nomination .menu-icon {
    background-position: -143px -405px;
}

.side-menu li a.icon-review-coord .menu-icon {
    background-position: -234px -402px;
}

.side-menu li a.icon-plan-coord .menu-icon {
    background-position: -323px -409px;
}

.side-menu li a.icon-results-coord .menu-icon {
    background-position: -47px -357px;
}

.side-menu li.active a.icon-nomination .menu-icon {
    background-position: -418px -456px;
}

.side-menu li.active a.icon-review-coord .menu-icon {
    background-position: -508px -454px;
}

.side-menu li.active a.icon-results-coord .menu-icon {
    background-position: -47px -460px;
}

.side-menu li.active a.icon-plan-coord .menu-icon {
    background-position: -598px -460px;
}

.side-menu li.active a.icon-home .menu-icon {
    background-position: -32px -3px;
}

.side-menu li.active a.icon-license .menu-icon {
    background-position: -83px 1px;
}

.side-menu li.active a.icon-review .menu-icon {
    background-position: -184px -459px;
}

.side-menu li.active a.icon-request .menu-icon {
    background-position: -229px -458px;
}

.side-menu li.active a.icon-teachers .menu-icon {
    background-position: -230px -1px;
}

.side-menu li.active a.icon-results .menu-icon {
    background-position: -323px -458px;
}

.side-menu li.active a.icon-reports .menu-icon {
    background-position: -554px -455px;
}

.side-menu li.active a.icon-hub .menu-icon {
    background-position: -196px -3px;
}

.side-menu li.active a.icon-faq .menu-icon {
    background-position: -461px -458px;
}

.side-menu li.active a.icon-contact .menu-icon {
    background-position: -367px -459px;
}

.side-menu li.active a.icon-application .menu-icon {
    background-position: -75px -3px;
}

.side-menu li.active a.icon-training .menu-icon {
    background-position: -111px -2px;
}

.side-menu li.active a.icon-exam-menu .menu-icon {
    background-position: -274px -8px;
}

.side-menu li.active a.icon-portfolio-menu .menu-icon {
    background-position: -235px -5px;
}

.side-menu li.active a.icon-plan .menu-icon {
    background-position: -95px -460px;
}

.side-menu li.active a.icon-configs .menu-icon {
    background-position: -7px -458px;
}

.side-menu li.active a.icon-status .menu-icon {
    background-position: -279px -458px;
}

.side-menu li.active a.icon-guide .menu-icon {
    background-position: -140px -459px;
}

.side-menu > li > a {
    color: #8f8f95;
    font-size: 0.929em;
    letter-spacing: 0.1px;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 10px 12px 10px;
    position: relative;
    overflow: hidden;
    width: 30px;
    text-transform: capitalize;
    text-align: center;
    text-indent: -9999px;
}

.open .side-menu > li > a {
    text-indent: 0px;
}

.sidebar .side-menu > li.active > ul {
    background: #777777;
}

.sidebar .side-menu > li > ul {
    display: none;
    padding: 0;
}

    .sidebar .side-menu > li > ul > li {
        color: #8f8f95;
        border-bottom: none;
    }

        .sidebar .side-menu > li > ul > li.active, .sidebar .side-menu > li > ul > li:hover {
            background: #a8a8a8;
        }

        .sidebar .side-menu > li > ul > li:hover {
            color: #fff;
        }

        .sidebar .side-menu > li > ul > li > a {
            padding: 8px;
            display: inline-block;
            position: relative;
        }

input.form-control {
    border: none;
    background: none;
    padding: 5px 10px;
    border-radius: 0px;
    color: #141414;
    box-shadow: none;
    background: #f4f4f4;
}

    input.form-control.width-50 {
        width: 50%;
    }

.sidebar .side-menu > li > ul > li:hover a {
    color: #fff;
    text-decoration: none;
}

.sidebar .side-menu > li > ul > li > a {
    font-size: 0.857em;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    width: 100%;
}

.sidebar.open .side-menu > li > a {
    width: 110px;
}

.sidebar .side-menu > li > ul > li.active > a {
    color: #fff;
}

.sidebar .side-menu > li.active > ul {
    display: block;
}

#nav-toggle {
    position: absolute;
    width: 23px;
    height: 17px;
    right: 10px;
    top: 10px;
    text-indent: -9999px;
    cursor: pointer;
}

    #nav-toggle i, #nav-toggle i:before, #nav-toggle i:after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 100%;
        background: #fff;
        position: absolute;
        display: block;
        content: "";
        top: 6px;
    }

        #nav-toggle i:before {
            top: -6px;
        }

        #nav-toggle i:after {
            bottom: -6px;
            width: 50%;
        }

        #nav-toggle i, #nav-toggle i:before, #nav-toggle i:after {
            transition: all 500ms ease-in-out;
        }

    #nav-toggle.active i:before, #nav-toggle.active i:after {
        top: 0;
    }

    #nav-toggle.active i:before {
        transform: rotate(0deg);
    }

    #nav-toggle.active i {
        transform: rotate(45deg);
    }

        #nav-toggle.active i:after {
            transform: rotate(90deg);
            width: 100%;
        }

.main-content {
    /* position: relative;*/
    float: left;
    width: calc(100% - 95px);
    padding: 0px;
    left: 95px;
    /*padding-bottom:230px!important;*/
    background: #F6F6F9;
}

    .main-content.expanded {
        left: 110px;
        width: calc(100% - 110px);
    }

.main-section {
    padding: 0px;
}

.fixed-navbar {
    background: #8b2553;
    padding: 10px 18px;
    min-height: 62px;
    position: relative;
    z-index: 4;
}

.fixed-navbar-login {
    min-height: 30px;
}

.fixed-navbar.fix-top {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 101;
}

.expanded .fixed-navbar.fix-top {
    left: 0;
    width: 100%;
}

.fixed-navbar .nav {
    display: inline-block;
    padding: 0 15px;
    margin: 0;
}

    .fixed-navbar .nav li {
        display: inline-block;
        padding: 20px 15px;
    }

        .fixed-navbar .nav li a {
            font-size: 12px;
            color: #3e404b;
            text-transform: uppercase;
            padding: 0;
        }

.accessibility-menu, .notifybar-right {
    margin: 0;
    padding: 0;
}

    .accessibility-menu li, .notifybar-right li {
        display: inline-block;
        padding: 0 20px 0 0;
    }

        .accessibility-menu li:last-child, .notifybar-right li:last-child {
            border-right: none;
            padding-right: 0;
        }

    .accessibility-menu > li > span, .notifybar-right > li > span {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

.font-18, .fixed-accessbar li a span.font-18 {
    font-size: 1.25em;
}

.font-14, .fixed-accessbar li a span.font-14 {
    font-size: 1em;
}

.font-12, .fixed-accessbar li a span.font-12 {
    font-size: 0.857em;
}

span.color-contrast, .colorcontrast span {
    width: 18px;
    height: 18px;
    background-position: -102px -115px;
}

span.read-speaker, .readspeaker span {
    background-position: -144px -119px;
    width: 20px;
    height: 14px;
}

.fixed-accessbar span.color-contrast {
    background-position: -472px -93px;
}

.fixed-accessbar span.read-speaker {
    background-position: -594px -95px;
}

.accessibility-menu .select-style {
    display: inline-block;
    vertical-align: middle;
}

.accessibility-menu li.language-selection {
    border: none;
    margin-top: 6px;
}

.notification-wrap {
    position: relative;
}

.notification-count {
    background: #ff3d43;
    color: #fff;
    position: absolute;
    right: 14px;
    top: 2px;
    font-size: 11px;
    border-radius: 50%;
    text-align: center;
    padding: 2px 4px;
    line-height: 11px;
}

.notification {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.section-fill {
    min-height: 100vh;
    position: relative;
}

/* Login Page */
.login-wrapper {
    background-image: url(../images/login-bg-new.png);
    background-size: cover;
    min-height: calc(100vh - 144px);
    background-position: center;
}

.login-content {
    width: 385px;
    padding: 40px;
    position: absolute;
    top: 50%;
    margin-top: -240px;
}

.login-action {
    margin-top: 40px;
}

label {
    font-size: 1em;
    color: #141414;
    font-weight: 400;
}

.login-content .form-group, .login-controls .form-group {
    margin-bottom: 30px;
}

.form-control {
    border: none;
    background: none;
    padding: 5px 10px;
    border-radius: 0px;
    color: #141414;
    box-shadow: none;
}

input:read-only {
    color: #737373;
}

input:-moz-read-only {
    color: #737373;
}

textarea.form-control {
    border: 1px solid #8e8e8e;
    box-sizing: border-box;
    overflow: auto;
}

.form-control:focus {
    border-color: #8b2553;
}

.icon-on-control {
    position: relative;
}

input[type=text]#username::-webkit-input-placeholder, input[type=text]#password::-webkit-input-placeholder {
    color: #141414;
}

.icon-on-control label {
    position: absolute;
    right: 0px;
    top: 6px;
    text-indent: -9999px;
    width: 21px;
    height: 21px;
    margin: 0;
}

    .icon-on-control label[for=username] {
        background-position: 0 -113px;
        margin-right: 5px;
    }

    .icon-on-control label[for=password] {
        background-position: -52px -114px;
    }

.login-content h1 {
    font-size: 18px;
    color: #34495e;
    text-transform: uppercase;
    text-align: center;
    font-family: "Roboto", sans-serif;
    line-height: 18px;
    padding: 0px 10px 40px 10px;
}

.login-page {
    /* background: rgba(0,0,0,0.5);*/
}

.second-col {
    width: 385px;
    background: transparent;
    min-height: calc(100vh - 138px);
    position: relative;
    padding: 0;
    float: right;
}

    .second-col .transparent-layer {
        background: #fff;
        opacity: 0.7;
        min-height: calc(100vh - 138px);
        position: relative;
    }

    .second-col .login-controls {
        z-index: 1;
        position: absolute;
        top: 50%;
        margin-top: -110px;
        width: 305px;
        margin-left: -153px;
        left: 50%;
    }

.footer-login {
    background: #34495e;
}

.sticky-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
}

.login-footer {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
    color:rgb(146,146,146);
    background-color:rgb(242,242,242);
}

    .login-footer li {
        color: #fff;
        border-right: 1px solid #fff;
        padding: 0px 15px;
        line-height: 13px;
    }

        .login-footer li:last-child {
            border-right: none;
        }

        .login-footer li a {
            color: #fff;
        }

.btn {
    border-radius: 0px;
}

.btn-primary, .dashboard-section-count {
    background-color: #8b2553;
    border-color: #8b2553;
    font-size: 1.143em;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    letter-spacing: 1px;
    padding: 8px 25px;
    line-height: 20px;
    text-align: center;
}

.login-content .btn {
    font-size: 1.429em;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #c12d70;
    border-color: #c12d70;
}

input[type=checkbox], input[type=radio] {
    border-color: #141414;
}

a {
    color: #621337;
}

    a:hover {
        color: #8b2553;
        text-decoration: underline;
    }

.forgot-password {
    font-size: 1em;
    display: inline-block;
    margin-top: 4px;
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* End of Login page */
/*Checkbox */
.styled-checkbox, .styled-radio {
    position: absolute;
    opacity: 0;
    top: 6px;
}

    .styled-checkbox + label, .styled-radio + label {
        position: relative;
        cursor: pointer;
        padding: 0 0 0 22px;
        margin: 2px 0px 0px 0px;
    }

        .styled-checkbox + label:before, .styled-radio + label:before {
            content: "";
            margin-right: 6px;
            display: inline-block;
            vertical-align: text-top;
            width: 15px;
            height: 15px;
            background: #fff;
            border: 1px solid #141414;
            border-radius: 2px;
            margin-top: 2px;
        }

.panel-default .panel-body .styled-checkbox + label:before, .panel-default .panel-body .styled-radio + label:before {
    position: absolute;
    left: 0px;
}

.panel-default .panel-body .styled-checkbox + label, .panel-default .panel-body .styled-radio + label {
    padding-left: 25px;
}

.styled-radio + label:before {
    border-radius: 50%;
}

.styled-checkbox:disabled + label, .styled-radio:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

    .styled-checkbox:disabled + label:before, .styled-radio:disabled + label:before {
        box-shadow: none;
        background: #dddddd;
    }

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    /*left: 3px;
   top: 12px;
   background: $base-color;
   width: 2px;
   height: 2px;
   box-shadow: -1px 0 0 $base-color, 2px 0 0 $base-color, 2px -2px 0 $base-color, 2px -4px 0 $base-color, 2px -6px 0 $base-color, 2px -8px 0 $base-color;
   transform: rotate(45deg);*/
    background: url(../images/sprite.png) -299px -247px no-repeat;
    width: 15px;
    height: 9px;
    left: 0;
    top: 5px;
}

.styled-radio:checked + label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    background: #621337;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

/* End of Checkbox */
/* Select Box */
.select-style {
    padding: 0;
    margin: 0;
    width: 80px;
    overflow: hidden;
    background: url("../images/dropdown-arrow.png") right center no-repeat;
}

    .select-style select {
        padding: 5px 8px;
        width: 140%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        color: #3e404b;
    }

        .select-style select option {
            margin: 40px;
            background: #8b2553;
            color: #fff;
        }

        .select-style select.select-box option:hover {
            box-shadow: 0 0 10px 100px #1882a8 inset;
        }

        .select-style select:focus {
            outline: none;
        }

/* End of Select Box */
.ltr .pr-0-ltr {
    padding-right: 0;
}

/* Mobile Nav */
.mobile-nav {
    display: none;
}

/* Footer styles */
footer {
    background: #34495e;
    padding: 20px 40px 20px 108px;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    font-family: "Roboto", sans-serif;
    width: 100%;
    clear: both;
}

    footer h3 {
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 0 5px 0;
        color: #9fa9b3;
        margin: 0;
    }

    footer ul {
        padding: 0;
        margin: 0;
    }

        footer ul li {
            padding: 0 20px 0px 0;
            display: inline-block;
        }

            footer ul li a {
                color: #fff;
                text-transform: capitalize;
            }

                footer ul li a:hover {
                    color: #fff;
                }

    footer .social-media li {
        display: inline-block;
        vertical-align: middle;
        padding: 0 15px 0 0;
    }

        footer .social-media li a {
            width: 25px;
            height: 25px;
            display: block;
            text-indent: -9999px;
        }

.fb {
    background-position: -230px -109px;
}

.twitter {
    background-position: -267px -109px;
}

.gplus {
    background-position: -303px -108px;
}

.instagram {
    background-position: -337px -108px;
}

.footer-text {
    color: #fff;
    margin-top: 15px;
}

/* End of Footer styles */
/* utilities */
.f-13 {
    font-size: 0.929em;
}

.f-18 {
    font-size: 1.286em;
}

.f-17 {
    font-size: 1.214em;
}

.f-15 {
    font-size: 1.071em;
}

.f-21 {
    font-size: 21px;
}

.p-0 {
    padding: 0px !important;
}

.p-t-0 {
    padding-top: 0px;
}

.f-35 {
    font-size: 2.5em;
}

.m-0 {
    margin: 0 !important;
}

h1 {
    margin: 0;
    padding-top: 5px;
}

.p-r-0 {
    padding-right: 0;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.p-r-20 {
    padding-right: 20px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-5 {
    margin-right: 5px;
}

.m-t-40 {
    margin-top: 40px;
}

.mb-0 {
    margin-bottom: 0;
}

.pad-top-0 {
    padding-top: 0px;
}

.rounded-circle {
    border-radius: 50%;
}

.mt-5 {
    margin-top: 5px;
}

/* End of utilities*/
/* Headers */
h1 {
    font-size: 1.429em;
    font-family: "Roboto", sans-serif;
    padding: 0;
}

h2 {
    font-size: 1.25em;
    font-family: "Roboto", sans-serif;
    padding: 25px 0 15px 0;
    margin: 0;
}

/* SelectBox*/
.select-dropdown {
    position: relative;
}

    .select-dropdown .show-menu {
        display: block;
        position: absolute;
        top: 40px;
        left: 20px;
        background: #fff;
        border-radius: 3px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
    }

        .select-dropdown .show-menu:before {
            content: "";
            position: absolute;
            left: 50%;
            top: -10px;
            margin-left: -10px;
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #cbcdd5;
        }

/* grid css */
.main-content {
    /* min-height:1500px;*/
}

.main-area {
    padding: 20px 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.pad-15 {
    padding: 15px 0px;
}

.grid-main {
    background: #fff;
    display: inline-block;
    width: 100%;
    color: #23313f;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .grid-main .notification-box, .notification-box {
        background: #fff3cd;
        border: 1px solid #f4e2a9;
        padding: 7px 15px;
    }

        .grid-main .notification-box .box-head-txt {
            font-size: 1.286em;
        }

            .grid-main .notification-box .box-head-txt .badge {
                background: #8b2553;
                font-size: 0.8em;
                font-weight: 400;
                position: relative;
                top: -2px;
                margin-left: 5px;
            }

            .grid-main .notification-box .box-head-txt .fontedit {
                font-size: 0.7em;
            }

        .grid-main .notification-box .box-txt {
            font-size: 1em;
        }

            .grid-main .notification-box .box-txt .custom-select {
                display: inline-block;
            }

                .grid-main .notification-box .box-txt .custom-select select {
                    background: url("../images/dropdown-arrow.png") no-repeat;
                    -webkit-appearance: none;
                    -moz-appearance: none;
                    text-indent: 1px;
                    text-overflow: "";
                    border: 0px;
                    background-position: 95% center;
                    padding: 0px 20px 0px 2px;
                    height: auto;
                    box-shadow: none;
                    font-size: 1em;
                    color: #23313f;
                }

                    .grid-main .notification-box .box-txt .custom-select select::-ms-expand {
                        display: none;
                    }

    .grid-main .search-box .input-bg input {
        background: #f4f4f4 url("../images/search_icon.png") no-repeat;
        background-position: 95% 7px;
        border-radius: 0px;
        box-shadow: none;
    }

        .grid-main .search-box .input-bg input::-webkit-input-placeholder, .grid-main .search-box .input-bg input::-moz-placeholder, .grid-main .search-box .input-bg input:-ms-input-placeholder, .grid-main .search-box .input-bg input:-moz-placeholder {
            color: #777777;
        }

.grid-table table thead th {
    font-size: 1em;
    font-weight: 400;
    color: #333333;
    border: 0px;
    vertical-align: top;
    border-bottom: 1px solid #b2b2b3;
    font-weight: 700;
}

.grid-table table tbody td {
    font-size: 1.071em;
    border-top: 0px !important;
    /*border-bottom: 1px solid $light-border-color;*/
    padding: 10px 8px;
    vertical-align: middle;
}

.grid-table table tbody tr td.close-icon {
    padding: 10px 8px;
    text-align: center;
    vertical-align: bottom;
}

.grid-table.grid-table-responsive table tbody tr td, .grid-table.grid-table-responsive table th {
    /* white-space: nowrap;*/
}

.grid-table .custom-check {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .grid-table .custom-check input {
        position: absolute;
        opacity: 0;
    }

    .grid-table .custom-check .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: #fff;
        border: 1px solid #141414;
        border-radius: 2px;
    }

        .grid-table .custom-check .checkmark:after {
            content: "";
            position: absolute;
            display: none;
        }

    .grid-table .custom-check input:checked ~ .checkmark:after {
        display: block;
    }

    .grid-table .custom-check .checkmark:after {
        left: 4px;
        top: 1px;
        width: 5px;
        height: 9px;
        border: solid #141414;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.table-sub .table-pagination {
    float: left;
}

.table-sub .button-grp {
    float: right;
}

/*.grid-table .table-pagination .pagination > li:first-child > a, .grid-table .table-pagination .pagination > li:last-child > a {
     border-radius: 0px;
     font-size: 1.500em;
     padding: 3px 12px;
}*/
.button-grp {
    display: block;
    margin-bottom: 15px;
}

    .button-grp .btn {
        font-size: 1.071em;
    }

        .button-grp .btn.btn-border, .btn-default {
            background-color: #fff;
            border-color: #23313f;
            color: #23313f;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
            letter-spacing: 1px;
            padding: 8px 25px;
            line-height: 20px;
        }

.cross-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -169px -142px;
    cursor: pointer;
}

.eye {
    display: inline-block;
    width: 32px;
    height: 17px;
    background-position: -205px -144px;
    cursor: pointer;
}

.f-16 {
    font-size: 1.143em;
}

.grid-main .box-head-txt .badge {
    background: #8b2553;
    font-size: 0.8em;
    font-weight: 400;
    position: relative;
    top: -2px;
    margin-left: 5px;
}

.line-lft {
    border-right: 1px solid #e4e5ed;
}

.grid-main .box-head-txt .badge.fontedit {
    font-size: 0.7em;
}

.clr-red {
    color: #FF0000;
}

.clr-yellow {
    color: #ff5a00;
}

.clr-blue {
    color: #007bff;
}

.icon-none {
    display: none;
}

.icon-block {
    display: block;
}

.visibility-hide {
    visibility: hidden;
}

/* homepage-css */
.custom-notification .notification-box {
    background: #fff;
    border: none;
    padding: 0;
    margin-top: 0px;
    position: relative;
    display: table;
    width: 100%;
}

.white-box .custom-notification .notification-box {
    background: #f4f4f4;
}

.custom-notification .success-box {
    background: #f1f6f4;
    border: 1px solid #c8ebda;
}

.custom-notification .error-box {
    background: #fdf7f7;
    border: 1px solid #f6d8e1;
}

.alert, .warning-alert {
    width: 47px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    border-radius: 0;
}

.warning-alert {
    background: #ff7d4d;
}

.success-alert {
    background: #107A12;
}

.error-alert {
    background: #FF0000;
}

.status-title {
    margin-right: 10px;
    color: #ff7d4d;
}

.rtl .status-title {
    margin-right: 0px;
    margin-left: 10px;
}

.warning-wrap .status-title {
    color: #ff7d4d;
}

.success-wrap-wrap .status-title {
    color: #107A12;
}

.error-wrap .status-title {
    color: #ff7d4d;
}

.alert .alert-icon, .warning-alert .alert-icon {
    display: inline-block;
    width: 22px;
    height: 20px;
    vertical-align: middle;
    position: relative;
}

.warning-alert .alert-icon {
    background-position: -284px -144px;
}

.success-alert .alert-icon {
    background-position: -544px -139px;
}

.error-alert .alert-icon {
    background-position: -517px -140px;
}

.main-content .main-area .custom-notification .mobile-show .rgt-txt {
    display: none;
    color: #fff;
    font-size: 1em;
    margin: 0px;
    background: #8b2553;
    padding: 8px 12px;
    border-radius: 20px;
}

.notification-box .left-txt {
    color: #141414;
    font-size: 1.071em;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 15px;
    margin: 0px;
    font-weight: 500;
}

    .notification-box .left-txt .status-txt {
        color: #141414;
        display: block;
    }

.notification-box .success-txt {
    color: #107A12;
}

.pop-close {
    background-position: -504px -416px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.modal-body.status-pop-up {
    padding: 20px;
}

.pop-close:after {
    clear: both;
    content: "";
}

.main-content .main-area .custom-notification .notification-box .rgt-txt {
    color: #8b2553;
    font-size: 1em;
    margin: 0px;
    background: #fff;
    padding: 7px 11px;
    border-radius: 20px;
    border: 1px solid #8b2553;
}

.main-content .main-area .custom-notification .notification-box .left-txt .txt-clr {
    color: #857452;
    padding-right: 10px;
}

.main-content .main-area .custom-notification .notification-box .rgt-txt .cross-white {
    display: inline-block;
    width: 15px;
    height: 10px;
    background-position: -379px -146px;
    cursor: pointer;
    /* vertical-align: middle;
   */
    margin-left: 5px;
}

.main-content .main-area .custom-notification .mobile-show .rgt-txt .cross-white {
    display: inline-block;
    width: 15px;
    height: 10px;
    background-position: -379px -146px;
    cursor: pointer;
    /* vertical-align: middle;
   */
    margin-left: 5px;
}

.white-box {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .white-box h3, .top-head h3 {
        font-size: 1.214em;
        color: #23313f;
        margin: 0px;
        font-weight: 700;
    }

        .white-box h3 .badge, .top-head h3 .badge {
            background: #8b2553;
            color: #fff;
            font-size: 0.857em;
            padding: 4px 10px;
            border-radius: 20px;
            margin-left: 5px;
            font-weight: 400;
        }

    .white-box .top-head .btn {
        color: #8b2553;
        font-size: 0.857em;
        margin: 0px;
        background: #fff;
        border: 1px solid #8b2553;
        padding: 2px 10px;
        border-radius: 20px;
    }

        .white-box .top-head .btn:hover {
            text-decoration: underline;
        }

.my-actions-row {
    display: table;
    border-bottom: none;
    width: 100%;
}

    .my-actions-row div {
        display: table-cell;
        vertical-align: middle;
    }

    .my-actions-row .doc-txt {
        padding: 10px 20px;
        font-size: 1.071em;
    }

    .my-actions-row.notifications .doc-txt {
        padding: 10px 0;
        font-size: 1.071em;
    }

    .my-actions-row.notifications .doc-icon .dotted {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #34495e;
    }

.doc {
    display: inline-block;
    width: 23px;
    height: 30px;
    background-position: -583px -8px;
    cursor: pointer;
    vertical-align: middle;
}

.cross-arrow {
    display: inline-block;
    width: 18px;
    height: 12px;
    background-position: -354px -145px;
    cursor: pointer;
    vertical-align: middle;
}

.green-tick {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -589px -52px;
    cursor: pointer;
    vertical-align: middle;
}

.reject-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -560px -51px;
    cursor: pointer;
    vertical-align: middle;
}

.remove {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: -504px -416px;
    cursor: pointer;
    vertical-align: middle;
}

.attach {
    display: inline-block;
    width: 14px;
    height: 12px;
    background-position: -173px -245px;
    cursor: pointer;
    vertical-align: middle;
}

.help {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -430px -413px;
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
}

.calendar-pre {
    display: inline-block;
    width: 18px;
    height: 28px;
    background-position: -290px -210px;
    cursor: pointer;
    vertical-align: middle;
}

.calendar-nxt {
    display: inline-block;
    width: 18px;
    height: 28px;
    background-position: -315px -210px;
    cursor: pointer;
    vertical-align: middle;
}

.help.help-number .pop-hover {
    bottom: 45px;
    left: -15px;
}

.pop-head {
    position: relative;
}

.pop-hover {
    position: absolute;
    background: #6e1940;
    color: #eea4c6;
    width: 200px;
    border-radius: 10px;
    bottom: 30px;
    left: -90px;
    right: 0px;
    padding: 10px;
    margin: 0px auto;
    font-size: 0.823em !important;
    z-index: 3;
    display: none;
}

    .pop-hover:after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0px;
        right: 0px;
        width: 0;
        height: 0;
        margin: 0px auto;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #6e1940;
    }

.help:hover .pop-hover {
    display: block;
}

.profile {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: -496px -144px;
    cursor: pointer;
    vertical-align: middle;
}

.password {
    display: inline-block;
    width: 10px;
    height: 14px;
    background-position: -456px -143px;
    cursor: pointer;
    vertical-align: middle;
}

.logout {
    display: inline-block;
    width: 13px;
    height: 10px;
    background-position: -473px -147px;
    cursor: pointer;
    vertical-align: middle;
}

.my-actions-row.notifications.faQ .doc-txt {
    padding: 15px 15px 18px;
    font-size: 1em;
    color: #4968a7;
    vertical-align: top;
}

.my-actions-row.notifications.faQ .doc-icon {
    vertical-align: top;
    padding-top: 14px;
}

.user-section .user-name-section {
    display: inline-block !important;
    width: 100%;
}

.user-name-section button {
    background: none;
    border: 0px;
    padding: 0px;
    width: 100%;
}

.wrapper.wrapper-expanded .user-name-section .dropdown-menu {
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    background-color: #23313f;
    border-radius: 0px;
    min-width: 160px;
    left: 50%;
    margin-left: -80px;
}

    .wrapper.wrapper-expanded .user-name-section .dropdown-menu > li {
        position: relative;
        border-bottom: 1px solid #253544;
        width: 100%;
    }

        .wrapper.wrapper-expanded .user-name-section .dropdown-menu > li:last-child {
            border-bottom: 0px;
        }

.wrapper-expanded .user-name-section .dropdown-menu > li > a {
    padding: 5px 10px 5px 40px;
    color: #fff;
}

.username .dropdown-menu > li > a > .left-icon {
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #2b3c4d;
    padding: 4px 0px;
    text-align: center;
    font-size: 16px;
}

    .username .dropdown-menu > li > a > .left-icon > span:before {
        font-size: 16px;
    }

.username .dropdown-menu > li > a:focus, .username .dropdown-menu > li > a:hover {
    color: #fff;
    background: #8b2553;
}

    .username .dropdown-menu > li > a:focus .left-icon, .username .dropdown-menu > li > a:hover .left-icon {
        background: #94295a;
    }

.username .dropdown-menu {
    padding: 0px 0;
    margin: 0px 0 0;
    font-size: 14px;
    background-color: #23313f;
    border-radius: 0px;
    min-width: 30px;
    overflow: hidden;
    left: auto;
    right: 0px;
}

    .username .dropdown-menu > li {
        position: relative;
        border-bottom: 1px solid #253544;
        width: 100%;
        padding: 0;
    }

        .username .dropdown-menu > li:last-child {
            border-bottom: 0px;
        }

        .username .dropdown-menu > li > a {
            padding: 5px 10px 5px 40px;
            color: #fff;
        }

            .username .dropdown-menu > li > a > .left-icon {
                position: absolute;
                width: 30px;
                height: 100%;
                top: 0px;
                left: 0px;
                background: #2b3c4d;
                padding: 4px 0px;
                text-align: center;
            }

            .username .dropdown-menu > li > a:focus, .username .dropdown-menu > li > a:hover {
                color: #fff;
                background: #8b2553;
            }

                .username .dropdown-menu > li > a:focus .left-icon, .username .dropdown-menu > li > a:hover .left-icon {
                    background: #94295a;
                }

.txt-static.upload-area {
    position: relative;
    text-align: left;
}

    .txt-static.upload-area .export-right {
        position: absolute;
        right: 8px;
    }

.main-content .main-area .bread .btn-breadcrumb .btn:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    top: 27%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.main-content .main-area .bread .btn-breadcrumb .btn:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 10px solid #adadad;
    position: absolute;
    top: 27%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-5 {
    margin-bottom: 5px;
}

/** The Spacing **/
.main-content .main-area .bread .btn-breadcrumb .btn {
    padding: 10px 18px 10px 18px;
    text-align: left;
    position: relative;
    width: 148px;
    height: 65px;
    background: #23313f;
    white-space: normal;
}

    .main-content .main-area .bread .btn-breadcrumb .btn:first-child {
        padding: 10px 18px 10px 18px;
    }

    .main-content .main-area .bread .btn-breadcrumb .btn:last-child {
        padding: 10px 18px 10px 18px;
    }

    .main-content .main-area .bread .btn-breadcrumb .btn .head-txt {
        font-size: 0.786em;
        margin: 0px;
        color: #fff;
        text-transform: uppercase;
        line-height: 12px;
    }

    .main-content .main-area .bread .btn-breadcrumb .btn .step {
        font-size: 0.714em;
        margin: 0px;
        color: #989898;
        position: absolute;
        bottom: 5px;
        left: 20px;
    }

    .main-content .main-area .bread .btn-breadcrumb .btn .breadcum-icon {
        position: absolute;
        right: 0px;
        top: 22px;
    }

        .main-content .main-area .bread .btn-breadcrumb .btn .breadcum-icon .success-icon {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-position: -1px -168px;
            cursor: pointer;
            vertical-align: middle;
        }

            .main-content .main-area .bread .btn-breadcrumb .btn .breadcum-icon .success-icon.loading {
                width: 22px;
                height: 22px;
                background-position: -26px -168px;
            }

    /** Default button **/
    .main-content .main-area .bread .btn-breadcrumb .btn.btn-default:after {
        border-left: 10px solid #23313f;
    }

    .main-content .main-area .bread .btn-breadcrumb .btn.btn-default:before {
        border-left: 10px solid #f4f4f6;
    }

    .main-content .main-area .bread .btn-breadcrumb .btn.btn-default:hover, .main-content .main-area .bread .btn-breadcrumb .btn.btn-default.active {
        background: #8b2553;
    }

        .main-content .main-area .bread .btn-breadcrumb .btn.btn-default:hover:after, .main-content .main-area .bread .btn-breadcrumb .btn.btn-default.active:after {
            border-left: 10px solid #8b2553;
        }

        .main-content .main-area .bread .btn-breadcrumb .btn.btn-default:hover:before, .main-content .main-area .bread .btn-breadcrumb .btn.btn-default.active:before {
            border-left: 10px solid #f4f4f6;
        }

.breadcum-swap-mobile {
    display: none;
}

.breadcum-swap {
    display: block;
}

.slider {
    width: 50%;
    margin: 100px auto;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before, .slick-next:before {
    color: black;
}

.slick-slide {
    width: 148px !important;
}

.slick-list {
    height: 65px;
    padding: 0px !important;
}

/* Coordinator Home page*/
.equally-heighted-parent > [class*=col-] > .white-box {
    height: 100%;
    box-shadow: 0 0px 57px 0px rgba(0, 0, 0, 0.05), 0px 0px 0px 0px rgba(0, 0, 0, 0.05) !important;
}

.row.equally-heighted-parent {
    /*display: -webkit-box;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .row.equally-heighted-parent > [class*=col-] {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

.table-display {
    display: table;
    width: 100%;
}

.table-align {
    display: table-cell;
    vertical-align: top;
}

.graph-wrapper {
    padding: 20px 0 0 0;
    text-align: center;
}

.teachers-count {
    font-size: 2.5em;
    line-height: 28px;
    display: inline-block;
    color: #141414;
}

.nominated-description {
    font-size: 1em;
}

.teachers-nomination {
    color: #69696e;
}

.impl-year p {
    border-top: 1px solid #cbcdd5;
    margin-bottom: 0px;
    padding-top: 5px;
}

.listing-row {
    display: table;
    /*border-bottom: 1px solid $light-border-color;*/
    width: 100%;
}

.listing-wrap .listing-row:last-child {
    border-bottom: none;
}

.listing {
    padding: 10px 0;
}

    .listing span {
        font-size: 1.071em;
    }

.badge {
    background: #8b2553;
    font-size: 0.857em;
    padding: 4px 10px;
    margin-left: 5px;
}

.rtl .badge {
    margin-right: 5px;
    margin-left: 0;
}

.listing-action {
    width: 30px;
}

    .listing-action .cross-arrow {
        margin-left: 10px;
    }

.table-align-middle {
    display: table-cell;
    vertical-align: middle;
}

.white-box h2 {
    font-size: 1.214em;
    color: #23313f;
    margin: 0px;
    padding: 0;
    font-weight: 600;
}

.invoices-wrap {
    position: relative;
    padding: 10px 0px 15px 0;
    border-bottom: 1px solid #e4e5ed;
}

.invoices-count {
    font-size: 2.5em;
    line-height: 28px;
    display: inline-block;
    color: #141414;
}

.invoices-wrap p {
    color: #69696e;
}

.invoice-icon {
    background-position: -534px -234px;
    width: 66px;
    height: 66px;
    position: absolute;
    right: 0;
    top: 0;
}

.invoices-details p {
    color: #69696e;
    padding-top: 15px;
    margin: 0;
}

.language-text:hover {
    text-decoration: none;
}

.accessibility-menu li span:hover {
    color: #8b2553;
}

/* Implementation plan- school coordinator */
.grid-table table.table-bordered thead th {
    border: 1px solid #cbcdd5;
}

.icon-table {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.warning-icon {
    background-position: 0 -210px;
}

.close-icon {
    background-position: -33px -209px;
}

.download-icon {
    background-position: -145px -240px;
    position: relative;
    z-index: 9;
}

.upload-icon {
    background-position: -66px -211px;
}

.ml-10 {
    margin-left: 10px;
}

.browse-btn[type=file] {
    display: inline-block;
}

.input-file-container {
    position: relative;
    display: inline-block;
}

.input-file-trigger {
    display: block;
    padding: 2px 10px;
    background: #621337;
    color: #fff;
    font-size: 1em;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 20px;
}

.input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    opacity: 0;
    padding: 7px 0;
    cursor: pointer;
}

    .input-file:hover + .input-file-trigger,
    .input-file:focus + .input-file-trigger,
    .input-file-trigger:hover,
    .input-file-trigger:focus {
        background: #8b2553;
        color: #fff;
    }

.file-return {
    margin: 0;
}

    .file-return:not(:empty) {
        margin: 1em 0;
    }

.file-return {
    font-size: 0.9em;
    display: block;
    font-weight: bold;
}

/*.file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
}*/
.overlay {
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 99;
    display: none;
}

.popup-window {
    position: absolute;
    z-index: 101;
    width: 50%;
    background: #fff;
    margin-left: -25%;
    margin-top: 30px;
    left: 50%;
    top: 10%;
    display: none;
    margin-top: 0;
}

.popup-container {
    position: relative;
    padding: 40px;
}

.close-window {
    position: absolute;
    right: 15px;
    top: 24px;
    width: 14px;
    height: 14px;
    text-indent: -9999px;
    cursor: pointer;
}

    .close-window.icon-close-button {
        text-indent: 0;
        width: auto;
        height: auto;
        font-size: 16px;
        color: #323232;
    }

button.close-window.icon-close-button {
    background: none;
}

.form-control {
    border-radius: 0;
}

.popup-window h3 {
    border-bottom: 1px solid #cbcdd5;
    padding: 10px 0;
    margin-bottom: 15px;
}

textarea {
    resize: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    background-color: #621337;
    border-color: #621337;
}

.popup-window .btn {
    text-transform: capitalize;
}

.required {
    color: #ff3d43;
    padding-left: 3px;
    display: inline-block;
}

.file-icon .input-file-trigger, .file-icon .input-file:hover + .input-file-trigger,
.file-icon .input-file:focus + .input-file-trigger,
.file-icon .input-file-trigger:hover,
.file-icon .input-file-trigger:focus {
    background: url(../images/sprite.png) -65px -212px no-repeat;
    width: 21px;
    height: 21px;
    text-indent: -9999px;
    cursor: pointer;
}

.align-middle {
    display: inline-block;
    vertical-align: middle;
}

.file-name {
    margin: 0 !important;
}

.upload-file-icon {
    margin: 0px !important;
}

/* End of Implementation plan- school coordinator */
/* Manage request Coordinator */
.sortable-column {
    position: relative;
}

.sorting-icon {
    display: inline-block;
    width: 8px;
    height: 11px;
    background-position: -100px -220px;
    margin-left: 5px;
    margin-top: 4px;
    position: absolute;
}

.minwidth-70 {
    min-width: 70px;
}

.error-sec {
    border: 1px solid red;
}

.txt-static.upload {
    padding: 2px 8px;
}

.styled-checkbox + label:before, .styled-radio + label:before {
    position: absolute;
    left: 0px;
}

.app-panel .panel-body .form-check label {
    padding-left: 25px;
}

.app-panel .panel-body .form-radio label {
    padding-left: 25px;
}

.btn-default:hover, .btn-border:hover, .btn.btn-border:hover {
    background: #e6e6e6;
}

.app-panel .panel-body .grid-table.grid-width tr th:nth-child(1) {
    width: 50%;
    white-space: normal;
}

.app-panel .panel-body .grid-table.grid-width tr td:nth-child(1) {
    width: 50%;
}

.app-panel .panel-body .grid-table.grid-width tr td:nth-child(2) {
    width: 20%;
}

.app-panel .panel-body .grid-table.grid-width tr td:nth-child(3) {
    width: 15%;
    text-align: center;
}

.app-panel .panel-body .grid-table.grid-width tr td:nth-child(4) {
    width: 15%;
    text-align: center;
}

.horizontal-ruler {
    border-bottom: 1px solid #cbcdd5;
}

/* End of Manage request Coordinator */
/* Validity*/
.relative-element {
    position: relative;
    display: inline-block;
}

input[type=date] {
    background: #f4f4f4 url(../images/calendar-icon.png) calc(100% - 12px) center no-repeat;
    /*background: url(../images/calendar-icon.png) calc(100% - 12px) center no-repeat;*/
}

    input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }

/* End of validity */
/* panel-accordian */
.panel-default {
    border: 0px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* margin-bottom:30px;*/
}

    .panel-default h3 {
        font-size: 1.214em;
        color: #23313f;
        margin: 0px;
    }

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #fff;
    }

.custom-acc {
    margin-bottom: 0px;
}

    .custom-acc .panel-default > .panel-heading {
        background-color: #ebebeb !important;
        border: 0px !important;
        border-radius: 0px;
        padding: 0px !important;
    }

    .custom-acc .panel-default {
        box-shadow: none;
    }

        .custom-acc .panel-default .panel-body {
            padding: 15px !important;
            color: #141414 !important;
        }

        .custom-acc .panel-default > .panel-heading a {
            padding: 10px 15px;
            color: #141414;
        }

    .custom-acc .panel-heading .accordion-toggle {
        display: block;
        text-decoration: none;
    }

.upload-items ol {
    list-style: none;
}

    .upload-items ol p {
        background: #f4f4f4;
        padding: 5px;
        width: 100%;
        margin: 0;
    }

    .upload-items ol span {
        vertical-align: middle;
        margin-left: 15px;
        float: right;
        margin-top: 3px;
    }

        .upload-items ol span.clearfix {
            float: none;
            display: block;
        }

        .upload-items ol span.add {
            position: absolute;
            right: 15px;
        }

    .upload-items ol li {
        width: 48%;
        float: left;
        margin: 5px;
    }

.upload-items.twocol ol li {
    width: 100%;
    float: none;
    margin: 0px;
    margin-bottom: 5px;
}

.btn-radius {
    font-size: 0.857em !important;
    padding: 5px 10px !important;
    border-radius: 40px;
    line-height: 11px !important;
    letter-spacing: 0px !important;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    padding-left: 5px;
    display: inline-block;
    cursor: pointer;
}

    .upload-btn-wrapper.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        height: 23px;
    }

    .upload-btn-wrapper.btn-group > .btn:last-child:not(:first-child), .upload-btn-wrapper.btn-group > .dropdown-toggle:not(:first-child) {
        border-bottom-left-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
        padding: 0px 5px 2px 8px !important;
        height: 23px;
        background: #621337;
    }

    .upload-btn-wrapper.btn-group-vertical > .btn, .upload-btn-wrapper.btn-group > .btn {
        position: relative;
        float: right;
    }

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        left: 0;
        top: -3px;
        opacity: 0;
        width: 100%;
        height: 26px;
    }

.edit-static {
    position: relative;
    padding-right: 25px !important;
}

    .edit-static:after {
        position: absolute;
        content: "";
        width: 16px;
        height: 16px;
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/sprite.png) no-repeat;
        background-position: -241px -239px;
        cursor: pointer;
        vertical-align: middle;
        top: 7px;
        right: 2px;
    }

.custom-acc .panel-heading .accordion-toggle:after {
    content: "";
    float: right;
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
    width: 14px;
    height: 8px;
    background-position: -270px -219px;
    cursor: pointer;
    margin-top: 5px;
}

.custom-acc .panel-heading .accordion-toggle.collapsed:after {
    transform: rotate(180deg);
}

.panel-default .panel-body {
    padding: 5px 20px 20px;
    font-size: 1em;
    color: #737373;
}

    .panel-default .panel-body label {
        color: #737373;
    }

    .panel-default .panel-body .form-data {
        display: table;
    }

        .panel-default .panel-body .form-data span {
            display: table-cell;
            color: #141414;
            vertical-align: top;
        }

            .panel-default .panel-body .form-data span.user-info {
                padding-left: 5px;
                word-break: break-word;
            }

                .panel-default .panel-body .form-data span.user-info.radio-txt {
                    color: #7e7e7e;
                }

.panel-default .panel-heading .f-15 {
    font-size: 1.071em;
}

.form-data [type=radio]:checked,
.form-data [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .form-data [type=radio]:checked + label,
    .form-data [type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #69696e;
        height: 20px;
    }

        .form-data [type=radio]:checked + label:before,
        .form-data [type=radio]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border-radius: 100%;
            background: #34495e;
        }

        .form-data [type=radio]:checked + label:after,
        .form-data [type=radio]:not(:checked) + label:after {
            content: "";
            width: 10px;
            height: 10px;
            background: #fff;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .form-data [type=radio]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .form-data [type=radio]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.btn-delete {
    background-color: #34495e !important;
    color: #fff !important;
}

.application-timeline {
    position: relative;
}

    .application-timeline ul.status-timeline {
        list-style: none;
        padding: 0px;
        margin-bottom: 80px;
    }

        .application-timeline ul.status-timeline li {
            display: inline-block;
            margin-right: 6%;
        }

            .application-timeline ul.status-timeline li span {
                width: 30px;
                height: 30px;
                display: inline-block;
                position: relative;
                box-shadow: inset 0px 0px 0px 2px #34495e;
                -webkit-box-shadow: inset 0px 0px 0px 2px #34495e;
                -moz-box-shadow: inset 0px 0px 0px 2px #34495e;
                color: #141414;
                background: #fff;
                border-radius: 50%;
                text-align: center;
                line-height: 30px;
            }

                .application-timeline ul.status-timeline li span:after {
                    content: "";
                    width: 75px;
                    position: absolute;
                    top: 15px;
                    left: 30px;
                    border-top: 1px solid #141414;
                }

            .application-timeline ul.status-timeline li div {
                position: absolute;
                color: #141414;
                line-height: 14px;
                top: 40px;
                width: 85px;
                text-align: left;
                font-size: 0.929em;
            }

            .application-timeline ul.status-timeline li:last-child {
                margin-right: 0px;
            }

                .application-timeline ul.status-timeline li:last-child span:after {
                    width: 0px;
                    border: 0px;
                }

    .application-timeline .tab-content {
        display: none;
    }

        .application-timeline .tab-content.selected {
            display: inherit;
        }

.cell-xs-custom {
    text-align: center;
}

.application-timeline ul.status-timeline li.notification span {
    background: #ff3d43;
    box-shadow: none;
    color: #fff;
}

.application-timeline ul.status-timeline li.selected span {
    -webkit-box-shadow: inset 0px 0px 0px 2px #34495e !important;
    -moz-box-shadow: inset 0px 0px 0px 2px #34495e !important;
    box-shadow: inset 0px 0px 0px 2px #34495e !important;
    background: #fff !important;
    color: #141414 !important;
}

.application-timeline ul.status-timeline li.finished span {
    background: #621337;
    box-shadow: none;
    color: #fff;
}

.app-panel {
    background: #fff;
}

    .app-panel .panel-head {
        background: #e1e1e1;
        padding: 10px 20px;
    }

        .app-panel .panel-head .doc-icon {
            display: inline-block;
            width: 28px;
            height: 30px;
            background-position: -317px -144px;
            cursor: pointer;
            vertical-align: middle;
            margin-right: 10px;
        }

        .app-panel .panel-head .f-18 {
            font-size: 1.286em;
        }

    .app-panel .panel-body {
        padding: 20px;
        border: 1px solid #e4e5ed;
        border-top: 0px;
    }

        .app-panel .panel-body .app-grid-btn {
            background: #8b2553;
            padding: 2px 15px;
            border-radius: 25px;
            display: inline-block;
            color: #fff;
            margin-right: 5px;
            text-transform: capitalize;
            font-size: 0.857em;
        }

        .app-panel .panel-body .grid-table th.upload-cell {
            border-right: 1px solid #e4e5ed;
        }

        .app-panel .panel-body .grid-table th:last-child {
            text-align: center;
            vertical-align: middle;
        }

        .app-panel .panel-body .grid-table tr {
            border-bottom: 1px solid #e4e5ed;
        }

        .app-panel .panel-body .grid-table td {
            white-space: nowrap;
            font-size: 1em;
        }

            .app-panel .panel-body .grid-table td.upload-cell {
                border-right: 1px solid #e4e5ed;
                text-align: center;
            }

            .app-panel .panel-body .grid-table td .user-input {
                display: block;
            }

                .app-panel .panel-body .grid-table td .user-input input {
                    width: 100%;
                    min-width: 100px;
                    border: 0px;
                    box-shadow: none;
                    border-bottom: 1px solid #e4e5ed;
                }

            .app-panel .panel-body .grid-table td .user-txt {
                display: none;
            }

        .app-panel .panel-body .grid-table th {
            white-space: nowrap;
            text-transform: capitalize;
        }

        .app-panel .panel-body .grid-table .xs-show {
            display: none;
        }

    .app-panel .btn-border {
        background-color: #fff;
        border-color: #23313f;
        color: #23313f;
        font-weight: normal;
        font-family: DubaiW23 Regular;
        letter-spacing: 1px;
        padding: 8px 25px;
        line-height: 20px;
    }

    .app-panel .btns a {
        font-size: 1.071em;
        text-decoration: none;
        color: #34495e;
    }

        .app-panel .btns a.mr-25 {
            margin-right: 25px;
        }

        .app-panel .btns a .next {
            display: inline-block;
            width: 14px;
            height: 9px;
            background-position: -141px -221px;
            cursor: pointer;
            margin-left: 5px;
        }

        .app-panel .btns a .back {
            display: inline-block;
            width: 14px;
            height: 9px;
            background-position: -117px -221px;
            cursor: pointer;
            margin-right: 5px;
        }

.white-box.app-comments-section {
    background: #8b2553;
    color: #fff;
    padding-bottom: 0px;
}

.white-box .panel-default {
    background: transparent;
    color: #fff;
    margin-bottom: 0px;
}

    .white-box .panel-default .panel-heading {
        background: transparent;
        color: #fff;
        padding: 0px;
        border-bottom: 1px solid #972e5e;
        padding-bottom: 20px;
        line-height: 20px;
    }

    .white-box .panel-default .panel-body {
        color: #fff;
        padding: 10px 0px 20px;
    }

        .white-box .panel-default .panel-body .media .media-left {
            padding-right: 18px;
        }

            .white-box .panel-default .panel-body .media .media-left .media-object {
                max-width: 62px;
                width: 62px;
                height: 62px;
                border-radius: 50%;
            }

        .white-box .panel-default .panel-body .media .media-body {
            vertical-align: middle;
        }

            .white-box .panel-default .panel-body .media .media-body .w3-hide-small {
                margin: 0px;
            }

    .white-box .panel-default .panel-footer {
        padding: 8px 20px;
        background-color: #621337;
        border: 0px;
        border-radius: 0px;
        margin-left: -20px;
        margin-right: -20px;
    }

        .white-box .panel-default .panel-footer .f-15 {
            display: inline-block;
            width: 86%;
            vertical-align: middle;
        }

        .white-box .panel-default .panel-footer .doc-icon {
            display: inline-block;
            width: 28px;
            height: 30px;
            background-position: -1px -237px;
            cursor: pointer;
            vertical-align: middle;
            margin-right: 10px;
        }

sup {
    color: #FF0000;
    top: -1px;
    left: 1px;
    font-size: 0.9em;
}

.app_form .form-group {
    margin-bottom: 0px;
}

    .app_form .form-group .form-check {
        position: relative;
    }

        .app_form .form-group .form-check label {
            font-size: 1.143em;
        }

        .app_form .form-group .form-check p {
            font-size: 0.929em;
            color: #107A12;
            margin-bottom: 20px;
            font-style: italic;
        }

            .app_form .form-group .form-check p.m-0 {
                margin-bottom: 0px;
            }

.app-panel .panel-body .grid-table td.colum-break {
    white-space: normal;
}

.mr-25 {
    margin-right: 25px;
}

.grid-table td {
    white-space: normal;
}

.grid-table th {
    white-space: normal;
}

.export-file {
    text-decoration: underline;
    font-size: 0.786em;
}

.export {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -66px -210px;
    cursor: pointer;
}

.export-cancel {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-position: -64px -245px;
    cursor: pointer;
    margin-right: 0px;
    vertical-align: middle;
}

.add {
    display: inline-block;
    width: 13px;
    height: 14px;
    background-position: -513px -517px;
    cursor: pointer;
    text-indent: -9999px;
}

.save {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-position: -167px -214px;
    cursor: pointer;
}

.delete {
    display: inline-block;
    width: 16px;
    height: 20px;
    background-position: -216px -213px;
    cursor: pointer;
}

.date {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-position: -241px -213px;
    cursor: pointer;
    vertical-align: top;
}

.help-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -340px -212px;
    cursor: pointer;
    vertical-align: middle;
}

.grid-table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 20px;
}

/* Examination booking  */
.nav-tabs {
    border-bottom: none;
    display: table;
    width: 100%;
}

    .nav-tabs > li {
        display: table-cell;
        float: none;
        vertical-align: top;
        background: #fff;
    }

        .nav-tabs > li > a {
            margin-right: 0px;
            line-height: 20px;
            border: none;
            border-radius: 0px;
            font-size: 16px;
            padding: 12px;
            color: #abacae;
            font-weight: 500;
            text-align: center;
            background: transparent;
        }

        .nav-tabs > li.active {
            border-bottom: 2px solid #b73f74;
        }

            .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
                border: 0px;
                color: #141414;
                background: transparent;
            }

        .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            background: transparent;
        }

.tab-section {
    padding: 20px;
}

.tab-edit {
    border-top: 1px solid #d6dbdf;
    padding-top: 20px;
}

    .tab-edit .app_form .form-group .form-check {
        position: relative;
        margin-right: 20px;
        display: inline-block;
    }

.calender_div {
    background: #f7f7f7;
}

.white-box .tab-edit .tab-pane .itext {
    color: #FF0000;
}

.white-box .btn-group-tab .btn {
    color: #fff;
    font-size: 0.857em;
    margin: 0px;
    background: #8b2553;
    padding: 2px 10px;
    border-radius: 20px;
}

    .white-box .btn-group-tab .btn.grey-btn {
        background: #34495e;
        margin-right: 10px;
    }

.white-box .manage-books {
    display: table;
    width: 100%;
}

    .white-box .manage-books div {
        display: table-cell;
        vertical-align: middle;
    }

        .white-box .manage-books div.lft-txt {
            text-align: right;
        }

            .white-box .manage-books div.lft-txt p.f-35 {
                line-height: 30px;
            }

.white-box.white-box-height {
    height: auto !important;
}

.manage-icon {
    display: inline-block;
    width: 76px;
    height: 59px;
    background-position: -452px -241px;
    cursor: pointer;
}

.action-icon {
    display: inline-block;
    width: 63px;
    height: 63px;
    background-position: -382px -235px;
    cursor: pointer;
}

.white-box.pad-0 {
    padding: 0px;
}

.white-box .exam-date-head {
    padding: 10px;
    background: #f7f7f7;
}

    .white-box .exam-date-head p {
        margin: 0px;
    }

.white-box .exam-date-body .tab-sec ul {
    margin-top: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #cccccc;
}

.white-box .exam-date-body .tab-sec .tab-edit {
    border: 0px;
    padding: 0px;
}

    .white-box .exam-date-body .tab-sec .tab-edit .panel-default {
        border-bottom: 1px solid #e4e5ed;
    }

.white-box .exam-date-body .panel-body {
    padding: 10px 0 0 0;
    position: relative;
}

.white-box .exam-date-body .nav-tabs > li > a {
    font-size: 1.143em;
}

.check-venue {
    position: absolute;
    top: 30%;
    right: 10px;
}

/* Examination booking  */
.txt-static {
    min-height: 34px;
    padding: 8px 8px 8px 8px;
    font-size: 1em;
    background: #f4f4f4;
    position: relative;
}

    .txt-static .date {
        position: absolute;
        right: 10px;
        top: 7px;
    }

    .txt-static.custom {
        min-height: 34px;
        padding: 6px 5px 6px 5px;
        font-size: 1em;
        background: #f4f4f4;
        line-height: 20px;
        display: table;
        width: 100%;
        vertical-align: middle;
        word-break: break-word;
    }

.export-div {
    padding: 5px 10px 10px 8px;
}

.app-panel .panel-body label {
    color: #141414;
}

    .app-panel .panel-body label.label-clr {
        color: #141414;
    }

/* End of panel-accordian */
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    display: -ms-flexbox;
    /* display: flex;*/
    /* flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;*/
}

.row-eq-height-col {
    /*display: -webkit-box;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*  flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;*/
}

.row.row-eq-height [class*=col-] {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    display: flex;
    flex-direction: column;
}

.row.row-eq-height-col [class*=col-] {
    display: flex;
    flex-direction: column;
}

.row.row-eq-height [class*=col-].home-card {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

    .row.row-eq-height [class*=col-].home-card .white-box {
        background: none;
        box-shadow: none;
    }

.grid-main.white-box .notification-box {
    margin-top: 0px;
}

.custom-select {
    display: inline-block;
    min-width: 80px;
}

    .custom-select select {
        background: #f4f4f4;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: "";
        border-bottom: 0px;
        height: auto;
        box-shadow: none;
        font-size: 1em;
        color: #23313f;
        min-height: 34px;
        padding: 7px 30px 7px 8px;
        font-size: 1em;
    }

.custom-select {
    position: relative;
}

    .custom-select:after {
        content: "";
        font-family: "icomoon" !important;
        position: absolute;
        top: 8px;
        right: 8px;
        color: #333333;
        font-size: 13px;
    }

.app_form .form-group .form-check p.condition-txt {
    margin-bottom: 5px;
}

.close-sm {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    cursor: pointer;
    background-position: -271px -242px;
}

.custom-select select[disabled] {
    background: #f4f4f4;
    background-position: calc(100% - 10px) 50%;
}

.app-panel .custom-select select {
    background: #f4f4f4;
    border-bottom: 0px solid #8e8e8e;
    background-position: 96% 50%;
}

.app-panel .form-control {
    background: #f4f4f4;
    border-bottom: 0px solid #8e8e8e;
}

.white-box.teacher-comments-section {
    background: #34495e;
    color: #fff;
    padding-bottom: 0px;
}

    .white-box.teacher-comments-section .panel-default .panel-heading {
        border-bottom: 1px solid #596c80;
    }

    .white-box.teacher-comments-section .panel-default .panel-body textarea.form-control {
        border: 1px solid #fff;
        box-sizing: border-box;
        overflow: auto;
        color: #141414;
        background: #fff;
    }

        .white-box.teacher-comments-section .panel-default .panel-body textarea.form-control:focus {
            border-color: #fff;
        }

.back-icon-nav {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -368px -210px;
    cursor: pointer;
    margin-right: 5px;
}

.table .custom-select select {
    border: none;
}

select {
    background: url(../images/dropdown-arrow.png) no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
    border: 0px;
    border-bottom: 1px solid #e4e5ed;
    background-position: 95% 10px;
    padding: 0px 20px 0px 2px;
    height: auto;
    box-shadow: none;
    font-size: 1em;
    color: #23313f;
}

.select-add .custom-select {
    width: calc(98% - 30px);
}

    .select-add .custom-select select {
        width: 100%;
    }

.select-add .add {
    float: right;
    margin: 9px 7px;
}

select::-ms-expand {
    display: none;
}

.b-btm-none {
    border-bottom: 0px;
}

.white-box {
    height: 100%;
}

.media .media-body label {
    text-align: right;
}

.media .media-left span {
    display: inline-block;
    position: static;
}

/* Pre MVP Fixes */
.sidebar.closed .side-menu > li > ul > li > a {
    padding: 8px 2px 8px 2px;
    text-align: center;
    display: block;
}

    .sidebar.closed .side-menu > li > ul > li > a:before {
        display: none;
    }

.sidebar.closed .menu-dropdown {
    display: block;
}

.main-content .main-area .custom-notification .notification-box .rgt-txt.warning-msg-spacing {
    margin: 7px 10px 0 0;
}

.equal-height {
    display: table;
    width: 100%;
    padding: 15px;
}

    .equal-height .left-div, .equal-height .right-div {
        display: table-cell;
        height: 100%;
        width: 50%;
        padding: 0px 15px;
    }

    .equal-height .right-div {
        position: relative;
    }

        .equal-height .right-div .select-txt h2 {
            margin: 0px;
        }

.grid-table.grid-responsive td {
    white-space: nowrap;
}

.grid-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}

.button-grp-position {
    position: absolute;
    bottom: 0px;
    right: 15px;
}

/* Reasons page */
.inline-block {
    display: inline-block;
}

/* End of reasons page*/
/* Registration Form*/
.form-horizontal .control-label {
    text-align: left !important;
    color: #141414;
    font-weight: 500;
}

.table-bordered {
    border-collapse: collapse;
}

.custom-select.width-100 {
    width: 100%;
}

    .custom-select.width-100 select {
        width: 100%;
    }

.custom-select.width-80 {
    width: 80%;
}

    .custom-select.width-80 select {
        width: 100%;
    }

/* End of registration Form */
/* Profile Page */
.profile-wrapper {
    width: 144px;
    height: 144px;
    margin: 0px auto;
    padding: 20px 0;
    box-sizing: content-box;
    position: relative;
}

.upload-profile {
    position: absolute;
    background-position: -125px -248px;
    width: 28px;
    height: 28px;
    bottom: 26px;
    right: 20px;
    display: inline-block;
    text-indent: -9999px;
}

.btn-link, .btn-link:hover {
    color: #fff;
    font-size: 0.857em;
    margin: 0px;
    background: #8b2553;
    padding: 2px 10px;
    border-radius: 20px;
    text-decoration: none;
}

    .btn-link:hover {
        background: #c12d70;
    }

span.label {
    color: #141414;
    font-size: 1em;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    white-space: normal;
}

/* Licensing Progress */
.modal-header .license-from-name {
    color: #141414;
    font-size: 1em;
    margin-bottom: 10px;
}

    .modal-header .license-from-name.colon {
        position: relative;
    }

        .modal-header .license-from-name.colon:after {
            content: ":";
            position: absolute;
            right: -15px;
            top: 0px;
        }

    .modal-header .license-from-name .left-txt {
        color: #67697c;
    }

.licensing-col {
    padding: 15px;
    border: 1px solid #e4e5ed;
    margin-top: -1px;
    margin-bottom: 15px;
}

    .licensing-col .col {
        display: table;
        width: 100%;
    }

        .licensing-col .col .col-child {
            display: table-cell;
            vertical-align: top;
        }

            .licensing-col .col .col-child.status-details {
                width: 60%;
                padding: 0px 15px;
            }

            .licensing-col .col .col-child.status-img {
                width: 14%;
                text-align: center;
            }

            .licensing-col .col .col-child.view-btn {
                text-align: right;
                width: 100px;
            }

            .licensing-col .col .col-child .license-from-name {
                color: #141414;
                font-size: 1em;
                margin-bottom: 5px;
            }

                .licensing-col .col .col-child .license-from-name.colon {
                    position: relative;
                }

                    .licensing-col .col .col-child .license-from-name.colon:after {
                        content: ":";
                        position: absolute;
                        right: -4px;
                        top: 0px;
                    }

                .licensing-col .col .col-child .license-from-name .left-txt {
                    color: #67697c;
                }

.modal-dialog.license-modal {
    width: 740px;
}

    .modal-dialog.license-modal .modal-content {
        padding: 15px;
    }

.licensing-img1 {
    background-position: 0px -272px;
    width: 89px;
    height: 69px;
    display: inline-block;
}

.licensing-img2 {
    background-position: -93px -272px;
    width: 89px;
    height: 69px;
    display: inline-block;
}

.licensing-img3 {
    background-position: -607px -235px;
    width: 51px;
    height: 65px;
    display: inline-block;
}

.licensing-img4 {
    background-position: -651px -164px;
    width: 49px;
    height: 67px;
    display: inline-block;
}

/* End Licensing Progress */
/* End of Profile page*/
/* Sitemap*/
.sitemap {
    list-style-position: outside;
    list-style-type: circle;
}

    .sitemap li {
        padding-bottom: 10px;
    }

.completed .sitemap li a {
    color: #107A12;
}

.in-progress .sitemap li a {
    color: #8b2553;
}

.yet-to-start .sitemap li a {
    color: #70767d;
}

.completed h3, .in-progress h3, .yet-to-start h3 {
    margin-bottom: 15px;
}

/* End of Sitemap*/
.no-results {
    min-height: 100px;
    line-height: 100px;
}

.comments-row {
    padding: 10px;
    color: #fff;
}

.comments-column {
    max-height: 130px;
    overflow-y: auto;
}

    .comments-column > div:nth-child(odd) {
        background: #621337;
    }

    .comments-column > div:nth-child(even) {
        background: #8b2553;
    }

.comments-row label {
    color: #fff;
}

.comments-date {
    color: #141414;
}

.form-control.error-field, .form-control.error-field:hover, .form-control.error-field:focus, .custom-select select.form-control.error-field {
    border-bottom-color: #FF0000;
    color: #FF0000;
}

    .custom-select select.form-control.error-field option {
        color: #23313f;
    }

.underline {
    text-decoration: underline;
}

.m-l-r-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.modal-content {
    border-radius: 0px;
}

.white-bg {
    background: #fff;
}

.p-l-0 {
    padding-left: 0;
}

.p-r-0 {
    padding-right: 0;
}

.modal-footer .btn + .btn {
    margin-left: 15px;
}

.modal-header p {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    padding-right: 20px;
}

.rtl .modal-header p {
    padding-right: 0;
    padding-left: 20px;
}

#manageBookingDialog .modal-dialog {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.success-color {
    color: #107A12;
}

.error-color {
    color: #FF0000;
}

.modal-header, .modal-footer {
    border: none;
}

.modal-footer {
    padding-top: 0;
}

.grid-table table tbody tr:hover td {
    background: #e4e4e8;
}

.app-panel .grid-table table tbody tr:hover td {
    background: none;
}

.add-fields {
    min-width: 180px;
}

.width-100 {
    width: 100%;
}

.search-status {
    padding-top: 27px;
}

    .search-status .btn-link {
        margin-top: 4px;
    }

.status-actionbar {
    padding: 0px;
}

.block-element {
    display: block;
}

/* Application Review*/
.custom-li {
    list-style: disc;
    padding-left: 50px;
}

    .custom-li li {
        margin-bottom: 10px;
    }

.row-edit-xs {
    position: fixed;
    bottom: 0px;
    width: calc(100% - 218px);
    z-index: 99;
    right: 0px;
}

.upload-items ol.custom p {
    width: 97%;
}

.helptxt {
    color: #107A12;
    font-size: 1em;
}

.application-timeline ul.status-timeline li {
    margin-right: 4.2%;
}

    .application-timeline ul.status-timeline li div {
        font-size: 0.81em;
        width: 78px;
    }

.grid-table table tbody td {
    vertical-align: middle;
}

.warning-txt {
    color: red;
}

.notes {
    list-style: disc;
    padding-left: 40px;
}

.tab-pane.fade {
    display: none;
}

    .tab-pane.fade.in {
        display: block;
    }

.panel-group.borderedit {
    padding: 20px;
    border: 1px solid #cccccc;
}

.application-timeline ul.status-timeline li.edit span {
    box-shadow: inset 0px 0px 0px 2px #ff3d43;
    background: #fff;
    color: #141414;
}

.align-top {
    vertical-align: top;
}

.upload-items.width-100 ol li {
    float: none;
    width: auto;
}

    .upload-items.width-100 ol li p {
        margin-right: 0;
        width: 100%;
    }

.bg-formcontrol {
    background: #f4f4f4;
}

.teacher-comments-section.white-box .panel-default .panel-footer {
    background: #1a2c3e;
}

.main-content .main-area .custom-notification .notification-box .status-btn {
    margin-right: 10px;
}

.status-btnn-wrap {
    width: 220px;
}

.error-page {
    background: url(../images/404_bg.png) center bottom no-repeat;
    height: 100vh;
    background-size: 100% auto;
    text-align: center;
}

.error-code {
    color: #8b2553;
    font-weight: 400;
    font-size: 190px;
    line-height: 150px;
}

    .error-code span {
        font-size: 224px;
        display: inline-block;
    }

.error-description {
    font-size: 33px;
    font-weight: 400;
    color: #34495e;
    letter-spacing: 17px;
}

.redirection-reason {
    color: #141414;
    font-size: 16px;
    letter-spacing: 1px;
}

.error-message {
    position: absolute;
    top: 50%;
    margin-top: -168px;
    left: 50%;
    margin-left: -250px;
}

    .error-message .btn {
        margin-top: 10px;
    }

.request-empty {
    position: absolute;
    top: 50%;
    margin-top: -85px;
    left: 50%;
    margin-left: -162px;
}

.form-control.search-field {
    border: 1px solid #f4f4f4;
}

    .form-control.search-field:focus {
        border: 1px solid #8b2553;
    }

.wrap-text {
    word-wrap: break-word;
}

.application-status .status-block {
    display: inline-block;
}

    .application-status .status-block span.indication-status {
        display: block;
        background: #fea600;
        padding: 8px 0px;
        text-align: center;
    }

    .application-status .status-block:first-child span.indication-status {
        background: #4ece81;
    }

    .application-status .status-block span {
        display: block;
        text-align: center;
    }

.white-box .top-head h2 {
    width: 70%;
}

.listing span {
    font-size: 1.071em;
    display: table-cell;
    vertical-align: middle;
}

    .listing span.list-txt {
        width: 80%;
    }

.width-60 {
    width: 60%;
}

.lowercase {
    text-transform: capitalize;
}

.pt-0 {
    padding-top: 0;
}

.colon-label {
    position: relative;
}

    .colon-label::after {
        content: ":";
        position: absolute;
        right: -15px;
        top: 0px;
    }

.circled {
    width: 60px;
    height: 55px;
    display: inline-block;
}

    .circled.phone {
        background-position: -285px -340px;
    }

    .circled.email {
        background-position: -375px -339px;
    }

    .circled.address {
        background-position: -471px -339px;
    }

.contact-page .colon-label::after {
    right: 0;
}

.break-all {
    word-break: break-all;
}

.faq-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.faq-section .panel-default > .panel-heading a, .faq-section .panel-default > .panel-heading a:hover {
    color: #333333;
    text-decoration: none;
}

.faq-section .panel-default > .panel-heading {
    background: #e0e0e0;
    padding: 15px;
    border-radius: 0px;
    cursor: pointer;
}

    .faq-section .panel-default > .panel-heading h4.panel-title {
        font-size: 17px;
    }

.faq-section .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
}

.faq-tab .nav-pills > li > a {
    border-radius: 0;
    text-transform: uppercase;
}

.faq-tab .nav-pills > li.active a {
    background: #34495e;
}

.divider-vertical {
    border-left: 1px solid #cccccc;
}

.fixed-table {
    table-layout: fixed;
}

.notify-action {
    width: 120px;
}

.notify-image {
    width: 60px;
    padding-right: 10px;
}

.notification-wrapper h4 {
    margin: 0;
}

.notify-timestamp {
    font-size: 12px;
    color: #9a9696;
}

.notify-message {
    font-size: 15px;
    margin: 10px 0 0 0;
}

ul.notification-wrapper li {
    border-bottom: 1px solid #e4e5ed;
    padding: 10px 0;
}

    ul.notification-wrapper li:hover {
        background: #f4f4f4;
    }

.grid-table td {
    white-space: normal;
}

/* New changes */
.menu-title {
    display: block;
    font-family: "Roboto", sans-serif;
}

.container-fluid {
    padding: 0;
    padding-right: 20px;
}

#pnProductNav .breadcum .btn.btn-default:before, #pnProductNav .breadcum .btn:before, #pnProductNav .breadcum .btn.btn-default:after, #pnProductNav .breadcum .btn:after {
    display: none;
}

#pnProductNav .pn-ProductNav_Contents {
    /*display: table;*/
}

.fixed-accessbar {
    position: fixed;
    top: 175px;
    right: 0;
    width: 30px;
}

    .fixed-accessbar li {
        display: block;
        background: #a12d62;
        padding: 0;
    }

        .fixed-accessbar li a {
            display: block;
            border-bottom: 1px solid #942859;
            color: #fff;
            padding: 5px 0px;
            width: 100%;
            text-align: center;
            line-height: 16px;
        }

            .fixed-accessbar li a span:hover {
                color: #fff;
            }

            .fixed-accessbar li a span {
                display: inline-block;
                vertical-align: middle;
                font-size: 16px;
            }

        .fixed-accessbar li:last-child {
            border: none;
        }

        .fixed-accessbar li:hover, .fixed-accessbar li.active {
            background: #c23676;
        }

.step-wrap {
    /*display: table;*/
}

    .step-wrap .step-icon, .step-wrap .head-txt {
        /*display: table-cell;
  vertical-align: middle;*/
    }

.breadcum .btn .step-wrap .head-txt {
    text-transform: none;
    font-size: 0.925em;
    display: block;
    padding: 0 5px;
    text-align: center;
    margin-top: 5px;
    color: #34495e;
    font-weight: 500;
    width: 170px !important;
    left: -50px;
    position: absolute;
    top: 60px;
    max-width: unset;
    min-width: unset;
    text-align: center !important;
}

.breadcum .btn .step-wrap .disabled-step-head-txt {
    text-transform: none;
    font-size: 0.925em;
    display: block;
    padding: 0 5px;
    text-align: center;
    margin-top: 0px;
    color: #cccccc;
    font-weight: 500;
    width: 170px !important;
    left: -50px;
    position: absolute;
    top: 60px;
    max-width: unset;
    min-width: unset;
    text-align: center !important;
    cursor: default;
    white-space: nowrap;
}

#pnProductNav .breadcum .swiper-slide:first-child .table-alignment .btn .step-wrap .head-txt {
    left: 0;
    text-align: left !important;
}

#pnProductNav .breadcum .swiper-slide:last-child .table-alignment .btn .step-wrap .head-txt {
    left: auto;
    right: 0;
    text-align: right !important;
    padding-right: 0;
}

.step-wrap .step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    border: 3px solid #fff;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    line-height: 71px;
}

    .step-wrap .step-icon .step {
        width: 17px;
        height: 17px;
        display: inline-block;
        border-radius: 50%;
        /*border: 1px solid $white-color;*/
        background: #34495e;
        font-size: 11px;
        color: #fff;
        position: absolute;
        top: -6px;
        left: -3px;
        text-align: center;
        line-height: 15px;
    }

.step-wrap .head-txt {
    padding-left: 10px;
}

.breadcum .btn .breadcum-icon {
    right: 5px;
    top: 5px;
    display: none;
}

#pnProductNav .breadcum .btn {
    padding: 0px;
    height: 60px;
    width: 60px;
    /*background:  $step-default-bg;
  box-shadow: 10px 8px 26px rgba(0, 0, 0, 0.2);*/
    background: none;
    box-shadow: none;
    position: relative;
}

#pnProductNav .breadcum .table-alignment:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 60px;
    border-top: 3px solid #8b8b8b;
}

.rtl #pnProductNav .breadcum .table-alignment:after {
    left: auto;
    right: 60px;
}

#pnProductNav .breadcum .table-alignment:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 60px;
}

.rtl #pnProductNav .breadcum .table-alignment:before {
    left: auto;
    right: 60px;
}

#pnProductNav .breadcum .table-alignment.completed-step-line:after {
    border-top: 3px solid #34495e;
}

#pnProductNav .breadcum .table-alignment.inprogess-step-line:after {
    border-top: 3px solid #811245;
    width: calc(50% - 30px);
}

#pnProductNav .breadcum .table-alignment.inprogess-step-line:before {
    border-top: 3px solid #8b8b8b;
}

#pnProductNav .breadcum .swiper-slide.last-cell .table-alignment:after {
    display: none;
}

#pnProductNav .breadcum .btn.last-element {
    margin-right: 0;
}

.completed-step .step-wrap .step-icon {
    border: 3px solid #34495e;
}

.inprogress-step .step-wrap .step-icon {
    border: 3px solid #8b2553;
}

#pnProductNav .swiper-slide.last-cell {
    width: 61px !important;
    max-width: 61px !important;
}

#pnProductNav .breadcum .btn.completed-step {
    /*background:  $step-completed-bg;*/
}

#pnProductNav .breadcum .btn.inprogress-step {
    /*background:  $step-inprogress-bg;*/
}

.completed-step .step-wrap .step-icon .step {
    background: #32c605;
}

.inprogress-step .step-wrap .step-icon .step {
    background: #fa8f01;
}

.disabled-step .step-wrap .step-icon .step {
    background: #ccc;
}

.disabled-step:hover {
    cursor: default;
}

.breadcum .btn .breadcum-icon .inprogress-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: -472px -48px;
    cursor: pointer;
    vertical-align: middle;
}

.wizard-icon {
    display: inline-block;
    margin-top: 6px;
    font-size: 30px;
    color: #34495e;
}

    .wizard-icon.icon-exam1, .wizard-icon.icon-actions {
        margin-left: 7px;
    }

    .wizard-icon.icon-portfolio {
        margin-left: 4px;
    }

#pnProductNavContents .table-alignment:first-child .step-wrap .step-icon {
    margin: 0;
}

#pnProductNavContents .table-alignment:first-child .step-wrap .head-txt {
    text-align: left;
    padding-left: 0;
}

.rtl #pnProductNavContents.breadcum .btn .step {
    right: -3px;
    left: auto;
    top: -3px;
}

.application-icon {
    background-position: -495px -6px;
}

.ptl-icon {
    background-position: -359px -6px;
}

.pd-icon {
    background-position: -391px -6px;
}

.students-icon {
    background-position: -424px -5px;
}

.exams-icon {
    background-position: -459px -5px;
}

.portfolio-icon {
    background-position: -534px -5px;
}

.cts-icon {
    background-position: -359px -5px;
}

.language-section {
    cursor: pointer;
    background-color: #8b2553;
    padding: 3px 10px;
}

.lang-text {
    color: #fff;
    font-size: 1em;
    font-family: Tahoma;
}

.rtl .lang-text {
    font-family: "Roboto", sans-serif;
}

.flag {
    background-position: -536px -91px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.rtl .flag {
    background-position: -439px -91px;
}

.school-name {
    color: #93949c;
    font-size: 1em;
}

.headings {
    padding-right: 10px;
}

.notifybar-right .user-pic {
    max-width: 45px;
    max-height: 45px;
    width: 45px;
    height: 45px;
}

    .notifybar-right .user-pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.notifybar-right .useraction-drop-arrow {
    margin-left: 10px;
    border: none;
    font-size: 10px;
    background: none;
}

.notifybar-right .username {
    margin-right: 15px;
    margin-left: 5px;
    position: relative;
    cursor: pointer;
    color: #fff;
}

.username .dropdown-menu {
    top: 18px;
    width: 160px;
}

.grid-table.grid-responsive td.wrap-td {
    white-space: normal;
}

video {
    width: 100%;
    max-width: 100%;
    max-height: 310px;
}

.my-actions-row.notifications .doc-txt.unread {
    font-weight: 700;
}

.myaction-icon {
    background-position: -376px -46px;
}

.openrequest-icon {
    background-position: -424px -44px;
}

.license-icon {
    background-position: -330px -47px;
}

.professional-dev-icon {
    background-position: -187px -505px;
}

.assessment-booking-icon {
    background-position: -242px -506px;
}

.teacher-req-icon {
    background-position: -183px -552px;
}

.refelective-statement-icon {
    background-position: -396px -556px;
}

.teaching-effective-icon {
    background-position: -239px -551px;
}

.teacher-portfolio-icon {
    background-position: -346px -504px;
}

.teacher-status-progress-icon {
    background-position: -345px -553px;
}

.dashboard-status-icon {
    width: 60px;
    height: 60px;
    background: #eeeeee;
    font-size: 37px;
    text-align: center;
    color: #8b2553;
}

.dashboard-status {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.row.row-eq-height.strip-cards > .home-card {
    transition: all 0.2s ease-in;
}

    .row.row-eq-height.strip-cards > .home-card:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        transform: scale(1.05);
    }

.status-count {
    color: #c2c2c2;
    font-size: 1.714em;
    width: 40px;
    text-align: center;
    font-weight: 500;
    padding: 4px;
}

.status-count-numbered {
    color: #8b2553;
}

.dashboard-status p {
    color: #141414;
    padding-left: 10px;
    font-weight: 500;
}

    .dashboard-status p > a {
        color: #141414;
        font-weight: 500;
    }

.dashboard-status p, .dashboard-status span {
    display: table-cell;
    vertical-align: middle;
}

.row.row-eq-height.strip-cards > .home-card:hover .dashboard-status-icon {
    background: #8b2553;
    color: #fff;
}

.top-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
}

.borderless-table.grid-table table tbody td, .borderless-table.grid-table table thead th {
    border: none;
}

.table-alignment {
    width: 100% !important;
    /*display: table-cell;*/
    padding: 5px 0;
    position: relative;
    min-width: 170px !important;
}

.swiper-slide:last-child .table-alignment {
    width: 61px !important;
    min-width: 61px !important;
}

#pnProductNav {
    min-height: 98px;
}

#pnProductNavContents {
    padding: 0 25px !important;
}

#pnProductNav .swiper-wrapper {
    height: 98px;
}

#pnProductNav #pnProductNavContents .swiper-container {
    width: 100% !important;
}

.pn-ProductNav_Wrapper .pn-Advancer_Left, .pn-ProductNav_Wrapper .pn-Advancer_Right {
    width: 25px;
    background: none;
    position: absolute;
    font-size: 24px;
    top: 23px;
    color: #8b8b8b;
}

.pn-ProductNav_Wrapper .pn-Advancer_Right {
    right: 0;
}

.pn-ProductNav_Wrapper .pn-Advancer_Icon {
    width: 100%;
    height: 100%;
    display: block;
    color: red;
    font-size: 20px;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.mobile-header {
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 10px 10px 34px;
    background: #fff;
    position: relative;
}

.rtl .mobile-header {
    padding: 10px 34px 10px 10px;
}

.mobile-accessbar {
    background: #e0dcdc;
}

    .mobile-accessbar .fixed-accessbar {
        width: 185px;
        position: static;
        margin: 0 auto;
    }

        .mobile-accessbar .fixed-accessbar li {
            display: inline-block;
            border: 1px solid #8b2553;
            vertical-align: middle;
        }

            .mobile-accessbar .fixed-accessbar li a {
                width: 35px;
                height: 35px;
                padding: 7px;
                background: #a12d62;
                line-height: 18px;
                text-decoration: none;
            }

            .mobile-accessbar .fixed-accessbar li:hover a, .mobile-accessbar .fixed-accessbar li.active a {
                background: #c23676;
            }

            .mobile-accessbar .fixed-accessbar li a span {
                padding: 0;
                width: 100%;
                height: 100%;
                display: block;
            }

                .mobile-accessbar .fixed-accessbar li a span.font-14, .mobile-accessbar .fixed-accessbar li a span.font-12 {
                    padding-top: 1px;
                }

                .mobile-accessbar .fixed-accessbar li a span.icon-contrast-circle-symbol, .mobile-accessbar .fixed-accessbar li a span.icon-speakers {
                    margin-top: 2px;
                }

.mobile-header.fixed-top {
    width: 100%;
    left: 0;
    position: fixed;
    top: 65px;
    z-index: 100;
    border-top: 1px solid #cccccc;
}

    .mobile-header.fixed-top .mobile-nav {
        display: none;
    }

.mobile-header.fixed-top {
    padding: 10px;
}

    .mobile-header.fixed-top .headings {
        padding-left: 0;
    }

footer ul li:last-child {
    padding: 0;
}

.recent-box .doc-action {
    width: 18px;
    max-width: 18px;
}

.outlined-btn, .grey-outlined-btn {
    color: #8b2553;
    font-size: 0.857em;
    margin: 0px;
    background: #fff;
    border: 1px solid #8b2553;
    padding: 2px 10px;
    border-radius: 20px;
}

    .outlined-btn:hover, .outlined-btn:focus {
        text-decoration: underline;
        color: #8b2553;
    }

.grey-outlined-btn {
    color: #34495e;
    border: 1px solid #34495e;
}

    .grey-outlined-btn:hover {
        color: #34495e;
        text-decoration: underline;
    }

.outlined-button-grp .btn {
    margin-right: 15px;
}

    .outlined-button-grp .btn:last-child {
        margin-right: 0;
    }

.rtl .outlined-button-grp .btn {
    margin-right: 0px;
    margin-left: 15px;
}

    .rtl .outlined-button-grp .btn:last-child {
        margin-left: 0;
    }

.listing span.badge {
    font-size: 12px;
}

.login-action {
    width: 100%;
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

input[placeholder] {
    text-overflow: ellipsis;
}

input::-moz-placeholder {
    text-overflow: ellipsis;
}

input:-moz-placeholder {
    text-overflow: ellipsis;
}

input:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.search-btn {
    padding: 7px 13px;
}

.upload-btn-wrapper span {
    background-position: -683px -408px;
    width: 17px;
    height: 15px;
    color: #8b2553;
    padding-left: 25px;
}

.row .qualification-left {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-right: 10px;
}

.row .official-right {
    border: 1px solid #dddddd;
    padding: 10px;
}

.icon-popup {
    display: inline-block;
    width: 60px;
    height: 60px;
}

.success-popup {
    background-position: -622px -336px;
}

.delete-popup {
    background-position: -540px -336px;
}

.error-popup {
    background-position: -109px -510px;
}

.warning-popup {
    background-position: -13px -510px;
    width: 70px;
}

.next-popup {
    background-position: -618px -517px;
}

.rtl .next-popup {
    background-position: -543px -535px;
}

.status-popup {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
}

.success-popup-text {
    color: #32c605;
}

.delete-popup-text {
    color: #FF0000;
}

.warning-popup-text {
    color: #ff7d4d;
}

.info-popup {
    margin-top: 10px;
    color: #626262;
}

.modal.in.message-popup.modal .modal-dialog {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    transition: none;
}

.rtl .pop-close {
    float: left;
}

.modal.in .modal-dialog {
    transform: none;
    -webkit-transform: none;
}

.comments-section-wrapper {
    border: 1px solid #e2e3e7;
    padding: 10px;
    /*margin: 0 10px 0px 10px;*/
}

.commenter-name {
    font-weight: 700;
    font-size: 16px;
    color: #141414;
    display: block;
}

.comments-section-wrapper .commenter-role {
    color: #9fa0a3;
    font-size: 13px;
    display: block;
}

.comments-section-wrapper .comments-list {
    margin-top: 10px;
    padding: 0 10px;
    margin-bottom: 0;
}

    .comments-section-wrapper .comments-list > li {
        margin-bottom: 10px;
        background: #f4f4f8;
        padding: 10px;
    }

        .comments-section-wrapper .comments-list > li:last-child {
            margin-bottom: 0;
        }

        .comments-section-wrapper .comments-list > li > div {
            display: table;
            table-layout: fixed;
            width: 100%;
        }

            .comments-section-wrapper .comments-list > li > div p {
                color: #141414;
                font-size: 14px;
                margin: 0;
                display: table-cell;
                vertical-align: middle;
                padding-right: 20px;
            }

.rtl .comments-section-wrapper .comments-list > li > div p {
    padding-right: 0;
}

.comments-section-wrapper .comments-list > li div.remove-comment {
    display: table-cell;
    vertical-align: middle;
    width: 14px;
}

.comment-time {
    display: table-cell;
    vertical-align: middle;
    width: 160px;
    color: #bcbcc1;
    padding-right: 20px;
}

.rtl .comment-time {
    padding-right: 0;
}

.comment-delete {
    width: 10px;
    height: 10px;
    background-position: -570px -417px;
}

textarea.comment-box {
    border: none;
    padding: 10px;
    min-height: 50px;
    background: #fff;
}

.comment-admin {
    font-size: 14px;
}

.new-comments-wrapper {
    background: #f5f7fa;
    padding: 10px;
    /*margin: 20px 10px 0px 10px;*/
}

.modal-header.border-none {
    border: none;
}

.license-from-name .left-txt {
    color: #747474;
    font-weight: 500;
    font-size: 14px;
}

.status-content, .progress-heading {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 700;
}

.iconic-status {
    position: relative;
}

    .iconic-status span {
        color: #141414;
        font-weight: 500;
    }

    .iconic-status:before {
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        content: "";
        position: absolute;
        left: -25px;
        top: 1px;
    }

.yet-to-start:before {
    background: url(../images/sprite.png) -400px -516px no-repeat;
}

.processing:before {
    background: url(../images/sprite.png) -437px -516px no-repeat;
}

.apprvd:before {
    background: url(../images/sprite.png) -476px -516px no-repeat;
}

.conditions-status {
    color: #73737c;
    font-size: 14px;
    font-weight: 500;
}

.licensing-col .col {
    table-layout: fixed;
}

    .licensing-col .col .col-child.status-img {
        width: 90px;
        padding: 0;
    }

.button-grp {
    width: 100%;
}

    .button-grp .btn, .button-grp a {
        margin-right: 15px;
    }

    .button-grp > a {
        display: inline-block;
    }

    .button-grp .btn:last-child, .button-grp a:last-child {
        margin-right: 0px;
    }

.rtl .button-grp .btn, .rtl .button-grp a {
    margin-right: 0px;
    margin-left: 15px;
}

    .rtl .button-grp .btn:last-child, .rtl .button-grp a:last-child {
        margin-right: 0px;
        margin-left: 0;
    }

    .rtl .button-grp .btn:first-child, .rtl .button-grp a:first-child {
        margin-right: 0px;
    }

.app-panel .panel-body .grid-table .current-emp-tbl tr {
    display: table-row;
}

.panel-body .grid-table .current-emp-tbl td {
    display: table-cell;
}

.panel-body .grid-table .current-emp-tbl td {
    padding: 10px 5px 5px;
}

.rtl .row .qualification-left {
    margin-right: 0;
    margin-left: 10px;
}

.admin-grid {
    margin-left: 10px;
    margin-right: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
}

.pagination {
    float: right;
    margin: 0 0 10px 0;
}

    .pagination li span.active {
        color: #8b2553;
        font-weight: 500;
    }

    .pagination > li > a, .pagination > li > span {
        border: none;
        padding: 7px 12px;
        line-height: 22px;
        display: inline-block;
        vertical-align: middle;
        color: #777777;
        background: #fff;
        font-size: 1.143em;
        border-radius: 0px;
    }

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
            background: #fff;
            color: #8b2553;
        }

.rtl .button-grp.text-right {
    text-align: left;
}

.rtl .pagination {
    float: left;
}

.wrap-filename {
    background: #f4f4f4;
    color: #737373;
    text-decoration: underline;
}

.scrollableModal.modal.fade .modal-dialog {
    transform: none !important;
    -webkit-transform: none !important;
    top: 0px !important;
    margin: 30px auto;
}

.rtl .username .dropdown-menu {
    left: 5px;
    right: auto;
}

.video-content {
    display: inline-block;
    width: 50%;
    text-align: center;
}

    .video-content iframe {
        width: 80%;
    }

.center-empty-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-middle {
    vertical-align: unset !important;
    padding-top: 20px !important;
}

.status-label {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.status-top-icon {
    color: #333333;
    font-weight: 500;
    padding: 0 0 2px 25px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .status-top-icon:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 19px;
        height: 19px;
        background: url(../images/sprite.png) -589px -52px no-repeat;
    }

.top-approved-icon:before {
    background-position: -589px -52px;
}

.top-rejected-icon:before {
    background-position: -560px -51px;
}

.top-pending-icon:before {
    background-position: -472px -48px;
}

.rtl .status-top-icon:before {
    right: 0;
    left: auto;
}

.rtl .status-top-icon {
    padding: 0 25px 2px 0px;
}

.rtl .status-label {
    margin-right: 0;
    margin-left: 10px;
}

.status-top {
    padding: 0 10px 10px 10px;
}

.note-txt {
    padding-top: 30px;
}

.table-file-upload .file-td {
    position: relative;
}

    .table-file-upload .file-td .wrap-filename {
        max-width: none;
        width: calc(100% - 20px);
    }

    .table-file-upload .file-td .remove {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -10px;
    }

.file-td .upload-btn-wrapper {
    float: none !important;
}

.rtl .table-file-upload .file-td .remove {
    right: auto;
    left: 0;
}

.overflow-auto {
    overflow: auto;
}

.max-width-120 {
    width: 120px;
}

.footer-btn {
    padding: 15px 15px 0 15px;
}

.licensing-col .custom-notification .notification-box {
    background: #f4f4f4;
}

.login-navbar {
    min-height: 44px;
}

    .login-navbar .language-section {
        margin-top: 0;
    }

.ctrl-readonly, .txt-static.custom.ctrl-readonly, input.ctrl-readonly, .app-panel .custom-select select.ctrl-readonly, .custom-select select[disabled] {
    background-color: #dddddd;
}

textarea.form-control.error-sec:hover, textarea.form-control.error-sec:focus, textarea.form-control.error-sec:active {
    border: 0px solid red !important;
    outline: 1px solid red !important;
}

.rtl .sidebar .side-menu > li > ul > li > a, .rtl .login-content h1, .rtl .btn-primary, .rtl footer, .rtl h1, .rtl h2, .rtl .button-grp .btn.btn-border, .rtl .btn-default, .rtl .modal-header p {
    font-family: Tahoma;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    padding-right: 0;
}

.rtl .pagination > li:last-child > a, .rtl .pagination > li:last-child > span {
    padding-right: 12px;
    padding-left: 0;
}

.note-text {
    width: 40px;
}

.rtl .note-text {
    width: 50px;
}

.target-percent {
    min-width: 100px;
}

.reasons-title > div {
    display: inline-block;
    vertical-align: middle;
}

    .reasons-title > div span {
        padding-right: 20px;
    }

        .reasons-title > div span.bold {
            padding-right: 5px;
        }

#ReasonModal .modal-dialog {
    width: 650px;
}

.rtl .reasons-title > div span.bold {
    float: right;
    padding-left: 10px;
    padding-right: 0;
}

.rtl .reasons-title > div span {
    padding-right: 0;
    padding-left: 20px;
}

h4.modal-title {
    padding-right: 20px;
}

.rtl h4.modal-title {
    padding-right: 0px;
    padding-left: 20px;
}

.rtl .upload-btn-wrapper > span {
    padding-left: 0;
    padding-right: 25px;
    background-position: -617px -406px;
}

.left-div .table-sub .table-pagination, .right-div .table-sub .table-pagination {
    float: right;
}

.nominate-btns {
    padding: 0 15px;
}

.grid-table table tbody td.valign-icon {
    vertical-align: middle !important;
}

.rtl .white-box h3 .badge, .rtl .top-head h3 .badge {
    margin-left: 0;
    margin-right: 5px;
}

.rtl .main-content .main-area .custom-notification .notification-box .left-txt .txt-clr {
    padding-right: 0;
}

.add-select-grouping {
    width: calc(100% - 20px);
}

.min-175 {
    min-width: 175px;
}

.my-actions-row .doc-icon, .my-actions-row .doc-action {
    width: 30px;
}

.table .outlined-btn {
    padding: 4px 10px;
}

.calc-date .date-input-control, .right-calc-date .date-input-control {
    width: calc(100% - 35px) !important;
}

.select-options {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #beb7b7;
    padding: 4px 8px 4px 8px;
    margin: 5px 10px;
}

    .select-options.select-options-selected {
        cursor: not-allowed;
        background: #a2a2a2;
    }

.form-group .select-options:first-child {
    margin-left: 0;
}

.form-group .select-options:last-child {
    margin-right: 0;
}

h2.step-booking {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding-left: 30px;
}

    h2.step-booking span {
        margin-right: 5px;
    }

.rtl h2.step-booking span {
    margin-left: 5px;
}

h2.step-booking span.icon-double-angle-pointing-to-right {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.manage-bookings {
    padding: 20px;
    text-align: center;
}

.rtl h2.step-booking span.icon-double-angle-pointing-to-right {
    right: 0;
    left: auto;
}

.rtl h2.step-booking {
    padding-left: 0;
    padding-right: 30px;
}

    .rtl h2.step-booking span {
        float: right;
        margin-right: 0;
        margin-left: 5px;
    }

        .rtl h2.step-booking span.icon-double-angle-pointing-to-right:before {
            content: "";
        }

.calc-date app-date, .right-calc-date app-date {
    min-width: unset;
}

    .calc-date app-date .date-component {
        float: left;
        width: 100%;
    }

    .right-calc-date app-date .date-component {
        float: right;
        width: 100%;
    }

.hypen-text {
    margin-top: 6px;
}

.login-page input:-webkit-autofill, .login-page input:-webkit-autofill:hover, .login-page input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

.headings h1, .school-name, .school-name:hover {
    color: #fff;
}

.search-box {
    position: relative;
}

    .search-box .icon-search {
        position: absolute;
        top: 9px;
        right: 10px;
        font-size: 16px;
    }

.target-legend-wrapper li span {
    font-size: 11px;
}

.mt-85 {
    margin-top: 85px;
}

.row.row-eq-height.strip-cards > .home-card {
    width: calc(50% - 20px);
    margin-bottom: 20px;
}

.row.row-eq-height.strip-cards.strip-card-teacher > .home-card {
    margin-bottom: 0;
}

.row.row-eq-height.strip-cards > .home-card .white-box {
    padding: 0;
}

.width-110 {
    width: 110px;
}

.width-140-th {
    min-width: 140px !important;
}

.width-180-th {
    min-width: 180px !important;
}

.dashboard-section-count {
    color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in;
    display: inline-block;
}

    .dashboard-section-count:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        transform: scale(1.05);
        color: #fff;
        display: inline-block;
    }

.dashboard-section-wrapper.grid-table table tbody tr:hover td {
    background: none;
}

.dashboard-section-wrapper.grid-table table tbody tr td {
    border: 1px solid #cecece;
    text-align: center;
}

    .dashboard-section-wrapper.grid-table table tbody tr td:first-child {
        border-left: none;
        text-align: left;
        width: 100px;
    }

    .dashboard-section-wrapper.grid-table table tbody tr td:last-child {
        border-right: none;
    }

.dashboard-section-wrapper.grid-table table thead th {
    border-bottom: 1px solid #cecece;
    vertical-align: middle;
}

.bolder-font {
    font-weight: 500;
}

.dashboard-section-wrapper {
    padding-left: 10px;
    overflow-x: visible !important;
}

.icon-circle-shape-outline {
    position: relative;
}

    .icon-circle-shape-outline span {
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 14px;
    }

    .icon-circle-shape-outline:before {
        position: absolute;
        color: #c12d70;
        font-size: 13px;
        left: -25px;
        z-index: 15;
        background: #fff;
    }

    .icon-circle-shape-outline span:before {
        content: "";
        width: 0;
        height: 85px;
        border-left: 1px solid #c12d70;
        position: absolute;
        top: 11px;
        left: -19px;
        z-index: 9;
    }

    .icon-circle-shape-outline span.last-bullet:before {
        border-left: 1px solid #fff;
        top: 0px;
        z-index: 10;
    }

.overflow-y-auto {
    overflow-y: auto;
}

.mobile-header .headings h1, .mobile-header .school-name, .mobile-header .school-name:hover {
    color: #141414;
}

.row.row-eq-height.strip-cards > .home-card.full-width-sm:hover {
    transform: scale(1.01);
}

.icon-sort-arrows-couple-pointing-up-and-down {
    font-size: 11px;
}

.stretch-height {
    display: flex;
    align-items: stretch;
}

.school-plan-graph {
    max-height: 185px;
}

.listing-scroll {
    max-height: 123px;
    /*overflow-y: auto;*/
    height: 123px;
}

.faq-wrapper {
    margin-left: 10px;
    width: calc( 100% - 10px);
}

.notify-scroll {
    max-height: 123px;
    overflow-y: auto;
}

.scrollable-height {
    max-height: 190px;
    height: 190px;
    /*overflow-y: auto;*/
}

.rtl .top-head h3 {
    padding-right: 0;
}

perfect-scrollbar > .ps.ps--active-y > .ps__rail-y {
    width: 3px !important;
    background: #dadada;
    opacity: 1 !important;
}

.ps__rail-y:focus, .ps__rail-y:hover, perfect-scrollbar > .ps.ps--scrolling-y > .ps__rail-y {
    opacity: 1 !important;
    background: #dadada !important;
}

.ps__thumb-y, .ps__thumb-y:hover {
    background: #8b2553 !important;
    width: 9px !important;
    right: -3px !important;
    border-radius: 12px;
}

.rl .ps__thumb-y, .rl .ps__thumb-y:hover {
    right: -3px !important;
}

perfect-scrollbar.scroll-container > .ps.ps--active-y > .ps__rail-y {
    left: auto !important;
    right: 4px !important;
}

.rtl perfect-scrollbar > .ps.ps--active-y > .ps__rail-y {
    left: 4px !important;
    right: auto !important;
}

.notify-cordinator .scrollable-height {
    height: 123px;
    max-height: 123px;
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
    opacity: 1 !important;
}

.ps__rail-x, .ps__rail-y {
    display: block !important;
    opacity: 1 !important;
}

perfect-scrollbar {
    padding-right: 15px;
}

.rtl perfect-scrollbar {
    padding-right: 0px;
    padding-left: 15px;
}

.notification-highliter .modal-header {
    background: #8b2553;
    color: #fff;
}

    .notification-highliter .modal-header .icon-close-button {
        color: #fff;
    }

.coordinator-comments-wrapper {
    border: 2px solid #0236af;
}

.khda-comments {
    border: 2px solid #d22775;
}

.comments-table {
    display: table;
    width: 100%;
}

.comments-cell {
    display: table-cell;
}

    .comments-cell.commenter-role, .notification-highliter .popup-notify-table span {
        text-align: right;
        padding-left: 10px;
    }

.rtl .comments-cell.commenter-role, .rtl .notification-highliter .popup-notify-table span {
    text-align: left;
    padding-left: 0px;
    padding-right: 10px;
}

.notification-highliter .popup-notify-table {
    display: table;
    width: 100%;
}

.notification-highliter .popup-notify-block {
    display: block;
    width: 100%;
}

.notification-highliter .popup-notify-table h4, .notification-highliter .popup-notify-table span {
    display: table-cell;
}

.notification-highliter .modal-body {
    padding: 5px;
}

    .notification-highliter .modal-body ul.notification-wrapper li {
        padding: 10px;
    }

.top-over .pop-hover {
    top: 30px;
    bottom: auto;
}

    .top-over .pop-hover:after {
        bottom: auto;
        top: -15px;
        border-bottom: 10px solid #6e1940;
        border-top: 5px solid transparent;
    }

.rtl .top-over {
    margin-left: 0px;
    margin-right: 5px;
}

.table-file-upload .file-td.restrict-filename .wrap-filename {
    max-width: 200px;
}

.pd-table {
    overflow: auto;
}

.view-portfolio-btn {
    margin-top: 20px;
}

.modal.fade.coordinatorBookingModal .modal-dialog {
    transform: none !important;
}

.calendar-grid .cal-month-view .cal-cell .cal-day-cell .cal-day-selected, .calendar-grid .cal-month-view .cal-cell .cal-day-cell .cal-day-selected:hover {
    background: #86d51f;
}

mwl-calendar-month-cell.cal-cell.cal-day-cell.cal-day-selected {
    background: #ef6ba5;
}

.calendar-grid .cal-month-view .cal-cell.cal-day-leave, .calendar-grid .cal-month-view .cal-cell.cal-day-leave:hover {
    background: #eff4fc;
}

.calendar-grid .cal-month-view .cal-cell .time-date .exam-slot.requirementsnotmet {
    background: #795548;
}

.calendar-grid .cal-month-view .cal-cell .time-date .exam-slot.requirementsmet {
    background: #2cbf12;
}

.calendar-grid .cal-month-view .cal-cell .time-date .exam-slot.rejected {
    background: #FF0000;
}

.calendar-grid .cal-month-view .cal-cell .time-date .exam-slot.active {
    background: #462494;
}

.calendar-grid .cal-month-view .cal-cell .time-date .exam-slot.pending {
    background: #ff7d4d;
}

.calendar-grid .cal-month-view .cal-cell .time-date .exam-slot.requested {
    background: #ffd300;
    color: #141414;
}

.calendar-grid .cal-month-view .cal-cell .time-date .exam-slot.revoked {
    background: #58b8ce;
}

.calendar-grid .cal-month-view .cal-cell .time-date .exam-slot.expired {
    background: #ccc8c8;
    color: #141414;
}

.home-card .white-box .top-head h2, .faq-wrapper .white-box .top-head h3, .home-card .white-box .top-head h3 {
    padding-left: 10px;
    border-left: 4px solid #34495e;
    line-height: 1.5em;
}

.rtl .home-card .white-box .top-head h2, .rtl .faq-wrapper .white-box .top-head h3, .rtl .home-card .white-box .top-head h3 {
    border: 0;
    padding-right: 10px;
    border-right: 4px solid #34495e;
}

.pd-reviewer-table app-date {
    min-width: 130px;
    position: unset;
}

.block-element {
    display: block;
}

.location-gutter {
    margin-right: 10px;
}

.rtl .location-gutter {
    margin-left: 10px;
}

.loc {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #beb7b7;
    padding: 4px 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
    background-color: white;
    color: black;
}

.cal-month-view .cal-day-badge {
    background-color: #3b3b5f !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 16px !important;
    padding: 3px !important;
}

.type-gutter > div {
    width: 49%;
}

.cal-month-view .cal-event {
    border: 1px solid #3b3b5f !important;
    background-color: transparent !important;
}

.calendar-grid .cal-month-view .cal-open-day-events {
    background-color: #e8e8e8;
    box-shadow: inset 0 0 15px 0 rgba(162, 160, 160, 0.5);
    -webkit-box-shadow: inset 0 0 15px 0 rgba(162, 160, 160, 0.5);
    color: #8b2553;
    font-size: 16px;
}

.calendar-grid .cal-month-view .cal-event-title {
    color: #525252;
}

.calendar-grid .cal-month-view .cal-event {
    width: 13px;
    height: 13px;
}

.calendar-grid .cal-month-view .cal-cell-row .cal-cell:hover, .calendar-grid .cal-month-view .cal-cell.cal-has-events.cal-open {
    background-color: #e8e8e8;
}

.icon-round-add-button {
    cursor: pointer;
}

.calendar-grid .btn-group .btn-primary.active {
    background-color: #621337;
    border-color: #621337;
}

.child-calendar-event {
    padding-left: 20px;
}

.cal-month-view .cal-open-day-events .cal-event.cal-event-child {
    width: 10px;
    height: 10px;
    background-color: #3b3b5f !important;
}

.cal-month-view .cal-open-day-events .cal-event {
    background-color: transparent !important;
    width: 10px;
    height: 10px;
}

.calendar-grid .cal-week-view .cal-events-row {
    padding: 10px 0;
    height: auto;
}

.calendar-grid .cal-week-view .cal-event-container {
    position: static;
    margin-left: 0px !important;
    vertical-align: top;
}

.calendar-grid .cal-week-view .cal-event {
    height: auto;
}

.calendar-grid .week-event-table {
    display: table;
    width: 100%;
    padding: 0 0 10px 0;
}

    .calendar-grid .week-event-table span {
        display: table;
        vertical-align: middle;
    }

/* .calendar-grid .week-event-table span + span {
     width: 15px;
     padding-left: 3px;
     color: lighten(desaturate($base-color, 9.57), 11.57);
}
 */
.push-add-btn, .day-event-add {
    float: right;
    margin-top: 1px;
    color: #8b2553;
}

.calendar-grid .cal-week-view .cal-ends-within-week .cal-event, .calendar-grid .cal-day-view .cal-ends-within-day .cal-event {
    background: #3b3b5f;
}

    .calendar-grid .cal-week-view .cal-ends-within-week .cal-event .week-event-table .cal-event-title, .calendar-grid .cal-day-view .cal-ends-within-day .cal-event .day-event-table .cal-event-title {
        color: #fff;
    }

.calendar-grid .cal-day-view .cal-ends-within-day .cal-event {
    border: none;
}

.calendar-grid .day-event-table {
    padding: 10px 0;
}

    .calendar-grid .day-event-table .cal-event {
        display: block;
    }

.rtl .cal-month-view .cal-day-badge {
    margin-right: 10px;
    margin-left: 0px;
}

.rtl .calendar-grid .cal-month-view .cal-open-day-events > div {
    max-width: 190px;
}

.rtl .rtl-add-icon {
    float: left;
}

.rtl .child-calendar-event {
    padding-left: 0;
    padding-right: 20px;
}

.rtl .push-add-btn, .rtl .day-event-add {
    float: left;
}

/* Login page styles*/
.login-lock {
    height: 90px;
    width: 90px;
    background: #8b2553;
    border-radius: 50%;
    position: absolute;
    top: -15%;
    z-index: 100;
    left: 37%;
    text-align: center;
    display: table;
}

    .login-lock i {
        color: #fff;
        font-size: 45px;
        display: table-cell;
        vertical-align: middle;
    }

.btn-dark {
    background-color: #3f3f3f;
    border-color: #3f3f3f;
}

.align-right {
    display: inline-block;
    float: right;
}

.rtl .align-right {
    float: left;
}

.align-right button {
    padding: 4px 20px;
}

.title-welcome, .title-edu {
    position: absolute;
    color: #fff;
    font-size: 35px;
    line-height: 1.6;
}

.rtl .title-welcome, .rtl .title-edu {
    margin-top: 9vh;
}

.title-welcome {
    background: rgba(0, 0, 0, 0.5);
    font-weight: lighter;
    padding: 0 15px;
}

.title-edu span {
    background: rgba(139, 37, 83, 0.8);
    font-weight: 500;
    padding: 7px 15px;
}

.second-col .transparent-layer {
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.forgot-password {
    color: #8b2553;
    margin-top: 0;
}

.second-col .login-controls {
    margin-top: -115px;
}

.login-action {
    margin-top: 0;
}

    .login-action label {
        color: #8b2553;
    }

.login-controls input.form-control {
    background-color: transparent;
    border-bottom: 1px solid #adadad;
    padding: 5px 5px;
    font-family: "Roboto", sans-serif !important;
}

.text-danger {
    font-family: "Roboto", sans-serif !important;
}

.rtl .login-controls input.form-control, .rtl .text-danger {
    font-family: Tahoma !important;
}

.login-action .styled-checkbox + label:before, .login-action .styled-radio + label:before {
    border: 1px solid #9e9e9e;
}

.second-col {
    min-height: 310px;
    /*calc(50vh - 138px)*/
    float: none;
    margin: 9vh 0 0 60%;
}

.rtl .second-col {
    margin: 9vh 0 0 15%;
}

.second-col .transparent-layer {
    min-height: 320px;
}

.login-content {
    margin-top: -170px;
}

.fixed-navbar-login {
    background: #f2f2f2;
}

.display {
    display: block;
}

.footer-login {
    background: #f2f2f2;
}

.login-footer li {
    color: #929292;
}

.sticky-bottom {
    padding: 28px 0;
}

.info-icon {
    color: #ff7d4d;
    font-size: 15px;
    margin-right: 5px;
}

.rtl .info-icon {
    margin-left: 5px;
    margin-right: 0;
    float: right;
}

.add-icon-portfolio, .add-icon-portfolio:hover, .edit-icon-portfolio, .edit-icon-portfolio:hover {
    color: #8b2553;
    text-decoration: none;
    font-size: 20px;
    margin-left: 10px;
}

.rtl .add-icon-portfolio, .rtl .add-icon-portfolio:hover, .rtl .edit-icon-portfolio, .rtl .edit-icon-portfolio:hover {
    margin-right: 10px;
    margin-left: 0;
}

.add-icon-portfolio, .edit-icon-portfolio {
    float: left;
}

.rtl .add-icon-portfolio, .rtl .edit-icon-portfolio {
    float: right;
}

.reflective-stmt-table td {
    border: 1px solid #dddddd !important;
}

    .reflective-stmt-table td textarea {
        padding: 5px;
    }

.mini-btn {
    padding: 8px 10px;
}

.icon-section-reflective {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
}

.rtl .icon-section-reflective .edit-icon-portfolio {
    float: left;
}

.white-box.tab-reflective-stmt .top-head h2, .tab-mobile-content .top-head h2 {
    width: auto;
}

.tab-reflective-stmt .custom-acc .panel-default > .panel-heading a, .tab-mobile-content .custom-acc .panel-default > .panel-heading a {
    padding-right: 25px;
    position: relative;
}

    .tab-reflective-stmt .custom-acc .panel-default > .panel-heading a:after, .tab-mobile-content .custom-acc .panel-default > .panel-heading a:after {
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -4px;
    }

.rtl .tab-reflective-stmt .custom-acc .panel-default > .panel-heading a:after, .rtl .tab-mobile-content .custom-acc .panel-default > .panel-heading a:after {
    right: auto;
    left: 10px;
    margin-top: -4px;
}

.tab-reflective-stmt .width-110, .tab-mobile-content .width-110 {
    width: auto;
    min-width: 110px;
}

.score-box {
    background: #e2e2e2;
    padding: 10px;
}

textarea {
    padding: 5px;
}

.app-tab .white-box .panel-default .panel-body {
    border: 1px solid #dddddd;
}

@media (max-width: 1023px) {
    .second-col, .rtl .second-col {
        margin: 9vh auto 150px auto;
    }

    .title-welcome, .title-edu {
        position: relative;
        text-align: center;
    }

    .display {
        display: none;
    }

    .title-edu {
        background: rgba(139, 37, 83, 0.5);
    }

        .title-edu span {
            background: rgba(139, 37, 83, 0);
        }

    .rtl .title-welcome, .rtl .title-edu {
        margin-top: 0;
    }
}

@media all and (-ms-high-contrast: none) {
    #pnProductNav .swiper-slide.last-cell {
        min-width: 61px !important;
    }

    .breadcum .btn .step-wrap .head-txt {
        left: -15px;
    }

    /* IE10 */
    *::-ms-backdrop, #pnProductNav .swiper-slide.last-cell {
        min-width: 61px !important;
    }

    *::-ms-backdrop, .breadcum .btn .step-wrap .head-txt {
        left: -15px;
    }

    /* IE11 */
}

@media only screen and (max-width: 1156px) {
    .equal-height {
        display: block;
        width: 100%;
    }

        .equal-height .left-div, .equal-height .right-div {
            display: block;
            height: 100%;
            width: 100%;
            padding: 0px 15px;
        }

            .equal-height .right-div .select-txt {
                position: static;
                text-align: center;
                transform: none;
            }
}

@media only screen and (min-width: 1156px) and (max-width: 1350px) {
    .application-timeline ul.status-timeline li {
        margin-right: 5%;
        font-size: 0.829em;
    }

        .application-timeline ul.status-timeline li span:after {
            width: 50px;
        }

        .application-timeline ul.status-timeline li div {
            width: 70px;
        }
}

@media only screen and (max-width: 1199px) {
    .mobile-column {
        margin-bottom: 10px;
    }

    footer {
        padding: 10px;
    }

        footer ul li a {
            font-size: 13px;
        }

    .grid-table.grid-responsive .open-request-table td.wrap-td {
        white-space: nowrap;
    }

    footer ul li {
        padding: 0 7px 0px 0;
    }

    .rtl footer ul li {
        padding: 0 0 0px 7px;
    }

    .row.row-eq-height.strip-cards.strip-card-teacher > .home-card.teacher-card-md-10 {
        margin-bottom: 10px;
    }

    .row.row-eq-height.strip-cards.strip-card-teacher > .home-card {
        width: calc(50% - 20px);
    }
}

@media only screen and (max-width: 1024px) {
    .main-area {
        padding: 10px 10px 15px 0px;
    }

    .rtl .main-area {
        padding: 10px 0px 15px 10px;
    }

    .app-review-screen .date-input-control, .app-review-screen-right .date-input-control {
        width: 100px !important;
    }

    .app-review-screen .hypen-timeframe {
        display: none;
    }
}

@media only screen and (max-width: 1076px) {
    /* .flex-container{display:none!important;} */
    .application-timeline ul.status-timeline {
        display: block;
    }

        .application-timeline ul.status-timeline li div {
            display: inline-block;
            width: 82%;
            position: static;
            vertical-align: middle;
            /* margin-left:7px;
     */
            font-size: 1.07em;
        }

        .application-timeline ul.status-timeline li.selected span {
            box-shadow: none;
            background: #fff !important;
            color: #fff;
        }

    .application-timeline .tab-content {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 30px;
        border-top: 20px solid #f1f2fb;
        padding-left: 0px;
        padding-right: 0px;
    }

    .application-timeline ul.status-timeline li {
        margin-right: 0px;
        font-size: 1em;
    }

        .application-timeline ul.status-timeline li span:after {
            width: 0px;
        }

    .application-timeline .prev {
        position: absolute;
        top: 0px;
        left: 0px;
        background: url(../images/sprite.png) no-repeat;
        display: inline-block;
        width: 13px;
        height: 24px;
        background-position: -294px -210px;
        background-color: transparent;
        border: 0px;
    }

    .application-timeline .next {
        position: absolute;
        top: 0px;
        right: 0px;
        background: url(../images/sprite.png) no-repeat;
        display: inline-block;
        width: 13px;
        height: 24px;
        background-position: -318px -210px;
        background-color: transparent;
        border: 0px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1155px) {
    .application-timeline ul.status-timeline li div {
        width: 58px;
    }

    .application-timeline ul.status-timeline li {
        margin-right: 4%;
        font-size: 0.75em;
    }

        .application-timeline ul.status-timeline li span:after {
            width: 53px;
        }

    .application-timeline ul.status-timeline li {
        margin-right: 4%;
    }
}

@media only screen and (max-width: 991px) {
    .cal-month-view .cal-day-cell {
        min-height: auto !important;
    }

    .mt-smxs-20 {
        margin-top: 20px;
    }

    .rtl .main-area {
        padding: 10px 0px 15px 0px;
    }

    .wrapper, .wrapper.wrapper-expanded, .rtl .wrapper, .rtl .wrapper.wrapper-expanded {
        background: #f1f2fb;
        padding-bottom: 0px;
    }

    .main-content {
        min-height: auto;
    }

    .mobile-nav {
        position: absolute;
        width: 52px;
        height: 41px;
        left: 0px;
        top: 1px;
        text-indent: -9999px;
        cursor: pointer;
        background: #8b2553;
        display: block;
    }

        .mobile-nav span {
            background-position: 0 -78px;
            width: 23px;
            height: 16px;
            display: block;
            margin: 0 auto;
            position: absolute;
            top: 12px;
            left: 13px;
        }

    .sidebar {
        display: none;
        position: absolute;
        top: 0px;
        z-index: 99;
        left: 0;
        bottom: auto;
        border: 1px solid #cccccc;
        min-height: unset;
    }

    .side-menu > li:last-child > a {
        border-bottom: none;
    }

    #nav-toggle {
        display: none;
    }

    .main-content.expanded {
        left: 0px;
        width: 100%;
    }

    .mobileSidebar {
        display: block;
    }

    .fixed-navbar {
        padding: 10px;
    }

    .wrapper {
        /*    position: static;*/
    }

    .wrapper-expanded footer, footer {
        left: 0px;
        width: 100%;
    }

    .accessibility-menu li.mobile-accessibility {
        background: url(../images/dropdown-arrow.png) 45px center no-repeat;
        padding-right: 40px;
    }

    .mobile-accessibility-menu {
        background-position: -110px -141px;
        width: 19px;
        height: 21px;
    }

    .mobile-accessibility ul {
        padding: 10px;
        display: none;
    }

        .mobile-accessibility ul li {
            border: none;
            border-bottom: 1px solid #cbcdd5;
            padding: 5px 0;
            display: block;
            text-align: center;
        }

            .mobile-accessibility ul li span {
                display: inline-block;
                vertical-align: middle;
                cursor: pointer;
            }

    .fontsize-18 {
        font-size: 18px;
    }

    .fontsize-14 {
        font-size: 14px;
    }

    .fontsize-12 {
        font-size: 12px;
    }

    .mobile-accessibility ul li:last-child {
        border: none;
    }

    .grid-table-responsive {
        min-height: 0.01%;
        overflow-x: auto;
    }

    .mobile-mb15 {
        margin-bottom: 15px;
    }

    .main-content {
        padding-bottom: 0px !important;
    }

    footer {
        position: static;
    }

    .expanded .fixed-navbar.fix-top {
        left: 0px;
        width: 100%;
    }

    .line-lft {
        border-right: 0px solid #cccccc !important;
    }

    .popup-window {
        width: 80%;
        margin-left: -40%;
    }

    .row-edit-xs {
        position: fixed;
        bottom: 0px;
        width: 100% !important;
        z-index: 99;
        left: 0px;
        margin: 0;
    }

    .request-empty {
        position: static;
        top: 0;
        margin: 0;
        left: 0;
    }

    .container-fluid, .rtl .container-fluid {
        padding: 0;
    }

    .mb-20-xs {
        margin-bottom: 20px;
    }

    footer {
        padding: 20px;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .row.row-eq-height [class*=col-sm-].home-card, .row.row-eq-height [class*=col-xs-].home-card {
        margin-bottom: 20px;
    }

        .row.row-eq-height [class*=col-xs-].home-card.dashboard-icon-md {
            margin-bottom: 0px;
            margin-left: 0;
            margin-right: 0;
        }

    .sm-xs-mb-0 {
        margin-bottom: 0;
    }

    .p-sm-0 {
        padding: 0;
    }

    footer {
        padding: 20px;
    }

    .center-empty-img {
        position: relative;
        transform: none;
        left: 0;
        top: 0;
    }

    .row.row-eq-height.dashboard-icon-last {
        margin-left: 10px;
        margin-right: 10px;
    }

    .mt-xs-sm-0 {
        margin-top: 0;
    }

    .mobile-header .headings {
        padding: 0 0 0 30px;
    }

    .annual-targets-card .mt-85 {
        margin-top: 20px;
    }

    .listing-school-wrapper .scroll-container {
        height: 400px !important;
        /*overflow-y: scroll;*/
    }

    .faq-wrapper {
        padding: 0px;
    }

    .listing-scroll {
        height: auto !important;
        max-height: unset;
        min-height: unset;
    }

    .notify-scroll {
        max-height: unset;
    }

    .status-title {
        display: block;
        margin-right: 0;
    }

    .rtl .status-title {
        margin-right: 0;
        margin-left: 0;
    }

    .row.row-eq-height.action-notification-teacher .home-card, .row.row-eq-height.request-video-teacher .home-card {
        width: calc( 100% - 20px);
    }

    .notify-cordinator .scrollable-height {
        height: auto;
        max-height: unset;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .row-eq-height {
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-flexbox;
        display: block !important;
    }

        .row-eq-height.sm-flex-display {
            display: flex !important;
            /*display: -webkit-box;*/
            display: -ms-flexbox;
            padding: 0;
        }

    .row-eq-sm-12 {
        padding: 0 10px;
    }

    .row.row-eq-height.row-eq-sm-12 .col-sm-12 {
        margin-left: 0;
        margin-right: 0;
    }

    .main-area {
        padding: 10px 10px 15px 10px;
    }

    .video-content iframe {
        width: 95%;
    }

    .strip-card-wrapper.row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row.row-eq-height.strip-cards > .home-card.full-width-sm {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .calendar-grid {
        overflow-x: auto;
    }

    .calendar-view {
        min-width: 1040px;
    }
}

@media only screen and (max-width: 768px) {
    .main-area {
        padding: 10px 0px 15px;
    }

    .main-content .main-area .custom-notification {
        background: #fff;
        text-align: left;
    }

        .main-content .main-area .custom-notification .mobile-show {
            display: inline-block;
        }

        .main-content .main-area .custom-notification .notification-box {
            margin-top: 0px;
        }

    .app_form {
        padding: 0px 15px;
    }

    .main-content .main-area .custom-notification .notification-box .warning-alert {
        padding: 12px 0px;
    }

        .main-content .main-area .custom-notification .notification-box .warning-alert:after {
            top: 14px;
        }

    .main-content .main-area .custom-notification .mobile-show .rgt-txt {
        display: block;
    }

    .hide-xs {
        display: none;
    }

    .main-content {
        left: 0px;
        width: 100%;
    }

    .panel-body .grid-table tbody tr {
        display: block;
        border-bottom: 20px solid #f1f2fb;
    }

        .panel-body .grid-table tbody tr td:last-child {
            border-bottom: 0px;
        }

    .panel-body .grid-table td {
        display: block;
        padding: 20px 20px 5px;
    }

    .panel-body .grid-table tbody tr td.cell-xs-custom {
        padding: 15px 0px;
        border: 0px;
    }

        .panel-body .grid-table tbody tr td.cell-xs-custom:before {
            padding: 0px;
        }

        .panel-body .grid-table tbody tr td.cell-xs-custom button {
            width: 100%;
        }

        .panel-body .grid-table tbody tr td.cell-xs-custom:last-child {
            padding-top: 0px;
            border: 0px;
        }

    .app-panel .panel-body .grid-table td.upload-cell {
        border: 0px;
    }

    .app-panel .panel-body .grid-table tr:last-child {
        border: 0px;
    }

    .panel-body .grid-table td:before {
        content: attr(data-title);
        text-overflow: ellipsis;
        display: block;
        width: 100%;
        padding: 0px 0px 10px;
        white-space: nowrap;
        text-align: left;
    }

    .panel-body .grid-table td:first-child:before {
        padding-top: 0px;
    }

    .mb-xs-20 {
        margin-bottom: 20px;
    }

    .app-panel .panel-body {
        padding: 10px;
        border: 0px solid #cccccc;
        border-top: 0px;
    }

        .app-panel .panel-body .grid-table td .user-input {
            display: block;
        }

        .app-panel .panel-body .grid-table td .user-txt {
            display: none;
        }

    .xs-hide {
        display: none;
    }

    .app-panel .panel-body .grid-table .xs-show {
        display: block;
    }

    .white-box.white-box-grid {
        padding: 0px;
    }

    .row-edit-xs {
        margin-left: -30px;
        margin-right: -30px;
    }

    .app-panel .panel-body .app-grid-btn {
        margin: 0px 20px 20px;
    }

    .row-edit-xs .col-md-12 {
        padding: 0px;
    }

    .row-edit-xs .white-box {
        padding: 20px 15px;
    }

    .row-edit-xs .button-grp {
        display: block;
        direction: rtl;
        text-align: center;
        margin-bottom: 0px;
    }

        .row-edit-xs .button-grp .mr-25 {
            margin: 0px;
        }

        .row-edit-xs .button-grp .btn {
            float: none;
        }

            .row-edit-xs .button-grp .btn:first-child {
                margin-left: 0px;
                margin-right: 0px;
            }

        .row-edit-xs .button-grp .btn {
            padding: 8px 10px;
            margin-right: 5px;
        }

    .app-panel .btns {
        display: none;
    }

    .main-title.f-21 {
        font-size: 1.286em;
    }

    .app-panel .panel-body .grid-table td.upload-cell {
        text-align: left;
    }

    .app-panel .panel-body .grid-table td .user-input input {
        border-bottom: 0px;
    }

    .row-edit-xs {
        position: fixed;
        bottom: 0px;
        width: 100% !important;
        z-index: 99;
        left: 0px;
        margin: 0;
    }

    .row.row-eq-height.strip-cards > .home-card:hover {
        transform: scale(1.01);
    }

    .comments-table, .notification-highliter .popup-notify-table {
        display: block;
        width: 100%;
    }

        .comments-cell, .notification-highliter .popup-notify-table span, .notification-highliter .popup-notify-table h4 {
            display: block;
        }

            .comments-cell.commenter-role, .notification-highliter .popup-notify-table span {
                text-align: left;
                padding-left: 0px;
            }

    .rtl .comments-cell.commenter-role, .rtl .notification-highliter .popup-notify-table span {
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tab-reflective-stmt .panel-body .grid-table tbody tr, .tab-mobile-content .panel-body .grid-table tbody tr {
        display: table-row;
    }

    .tab-reflective-stmt .panel-body .grid-table td, .tab-mobile-content .panel-body .grid-table td {
        display: table-cell;
    }
}

@media only screen and (max-width: 767px) {
    .calendar-grid {
        padding: 0px;
    }

    .row-eq-height {
        display: -webkit-block;
        display: -webkit-block;
        display: -ms-flexbox;
        display: block !important;
    }

    .row-eq-sm-12 {
        padding: 0 10px;
    }

    .row.row-eq-height.row-eq-sm-12 .col-xs-12 {
        margin-left: 0;
        margin-right: 0;
    }

    .mt-xs-20 {
        margin-top: 20px;
    }

    .main-title.f-21 {
        display: none;
    }

    .p-0-xs {
        padding: 0;
    }

    .mb-10-xs {
        margin-bottom: 10px;
    }

    .p-l-0-xs {
        padding-left: 0px;
    }

    footer ul li a {
        font-size: 12px;
    }

    .rtl .status-count {
        text-align: left;
    }

    .nav-tabs > li > a {
        padding: 7px;
    }

    .p-xs-0 {
        padding: 0;
    }

    .search-btn {
        padding: 6px 8px !important;
    }

    .search-status {
        padding-top: 0;
    }

    .notifybar-right .username {
        padding-right: 5px;
    }

        .notifybar-right .username span {
            max-width: 180px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: inline-block;
            vertical-align: middle;
        }

    .message-popup.modal .modal-dialog {
        width: 80%;
    }

    .modal-footer .btn + .btn {
        margin-left: 0;
    }

    .modal-dialog.license-modal {
        width: 95%;
    }

    .progress-heading {
        text-align: center;
    }

    .licensing-col .col {
        display: block;
    }

        .licensing-col .col .col-child.status-img {
            width: 100%;
            display: block;
        }

        .licensing-col .col .col-child.status-details {
            display: block;
            width: 100%;
            padding: 0;
        }

    .licensing-col {
        padding: 5px;
    }

        .licensing-col .col .col-child.view-btn {
            display: block;
            text-align: center;
        }

    .rtl .licensing-col .col .col-child.status-details .col-xs-4 {
        padding-left: 0;
    }

    .rtl .iconic-status:before {
        right: -25px;
    }

    .rtl .licensing-col .col .col-child .license-from-name.colon:after {
        left: -10px;
    }

    .mobile-column {
        margin-bottom: 10px;
    }

    .video-content {
        width: 100%;
    }

        .video-content:first-child {
            margin-bottom: 10px;
        }

        .video-content iframe {
            width: 90%;
        }

    .close-middle {
        padding-top: 26px !important;
    }

    .modal-footer .btn + .btn {
        margin-bottom: 10px;
    }

    .modal-footer .btn:last-child {
        margin-bottom: 0px;
    }

    .no-gutter-xs {
        margin-bottom: 0;
    }

    .modal.in.message-popup.modal .modal-dialog {
        width: 80%;
    }

    .reasons-title > div {
        display: block;
        margin-bottom: 5px;
    }

    #ReasonModal .modal-dialog {
        width: 85%;
    }

    .planner-table {
        overflow-y: visible !important;
    }

    .equal-height .left-div .top-head h3 {
        display: block;
        float: none !important;
    }

    .equal-height .left-div .top-head .box-txt {
        float: left !important;
    }

    .rtl .equal-height .left-div .top-head .box-txt {
        float: right !important;
    }

    .nav-tabs > li {
        border-bottom: 2px solid #fff;
        display: block;
        margin-bottom: 0;
        width: 100%;
    }

        .nav-tabs > li.active {
            border-bottom: 2px solid #b73f74;
        }

    .panel-title {
        font-size: 15px;
    }

    .table-responsive > .table > thead > tr > th {
        white-space: normal;
    }

    .app-review-screen .date-input-control, .app-review-screen-right .date-input-control {
        width: calc(100% - 65px) !important;
    }

    .app-review-screen {
        padding-left: 0 !important;
    }

    .app-review-screen-right {
        padding-right: 0 !important;
        text-align: right;
    }

    .hypen-timeframe {
        right: 0;
    }

    .select-options {
        margin: 5px 10px 5px 0px;
    }

    .row.row-eq-height.strip-cards > .home-card {
        width: 100%;
        margin-bottom: 10px;
    }

    .dashboard-status p {
        font-size: 16px;
    }

    .dashboard-section-wrapper {
        border: none;
    }

    .mt-xs-10 {
        margin-top: 10px;
    }

    .row.row-eq-height.strip-cards.strip-card-teacher > .home-card {
        width: calc(100% - 20px);
        margin-bottom: 10px;
    }

        .row.row-eq-height.strip-cards.strip-card-teacher > .home-card:last-child {
            margin-bottom: 0px;
        }

    .row.row-eq-height.action-notification-teacher .home-card, .row.row-eq-height.request-video-teacher .home-card {
        width: calc( 100% - 20px);
    }

    .booking-comments .commenter-name {
        text-align: left;
    }

    .rtl .booking-comments .commenter-name {
        text-align: right;
    }

    .calendar-grid {
        overflow-x: auto;
    }

    .calendar-view {
        min-width: 1040px;
    }

    .btn.mini-btn {
        font-size: 12px;
    }

    .tab-reflective-stmt {
        padding: 10px 5px !important;
    }

    .tab-mobile-content {
        padding: 10px 20px !important;
    }

        .tab-reflective-stmt .app-panel .panel-body, .tab-mobile-content .app-panel .panel-body {
            border: 1px solid #e4e5ed;
        }

    .second-col {
        width: 320px;
    }

    .login-controls {
        width: 300px;
    }

    .second-col .login-controls {
        margin-top: 50px;
        top: 0;
    }

    .login-content {
        margin-top: -125px;
    }

    .second-col .login-controls {
        width: 275px;
        margin-left: -135px;
    }

    .title-welcome, .title-edu {
        font-size: 22px;
    }

    .rtl .second-col {
        float: none;
    }

    .accessibility-menu li, .notifybar-right li {
        padding: 0 15px 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .notifybar-right .username span {
        max-width: 100px;
        display: inline-block;
        vertical-align: middle;
    }

    .first-col {
        display: none;
    }

    .login-content {
        width: 300px;
        padding: 10px;
        margin-left: -150px;
        left: 50%;
    }

        .login-content .form-group {
            margin-bottom: 30px;
        }

        .login-content h1 {
            padding-bottom: 10px;
        }

    .govt-logo {
        max-width: 110px;
        height: auto;
        margin-top: 0;
    }

    .khda-logo {
        max-width: 100px;
        height: auto;
    }

    .login-footer {
        flex-direction: column-reverse;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: reverse !important;
    }

        .login-footer li {
            border: none;
            padding: 10px;
        }

            .login-footer li a {
                color: #fff;
            }

    .mobile-column {
        margin-bottom: 10px;
    }

    .error-message {
        position: absolute;
        top: 50%;
        margin-top: -168px;
        left: 50%;
        margin-left: -144px;
    }

    .error-code {
        font-size: 130px;
        line-height: 90px;
    }

        .error-code span {
            font-size: 154px;
        }

    .error-description {
        font-size: 24px;
        letter-spacing: 6px;
    }

    .redirection-reason {
        font-size: 13px;
    }

    .dashboard-section-wrapper {
        padding-left: 20px;
        overflow-x: auto !important;
    }

    .notifybar-right .username {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {
    .slider {
        width: 100%;
        margin: 0px;
    }

    .slick-slide {
        width: 164px !important;
    }

    .main-content .main-area .bread .btn-breadcrumb .btn:before {
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 10px solid #adadad;
        top: 21%;
    }

    .main-content .main-area .bread .btn-breadcrumb .btn .breadcum-icon {
        top: 28px;
    }

    .main-content .main-area .bread .btn-breadcrumb .btn:after {
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 10px solid #fff;
        top: 21%;
    }

    .slick-list {
        height: 80px;
    }

    .main-content .main-area .bread .btn-breadcrumb .btn {
        width: 170px;
        height: 80px;
    }

    .breadcum-swap-mobile {
        display: block;
    }

    .breadcum-swap {
        display: none;
    }

    .calc-date .date-input-control, .right-calc-date .date-input-control {
        font-size: 13px;
    }
}

@media screen and (min-width: 0\0) {
    .ie-mb-20 {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .label-overflow {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .row.row-eq-height.chart-separator {
        display: block !important;
        padding: 0 10px;
    }

        .row.row-eq-height.chart-separator .teacher-licensing-card {
            margin: 0 0 20px 0;
        }

        .row.row-eq-height.chart-separator .annual-targets-card {
            margin: 0;
        }

    .row.row-eq-height.strip-cards {
        display: block;
    }

        .row.row-eq-height.strip-cards > .home-card {
            width: 100%;
            margin: 0 0 14px 0;
        }

    .strip-card-wrapper {
        padding: 0 10px;
    }

        .strip-card-wrapper > .p-sm-0 {
            padding: 0px;
        }

    .annual-targets-card .mt-85 {
        margin-top: 20px;
    }

    .cal-month-view .cal-day-cell {
        min-height: auto !important;
    }

    .row.row-eq-height .col-lg-6.home-card.listing-school-wrapper, .row.row-eq-height .col-md-6.home-card.half-wrapper {
        width: calc( 50% - 20px);
    }

    .row.row-eq-height .col-md-12.home-card.full-width-wrapper {
        width: calc(100% - 20px);
    }

    .listing-school-wrapper .scroll-container {
        height: 2090px;
        /*overflow-y: scroll;*/
    }

    .listing-scroll {
        /*min-height: unset;
    max-height: 100%;*/
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .mt-md-10 {
        margin-top: 10px;
    }

    .percent-md, .percent-md > div {
        height: 100%;
    }

    .notify-status-progress {
        display: flex !important;
    }

        .notify-status-progress .listing-scroll {
            max-height: unset;
        }

    .listing-scroll-actions {
        max-height: 240px;
    }

    .notify-cordinator .listing-scroll {
        max-height: unset;
    }

    .row.row-eq-height.strip-cards.strip-card-teacher > .home-card {
        width: calc( 50% - 20px);
        margin: 0 10px;
    }

    .calendar-grid {
        overflow-x: auto;
    }

    .calendar-view {
        min-width: 1040px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 992px) {
    .safari-center {
        display: flex;
        flex: 1;
        position: relative;
    }

        .safari-center .top-head {
            height: 33px;
            width: 100%;
        }
}

@media (min-width: 1200px) {
    .row.row-eq-height .col-lg-6.home-card.teacher-licensing-card, .row.row-eq-height .col-lg-6.home-card.annual-targets-card {
        width: calc( 50% - 20px);
    }

    .row.row-eq-height .col-lg-6.home-card.listing-school-wrapper {
        width: calc( 50% - 20px);
    }

    .row.row-eq-height .col-lg-12.home-card.full-width-wrapper {
        width: calc(100% - 20px);
    }

    .listing-school-wrapper .scroll-container {
        height: 1500px;
        /*overflow-y: scroll;*/
    }

    .row.row-eq-height.strip-cards > .home-card.full-width-sm {
        width: calc(100% - 20px);
    }

    .percent-lg, .percent-lg > div {
        height: 100%;
    }

    .row.row-eq-height.strip-cards.strip-card-teacher > .home-card {
        width: calc(25% - 20px);
    }

    .row.row-eq-height.action-notification-teacher .home-card, .row.row-eq-height.request-video-teacher .home-card {
        width: calc( 50% - 20px);
    }

    #notify-md {
        height: 100%;
    }

    .lg-absolute {
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -43px;
    }

    .annual-targets-card {
        position: relative;
    }

    .pd-table {
        overflow: unset;
    }

        .pd-table.pd-qad {
            overflow: auto;
        }
}

.row.row-eq-height.strip-cards > .home-card, .dashboard-section-wrapper td div {
    cursor: pointer;
}

.equal-height .grid-table {
    padding-bottom: 0;
}

.table-nowrap {
    white-space: nowrap;
}

#infoModal {
    background-color: rgba(20, 20, 20, 0.44);
}

.request-block {
    border: 1px solid #b6b6b6;
    padding: 10px;
    background: #eeeeee;
    margin: 0 5px;
    cursor: pointer;
}

.row .request-block:first-child {
    margin-left: 0;
}

.rtl .row .request-block:first-child {
    margin-left: 5px;
    margin-right: 0;
}

.row .request-block:last-child {
    margin-right: 0;
}

.rtl .row .request-block:last-child {
    margin-right: 5px;
    margin-left: 0;
}

.request-block:hover .big-request-icon, .request-block:hover .block-description {
    color: #fff;
}

.request-block:hover {
    background: #8b2553;
}

.row.row-eq-height [class*="col-"].request-left-section .request-block {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.request-block {
    margin: 5px !important;
}

    .request-block:nth-child(odd) {
        margin-left: 0 !important;
    }

    .request-block:nth-child(even) {
        margin-right: 0 !important;
    }

.rtl .request-block:nth-child(odd) {
    margin-left: 5px !important;
    margin-right: 0 !important;
}

.rtl .request-block:nth-child(even) {
    margin-right: 5px !important;
    margin-left: 0 !important;
}

.request-block {
    margin: 0px 0 10px 0 !important;
}

.row.row-eq-height [class*="col-"].request-left-section .request-block {
    width: 100%;
    margin-bottom: 10px;
}

.big-request-icon {
    font-size: 40px;
    display: block;
    text-align: center;
    color: #8b2553;
}

.request-block:hover .big-request-icon, .request-block:hover .block-description {
    color: #fff;
}

.block-description {
    display: block;
    padding-top: 10px;
    text-align: center;
    font-weight: 700;
}

.p-l-sm-0 {
    padding-left: 0;
}

.subMenu::before {
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.ui-dropdown {
    width: 100% !important;
    background-color: #f4f4f4 !important;
    background: #f4f4f4 !important;
    border: 1px solid #f4f4f4 !important;
    border-radius: 0px !important;
}

    .ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

body .ui-inputtext, body .ui-dropdown .ui-dropdown-trigger {
    background: #f4f4f4 !important;
    border-radius: 0px !important;
}

.d-block-label {
    display: block;
}

body .ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon:before {
    content: "";
    font-family: "icomoon" !important;
    position: absolute;
    top: 4px;
    color: #333333;
    font-size: 13px;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.container-upload-left {
    display: flex;
    flex-direction: column;
}

    .container-upload-left app-file-upload {
        align-self: flex-start;
    }

.reflective-text-fullAlign {
    margin: 7px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.custom-acc .panel-default > .panel-heading .accordion_panel .accordion-toggle {
    display: inline-block;
}

.custom-acc .panel-heading .accordion_panel .accordion-toggle::after {
    display: none;
}

.accordion_panel .accord_btn {
    float: right;
    margin-right: 25px;
}

.rtl .accordion_panel .accord_btn {
    float: left;
    margin-right: 2px;
}

.rtl .accord_btn .btn-border {
    font-family: "Roboto", sans-serif;
}

.accord_panel_heading::after {
    content: "";
    float: right;
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 8px;
    background-position: -270px -219px;
    cursor: pointer;
    margin-top: -25px;
}

.grid-table.grid-responsive.data_wrap td {
    white-space: normal;
}

.accord_btn .btn-border {
    font-family: "Roboto", sans-serif;
}

.ar-lang .accordion_panel .accord_btn {
    float: left;
    margin-left: 25px;
}

.accord-btn-p {
    padding-bottom: 5px;
    padding-top: 5px;
}

.ar-lang .accord_panel_heading::after {
    float: left;
    margin-left: 10px;
}

.top-head-h2 {
    display: block;
    font-size: 1.2em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.delete-img {
    background: url(../images/exchange.png) no-repeat;
    background-size: 100%;
    height: 14px;
}

.completed-status {
    color: #00cd00;
}

.disabled-nav {
    background: #cccccc;
    cursor: auto;
    opacity: 0.8;
}

    .disabled-nav:hover {
        background: #cccccc;
        color: #000;
    }

        .disabled-nav:hover .block-description {
            background: #cccccc;
            color: #000;
        }

        .disabled-nav:hover .big-request-icon {
            color: #8b2553;
            background: #cccccc;
        }

.reviewer-inprogress {
    background-color: #FFA500;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.reviewer-completed {
    background-color: #009900;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.leftmenu-disable {
    background: #cccccc !important;
    cursor: default !important;
    opacity: 0.8;
}

.leftmenu-disable a:hover {
    background: #cccccc !important;
    cursor: default !important;
    opacity: 0.8;
}

.report-section {
    border: 1px solid #CCC;
    margin: 5px;
}

/*reflective statement arabic*/
.rtl .reflective-stmt-table .col-md-2, .rtl .reflective-stmt-table .col-sm-2, .rtl .reflective-stmt-table .col-xs-2,
.rtl .reflective-stmt-table .col-md-7, .rtl .reflective-stmt-table .col-sm-7, .rtl .reflective-stmt-table .col-xs-7,
.rtl .reflective-stmt-table .col-md-3, .rtl .reflective-stmt-table .col-sm-3, .rtl .reflective-stmt-table .col-xs-3 {
    float: none;
}