﻿@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 {
    -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-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    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: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -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: Montserrat Regular;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #f2f5f8;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #164b7d;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #0b243c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 4px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #f2f5f8;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -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: Montserrat Regular;
    font-weight: 400;
    line-height: 1.1;
    color: #22404f;
    font-weight: normal;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 24px;
}

h2,
.h2 {
    font-size: 22px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #164b7d;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0e3152;
}

.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;
    background-color: #164b7d;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0e3152;
}

.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,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        max-width: 280px;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 0;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

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.42857143;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 2px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #ffffff;
    background-color: #333333;
    border-radius: 1px;
    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.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #f2f5f8;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 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 #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #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.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 2px;
    -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 .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .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[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 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: 14px;
    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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.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-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-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;
}

@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.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
    }

    .btn:active,
    .btn.active {
        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);
        outline: 0;
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: 0.65;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0;
    }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #ffffff;
    background-color: #555555;
    border-color: #164b7d;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #ffffff;
        background-color: #3c3c3c;
        border-color: #030a11;
    }

    .btn-default:hover {
        color: #ffffff;
        background-color: #3c3c3c;
        border-color: #0d2c49;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #ffffff;
        background-color: #3c3c3c;
        border-color: #0d2c49;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #ffffff;
            background-color: #2a2a2a;
            border-color: #030a11;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus {
        background-color: #555555;
        border-color: #164b7d;
    }

    .btn-default .badge {
        color: #555555;
        background-color: #ffffff;
    }

.btn-primary {
    color: #ffffff;
    background-color: #164b7d;
    border-color: #164b7d;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #ffffff;
        background-color: #0e3152;
        border-color: #030a11;
    }

    .btn-primary:hover {
        color: #ffffff;
        background-color: #0e3152;
        border-color: #0d2c49;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #0e3152;
        border-color: #0d2c49;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #ffffff;
            background-color: #091f33;
            border-color: #030a11;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus {
        background-color: #164b7d;
        border-color: #164b7d;
    }

    .btn-primary .badge {
        color: #164b7d;
        background-color: #ffffff;
    }

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #ffffff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #ffffff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #ffffff;
    }

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus,
    .btn-info.focus {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover,
        .btn-info.active:hover,
        .open > .dropdown-toggle.btn-info:hover,
        .btn-info:active:focus,
        .btn-info.active:focus,
        .open > .dropdown-toggle.btn-info:focus,
        .btn-info:active.focus,
        .btn-info.active.focus,
        .open > .dropdown-toggle.btn-info.focus {
            color: #ffffff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled.focus,
    .btn-info[disabled].focus,
    fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #ffffff;
    }

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #ffffff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #ffffff;
    }

.btn-danger {
    color: #ffffff;
    background-color: #a94442;
    border-color: #973d3b;
}

    .btn-danger:focus,
    .btn-danger.focus {
        color: #ffffff;
        background-color: #843534;
        border-color: #3b1817;
    }

    .btn-danger:hover {
        color: #ffffff;
        background-color: #843534;
        border-color: #6b2b2a;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #843534;
        border-color: #6b2b2a;
    }

        .btn-danger:active:hover,
        .btn-danger.active:hover,
        .open > .dropdown-toggle.btn-danger:hover,
        .btn-danger:active:focus,
        .btn-danger.active:focus,
        .open > .dropdown-toggle.btn-danger:focus,
        .btn-danger:active.focus,
        .btn-danger.active.focus,
        .open > .dropdown-toggle.btn-danger.focus {
            color: #ffffff;
            background-color: #6b2b2a;
            border-color: #3b1817;
        }

    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled.focus,
    .btn-danger[disabled].focus,
    fieldset[disabled] .btn-danger.focus {
        background-color: #a94442;
        border-color: #973d3b;
    }

    .btn-danger .badge {
        color: #a94442;
        background-color: #ffffff;
    }

.btn-link {
    color: #164b7d;
    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: #0b243c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

.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: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -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.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #ffffff;
            background-color: #164b7d;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #164b7d;
    }

    .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.42857143;
    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 {
        left: auto;
        right: 0;
    }

    .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-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .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 .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 {
    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 {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .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: 2px;
        border-top-left-radius: 2px;
        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: 2px;
        border-bottom-left-radius: 2px;
    }

    .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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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-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: 4px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 1px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 2px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 1px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 4px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #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: #164b7d;
    }

    .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 #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 2px 2px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #f2f5f8;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 2px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #f2f5f8;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 2px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #164b7d;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 2px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 2px 2px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #f2f5f8;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 2px;
    }
}

@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.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@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;
    }
}

.navbar-form .form-group .custom-checkbox + label {
    line-height: 18px;
}

.navbar-form .search-block {
    width: 230px;
}

@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: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-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: #777777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #dddddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #dddddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333333;
            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: #555555;
        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: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

    .navbar-default .navbar-link:hover {
        color: #333333;
    }

.navbar-default .btn-link {
    color: #777777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #cccccc;
    }

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            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: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #ffffff;
        }

    .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: #080808;
        color: #ffffff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
            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: #ffffff;
        background-color: #080808;
    }

    .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: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #ffffff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #ffffff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 2px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #777777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 2px;
}

    .pagination > li.disabled > a,
    .pagination > li.disabled > span {
        background-color: #eeeeee;
        color: #9c9c9c;
    }

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #0580c4;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 2px;
            border-top-left-radius: 2px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 2px;
            border-top-right-radius: 2px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 2;
            color: #0b243c;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 3;
        color: #ffffff;
        background-color: #164b7d;
        border-color: #164b7d;
        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: #ffffff;
        border-color: #dddddd;
        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: 4px;
    border-top-left-radius: 4px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.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: 1px;
    border-top-left-radius: 1px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 1px;
    border-top-right-radius: 1px;
}

@media screen and (max-width: 767px) {
    .pagination-column {
        text-align: center;
    }
}

@media screen and (max-width: 410px) {
    .pagination-sm > li > a,
    .pagination-sm > li > span {
        padding: 5px 7px;
    }
}

@media screen and (max-width: 350px) {
    .pagination-sm > li > a,
    .pagination-sm > li > span {
        padding: 5px;
        font-size: 11px;
    }
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            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: #ffffff;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover,
a.label:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #164b7d;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #0e3152;
    }

.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: #a94442;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #843534;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    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;
}

a.badge:hover,
a.badge:focus {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #164b7d;
    background-color: #ffffff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.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: 4px;
    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.42857143;
    background-color: #f2f5f8;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -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 {
        margin-left: auto;
        margin-right: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #164b7d;
}

.thumbnail .caption {
    padding: 9px;
    color: #333333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .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: 2px;
    -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: #ffffff;
    text-align: center;
    background-color: #164b7d;
    -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: #a94442;
}

.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: #ffffff;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

a.list-group-item,
button.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover,
    button.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:focus {
        text-decoration: none;
        color: #555555;
        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: #ffffff;
    background-color: #164b7d;
    border-color: #164b7d;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .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: #78b1e7;
    }

.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,
    button.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    button.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    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,
    button.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    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,
    button.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    button.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    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,
    button.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    button.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    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: #ffffff;
    border: 2px solid transparent;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

    .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 #dddddd;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.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: 1px;
        border-top-left-radius: 1px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px;
    }

.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: 1px;
        border-top-left-radius: 1px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 1px;
            border-top-right-radius: 1px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 1px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 1px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 1px;
        border-bottom-left-radius: 1px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 1px;
            border-bottom-right-radius: 1px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 1px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 1px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 2px;
    }

        .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 #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #164b7d;
}

    .panel-primary > .panel-heading {
        color: #ffffff;
        background-color: #164b7d;
        border-color: #164b7d;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #164b7d;
        }

        .panel-primary > .panel-heading .badge {
            color: #164b7d;
            background-color: #ffffff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #164b7d;
    }

.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: 2px;
    -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: 4px;
}

.well-sm {
    padding: 9px;
    border-radius: 1px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    filter: alpha(opacity=20);
}

    .close:hover,
    .close:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        filter: alpha(opacity=50);
        outline: inherit;
    }

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: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -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: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 400px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Montserrat Regular;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 0.9;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        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: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Montserrat Regular;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -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: 3px 3px 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: #ffffff;
    }

.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: #ffffff;
    }

.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: #ffffff;
    }

.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: #ffffff;
        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 {
            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;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #ffffff;
    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: #ffffff;
        text-decoration: none;
        opacity: 0.9;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        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: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #ffffff;
        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: #ffffff;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    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;
    }
}

.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #e7e7e7;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1;
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

        #toast-container > div.rtl {
            direction: rtl;
            padding: 15px 50px 15px 15px;
            background-position: right 15px center;
        }

        #toast-container > div:hover {
            -moz-box-shadow: 0 0 12px #000000;
            -webkit-box-shadow: 0 0 12px #000000;
            box-shadow: 0 0 12px #000000;
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer;
        }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #164b7d;
}

.toast-error {
    background-color: #cc0000;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

        #toast-container > div.rtl {
            padding: 8px 50px 8px 8px;
        }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

        #toast-container > div.rtl {
            padding: 15px 50px 15px 15px;
        }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}
/* Generated by Fontie <http://fontie.pixelsvsbytes.com> */
@font-face {
    font-family: 'Muli Light';
    src: url('../fonts/Muli Light.eot');
    src: url('../fonts/Muli Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli Light.woff2') format('woff2'), url('../fonts/Muli Light.woff') format('woff'), url('../fonts/Muli Light.svg#Muli Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family: 'Muli Regular';
    src: url('../fonts/Muli Regular.eot');
    src: url('../fonts/Muli Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli Regular.woff2') format('woff2'), url('../fonts/Muli Regular.woff') format('woff'), url('../fonts/Muli Regular.svg#Muli Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family: 'Muli SemiBold';
    src: url('../fonts/Muli SemiBold.eot');
    src: url('../fonts/Muli SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli SemiBold.woff2') format('woff2'), url('../fonts/Muli SemiBold.woff') format('woff'), url('../fonts/Muli SemiBold.svg#Muli SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family: 'Muli Bold';
    src: url('../fonts/Muli Bold.eot');
    src: url('../fonts/Muli Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli Bold.woff2') format('woff2'), url('../fonts/Muli Bold.woff') format('woff'), url('../fonts/Muli Bold.svg#Muli Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}

@font-face {
    font-family: 'Muli ExtraBold';
    src: url('../fonts/Muli ExtraBold.eot');
    src: url('../fonts/Muli ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Muli ExtraBold.woff2') format('woff2'), url('../fonts/Muli ExtraBold.woff') format('woff'), url('../fonts/Muli ExtraBold.svg#Muli ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2044;
}
/***********************font family ************************/
/****Subscription box backgrounds *****/
/* Border Color */
/*Background color*/
/***********************font size ************************/
/***********************heading ************************/
/*********************** colors **********************/
/* 8px reduced to 3px due to Scroll Problem on tables */
/*******Form Controls *****/
/*******button Controls *****/
/***********************Margin & Padding ************************/
/*******Extra colors *****/
/***********************font size for website ************************/
/******************************************************************************************************/
@font-face {
    font-family: 'Montserrat Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Montserrat SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

html {
    height: 100%;
}

body {
    font-family: Montserrat Regular;
    color: #444444;
    position: relative;
    padding-bottom: 42px;
    min-height: 100%;
    font-size: 13px;
    line-height: 18px;
}

    body.inner-bg {
        background: #f2f5f8;
    }
/**************************** Common CSS Start ************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat Medium';
    color: #222222;
}

h1,
h3 {
    margin-top: 0;
}

h5 {
    font-size: 13px;
    line-height: 17px;
}

a {
    color: #164b7d;
}

    a:focus,
    a:hover {
        outline: none;
        text-decoration: none;
    }

strong {
    font-family: 'Montserrat SemiBold';
}

button,
a {
    transition: 0.3s linear all;
}

.block {
    display: block;
}

.d-i-b {
    display: inline-block;
}

.display-none {
    display: none;
}

.height-100 {
    height: 100%;
}

				 
								 
 

		  
					
 

.valign-middle {
    vertical-align: middle;
}

.pos-relative {
    position: relative;
}

.underline {
    border-bottom: 1px solid;
}

.brand-color {
    color: #164b7d;
}

.agree-link {
    color: #1d80be;
}

ul {
    padding-left: 0;
    list-style-type: none;
}

    ul:empty {
        margin: 0;
    }

.text-overflow {
    text-overflow: ellipsis;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
}

.text-wrapping {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.no-wrap {
    white-space: nowrap;
}

.scroll-height {
    max-height: 300px;
}

.overflow-hidden {
    overflow: hidden;
}

.silent {
    font-style: italic;
    color: #777777;
    text-align: right;
}

.red {
    color: #cc0000
}

.yellow {
    color: #EF9B0F;
}

.green {
    color: #4cae4c;
}

.status {
    margin: 0 7px;
    font-size: 10px;
    cursor: default;
}

    .status.pointer {
        cursor: pointer;
    }

.center {
    text-align: center;
}

label {
    font-family: Montserrat Regular;
    font-size: 13px;
    line-height: 17px;
    color: #808080;
    text-transform: none;
    margin-bottom: 2px;
    font-weight: 400;
}

.cursor-pointer {
    cursor: pointer;
}

.bold {
    font-family: 'Montserrat Bold';
}

.text-white {
    color: #ffffff;
}

.text-small {
    font-size: 11px;
    display: block;
    margin-top: 2px;
    font-style: italic;
    color: #818181;
    display: inline-block;
}

.error-general {
    color: #c7254e;
    font-size: 10px;
}

.row.row-customize {
    margin-left: -5px;
    margin-right: -5px;
}

    .row.row-customize .col-xs-1,
    .row.row-customize .col-sm-1,
    .row.row-customize .col-md-1,
    .row.row-customize .col-lg-1,
    .row.row-customize .col-xs-2,
    .row.row-customize .col-sm-2,
    .row.row-customize .col-md-2,
    .row.row-customize .col-lg-2,
    .row.row-customize .col-xs-3,
    .row.row-customize .col-sm-3,
    .row.row-customize .col-md-3,
    .row.row-customize .col-lg-3,
    .row.row-customize .col-xs-4,
    .row.row-customize .col-sm-4,
    .row.row-customize .col-md-4,
    .row.row-customize .col-lg-4,
    .row.row-customize .col-xs-5,
    .row.row-customize .col-sm-5,
    .row.row-customize .col-md-5,
    .row.row-customize .col-lg-5,
    .row.row-customize .col-xs-6,
    .row.row-customize .col-sm-6,
    .row.row-customize .col-md-6,
    .row.row-customize .col-lg-6,
    .row.row-customize .col-xs-7,
    .row.row-customize .col-sm-7,
    .row.row-customize .col-md-7,
    .row.row-customize .col-lg-7,
    .row.row-customize .col-xs-8,
    .row.row-customize .col-sm-8,
    .row.row-customize .col-md-8,
    .row.row-customize .col-lg-8,
    .row.row-customize .col-xs-9,
    .row.row-customize .col-sm-9,
    .row.row-customize .col-md-9,
    .row.row-customize .col-lg-9,
    .row.row-customize .col-xs-10,
    .row.row-customize .col-sm-10,
    .row.row-customize .col-md-10,
    .row.row-customize .col-lg-10,
    .row.row-customize .col-xs-11,
    .row.row-customize .col-sm-11,
    .row.row-customize .col-md-11,
    .row.row-customize .col-lg-11,
    .row.row-customize .col-xs-12,
    .row.row-customize .col-sm-12,
    .row.row-customize .col-md-12,
    .row.row-customize .col-lg-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

.custom-column {
    padding: 0 5px;
}

    .custom-column .col-xs-1,
    .custom-column .col-sm-1,
    .custom-column .col-md-1,
    .custom-column .col-lg-1,
    .custom-column .col-xs-2,
    .custom-column .col-sm-2,
    .custom-column .col-md-2,
    .custom-column .col-lg-2,
    .custom-column .col-xs-3,
    .custom-column .col-sm-3,
    .custom-column .col-md-3,
    .custom-column .col-lg-3,
    .custom-column .col-xs-4,
    .custom-column .col-sm-4,
    .custom-column .col-md-4,
    .custom-column .col-lg-4,
    .custom-column .col-xs-5,
    .custom-column .col-sm-5,
    .custom-column .col-md-5,
    .custom-column .col-lg-5,
    .custom-column .col-xs-6,
    .custom-column .col-sm-6,
    .custom-column .col-md-6,
    .custom-column .col-lg-6,
    .custom-column .col-xs-7,
    .custom-column .col-sm-7,
    .custom-column .col-md-7,
    .custom-column .col-lg-7,
    .custom-column .col-xs-8,
    .custom-column .col-sm-8,
    .custom-column .col-md-8,
    .custom-column .col-lg-8,
    .custom-column .col-xs-9,
    .custom-column .col-sm-9,
    .custom-column .col-md-9,
    .custom-column .col-lg-9,
    .custom-column .col-xs-10,
    .custom-column .col-sm-10,
    .custom-column .col-md-10,
    .custom-column .col-lg-10,
    .custom-column .col-xs-11,
    .custom-column .col-sm-11,
    .custom-column .col-md-11,
    .custom-column .col-lg-11,
    .custom-column .col-xs-12,
    .custom-column .col-sm-12,
    .custom-column .col-md-12,
    .custom-column .col-lg-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
/*Button css start*/
a.btn.btn-icon {
    line-height: 40px;
}

.btn {
    margin-right: 5px;
    font-size: 13px;
    line-height: 20px;
    border-radius: 2px;
    padding: 4px 12px 6px;
}

    .btn.btn-height {
        padding: 5px 12px;
    }

    .btn.btn-go {
        padding: 9px 12px;
        margin-top: -5px;
    }

    .btn:active,
    .btn:focus {
        outline: 0 !important;
    }

    .btn.btn-primary {
        border-color: transparent;
        border-radius: 2px;
    }

        .btn.btn-primary.btn-red {
            background-color: #cc0000;
        }

        .btn.btn-primary.btn-action {
            font-size: 12px;
            padding: 4px 10px;
        }

        .btn.btn-primary.btn-click {
            padding: 5px 10px;
        }

    .btn.btn-default {
        background-color: #eeeeee;
        border-color: #cccccc;
        color: #333333;
    }

        .btn.btn-default:active,
        .btn.btn-default:focus {
            outline: 0 !important;
            box-shadow: none;
            border: 1px solid #cccccc;
        }

        .btn.btn-default:hover {
            background: #cccccc;
        }

        .btn.btn-default:active:hover {
            color: #333333;
        }

    .btn.btn-icon {
        height: 40px;
        width: 40px;
        font-size: 16px;
        padding: 0;
        /* margin-top: -12px; */
    }

        .btn.btn-icon.btn-red {
            background-color: #cc0000;
            border: 1px solid #cc0000;
        }

        .btn.btn-icon.btn-yellow {
            background-color: #EF9B0F;
            cursor: default;
        }

            .btn.btn-icon.btn-yellow:focus {
                background-color: #EF9B0F;
            }

        .btn.btn-icon.btn-green {
            background-color: #17b5a6;
            border-color: #17b5a6;
        }

.btn-lg,
.btn-group-lg > .btn {
    padding: 15px 25px;
}
/*Button css End*/
/**************************** Common CSS Ends************************/
/***********************heading starts #edf3f5************************/
.section-heading {
    margin: 0 0 15px 0;
    position: relative;
    background: transparent;
}

    .section-heading h1 {
        font-size: 16px;
        font-family: 'Montserrat Medium';
        color: #222222;
        margin: 0;
        line-height: 1;
        position: relative;
        padding: 0;
    }

        .section-heading h1 span {
            font-size: 16px;
        }

        .section-heading h1.title {
            display: inline-block;
        }

    .section-heading .header-quick-link {
        margin-right: 15px;
        text-align: right;
        float: right;
    }

.sub-head {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 25px;
}

    .sub-head h2.sub-title {
        font-family: 'Montserrat SemiBold';
        font-size: 13px;
        display: inline-block;
        padding-top: 8px;
        position: relative;
        padding-bottom: 10px;
        margin: 0;
    }

        .sub-head h2.sub-title:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 2px;
            background-color: #2c607e;
            bottom: -1px;
            left: 0;
        }

    .sub-head h3 {
        margin-bottom: 0;
        display: inline-block;
        padding-right: 10px;
        background: #ffffff;
        position: relative;
    }
/***********************heading ends************************/
/*************** bootstrap form elements override starts**************/
.form-control {
    border: 1px solid #dddddd;
    font-size: 13px;
    box-shadow: none;
    height: 32px;
    line-height: 1.4;
    padding: 6px 12px;
    border-radius: 2px;
    color: #000000;
    position: relative;
}

    .form-control option {
        font-size: 15px;
    }

    .form-control.custom-height {
        line-height: 38px;
        height: 38px;
    }

    .form-control:focus {
        border: 1px solid #164b7d;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
    }

    .form-control.input-width {
        width: 160px;
    }

    .form-control.select-height-sm {
        height: 28px;
    }

    .form-control.form-control-right {
        text-align: right;
    }

    .form-control.form-control-sm {
        height: 26px;
    }

    .form-control::-webkit-input-placeholder {
        color: #808080;
    }

    .form-control::-moz-placeholder {
        color: #808080;
    }

    .form-control:-ms-input-placeholder {
        color: #808080;
    }

    .form-control:-moz-placeholder {
        color: #808080;
    }

textarea.form-control {
    padding: 6px 12px;
    height: 80px;
    line-height: 16px;
}

    textarea.form-control.text-area-custom {
        height: 110px;
    }

    textarea.form-control.textarea-large {
        height: 140px;
    }

    textarea.form-control.textarea-medium {
        height: 70px;
    }

    textarea.form-control.textarea-xlg {
        height: 250px;
    }

.control-label {
    margin-bottom: 0;
    line-height: 30px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #ffffff url(../images/World/caret-down.png) no-repeat;
    background-position: right 6px center;
    background-size: 6px;
}

select::-ms-expand {
    display: none;
}

.form-inline {
    /*  select{
           &.form-control{
               position: relative;
               top: 1px;
           }
           } */
}

    .form-inline .form-group .custom-checkbox + label {
        line-height: 18px;
    }

.inline-input-icon .form-control {
    width: 97%;
    display: inline-block;
}

.inline-input-icon .fa {
    font-size: 18px;
    width: auto;
    text-align: right;
    float: right;
    padding-top: 6px;
}
/**** horizontal forms ***/
.form-group {
    position: relative;
}

.pos-inherit {
    position: inherit;
}

.form-horizontal .form-group .control-label {
    line-height: 1;
    text-align: left;
}

.form-horizontal .form-group .radio,
.form-horizontal .form-group .checkbox {
    padding-top: 0;
    min-height: 20px;
}

.form-horizontal .form-group .select2-container {
    max-width: 100%;
    width: 100% !important;
}
/**** horizontal forms ***/
/*************** bootstrap form elements override ends**************/
/*************************** header css start here ****************************/
header {
    background-color: #ffffff;
    border-bottom: 0;
    z-index: 1001;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
    -ms-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
}

    header .header-wrapper {
        background-color: inherit;
    }

        header .header-wrapper .logo {
            display: inline-block;
            vertical-align: middle;
        }

            header .header-wrapper .logo a {
                display: block;
                height: 35px;
            }

                header .header-wrapper .logo a img {
                    height: 100%;
                }
/*navigation css start here */
.navbar {
    border-radius: 0;
    background: #164b7d;
    margin: 0;
    min-height: 45px;
    border: none;
}

    .navbar .navbar-nav li a {
        color: #ffffff;
        line-height: 1;
        padding-top: 16px;
        padding-bottom: 16px;
        position: relative;
    }

        .navbar .navbar-nav li a:hover,
        .navbar .navbar-nav li a:focus {
            color: #ffffff;
            background-color: rgba(0, 0, 0, 0.1);
        }

            .navbar .navbar-nav li a:hover:after,
            .navbar .navbar-nav li a:focus:after {
                position: absolute;
                width: 100%;
                height: 5px;
                bottom: -5px;
                left: 0;
                content: "";
                background: #22404f;
            }

    .navbar .navbar-nav li.active > a {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.1);
    }

        .navbar .navbar-nav li.active > a:after {
            position: absolute;
            width: 100%;
            height: 5px;
            bottom: -5px;
            left: 0;
            content: "";
            background: #22404f;
        }

        .navbar .navbar-nav li.active > a:hover,
        .navbar .navbar-nav li.active > a:focus {
            color: #ffffff;
            background-color: rgba(0, 0, 0, 0.1);
        }

            .navbar .navbar-nav li.active > a:hover:after,
            .navbar .navbar-nav li.active > a:focus:after {
                position: absolute;
                width: 100%;
                height: 5px;
                bottom: -5px;
                left: 0;
                content: "";
                background: #22404f;
            }
/*************************** header css ends here ****************************/
/******************* center css start here ****************************/
.sidebar-collapsed.no-menu .section-area {
    padding-left: 0;
    transition: inherit;
}

.sidebar-collapsed .section-area {
    padding-left: 60px;
    transition: 0.3s all ease;
}

.sidebar-collapsed header .menu-toggle {
    color: #fff;
    font-size: 18px;
}

.sidebar-collapsed footer {
    padding-left: 60px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.sidebar-collapsed .treeview {
    pointer-events: none;
}

    .sidebar-collapsed .treeview .menu-arrow {
        display: none;
    }

.section-area {
    transition: 0.3s all ease;
    padding: 55px 0 25px 250px;
}

.center-wrap {
    /* background: @color-white;
        border: 1px solid @grey-panel-border;
        padding-bottom: @std-padding*4;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3); */
    min-height: -webkit-calc(100vh - 150px);
    min-height: -o-calc(100vh - 150px);
    min-height: -moz-calc(100vh - 150px);
    min-height: calc(100vh - 150px);
    padding: 15px 0;
}

.page-btn-row {
    margin-top: 5px;
}
/******************* center css ends here ****************************/
.nav-tabs {
    position: relative;
    z-index: 2;
    border-bottom: 0;
}

    .nav-tabs > li {
        margin-bottom: -2px;
        margin-right: 5px;
    }

        .nav-tabs > li > a {
            font-size: 14px;
            padding: 14px 15px 10px;
            background: transparent;
            border-radius: 0;
            color: #777777;
            padding: 12px 15px;
            margin-right: 0;
            border: 2px solid transparent !important;
            border-bottom: 0 !important;
        }

            .nav-tabs > li > a:hover,
            .nav-tabs > li > a:focus {
                background: transparent;
                border-color: transparent;
            }

        .nav-tabs > li.active a {
            font-family: Montserrat Regular;
            background-color: #ffffff;
            color: #777777;
            border: 2px solid #dddddd !important;
            border-bottom: 0 !important;
        }

            .nav-tabs > li.active a:hover,
            .nav-tabs > li.active a:focus {
                background-color: #fdfdfd;
            }

.tab-content {
    background-color: #ffffff;
    border: 0;
    padding-bottom: 0;
    position: relative;
}

    .tab-content .tab-pane {
        padding: 15px;
        border: 2px solid #dddddd;
    }

    .tab-content .modal-content-height {
        max-height: 400px;
        overflow: auto;
    }

        .tab-content .modal-content-height .sub-head {
            padding-top: 10px;
        }
/**************** footer css start here *************/
footer {
    background-color: #e6ecf2;
    border-top: 1px solid #dbe3ec;
    padding: 10px 0 10px 250px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    height: 37px;
    line-height: 1;
    position: absolute;
}

    footer p {
        font-size: 12px;
        display: inline-block;
        color: #353535;
        line-height: 1;
        margin-right: 5px;
        padding-right: 10px;
        border-right: 1px solid #8e8e8e;
        margin-bottom: 0;
        font-family: Montserrat Regular;
    }

    footer .footer-links {
        display: inline-block;
        margin: 0;
    }

        footer .footer-links li {
            padding-left: 10px;
            margin-left: 2px;
            border-left: 1px solid #8e8e8e;
        }

            footer .footer-links li a {
                font-size: 11px;
                color: #353535;
                line-height: 1;
            }

            footer .footer-links li:first-child {
                margin-left: 0;
                padding-left: 0;
                border: 0;
            }
/**************** footer css ends here *************/
/********************* common class font***********************/
.fa-6x {
    font-size: 6em;
}
/* common class spacing*/
.margin-0 {
    margin: 0px !important;
}

.padding-0 {
    padding: 0px !important;
}

.m-t-0 {
    margin-top: 0px !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.m-l-0 {
    margin-left: 0px !important;
 

		
					
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-r-10 {
    margin-right: 10px !important;
}

.m-r-15 {
    margin-right: 15px !important;
}

.m-r-20 {
    margin-right: 20px !important;
}

.m-r-25 {
    margin-right: 25px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-l-10 {
    margin-left: 10px !important;
}

.m-l-15 {
    margin-left: 15px !important;
}

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-r-0 {
    padding-right: 0px !important;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-r-20 {
    padding-right: 20px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-l-0 {
    padding-left: 0px !important;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-l-20 {
    padding-left: 20px;
}

.p-l-25 {
    padding-left: 25px;
}
/*common class extra*/
.radio-inline + .radio-inline,
.radio-inline + .checkbox-inline,
.checkbox-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
}

.radio-inline,
.checkbox-inline {
    margin-right: 10px;
}

.radio,
.checkbox {
    padding-left: 15px;
}
/*add button */
.search-box-row {
    margin-bottom: 15px;
}

    .search-box-row .form-control {
        height: 40px;
    }

    .search-box-row .input-group-btn .btn {
        padding: 9px 12px;
    }

        .search-box-row .input-group-btn .btn i {
            font-size: 14px;
        }
/***********************Table css starts****************************/
.bg-white {
    background: #ffffff;
}

.table {
    margin-bottom: 0;
    background-color: #ffffff;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        vertical-align: middle;
        font-family: Montserrat Regular;
        font-size: 13px;
        color: #666666;
    }

    .table > thead > tr > th {
        font-family: 'Montserrat SemiBold';
    }

    .table > tbody > tr > td {
        border: none;
        color: #666666;
        border-bottom: 1px solid #dddddd;
        padding: 6px 5px;
    }

        .table > tbody > tr > td.th-600 {
            width: 600px;
        }

        .table > tbody > tr > td.line-height-36 {
            line-height: 36px;
        }

    .table.table-input input[type="text"] {
        min-width: 130px;
    }

    .table.table-input select {
        min-width: 130px;
    }

table thead {
    background: #fafdff;
    color: #666666;
    vertical-align: middle;
}

    table thead tr th {
        border-bottom: 1px solid #dddddd !important;
        padding: 8px !important;
        vertical-align: middle !important;
    }

        table thead tr th a {
            color: #ffffff;
        }

            table thead tr th a:hover {
                color: #ffffff;
                text-decoration: none;
            }

            table thead tr th a:focus {
                color: #ffffff;
                text-decoration: none;
            }

        table thead tr th .sorting-icon {
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
        }

        table thead tr th.sort {
            cursor: pointer;
            background-image: url(../images/sort_both.png);
            background-repeat: no-repeat;
            background-position: center right;
            padding: 5px 18px 5px 5px !important;
        }

table.height-sm-table tbody td {
    padding: 4px 5px 5px 5px !important;
}

table.vmiddle td {
    vertical-align: middle !important;
}

table.table-horizontal {
    border: 0;
}

    table.table-horizontal.small tbody tr th {
        width: 20%;
    }

    table.table-horizontal.small tbody tr td {
        width: 33%;
    }

    table.table-horizontal tbody tr th {
        padding: 6px 5px;
        background: #f9f9f9;
        width: 24%;
    }

    table.table-horizontal tbody tr td {
        width: 33%;
    }

    table.table-horizontal.total-table tbody tr th {
        background: #ffffff;
    }

table.title-colored tbody tr th {
    background: #f9f9f9;
}

table.small-table tbody tr td {
    width: 2%;
}

table.table-layout-fixed {
    table-layout: fixed;
}

table .secondary-tablehead {
    background-color: #f9f9f9;
}

    table .secondary-tablehead td {
        color: #222;
        font-family: Montserrat Regular;
        vertical-align: middle;
    }

table > tbody > tr:hover .bg-danger,
table > tbody > tr:focus .bg-danger {
    background-color: #e6d3d3;
}

table > tbody > tr > td .complete {
    color: #4cae4c;
}

table > tbody > tr > td a.action {
    margin: 0 5px;
    color: #999999;
    display: inline-block;
}

    table > tbody > tr > td a.action.complete {
        color: #4cae4c;
    }

    table > tbody > tr > td a.action:hover i,
    table > tbody > tr > td a.action:focus i {
        color: #164b7d;
    }

        table > tbody > tr > td a.action:hover i.green,
        table > tbody > tr > td a.action:focus i.green,
        table > tbody > tr > td a.action:hover i.complete,
        table > tbody > tr > td a.action:focus i.complete {
            color: #4cae4c;
        }

        table > tbody > tr > td a.action:hover i.red,
        table > tbody > tr > td a.action:focus i.red {
            color: #cc0000;
        }

table tr:last-child td .dropdown .dropdown-menu {
    top: inherit;
    bottom: 20px;
    border-bottom: 1px solid #5cb85c;
    border-top: 1px solid #5cb85c;
}
/*table header fixed*/
.table-fixed {
    overflow: hidden;
    margin-bottom: 0;
}

    .table-fixed .table-bordered > thead > tr > th {
        min-width: 141px;
    }

.table-fixed-hScroll > .table,
.table-fixed-vScroll > .table {
    margin-bottom: 0;
}

.table-fixed-vScroll {
    overflow: auto;
}
/***********************Table css ends****************************/
/*Pagination css start*/
.page-show,
.dataTables_info {
    color: #444;
    line-height: 30px;
}

.pagination-column .pagination {
    margin: 0;
    float: right;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
}
/*Pagination css End*/
/*Desktop Profile Dropdown Start*/
.my-profile-area .caret {
    vertical-align: middle;
}

.my-profile-area .user-name {
    font-size: 12px;
    padding: 0 0 0 5px;
    vertical-align: middle;
    display: inline-block;
}

    .my-profile-area .user-name em {
        display: block;
        font-style: normal;
        max-width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.my-profile-area .user-image-login {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    text-align: center;
    padding: 2px;
}

    .my-profile-area .user-image-login img {
        height: 32px;
        width: 32px;
        border-radius: 50%;
    }
/*Desktop Profile Dropdown End*/
/*Mobile Profile Dropdown Start*/
.mobile-user-dropdown {
    width: 250px;
    padding: 10px;
    position: relative;
    z-index: 9;
    background: #34495e;
}

    .mobile-user-dropdown .user-image-login {
        vertical-align: top;
        float: left;
    }

    .mobile-user-dropdown .my-profile-area {
        display: inline-block;
        vertical-align: top;
        padding: 0;
    }

        .mobile-user-dropdown .my-profile-area .user-details {
            width: 185px;
            display: inline-block;
        }

        .mobile-user-dropdown .my-profile-area .user-name {
            display: inline-block;
            width: 183px;
            text-align: left;
            color: #ffffff;
        }

            .mobile-user-dropdown .my-profile-area .user-name em {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .mobile-user-dropdown .dropdown-menu {
        position: inherit;
        float: none;
        background-color: inherit;
        box-shadow: inherit;
        border: 0;
    }

        .mobile-user-dropdown .dropdown-menu li {
            padding: 5px 10px;
            width: auto;
        }

            .mobile-user-dropdown .dropdown-menu li.divider {
                display: none;
            }

            .mobile-user-dropdown .dropdown-menu li a {
                padding: 0;
                color: #fff;
                font-size: 12px;
            }

                .mobile-user-dropdown .dropdown-menu li a:hover,
                .mobile-user-dropdown .dropdown-menu li a:focus {
                    background-color: inherit;
                }

                .mobile-user-dropdown .dropdown-menu li a i {
                    color: #ffffff;
                }

        .mobile-user-dropdown .dropdown-menu:before {
            display: none;
        }
/*Mobile Profile Dropdown End*/
select.custom-select {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: medium none;
    font-family: 'Montserrat Bold';
    outline: medium none;
    padding: 13px 103px 13px 13px;
    box-sizing: border-box;
}

    select.custom-select option {
        background: #31425a;
    }

.nav .open > a {
    background: rgba(0, 0, 0, 0.2);
}

    .nav .open > a:hover,
    .nav .open > a:focus {
        background: rgba(0, 0, 0, 0.2);
    }

.user-dropdown {
    margin-top: 10px;
    padding: 0;
    border: 0;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
}

    .user-dropdown .divider {
        margin: 0;
    }

    .user-dropdown:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        overflow: hidden;
        background: white;
        display: block;
        width: 15px;
        height: 15px;
        -webkit-box-shadow: -3px -3px 8px 0px rgba(0, 0, 0, 0.11);
        box-shadow: -3px -3px 8px 0px rgba(0, 0, 0, 0.11);
        transform: translateY(-50%) rotate(45deg);
    }

    .user-dropdown li a {
        padding: 7px 15px;
        color: #777777;
        display: block;
        position: relative;
        overflow: hidden;
        font-size: 13px;
    }

        .user-dropdown li a i {
            padding-right: 5px;
            width: 23px;
            color: #0169ab;
        }

        .user-dropdown li a:hover i,
        .user-dropdown li a:focus i {
            color: #ffffff;
        }

.second-level-option {
    padding-left: 20px;
}

.overly {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}
/*custom select menu*/
/*** for height 28px ***/
.height-sm .select-area .select2-container .select2-selection--single {
    height: 28px;
}

    .height-sm .select-area .select2-container .select2-selection--single span {
        line-height: 26px;
    }

        .height-sm .select-area .select2-container .select2-selection--single span.select2-selection__arrow {
            height: 26px;
        }

.select2-container {
    max-width: 100%;
    width: auto !important;
    display: block;
    /*  &.select2-container--focus{
           border: 1px solid #0169ab;
           } */
}

    .select2-container:focus {
        outline: 0;
    }

    .select2-container .select2-selection:focus {
        outline: 0;
        /* border:1px solid #0169ab; */
    }

    .select2-container .select2-selection__rendered:focus {
        outline: 0;
    }

    .select2-container .select2-selection--single {
        border: 1px solid #dddddd;
        border-radius: 2px;
        height: 32px;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            color: #808080;
            line-height: 30px;
            font-size: 13px;
            padding-left: 12px;
        }

    .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
    }

    .select2-container .select2-dropdown {
        z-index: 1000;
    }

        .select2-container .select2-dropdown .select2-search {
            padding: 2px 2px 1px 2px;
        }

    .select2-container.select2-container--open .select2-selection--single {
        border: 1px solid #aaa;
    }

.full-width .select2-container {
    width: 100% !important;
}

.select-area .select2-container .select2-selection--single {
    height: 32px;
    /* border: 1px solid @grey-input-border; */
    border-radius: 0;
    background: #ffffff;
}

    .select-area .select2-container .select2-selection--single span {
        line-height: 30px;
        color: #333;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 13px;
    }

        .select-area .select2-container .select2-selection--single span.select2-selection__arrow {
            height: 32px;
        }

            .select-area .select2-container .select2-selection--single span.select2-selection__arrow b {
                border-color: #333 transparent transparent;
            }

.select-area .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #333;
}

.select-area .bg-white .select2-container .select2-selection--single {
    background: #ffffff;
    /* border: 1px solid @grey-input-border; */
}

    .select-area .bg-white .select2-container .select2-selection--single:focus {
        border: 1px solid #0169ab;
    }

    .select-area .bg-white .select2-container .select2-selection--single span {
        color: #444444;
    }

    .select-area .bg-white .select2-container .select2-selection--single .select2-selection__arrow b {
        margin-left: 0;
        border-color: #5d5d5d transparent transparent;
        border-width: 5px 4px 0 4px;
    }

.select-area .bg-white .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 4px 5px 4px;
    border-color: transparent transparent #5d5d5d;
}

.select-area .bg-white.has-error .select2-container .select2-selection--single {
    border: 1px solid #a94442;
}

.select-area.form-ddl .select2-container .select2-selection--single {
    height: 32px;
}

    .select-area.form-ddl .select2-container .select2-selection--single span {
        line-height: 30px;
        font-family: 'Muli Regular', sans-serif;
        font-size: 14px;
    }

        .select-area.form-ddl .select2-container .select2-selection--single span.select2-selection__arrow {
            height: 32px;
        }

.has-error .select2-container .select2-selection--single {
    border-color: #a94442;
}

.has-error .select2-container .select2-selection--multiple {
    border-color: #a94442;
}
/*** for height 28px ***/
.modal-content {
    border-radius: 0px;
    border: 0;
}

    .modal-content .modal-header {
        background: #f5f5f5;
    }

        .modal-content .modal-header .modal-title {
            color: #222222;
            line-height: 22px;
        }

        .modal-content .modal-header .close {
            margin-top: 0px;
            color: #000000;
            opacity: 0.2;
            text-shadow: 0 1px 0 #ffffff;
            position: absolute;
            right: 10px;
            top: 12px;
            font-size: 30px;
        }

            .modal-content .modal-header .close span {
                font-family: 'Montserrat Medium';
            }

            .modal-content .modal-header .close:hover {
                opacity: 0.5;
            }

    .modal-content .modal-body .validation-summary-success {
        margin-left: 0;
        margin-right: 0;
    }

    .modal-content .modal-body .validation-summary-errors {
        margin-left: 0;
        margin-right: 0;
    }

    .modal-content .modal-body .modal-scroll {
        max-height: 450px;
        overflow: auto;
    }

    .modal-content .modal-footer {
        text-align: left;
        border-top: 0;
    }

        .modal-content .modal-footer .btn {
            margin-right: 0;
        }

.table-head-buttons .form-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.table-head-buttons .checkbox-inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.table-head-buttons h3 {
    margin-top: 10px;
}
/************************file uploader css starts*******************/
.custom-file-upload {
    display: inline-block;
    clear: both;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}

    .custom-file-upload.custom-file-upload-sm .file-uploaded-custom {
        width: 100px;
    }

    .custom-file-upload .upload {
        cursor: pointer;
        font-size: 20px;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        left: -120px;
        width: 240px;
        height: 40px;
    }

    .custom-file-upload span {
        color: #ffffff;
        font-size: 13px;
        line-height: 30px;
        padding: 0 10px 0 5px;
        background: #164b7d;
        display: inline-block;
    }

        .custom-file-upload span:hover {
            background: #1c60a0;
        }

            .custom-file-upload span:hover i {
                background: #1c60a0;
            }

        .custom-file-upload span i {
            background: #164b7d none repeat scroll 0 0;
            display: inline-block;
            font-size: 18px;
            height: 32px;
            line-height: 30px;
            margin-right: 0px;
            padding-top: 0;
            text-align: center;
            vertical-align: middle;
            width: 32px;
        }

    .custom-file-upload .file-uploaded {
        display: inline-block;
        margin: 0 0 0 5px;
    }

    .custom-file-upload .file-uploaded-modal {
        display: inline-block;
        margin: 0 0 0 5px;
        width: 400px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

    .custom-file-upload .file-uploaded-custom {
        display: inline-block;
        margin: 0 0 0 5px;
        width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: middle;
    }

    .custom-file-upload.file-uploader {
        display: block;
    }

        .custom-file-upload.file-uploader .file-uploaded-custom {
            width: calc(100% - 200px);
        }
/************************file uploader css starts*******************/
/*********************************Form Validation starts************************************/
.error-msg {
    color: #cc0000;
    font-size: 10px;
    margin-top: 2px;
    position: initial;
    display:block;
    left: 0px;
    bottom: auto;
    line-height: 10px;
}

.error-msg-page {
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    padding: 15px;
}

    .error-msg-page.bg-error {
        background-color: #FBF0F0;
        border: 1px solid #cc0000;
    }

        .error-msg-page.bg-error p i {
            color: #a94442;
        }

    .error-msg-page p {
        text-align: center;
        margin: 0;
        font-size: 13px;
    }

        .error-msg-page p i {
            font-size: 42px;
            display: block;
            margin-bottom: 15px;
            color: #164b7d;
        }

.validation-summary-errors {
    padding: 7px 10px;
    margin: 0px 0 15px 0;
    border: 1px solid #cc0000;
    border-left-width: 5px;
    border-left-color: #cc0000;
}

    .validation-summary-errors ul {
        padding: 0;
        margin: 0;
    }

        .validation-summary-errors ul li {
            color: #cc0000;
            font-size: 12px;
            list-style: none;
            position: relative;
            padding-left: 12px;
        }

            .validation-summary-errors ul li:before {
                height: 4px;
                width: 4px;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 7px;
                background-color: #cc0000;
                content: "";
            }

    .validation-summary-errors.unstyled ul li {
        list-style: none;
    }

    .validation-summary-errors.validation-summary-errors-custom {
        padding: 7px 10px;
        margin: 0px 0px 15px 0px;
        border: 1px solid #c7254e;
        border-left-width: 5px;
        border-left-color: #c7254e;
    }

        .validation-summary-errors.validation-summary-errors-custom ul {
            padding: 0;
            margin: 0;
        }

            .validation-summary-errors.validation-summary-errors-custom ul li {
                color: #c7254e;
                font-size: 12px;
                list-style: none;
                line-height: 1;
            }

.validation-summary-success {
    padding: 7px 10px;
    margin: 0px 0 15px 0;
    border: 1px solid #3c763d;
    border-left-width: 5px;
    border-left-color: #3c763d;
}

    .validation-summary-success ul {
        padding: 0;
        margin: 0;
    }

        .validation-summary-success ul.unstyled li {
            list-style: none;
        }

        .validation-summary-success ul li {
            color: #3c763d;
            font-size: 12px;
            list-style: none;
            padding-left: 12px;
            position: relative;
        }

            .validation-summary-success ul li:before {
                height: 4px;
                width: 4px;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 7px;
                background-color: #3c763d;
                content: "";
            }

.validation-summary-warnings {
    padding: 7px 10px;
    margin: 0px 0 15px 0;
    border: 1px solid #EF9B0F;
    border-left-width: 5px;
    border-left-color: #EF9B0F;
}

    .validation-summary-warnings ul {
        padding: 0;
        margin: 0;
    }

        .validation-summary-warnings ul li {
            color: #EF9B0F;
            font-size: 12px;
            list-style: none;
            position: relative;
            padding-left: 20px;
        }

            .validation-summary-warnings ul li:before {
                height: 4px;
                width: 4px;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 7px;
                background-color: #EF9B0F;
                content: "";
            }
/*********************************Form Validation ends************************************/
.accordion .panel-group {
    margin-bottom: 15px;
}

    .accordion .panel-group .panel + .panel {
        margin-top: 10px;
    }

.accordion .panel-default {
    border: 0;
    box-shadow: inherit;
    border-radius: 0;
}

    .accordion .panel-default .panel-heading {
        position: relative;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

        .accordion .panel-default .panel-heading .panel-title a {
            font-size: 13px;
            display: block;
            padding: 13px 120px 13px 15px;
            font-family: 'Montserrat SemiBold';
        }

            .accordion .panel-default .panel-heading .panel-title a .excel-download {
                position: absolute;
                right: -100px;
                top: 50%;
                margin-top: -13px;
            }

                .accordion .panel-default .panel-heading .panel-title a .excel-download i {
                    font-size: 18px;
                }

            .accordion .panel-default .panel-heading .panel-title a:hover,
            .accordion .panel-default .panel-heading .panel-title a:focus {
                text-decoration: none;
            }

            .accordion .panel-default .panel-heading .panel-title a:before {
                position: absolute;
                right: 14px;
                top: 50%;
                margin-top: -7px;
                z-index: 2;
                content: "\f078";
                font-family: fontAwesome;
                transition: 0.5s all ease;
                -webkit-transition: 0.5s all ease;
                -ms-transition: 0.5s all ease;
            }

            .accordion .panel-default .panel-heading .panel-title a:after {
                background-color: rgba(0, 0, 0, 0.2);
                height: calc(100% - 2px);
                width: 40px;
                position: absolute;
                right: 0;
                top: 1px;
                text-align: center;
                line-height: 40px;
                content: "";
                z-index: 1;
            }

        .accordion .panel-default .panel-heading .panel-title.pannel-no-accordion a {
            padding-right: 15px;
        }

            .accordion .panel-default .panel-heading .panel-title.pannel-no-accordion a:before,
            .accordion .panel-default .panel-heading .panel-title.pannel-no-accordion a:after {
                content: normal;
            }

        .accordion .panel-default .panel-heading .panel-title a {
            background-color: #eeeeee;
            border: 1px solid #dddddd;
        }

            .accordion .panel-default .panel-heading .panel-title a[aria-expanded="true"] {
                /* background-color: @green;
                            color: @color-white; */
                /* &+.accordion-download-csv {
                                a {
                                    color: @color-white;
                                }
                                } */
            }

                .accordion .panel-default .panel-heading .panel-title a[aria-expanded="true"]:before {
                    transform: rotate(180deg);
                    -webkit-transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    transition: 0.5s all ease;
                    -webkit-transition: 0.5s all ease;
                    -ms-transition: 0.5s all ease;
                    margin-top: -6px;
                }

                .accordion .panel-default .panel-heading .panel-title a[aria-expanded="true"] .accordion-download-csv a {
                    color: #ffffff;
                }

        .accordion .panel-default .panel-heading .panel-title .accordion-download-csv {
            position: absolute;
            right: 50px;
            top: 0;
            margin-top: 0;
            z-index: 10;
            height: 100%;
            line-height: 40px;
        }

            .accordion .panel-default .panel-heading .panel-title .accordion-download-csv a {
                padding: 0 !important;
                background: transparent !important;
                border: 0;
            }

                .accordion .panel-default .panel-heading .panel-title .accordion-download-csv a:before,
                .accordion .panel-default .panel-heading .panel-title .accordion-download-csv a:after {
                    content: normal !important;
                }

            .accordion .panel-default .panel-heading .panel-title .accordion-download-csv .btn {
                margin-top: -1px;
            }

    .accordion .panel-default .panel-collapse {
        background: #ffffff;
    }

        .accordion .panel-default .panel-collapse .panel-body {
            padding: 15px;
            border: 1px solid #ddd;
            border-top: 0;
        }

            .accordion .panel-default .panel-collapse .panel-body table {
                margin: 0;
            }

                .accordion .panel-default .panel-collapse .panel-body table thead th {
                    vertical-align: middle;
                }

                    .accordion .panel-default .panel-collapse .panel-body table thead th.th-200 {
                        width: 200px;
                    }

                    .accordion .panel-default .panel-collapse .panel-body table thead th.th-600 {
                        width: 600px;
                    }

                    .accordion .panel-default .panel-collapse .panel-body table thead th.th-400 {
                        width: 400px;
                    }

                    .accordion .panel-default .panel-collapse .panel-body table thead th .inner-table {
                        width: 100%;
                        border-top: 1px solid;
                    }

                        .accordion .panel-default .panel-collapse .panel-body table thead th .inner-table th {
                            border-bottom: 0 !important;
                            border-left: 1px solid #dddddd;
                        }

                            .accordion .panel-default .panel-collapse .panel-body table thead th .inner-table th:first-child {
                                border-left: 0;
                            }

            .accordion .panel-default .panel-collapse .panel-body .sub-head {
                padding-top: 15px;
                padding-bottom: 8px;
                position: relative;
            }

.head-label {
    width: 300px;
    display: inline-block;
    vertical-align: middle;
}

.head-input {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
}

    .head-input.select-sm {
        width: 150px;
        display: inline-block;
        margin-right: 15px;
    }

.action-width {
    min-width: 74px;
    width: 74px;
}

.action-width2 {
    min-width: 125px;
    width: 125px;
}

.action-width3 {
    min-width: 105px;
    width: 105px;
}

.action-width4 {
    min-width: 150px;
    width: 150px;
}
/*********************** filter css starts******************/
.filter {
    margin-left: -15px;
    position: relative;
    float: left;
    /**** Filter with date ******/
}

    .filter.filter-md .filter-icon a {
        height: inherit;
        line-height: 22px;
        padding: 5px;
        width: 32px;
    }

    .filter.filter-md .filter-area {
        top: 33px;
    }

    .filter.filter-right {
        float: right;
        margin: 0;
    }

        .filter.filter-right .btn-icon {
            display: inline-block;
        }

        .filter.filter-right .filter-icon {
            display: inline-block;
        }

        .filter.filter-right .filter-area {
            left: inherit;
            right: 0;
        }

    .filter .filter-icon a {
        height: 40px;
        width: 40px;
        line-height: 28px;
        font-size: 20px;
        vertical-align: top;
    }

    .filter.filter-date {
        background: #fff;
        height: 38px;
        text-align: left;
    }

        .filter.filter-date .filter-icon {
            display: inline-block;
        }

            .filter.filter-date .filter-icon a {
                margin-left: -4px;
            }

    .filter .filter-date-label {
        display: inline-block;
        padding: 7px 0;
        border: 1px solid #b8b8b8;
        min-height: 40px;
    }

        .filter .filter-date-label label {
            color: #444;
            margin: 0;
            text-align: center;
            font-size: 13px;
            position: relative;
            top: 3px;
            cursor: pointer;
            width: 95px;
        }

    .filter .filter-area {
        position: absolute;
        top: 43px;
        left: 0;
        box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.48);
        -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.48);
        width: 260px;
        padding: 15px;
        background-color: #fff;
        z-index: 1000;
        display: none;
    }

        .filter .filter-area.open {
            display: block;
        }
.api-access-filter .filter .filter-area.open {
    display: block;
    left: inherit;
    right: 0px;
    margin-top: 3px;
}
.filter .filter-area .advance-search-block .form-control {
    height: 32px;
    border-radius: 0;
}

        .filter .filter-area .form-control {
            height: 38px;
        }

        .filter .filter-area.filter-lg {
            width: 550px;
        }

        .filter .filter-area h6 {
            position: relative;
            font-size: 14px;
            margin-top: 0;
            margin-bottom: 15px;
        }

            .filter .filter-area h6:after {
                position: absolute;
                content: "";
                background: #d8d8d8;
                height: 1px;
                top: 50%;
                left: 90px;
                right: 0;
                z-index: 2;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
            }

    .filter .checkbox-grayed {
        background-color: #efefef;
        padding: 8px 10px;
        text-align: left;
    }

        .filter .checkbox-grayed.small-block {
            padding: 5px;
        }

        .filter .checkbox-grayed input {
            margin: 0;
            vertical-align: middle;
            margin-top: 2px;
        }

        .filter .checkbox-grayed label {
            margin: 0;
            vertical-align: middle;
            line-height: 20px;
            font-size: 13px;
        }

        .filter .checkbox-grayed .custom-checkbox:checked + label:after {
            left: 3px;
            top: 4px;
        }

    .filter .custom-select {
        text-align: left;
    }

        .filter .custom-select .select2-container--default .select2-selection--single {
            border: 1px solid #d8d8d8;
            font-size: 12px;
            box-shadow: none;
            height: 38px;
            line-height: 1;
            padding: 4px 12px;
            border-radius: 0px;
        }

            .filter .custom-select .select2-container--default .select2-selection--single .select2-selection__arrow {
                height: 38px;
            }
/*********************** filter css ends******************/
.reset {
    display: block;
}

    .reset .show-accept {
        display: none;
        color: #5cb85c;
        line-height: 23px;
    }

    .reset .show-reject {
        color: #cc0000;
        display: none;
        line-height: 23px;
    }

.acceptopen .show-accept {
    display: inline-block;
}

.acceptopen .column-show-hide {
    display: none;
}

.rejectopen .show-reject {
    display: inline-block;
    position: relative;
}

    .rejectopen .show-reject .tooltip.tooltipstered {
        right: -18px;
        top: 3px;
    }

.rejectopen .column-show-hide {
    display: none;
}

.column-show-hide {
    display: inline-block;
    vertical-align: middle;
}

											 
					
					 
					
								  
	 

    .column-show-hide .dropdown {
        display: inline-block;
						
						 
							
						 
								  
													
															
														 
														
    }

    .column-show-hide .dropdown.open:before {
        height: 1px;
        width: 120px;
        content: "";
        background-color: #ffffff;
    }

    .column-show-hide .dropdown .dropdown-menu {
        padding: 0;
        min-width: 90px;
        border-radius: 0;
        box-shadow: inherit;
        margin: -2px 0 0;
        border: 1px solid #cccccc;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

        .column-show-hide .dropdown .dropdown-menu a {
            display: block;
            font-size: 11px;
            color: #333;
            padding: 4px 8px;
        }

            .column-show-hide .dropdown .dropdown-menu a:hover,
            .column-show-hide .dropdown .dropdown-menu a:focus {
                background-color: #164b7d;
                color: #ffffff;
            }

            .column-show-hide .dropdown .dropdown-menu a.active {
                color: #164b7d;
                font-family: 'Montserrat Bold';
            }

                .column-show-hide .dropdown .dropdown-menu a.active:hover {
                    color: #164b7d;
                    background: transparent;
                    font-family: 'Montserrat Bold';
                }

            .column-show-hide .dropdown .dropdown-menu a.custom-label {
                height: auto;
                line-height: initial;
                width: 100%;
                border: none;
                margin: 0;
            }

            .column-show-hide .dropdown .dropdown-menu a.label-reject:hover,
            .column-show-hide .dropdown .dropdown-menu a.label-reject:focus {
                color: #ffffff;
                background: #cc0000;
            }

            .column-show-hide .dropdown .dropdown-menu a.label-accept:hover,
            .column-show-hide .dropdown .dropdown-menu a.label-accept:focus {
                color: #ffffff;
                background: #5cb85c;
            }

.label-hold {
    height: 18px;
    width: 18px;
    display: inline-block;
    border: 1px solid #333333;
    font-size: 11px;
    line-height: 16px;
    color: #333333;
    vertical-align: top;
    font-family: 'Montserrat Bold';
    margin: 2px 4px;
}

    .label-hold:hover,
    .label-hold:focus {
        background: #333333;
        color: #ffffff;
    }

        .label-hold:hover span,
        .label-hold:focus span {
            color: #ffffff;
        }

.label-accept {
    height: 18px;
    width: 18px;
    display: inline-block;
    border: 1px solid #5cb85c;
    font-size: 11px;
    line-height: 16px;
    color: #5cb85c;
    vertical-align: top;
    font-family: 'Montserrat Bold';
    margin: 2px 4px;
}

    .label-accept.dropdown-toggle {
        width: 23px;
    }

    .label-accept.label-accept-with-menu {
        width: 23px;
    }

    .label-accept:hover,
    .label-accept:focus {
        background: #5cb85c;
        color: #ffffff;
    }

        .label-accept:hover span,
        .label-accept:focus span {
            color: #ffffff;
        }

.label-reject {
    height: 18px;
    width: 18px;
    display: inline-block;
    border: 1px solid #cc0000;
    font-size: 11px;
    line-height: 16px;
    color: #cc0000;
    vertical-align: top;
    font-family: 'Montserrat Bold';
    margin: 2px 4px;
    cursor: pointer;
}

    .label-reject:hover,
    .label-reject:focus {
        background: #cc0000;
        color: #ffffff;
    }

        .label-reject:hover span,
        .label-reject:focus span {
            color: #ffffff;
        }

.pr-value {
    display: block;
    font-size: 10px;
    font-family: 'Montserrat Bold';
}
/***********************Reconciliation page less ends********************/
/*********************** settings page css starts********************/
.settings-columns ul {
    margin: 0;
}

    .settings-columns ul li .setting-box {
        height: 150px;
        border: 0;
        display: table;
        width: 100%;
    }

        .settings-columns ul li .setting-box .setting-box-wrapper {
            display: table-cell;
            vertical-align: middle;
            background-color: #ffffff;
            position: relative;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .settings-columns ul li .setting-box .setting-box-wrapper a {
                color: #22404f;
                text-decoration: none;
                display: block;
                padding: 0;
            }

            .settings-columns ul li .setting-box .setting-box-wrapper:hover {
                background-color: #f9f9f9;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

        .settings-columns ul li .setting-box .icon i {
            font-size: 36px;
            color: #164b7d;
        }

            .settings-columns ul li .setting-box .icon i.confi-icon {
                background: url(../../images/World/psw-configuration.svg) no-repeat;
                width: 30px;
                height: 40px;
                display: block;
                margin: 0 auto;
            }

        .settings-columns ul li .setting-box p {
            font-size: 13px;
            margin: 0;
        }
/*****************************settings css ends********************/
/******************** tabs css starts ******************************/
.modal-content-height {
    max-height: 400px;
    overflow: auto;
}

    .modal-content-height .sub-head {
        padding-top: 10px;
    }

.modal-content-height-lg {
    max-height: 380px;
    overflow: auto;
}
/******************** tabs css ends ******************************/
/****************date-time picker css starts*******************/
.date-range input {
    float: left;
    width: 49%;
    margin-right: 2px;
}

.date-range select {
    float: left;
    width: 49%;
}

.datpicker-block .date-range input {
    margin-right: 5px;
}

    .datpicker-block .date-range input.datetimepicker.pull-right {
        margin-right: 0;
    }
/*************************date-time picker css ends**********************/
/*************************************************************
            CSS FOR WEBSITE STARTS
            *************************************************************/
/*General css Starts*/
input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=password],
textarea,
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    line-height: 1;
    box-shadow: inherit;
}

    input[type=text].form-control,
    input[type=email].form-control,
    input[type=tel].form-control,
    input[type=url].form-control,
    input[type=search].form-control,
    input[type=password].form-control,
    textarea.form-control,
    input.form-control {
        line-height: 32px;
    }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

textarea {
    resize: none;
}

.website-body {
    padding-bottom: 0;
    background-color: #ffffff;
}

    .website-body h1 {
        font-size: 30px;
        color: #fff;
        font-family: 'Montserrat SemiBold';
    }

    .website-body .btn {
        margin-right: 0;
    }

    .website-body .d-i-b {
        display: inline-block;
    }

    .website-body .btn + .btn {
        margin-left: 8px;
    }

    .website-body footer {
        height: 50px;
        padding-left: 0;
    }

        .website-body footer p {
            /*line-height: 35px;*/
            margin-bottom: 5px;
        }

        .website-body footer .do-not-copy {
            line-height: 26px;
        }

        .website-body footer .mob-center {
            padding-top: 7px;
        }

    .website-body .website-title h1 {
        display: inline-block;
        text-transform: uppercase;
        font-family: 'Montserrat Bold';
        font-size: 32px;
        position: relative;
        padding-bottom: 25px;
    }

        .website-body .website-title h1:after {
            content: "";
            position: absolute;
            bottom: 0;
            height: 2px;
            width: 40%;
            background: #19ace4;
            left: 30%;
        }

    .website-body .website-title p {
        color: #ffffff;
        font-size: 13px;
        width: 55%;
        margin: 0 auto;
        padding-top: 10px;
    }

    .website-body .website-login a,
    .website-body .navbar .navbar-nav li a {
        text-transform: uppercase;
    }

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.display-table-cell-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.section-padding {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section-padding-small {
    padding-top: 15px;
    padding-bottom: 30px;
}

.section-title-primary {
    text-align: center;
    margin-bottom: 40px;
}

.section-title-primary-left {
    text-align: left;
}

    .section-title-primary-left h2 ::after {
        left: 0;
    }

.section-title-primary.section-title-primary-white h2 {
    color: #ffffff;
}

.section-title-primary h2 {
    font-size: 36px;
    color: #333333;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
    padding-bottom: 25px;
    display: inline-block;
    margin-bottom: 0;
}

    .section-title-primary h2 span {
        color: #164b7d;
        font-family: 'Montserrat Bold';
    }

    .section-title-primary h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 2px;
        width: 40%;
        background: #164b7d;
        left: 30%;
    }

.section-title-primary p {
    margin-top: 30px;
    padding: 0 12%;
}

    .section-title-primary p span {
        color: #164b7d;
        font-family: 'Montserrat Bold';
    }
/*General css Ends*/
/*Home Page css Starts*/
.banner .container {
    position: relative;
    height: 100%;
}

.banner-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.banner .divider {
    height: 3px;
    background: #164b7d;
    width: 20%;
    margin: 35px auto;
}

.footer-blog {
    float: right;
}

    .footer-blog .form-group {
        margin-bottom: 47px;
    }

    .footer-blog .input-contact {
        overflow: hidden;
        display: inline-block;
        margin: 0 0 30px;
        position: relative;
        vertical-align: top;
        width: 100%;
        z-index: 1;
    }

    .footer-blog .input-label-contact {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 .25em;
        width: 100%;
        height: calc('100% - 1em');
        text-align: left;
        pointer-events: none;
        line-height: 24px;
        margin: 0;
    }

        .footer-blog .input-label-contact:before,
        .footer-blog .input-label-contact:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: calc('100% - 16px');
            border-bottom: 1px solid #B9C1CA;
        }

        .footer-blog .input-label-contact:after {
            margin-top: 0px;
            border-bottom: 1px solid #000000;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
        }

    .footer-blog .input-label-content-contact {
        position: absolute;
    }

    .footer-blog .input-label-content {
        font-size: 15px;
        font-style: italic;
        font-family: 'Montserrat Regular';
        color: #999999;
        position: relative;
        padding: 5px 0 0 0;
        width: 100%;
        display: block;
    }

    .footer-blog .field-validation-error {
        bottom: -6px;
        color: #ff0000;
        font-size: 12px;
        position: absolute;
    }

    .footer-blog .input-label-contact-color-validation:after {
        border-color: #ff0000;
    }

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50%, 51% {
        opacity: 0;
    }

    50% {
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }

    51% {
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}
/*Home Page css Ends*/
/*Inner Page css Starts*/
.website-inner-page {
    padding: 55px 0;
}

.success-message .section-title-primary i {
    font-size: 50px;
    color: #164b7d;
}

.error-message .section-title-primary i {
    font-size: 50px;
    color: #cc0000;
}

.error-message .section-title-primary p:first-child {
    margin-top: 0;
    margin-bottom: 20px;
}

.error-message .section-title-primary h2 span {
    color: #cc0000;
}

.error-message .section-title-primary h2:after {
    background: #cc0000;
}

.banner-small {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.banner-signup {
    background: url(../images/sign-up-banner.jpg) no-repeat center top / cover;
}

    .banner-signup .inner-banner-content {
        margin-top: 0;
    }

.inner-banner-content {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
}

    .inner-banner-content h1 {
        margin: 0;
    }
/*Inner Page css Ends*/
/***************************Select Plans Page css Starts******************/
.subscription-plan {
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    margin-bottom: 30px;
    padding: 32px 15px;
}

    .subscription-plan .plan-icon {
        height: 60px;
        width: 60px;
        background-color: #f5f5f5;
        border-radius: 50%;
        line-height: 70px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

        .subscription-plan .plan-icon i {
            color: #009688;
            font-size: 24px;
        }

    .subscription-plan h3 {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 15px;
        font-size: 24px;
    }

    .subscription-plan .btn-contact {
        margin-top: 15px;
    }

.customized-plan ul li {
    padding: 15px 0;
}
/************************plan css ends******************/
.website-nav .navbar {
    background: none;
    margin-top: 8px;
}

    .website-nav .navbar .navbar-nav {
        float: right;
    }

        .website-nav .navbar .navbar-nav li:after {
            position: absolute;
            content: '|';
            right: -8px;
            top: 21%;
            color: #ffffff;
        }

        .website-nav .navbar .navbar-nav li:last-child:after {
            content: none;
        }

        .website-nav .navbar .navbar-nav li a:hover {
            background: none;
            color: #164b7d;
        }
/****************Subscriptions Page css Start*************/
.subscriptions .inner-banner-content {
    position: inherit;
    top: inherit;
    margin: 50px 0;
    -webkit-transform: none;
    transform: none;
    left: inherit;
    width: 100%;
}

.subscriptions .container {
    position: relative;
    z-index: 9;
}

.subscriptions-content .clearfix,
.subscriptions-content .dl-horizontal dd,
.subscriptions-content .container,
.subscriptions-content .container-fluid,
.subscriptions-content .row,
.subscriptions-content .form-horizontal .form-group,
.subscriptions-content .btn-toolbar,
.subscriptions-content .btn-group-vertical > .btn-group,
.subscriptions-content .nav,
.subscriptions-content .navbar,
.subscriptions-content .navbar-header,
.subscriptions-content .navbar-collapse,
.subscriptions-content .pager,
.subscriptions-content .panel-body,
.subscriptions-content .modal-header,
.subscriptions-content .modal-footer {
    margin: 0 -15px;
}

.subscriptions-content .subscription-box {
    display: inline-block;
    margin-right: -4px;
    width: 25%;
    padding: 0 25px;
}

    .subscriptions-content .subscription-box .subscription-type {
        min-height: 205px;
        padding: 15px 20px;
        height: 205px;
        display: block;
        -webkit-transition: -webkit-transform 0.3s ease 0s;
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        border: 1px solid #ffffff;
    }

        .subscriptions-content .subscription-box .subscription-type:hover {
            -webkit-transform: scale(1.07);
            transform: scale(1.07);
        }

        .subscriptions-content .subscription-box .subscription-type h3 {
            font-family: 'Montserrat SemiBold';
            font-size: 20px;
            line-height: 20px;
            padding: 15px 0;
            color: #ffffff;
            margin: 0;
        }

        .subscriptions-content .subscription-box .subscription-type p {
            font-size: 13px;
        }

        .subscriptions-content .subscription-box .subscription-type .plan-btn {
            padding: 5px 15px;
            background-color: rgba(0, 0, 0, 0.2);
            color: #fff;
            display: inline-block;
        }

            .subscriptions-content .subscription-box .subscription-type .plan-btn.free-sub-btn {
                padding: 5px 27px;
            }

            .subscriptions-content .subscription-box .subscription-type .plan-btn i {
                font-size: 16px;
                margin-left: 5px;
                display: inline-block;
                vertical-align: middle;
            }

        .subscriptions-content .subscription-box .subscription-type .img-block {
            height: auto;
            width: 40px;
            margin: 0 auto;
            display: block;
        }

            .subscriptions-content .subscription-box .subscription-type .img-block img {
                width: 100%;
                height: auto;
                display: block;
            }

        .subscriptions-content .subscription-box .subscription-type.tax-consultant .img-block {
            height: auto;
            width: 48px;
        }

        .subscriptions-content .subscription-box .subscription-type.transporter .img-block {
            height: auto;
            width: 55px;
        }

        .subscriptions-content .subscription-box .subscription-type.gspasp-services .img-block {
            height: auto;
            width: 39px;
        }

        .subscriptions-content .subscription-box .subscription-type.service-provider .img-block {
            width: 45px;
            height: auto;
        }

.banner-subscription {
    background: url(../images/offering-bg.png) no-repeat center top / cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.gspasp-services {
    background: #3b6ba5;
}

.transporter {
    background: #478ba2;
}

.tax-consultant {
    background: #678c9e;
}

.business {
    background: #0191c8;
}
/*subscription Details page css starts*/
.subscriptionplan-details h2 {
    margin: 0 0 15px 0;
    font-size: 16px;
}

.subscriptionplan-details .plan-info {
    padding: 10px;
    border-left: 3px solid #164b7d;
    background-color: #f5f5f5;
    text-align: center;
    color: #777;
    margin-bottom: 15px;
}

    .subscriptionplan-details .plan-info span {
        display: block;
        font-size: 16px;
        font-family: 'Montserrat Bold';
    }
/*subscription Details page css ends*/
/******************************Subscriptions Page css Ends*********************/
/*************************************************************
            CSS FOR WEBSITE ENDS
            *************************************************************/
.returns-filter {
    padding-top: 18px;
}

.return-period {
    width: 145px;
    padding: 0 15px;
}

.return-period-md {
    width: 240px;
    padding: 0 15px;
}

.responsive-btn-row {
    text-align: right;
    position: relative;
}

    .responsive-btn-row .btn:last-child {
        margin-right: 0;
        margin-top: 0;
    }

    .responsive-btn-row .btn.ewaybill-menu {
        background: #999999;
    }

    .responsive-btn-row .btn .font-icon {
        font-size: 18px;
    }

    .responsive-btn-row .select-area {
        text-align: left;
    }
/********************************dashboard css starts **************************************/
/*dashboard table starts*/
.bg-white {
    background-color: #ffffff;
}

.dashboard {
    /* padding: 0 10px; */
}

    .dashboard .notification-wrapper {
        position: relative;
        overflow: hidden;
        height: 325px;
        border: 1px solid #efebeb;
        border-top: 0;
    }

        .dashboard .notification-wrapper ul {
            height: 294px;
            overflow: auto;
            margin: 0;
        }

            .dashboard .notification-wrapper ul li {
                border-bottom: 1px solid #e7e7e7;
            }

                .dashboard .notification-wrapper ul li a {
                    padding: 7px 20px;
                    color: #777777;
                    display: block;
                    position: relative;
                    overflow: hidden;
                }

                    .dashboard .notification-wrapper ul li a:hover {
                        background: #ececec;
                    }

                    .dashboard .notification-wrapper ul li a > span {
                        bottom: 0;
                        width: 23px;
                        color: #19ace4;
                        left: 4px;
                        padding-right: 0 !important;
                        position: absolute;
                        right: 0;
                        text-align: center;
                        top: 10px;
                        vertical-align: middle;
                    }

                    .dashboard .notification-wrapper ul li a .icon-text {
                        color: #444444;
                        font-size: 13px;
                        font-family: 'Montserrat Bold';
                        padding-left: 10px;
                    }

                    .dashboard .notification-wrapper ul li a .icon-sub-text {
                        padding-left: 10px;
                        display: block;
                    }

        .dashboard .notification-wrapper .show-all-notification {
            border-top: 1px solid #ececec;
        }

            .dashboard .notification-wrapper .show-all-notification a {
                text-align: center;
                padding: 5px 0;
                display: block;
                color: #444444;
                font-family: 'Montserrat Bold';
            }

    .dashboard .chart-container {
        max-width: 260px;
        margin: 0 auto;
    }

    .dashboard .dashboard-box {
        padding: 10px;
        margin-bottom: 30px;
        position: relative;
        height: 325px;
        border: 1px solid #efebeb;
        border-top: 0;
    }

        .dashboard .dashboard-box .chart-info {
            text-align: left;
            font-size: 12px;
            margin-bottom: 30px;
        }

            .dashboard .dashboard-box .chart-info .tooltip {
                display: inline-block;
                margin-top: 0px;
                vertical-align: top;
                color: #1d80be;
                z-index: 1;
            }

        .dashboard .dashboard-box.asp-dashboard {
            height: 295px;
            padding-bottom: 15px;
        }

        .dashboard .dashboard-box .chart-links {
            padding: 0px 0 10px 0;
        }

            .dashboard .dashboard-box .chart-links ul {
                margin: 0;
            }

                .dashboard .dashboard-box .chart-links ul li {
                    display: inline-block;
                    padding-right: 5px;
                    margin-right: 5px;
                    border-right: 1px solid #ccc;
                    line-height: 1;
                }

                    .dashboard .dashboard-box .chart-links ul li a {
                        color: #3a7da3;
                        line-height: 1;
                        font-size: 11px;
                    }

                        .dashboard .dashboard-box .chart-links ul li a.active {
                            border-bottom: 1px solid #3a7da3;
                        }

                    .dashboard .dashboard-box .chart-links ul li:last-child {
                        border: 0;
                        margin-right: 0;
                        padding-right: 0;
                    }

    .dashboard .dashboard-box-small {
        background-color: #f9f9f9;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #efebeb;
        border-top: 0;
    }

        .dashboard .dashboard-box-small.white {
            background: #ffffff;
        }

    .dashboard .dashboard-widget-title {
        padding: 0;
        position: relative;
        border: 0;
    }

        .dashboard .dashboard-widget-title h3 {
            margin: 0;
            font-size: 16px;
            text-transform: capitalize;
            display: inline-block;
            font-family: 'Montserrat Bold';
            color: #78909C;
            padding-right: 0;
        }

            .dashboard .dashboard-widget-title h3 span {
                font-size: 10px;
                float: right;
                text-transform: capitalize;
                padding-top: 1px;
            }

            .dashboard .dashboard-widget-title h3 .downloadicon {
                color: #ffffff;
                padding-top: 2px;
            }

        .dashboard .dashboard-widget-title .widget-toolbox {
            float: right;
            list-style: none;
            padding-left: 0;
            margin-bottom: 0;
            position: absolute;
            right: 15px;
            top: 50%;
            z-index: 10;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
        }

            .dashboard .dashboard-widget-title .widget-toolbox li {
                display: inline-block;
                vertical-align: middle;
                padding-left: 3px;
            }

                .dashboard .dashboard-widget-title .widget-toolbox li a {
                    display: block;
                }

                    .dashboard .dashboard-widget-title .widget-toolbox li a i {
                        font-size: 12px;
                        line-height: 16px;
                        color: #a2abb4;
                        display: block;
                    }

                    .dashboard .dashboard-widget-title .widget-toolbox li a:hover i {
                        color: #1d80be;
                    }

        .dashboard .dashboard-widget-title .filter {
            margin-left: 0;
        }

            .dashboard .dashboard-widget-title .filter .filter-area {
                width: 180px;
            }

            .dashboard .dashboard-widget-title .filter .filter-icon {
                position: relative;
                z-index: 99;
                display: block;
            }

                .dashboard .dashboard-widget-title .filter .filter-icon label {
                    display: inline-block;
                    font-size: 12px;
                    text-transform: uppercase;
                    vertical-align: middle;
                    font-family: 'Montserrat SemiBold';
                    margin-right: 3px;
                    margin-bottom: 0;
                    color: #a2abb4;
                }

                .dashboard .dashboard-widget-title .filter .filter-icon a {
                    background-color: inherit;
                    height: inherit;
                    width: inherit;
                    margin: 0;
                    padding: 0;
                    line-height: 18px;
                    display: inline-block;
                    vertical-align: middle;
                    position: relative;
                    top: 0;
                }

                    .dashboard .dashboard-widget-title .filter .filter-icon a i {
                        line-height: 23px;
                        font-size: 14px;
                    }

            .dashboard .dashboard-widget-title .filter .filter-area {
                right: -13px;
                left: inherit;
                top: 32px;
            }

                .dashboard .dashboard-widget-title .filter .filter-area:before {
                    top: 0;
                    clear: both;
                    content: "";
                    position: absolute;
                    right: 14px;
                    z-index: 1;
                    width: 10px;
                    height: 10px;
                    -webkit-box-shadow: -3px -3px 8px 0px rgba(0, 0, 0, 0.11);
                    box-shadow: -3px -3px 8px 0px rgba(0, 0, 0, 0.11);
                    transform: translateY(-50%) rotate(45deg);
                }

            .dashboard .dashboard-widget-title .filter .refresh-link {
                right: 15px;
                z-index: 89;
            }
/*dashboard table ends*/
.sample {
    position: relative;
    overflow: hidden;
}

    .sample:before {
        background-image: url(../images/sapmle.png);
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: -40px;
        z-index: 9;
    }

    .sample iframe {
        pointer-events: none !important;
    }
/**********************dashboard css ends *********************/
/******************no-data css starts********************/
.no-data {
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

    .no-data p {
        margin: 0;
        font-size: 13px;
        text-align: center;
    }

.no-data-2 {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    padding: 10px;
}

    .no-data-2 p {
        margin: 0;
        font-size: 14px;
        text-align: center;
    }
/**************no-data css ends***********************/
.invite-user-details {
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #d9d9d9;
}

.organization-dropdown {
    min-width: 180px;
}
/********************grid show hide for add user page starts*********************/
.inner-grid {
    background-color: #f9f9f9;
}

    .inner-grid td:first-child {
        padding-left: 50px;
    }
/*************************restrict page css starts****************************/
.add-ip {
    margin: 10px 0 20px;
    display: inline-block;
}

.restrict-list {
    padding-left: 20px;
}

.single {
    width: 210px;
    margin-left: 15px;
    float: left;
}

.range {
    width: 300px;
    margin-left: 15px;
    float: left;
}

    .range .input-inline {
        width: 49%;
        float: left;
    }

        .range .input-inline + .input-inline {
            margin-left: 2%;
        }

.ipfixed-height {
    min-height: 36px;
    margin-top: 10px;
}

    .ipfixed-height .single {
        margin-top: 5px;
    }

.modal-ip .radio {
    min-height: 15px;
}
/******************restrict page css ends*******************/
/* delete all modal starts*/
.deleteall-modal label {
    vertical-align: top;
}

.deleteall-modal input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
}

.pushgstn label {
    vertical-align: top;
}

.pushgstn input[type="checkbox"] {
    display: inline-block;
    vertical-align: top;
}
/*error message page starts*/
/*image upload css starts*/
.image-upload {
    display: inline-block;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px dashed #e7e7e7;
    position: relative;
}

    .image-upload.upload-wide {
        width: 250px;
        text-align: center;
    }

        .image-upload.upload-wide .image-default img {
            max-width: 250px;
            width: 100%;
        }

    .image-upload .img-action {
        position: absolute;
        right: 0;
        top: -32px;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0 10px;
        transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
    }

    .image-upload .image-default {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
    }

        .image-upload .image-default img {
            height: 85px;
            width: 85px;
        }

        .image-upload .image-default:hover .img-action {
            top: 0;
            transition: 0.3s all ease;
            -ms-transition: 0.3s all ease;
            -moz-transition: 0.3s all ease;
            -webkit-transition: 0.3s all ease;
        }

    .image-upload .custom-file-upload {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
    }

        .image-upload .custom-file-upload span {
            line-height: 32px;
            padding: 0px;
            font-size: 13px;
            background: inherit;
            margin-top: -5px;
            margin-right: 5px;
        }

            .image-upload .custom-file-upload span i {
                background: inherit;
                height: inherit;
                width: inherit;
                font-size: 16px;
                line-height: 1;
            }

        .image-upload .custom-file-upload .upload {
            left: inherit;
            width: inherit;
        }

    .image-upload .img-delete {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }
/***Signature Upload CSS start**/
.signature-upload {
    margin-bottom: 20px;
    width: 132px;
    height: 92px;
}

    .signature-upload .image-default {
        width: 100px;
        height: 60px;
        text-align: center;
        margin-right: 0;
    }

        .signature-upload .image-default img {
            width: 100%;
            height: 100%;
        }
/**Signature Upload CSS End**/
/** color code  ***/
.color-select-box {
    display: block;
    width: auto;
}

.small-color-box {
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    width: 16px;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .small-color-box:hover,
    .small-color-box:focus {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
        transition: 0.35s ease-in-out;
    }

    .small-color-box.active {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

        .small-color-box.active:before {
            content: "";
            position: absolute;
            height: 20px;
            width: 20px;
            border: 1px solid #009688;
            top: -2px;
            left: -2px;
        }

.color-code-picker-box {
    display: inline-block;
    width: 75px;
}
/*push to gstn starts*/
.note {
    margin: 15px 0;
    padding: 15px;
    background: #fcf8e3;
    border: 1px solid #faebcc;
}

    .note p {
        color: #cc0000;
        margin-bottom: 5px;
    }

        .note p span {
            font-family: 'Montserrat Bold';
        }
/*push to gstn ends*/
.field-disable {
    background-color: #eaeaea;
}
/*multiselect ddl css */
.multiselect-ddl {
    margin: 0;
    padding: 0;
}

    .multiselect-ddl .btn-group .btn {
        width: 100%;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #b8b8b8;
        color: #555555;
        height: 28px;
        line-height: 12px;
        font-size: 12px;
    }

.multiselect-checkbox {
    border: 1px solid #b8b8b8;
    max-height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

.tag {
    font-family: 'Montserrat Regular';
}

.btns-inner {
    float: right;
}

    .btns-inner .btn {
        height: 30px;
        width: 30px;
    }

        .btns-inner .btn img {
            width: 16px;
        }

.red-label td {
    color: #cc0000;
}

.send-icon a {
    font-size: 12px;
}

    .send-icon a.sent {
        color: #164b7d;
    }
/*pdf viewer css starts*/
.pdf-viewer iframe {
    width: 100%;
    min-height: 500px;
}
/*pdf viewer css ends*/
/* supply details css starts*/
.parent-details {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 15px;
    margin-bottom: 15px;
}

    .parent-details p {
        font-family: 'Montserrat SemiBold';
    }

        .parent-details p span {
            font-family: 'Montserrat Regular';
        }

.inline-checkbox label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.inline-checkbox input {
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0 0 0;
}
/* supply details css ends*/
/*css for Gstr-3 flow chang css starts*/
.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.btn-flow .btn {
    position: relative;
}
/*css for Gstr-3 flow chang css ends*/
/*****/
/*custom tooltip css starts*/
.tooltipster-content p {
    font-size: 12px !important;
}

.tooltipster-sidetip .tooltipster-box {
    border: 0;
    background-color: #000;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #000;
}

.tooltip {
    opacity: 1;
}

.tooltip_templates {
    display: none;
}

.tooltip.tooltipstered {
    display: inline-block;
    margin-left: 5px;
    color: #1d80be;
    z-index: 9;
    cursor: pointer;
}
/*custom tooltip css ends*/
.custom-progressbar {
    height: 3px;
    width: 100%;
    background-color: #ccc;
    display: block;
    margin-bottom: 3px;
}

    .custom-progressbar .custom-progressbar-inner {
        height: 3px;
    }

        .custom-progressbar .custom-progressbar-inner.mismatched {
            background-color: #cc0000;
        }

        .custom-progressbar .custom-progressbar-inner.matched {
            background-color: #16b985;
        }

.vendors-wrapper {
    padding: 10px;
    border: 1px solid #e7e7e7;
    height: 335px;
    overflow: auto;
}

.info-tooltip {
    position: relative;
}

    .info-tooltip .form-control,
    .info-tooltip .select-area {
        width: calc(100% - 20px);
    }

    .info-tooltip .tooltip {
        float: left;
        color: #1d80be;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

.vendor-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

    .vendor-box:last-child {
        border: 0;
        margin-bottom: 0;
    }

    .vendor-box p {
        margin: 0 0 5px 0;
        font-size: 12px;
        color: #333;
        font-family: 'Montserrat Regular';
        font-family: 'Montserrat Bold';
    }

    .vendor-box .progress-info p {
        display: inline-block;
        color: #777777;
        font-size: 12px;
        margin-bottom: 0;
    }

        .vendor-box .progress-info p:first-child {
            margin-right: 10px;
        }
/*Reports css starts*/
.icon-green {
    color: #164b7d;
}

.report-top-details h1 {
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'Montserrat Bold';
    color: #164b7d;
    font-size: 16px;
}

.report-top-details ul {
    margin-left: 15px;
}

    .report-top-details ul li {
        font-size: 13px;
        margin-bottom: 20px;
    }

        .report-top-details ul li span {
            font-family: 'Montserrat Bold';
            float: right;
        }

        .report-top-details ul li ul {
            margin-left: 15px;
            margin-top: 10px;
        }

            .report-top-details ul li ul li {
                font-size: 12px;
                margin-bottom: 8px;
            }

.gray-box-background {
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    padding: 15px 15px 0px 15px;
}

    .gray-box-background p {
        line-height: 1;
        margin-bottom: 15px;
    }

        .gray-box-background p span {
            font-family: 'Montserrat Bold';
        }

.state-name-listing {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 15px;
}

    .state-name-listing ul {
        margin-bottom: 5px;
    }

        .state-name-listing ul li {
            float: left;
            padding-right: 10px;
            width: 20%;
            padding-bottom: 5px;
        }

            .state-name-listing ul li:last-child {
                padding-right: 0;
            }

.reports-filter .form-group {
    padding-right: 10px;
    vertical-align: middle;
    margin-bottom: 15px;
}

    .reports-filter .form-group.ddl-width {
        width: 30%;
    }

        .reports-filter .form-group.ddl-width select,
        .reports-filter .form-group.ddl-width .select2-container {
            width: 100% !important;
        }

.reports-filter .select2-container {
    width: 150px !important;
}

.reports-filter .transactionDDL .select2-container {
    width: auto !important;
}

.reports-filter .height-sm .select-area .select2-container .select2-selection--single {
    height: 36px;
}

    .reports-filter .height-sm .select-area .select2-container .select2-selection--single span {
        line-height: 34px;
    }

        .reports-filter .height-sm .select-area .select2-container .select2-selection--single span.select2-selection__arrow {
            height: 34px;
        }
/*Reports css ends*/
/*help box css starts*/
.help-box {
    margin-bottom: 15px;
}

    .help-box ul {
        list-style: none;
        padding: 0;
        margin-left: 20px;
    }

        .help-box ul li {
            margin-bottom: 5px;
        }
/*help box css ends*/
/*loader css*/
.cssload-container {
    position: relative;
    margin: 25px 0 10px;
    padding-bottom: 50px;
}

.cssload-whirlpool,
.cssload-whirlpool:before,
.cssload-whirlpool:after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #cccccc;
    border-left-color: #009688;
    border-radius: 899px;
    -o-border-radius: 899px;
    -ms-border-radius: 899px;
    -webkit-border-radius: 899px;
    -moz-border-radius: 899px;
}

.cssload-whirlpool {
    margin: -22px 0 0 -22px;
    height: 45px;
    width: 45px;
    animation: cssload-rotate 1150ms linear infinite;
    -o-animation: cssload-rotate 1150ms linear infinite;
    -ms-animation: cssload-rotate 1150ms linear infinite;
    -webkit-animation: cssload-rotate 1150ms linear infinite;
    -moz-animation: cssload-rotate 1150ms linear infinite;
}

    .cssload-whirlpool:before {
        content: "";
        margin: -21px 0 0 -21px;
        height: 40px;
        width: 40px;
        animation: cssload-rotate 1150ms linear infinite;
        -o-animation: cssload-rotate 1150ms linear infinite;
        -ms-animation: cssload-rotate 1150ms linear infinite;
        -webkit-animation: cssload-rotate 1150ms linear infinite;
        -moz-animation: cssload-rotate 1150ms linear infinite;
    }

    .cssload-whirlpool:after {
        content: "";
        margin: -26px 0 0 -26px;
        height: 50px;
        width: 50px;
        animation: cssload-rotate 2300ms linear infinite;
        -o-animation: cssload-rotate 2300ms linear infinite;
        -ms-animation: cssload-rotate 2300ms linear infinite;
        -webkit-animation: cssload-rotate 2300ms linear infinite;
        -moz-animation: cssload-rotate 2300ms linear infinite;
    }

@keyframes cssload-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-rotate {
    100% {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rotate {
    100% {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-rotate {
    100% {
        -moz-transform: rotate(360deg);
    }
}
/*****************main loader css starts*****************/
.spinner {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -55px;
}

    .spinner.tooltip {
        z-index: 1;
    }

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #164b7d;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
        animation: sk-bouncedelay 1s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.64s;
        animation-delay: -0.64s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.48s;
        animation-delay: -0.48s;
    }

    .spinner .bounce3 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce4 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

.section-heading .spinner {
    position: relative;
    float: right;
    margin: 0;
    right: 15px;
    top: 12px;
    left: inherit;
}

    .section-heading .spinner.tooltipstered {
        cursor: pointer;
        z-index: 1;
    }

    .section-heading .spinner.help {
        right: 15px;
    }

    .section-heading .spinner > div {
        width: 10px;
        height: 10px;
        background: #777777;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/**************************main loader css ends****************************/
/**********************terms page css starts**********************/
.content-page-title {
    margin: 25px 0;
    color: #555 !important;
}

.terms {
    margin: 0 0 15px 0;
    padding: 0;
}

    .terms > li {
        padding-left: 25px;
        margin-bottom: 30px;
    }

        .terms > li h3 {
            position: relative;
            margin: 0;
            padding: 0;
            font-size: 16px;
            font-family: 'Montserrat Bold';
            border-bottom: 0;
            padding-bottom: 5px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

            .terms > li h3 span {
                position: absolute;
                left: -25px;
                top: 0;
            }

        .terms > li .terms-content p {
            line-height: 20px;
            font-size: 13px;
        }

        .terms > li .terms-content ul {
            margin-left: 25px;
            padding: 0;
        }

        .terms > li .terms-content ol {
            margin-left: 25px;
            padding: 0;
        }

        .terms > li ol {
            padding-left: 10px;
            list-style: lower-alpha;
        }
/**********************terms page css ends**********************/
/****************my account page css starts*************************/
.navigate-options {
    margin: 0;
    padding: 0;
}

    .navigate-options ul li {
        width: 100px;
        height: 100px;
        background-color: #f9f9f9;
        border: 1px solid #e7e7e7;
        display: inline-block;
        margin-right: 15px;
        padding-top: 15px;
        vertical-align: top;
        text-align: center;
        position: relative;
    }

        .navigate-options ul li a {
            display: block;
            height: 100px;
        }

        .navigate-options ul li span {
            padding-top: 10px;
            color: #333;
            position: absolute;
            left: 0;
            bottom: 12px;
            display: block;
            text-align: center;
            width: 100%;
        }

.disclaimer {
    margin-top: 30px;
}

    .disclaimer .note p {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 18px;
    }

.address {
    margin: 0;
    padding: 0;
}

    .address h3 {
        font-family: 'Montserrat Bold';
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .address p {
        margin-bottom: 3px;
    }
/*My account > delivery address css ends*/
/**************************my account page css ends*******************/
/************************* Layers wizard css starts*****************************/
.header-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.header-layer-image {
    overflow: hidden;
}

    .header-layer-image img {
        float: right;
    }

.header .layerarrow {
    margin-right: 10px;
}

.div2 {
    display: inline-block;
}
/* Layers wizard css ends*/
/* help page css starts*/
.help-columns ul {
    margin: 0;
}

    .help-columns ul li {
        width: 150px;
        float: left;
        margin-right: 15px;
    }

        .help-columns ul li .help-box {
            height: 130px;
            border: 1px solid #ddd;
            display: table;
            width: 100%;
        }

        .help-columns ul li .help-box-wrapper {
            display: table-cell;
            vertical-align: middle;
            background-color: #f9f9f9;
            position: relative;
        }

            .help-columns ul li .help-box-wrapper a {
                color: #22404f;
                text-decoration: none;
                display: block;
                padding: 20px 5px;
            }

            .help-columns ul li .help-box-wrapper:hover:before {
                height: 3px;
                width: 100%;
                content: "";
                position: absolute;
                left: 0;
                bottom: 0;
                background-color: #164b7d;
            }

        .help-columns ul li .help-box .icon i {
            font-size: 36px;
            color: #164b7d;
        }

        .help-columns ul li .help-box p {
            font-size: 13px;
            margin: 0;
        }
/* OR saperator*/
.or {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 30px;
    position: relative;
    margin-top: 3px;
}

    .or span {
        height: 30px;
        width: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #f9f9f9;
        border: 1px solid #ccc;
        border-radius: 50%;
        display: inline-block;
        font-size: 12px;
        color: #777;
        position: relative;
        background-color: #fff;
        z-index: 1;
    }

    .or:before {
        height: 66px;
        width: 1px;
        background-color: #ccc;
        position: absolute;
        left: 50%;
        content: "";
        display: block;
        transform: rotate(20deg);
        top: -18px;
        z-index: 0;
        margin-left: -1px;
    }
/******** inline label tooltip css ********/
.label-inline-tooltip {
    position: relative;
}

    .label-inline-tooltip .tooltip {
        right: -15px;
        top: 1px;
        color: #1d80be;
    }
/******** inline label tooltip css ends********/
.help-line-number p {
    font-size: 15px;
    margin-bottom: 0;
}

    .help-line-number p:last-child {
        margin-bottom: 4px;
    }

.help-line-number h3 {
    border-bottom: 1px dashed #c6c6c6;
    font-family: 'Montserrat SemiBold';
    padding-bottom: 10px;
    line-height: 1;
}

.helpline-contacts {
    display: block;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px dashed #c6c6c6;
    font-size: 12px !important;
}

    .helpline-contacts span {
        display: table-cell;
    }

    .helpline-contacts .fa {
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        padding-right: 10px;
    }

    .helpline-contacts a {
        display: block;
        padding: 0;
        text-align: left;
        font-size: 13px;
    }
/**** text-color **********/
.text-green {
    color: #164b7d;
}

.text-green-lg {
    color: #164b7d;
    font-size: 18px;
}

.text-green-lg-semi {
    color: #164b7d;
    font-size: 18px;
    font-family: 'Montserrat Bold';
}
/***** inline form bulk action popup *********/
.bulk-action-popup .form-inline select.form-control {
    min-width: 105px;
    width: 105px;
}

.bulk-action-popup .form-inline select.select-md {
    min-width: 165px;
    width: 165px;
}

.bulk-action-popup .form-inline select.select-lg {
    min-width: 250px;
    width: 250px;
}

.bulk-action-popup .form-inline .form-group {
    margin-bottom: 15px;
}

    .bulk-action-popup .form-inline .form-group label.label-fixed-width {
        margin-right: 5px;
        width: 195px;
    }

    .bulk-action-popup .form-inline .form-group label.label-fixed-width-sm {
        width: 150px;
    }

    .bulk-action-popup .form-inline .form-group label.label-fixed-width-md {
        width: 165px;
    }

    .bulk-action-popup .form-inline .form-group label.label-fixed-width-lg {
        width: 250px;
    }

    .bulk-action-popup .form-inline .form-group label.label-lg-300 {
        width: 300px;
    }

    .bulk-action-popup .form-inline .form-group label.radio-inline-sm {
        width: 15px;
        margin-right: 0;
    }

        .bulk-action-popup .form-inline .form-group label.radio-inline-sm input[type="radio"] {
            top: 0;
            margin-right: 0;
        }

    .bulk-action-popup .form-inline .form-group input[type="text"] {
        width: 105px;
        display: inline-block;
    }

.bulk-action-popup .form-inline .text-box-sm {
    width: 50px;
}

.bulk-action-popup .form-inline .text-box-md {
    width: 75px;
}
/************* inline form ends *******/
/************* vertical tab **************/
.gray-tabs .nav-tabs .vertical-text li a {
    padding: 6px 15px !important;
}

.nav-tabs.vertical-text {
    width: 7%;
    float: right;
}

.main-tab .gray-tabs .nav-tabs li.active a {
    border-left-width: 0px !important;
}

.main-tab .gray-tabs .custom-vertical-tab .tab-content {
    background-color: rgba(245, 245, 245, 0);
    border: 0px solid #ddd;
    padding-bottom: 0;
}

    .main-tab .gray-tabs .custom-vertical-tab .tab-content .tab-pane {
        padding-left: 0;
    }

        .main-tab .gray-tabs .custom-vertical-tab .tab-content .tab-pane .nav-tabs ul {
            padding: 0;
        }

            .main-tab .gray-tabs .custom-vertical-tab .tab-content .tab-pane .nav-tabs ul li.active a {
                background-color: rgba(255, 255, 255, 0.2);
                color: #fff;
            }

.main-tab .gray-tabs .tab-content {
    width: 93%;
    float: right;
}

.main-tab .nav-tabs li.active a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
}

.main-tab .nav-tabs li a:before {
    content: "";
    border-top: 4px solid #009688;
    top: 0px;
    height: 100%;
    right: 0;
    position: absolute;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transition: all 0.1s ease-in 0s;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    -ms-transition: all 0.1s ease-in 0s;
    width: 5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #009688;
    left: inherit;
}
/****** Inner tab ********/
.inner-tab ul {
    padding: 0;
}

    .inner-tab ul li {
        border-right: 1px solid #fff;
    }

.inner-tab.nav-tabs {
    border: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    border-radius: 2px;
}

    .inner-tab.nav-tabs a.nav-link {
        background-color: #3f6172;
    }

        .inner-tab.nav-tabs a.nav-link:before {
            display: none;
        }

    .inner-tab.nav-tabs li.active a.nav-link {
        background-color: #a1a1a1;
        color: #12232b;
        -webkit-transition: all 1s;
        transition: all 1s;
        border-radius: 2px;
        border: 0px !important;
    }

.gray-tabs .card {
    width: 100%;
    float: none;
}
/****** Inner tab ends ********/
.main-tab .tab-main {
    border: 1px solid #ddd;
    padding-bottom: 10px;
}

.nav-tabs.nav-main li.active a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
}

.nav-tabs.nav-main li a:before {
    border-top: 4px solid #009688;
    top: 0;
    content: "";
    height: 3%;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transition: all 0.1s ease-in 0s;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    -ms-transition: all 0.1s ease-in 0s;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #009688;
}
/************* vertical tab ends **************/
/***** set new *****/
.main-tab .nav-tabs {
    border-bottom: 0px solid #d9d9d9;
}

.main-tab .tab-main {
    border: 1px solid #ddd;
    padding: 0;
}

    .main-tab .tab-main .gray-tabs {
        padding: 0;
    }

        .main-tab .tab-main .gray-tabs .custom-vertical-tab {
            padding: 0;
            /***** nav bar list vertical *******/
            /**** nav bar list vertical ends *****/
            /**** nav bar vertical tabs ********/
            /**** nav bar vertical tabs ends********/
        }

            .main-tab .tab-main .gray-tabs .custom-vertical-tab .tab-top-navs {
                display: inline-block;
                width: 93%;
            }

                .main-tab .tab-main .gray-tabs .custom-vertical-tab .tab-top-navs ul li a {
                    background: #a1a1a1;
                }

                .main-tab .tab-main .gray-tabs .custom-vertical-tab .tab-top-navs ul li.active a {
                    background-color: #f5f5f5;
                    color: #12232b;
                    -webkit-transition: all 1s;
                    transition: all 1s;
                    border-radius: 2px;
                    border: 0 !important;
                }

            .main-tab .tab-main .gray-tabs .custom-vertical-tab ul.nav-tabs.nav-stacked.vertical-text {
                margin-top: 43px;
                display: inline-block;
                width: 7%;
                border-bottom: 0;
            }

                .main-tab .tab-main .gray-tabs .custom-vertical-tab ul.nav-tabs.nav-stacked.vertical-text li.active a {
                    border-left-width: 0 !important;
                }

                    .main-tab .tab-main .gray-tabs .custom-vertical-tab ul.nav-tabs.nav-stacked.vertical-text li.active a:before {
                        transform: scaleX(1);
                        -webkit-transform: scaleX(1);
                        -o-transform: scaleX(1);
                        -ms-transform: scaleX(1);
                        -moz-transform: scaleX(1);
                    }

                .main-tab .tab-main .gray-tabs .custom-vertical-tab ul.nav-tabs.nav-stacked.vertical-text li a:before {
                    border-top: 4px solid #009688;
                    top: 0;
                    content: "";
                    height: 100%;
                    right: 0;
                    position: absolute;
                    transform: scaleX(0);
                    -webkit-transform: scaleX(0);
                    -o-transform: scaleX(0);
                    -ms-transform: scaleX(0);
                    -moz-transform: scaleX(0);
                    transition: all 0.1s ease-in 0s;
                    -webkit-transition: all 0.1s ease-in 0s;
                    -moz-transition: all 0.1s ease-in 0s;
                    -o-transition: all 0.1s ease-in 0s;
                    -ms-transition: all 0.1s ease-in 0s;
                    width: 5%;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                    background: #009688;
                    left: inherit;
                }

            .main-tab .tab-main .gray-tabs .custom-vertical-tab .tab-content {
                margin-top: -4px;
                min-height: 500px;
                background: #fff;
                border: 1px solid #ddd;
            }

                .main-tab .tab-main .gray-tabs .custom-vertical-tab .tab-content .tab-pane {
                    padding-left: 0;
                }
/*** BulkActions Filter Css ***/
.parent-details fieldset {
    border: 0px solid #ddd !important;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: relative;
    border-radius: 4px;
    padding-left: 0;
    top: -26px;
}

.parent-details legend {
    font-size: 13px;
    font-family: 'Montserrat Bold';
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}
/*** Legends fieldset css ends***/
/*** Import Data Page And Sections Css ***/
.table-cell {
    display: table-cell;
}
/*** Import Data Page And Sections Css End***/
.dashboard-widget-title .filter-date {
    background: none;
}

.dashboard-widget-title .filter-icon .filter-date-label {
    display: inline-block;
    background: #fff;
    min-height: 33px;
    padding: 5px 0 5px 0;
    border: 1px solid #315d73;
    margin-right: -4px;
}

    .dashboard-widget-title .filter-icon .filter-date-label label {
        top: 1px;
    }

.link-inline .tooltipstered {
    position: relative;
    margin: 0;
}

.input-height-sm {
    height: 23px;
}

select.input-height-sm {
    height: 23px;
    line-height: 1;
    font-size: 13px;
    padding-top: 1px;
    padding-bottom: 1px;
}
/*** Import Data Page and Section Css Ends***/
.bulk-data-target {
    margin-left: 302px;
    width: 550px;
    padding-left: 15px;
    text-align: center;
}

    .bulk-data-target .target-upload {
        text-align: center;
        border: 3px dashed #ddd;
        padding: 20px 10px;
    }

        .bulk-data-target .target-upload.active {
            border-color: #8ac6e4;
            background: #e4e4e4;
        }

        .bulk-data-target .target-upload .upload-icon span {
            display: inline-block;
            vertical-align: middle;
        }

        .bulk-data-target .target-upload .upload-icon img {
            width: 100%;
        }

            .bulk-data-target .target-upload .upload-icon img.file-icon {
                height: 84px;
                width: 84px;
            }

        .bulk-data-target .target-upload .upload-icon a {
            display: block;
        }

        .bulk-data-target .target-upload label {
            text-align: center;
            margin: 0;
            padding: 0;
        }

            .bulk-data-target .target-upload label a {
                font-size: 13px;
            }

        .bulk-data-target .target-upload span {
            font-size: 13px;
        }

        .bulk-data-target .target-upload .drag-option {
            text-align: center;
            display: block;
            margin: 10px 0;
            margin-top: 0;
        }

            .bulk-data-target .target-upload .drag-option:before {
                transform: rotate(90deg);
                height: 165px;
                top: -66px;
            }

    .bulk-data-target .or {
        margin: 10px 0;
        display: block;
    }

    .bulk-data-target .custom-file-upload {
        width: 140px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .bulk-data-target .custom-upload-text {
        text-align: center;
        margin: 0;
        padding: 0 15px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        vertical-align: middle;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
    }

        .bulk-data-target .custom-upload-text.job-upload {
            bottom: 30px;
        }
/**** justified nav bar ***/
.nav-tabs.nav-justified > li {
    margin-right: 3px;
    border-right: 0;
    border-radius: 3px;
    top: 2px;
    border-left: 0;
}

    .nav-tabs.nav-justified > li:last-child {
        border-right: 0;
    }
/**** horizontal line or ****/
.or.horizontal:before {
    transform: rotate(90deg);
}
/* release note */
.release-note-history li {
    border: 1px solid #f0f0f0;
    border-bottom: 0px;
}

    .release-note-history li.active {
        border-bottom: 3px solid #164b7d;
        background: #f2fffe;
    }

    .release-note-history li a {
        color: #555;
        display: block;
        padding: 10px;
    }

    .release-note-history li.header {
        background: #f9f9f9;
    }

        .release-note-history li.header a:hover {
            background: #f9f9f9;
        }

    .release-note-history li:last-child {
        border-bottom: 1px solid #f0f0f0;
    }

        .release-note-history li:last-child.active {
            border-bottom: 3px solid #31a8f3;
        }
/**** select 2 ****/
.select-area.height-sm .select2-container .select2-selection--single {
    height: 23px;
}

    .select-area.height-sm .select2-container .select2-selection--single span {
        line-height: 23px;
    }

        .select-area.height-sm .select2-container .select2-selection--single span.select2-selection__arrow {
            height: 23px;
        }
/**Dashboard Location center css start**/
.dashboard-location-selector .select-area {
    margin: 0;
    width: auto;
    display: inline-block;
    width: calc(100% - 50px);
    margin-right: 6px;
    vertical-align: top;
}

.dashboard-location-selector .icon-button {
    display: inline-block;
    width: auto;
}

    .dashboard-location-selector .icon-button .btn-primary {
        margin-right: 0;
        padding: 8px 12px;
    }

.ticket-modal-content label {
    display: block;
}

.ticket-modal-content .support-ticket-textarea label {
    vertical-align: top;
    margin-top: 12px;
}

.ticket-modal-content .support-ticket-textarea .form-control {
    vertical-align: middle;
    width: 68%;
    height: 160px;
}

.ticket-modal-content .filter.filter-date {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-left: 0;
    width: calc(100% - 74%);
}

    .ticket-modal-content .filter.filter-date .select-area {
        display: block;
    }

.display-block {
    display: block;
}

.textarea-height-sm.form-control {
    height: 160px;
    width: 100%;
}

.support-subject-textbox {
    display: inline-block;
    width: calc(100% - 169px);
    margin-right: 15px;
}

.dis-i-b-t {
    display: inline-block;
    vertical-align: top;
}
/**Dashboard Location center css end**/
/*iframe responsive css start*/
.iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.ui-autocomplete.ui-widget {
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.48);
    border: 0;
}

    .ui-autocomplete.ui-widget.ui-menu .ui-menu-item-wrapper {
        padding: 5px;
    }

    .ui-autocomplete.ui-widget.ui-menu .ui-state-active {
        background-color: #5897fb;
        border: 0;
        margin: 0;
    }

    .ui-autocomplete.ui-widget.ui-menu .ui-menu-item {
        font-family: 'Source Sans Pro', sans-serif, Arial, sans-serif;
        color: #222222;
    }

        .ui-autocomplete.ui-widget.ui-menu .ui-menu-item.ui-state-active {
            background-color: #5897fb;
            border: 0;
            margin: 0;
        }

        .ui-autocomplete.ui-widget.ui-menu .ui-menu-item.ui-state-focus {
            margin: 0;
        }
/*iframe responsive css end*/
.download-number-listing {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .download-number-listing li {
        margin-bottom: 10px;
    }

        .download-number-listing li p {
            float: left;
            vertical-align: middle;
            margin-bottom: 0;
            line-height: 32px;
        }

        .download-number-listing li button {
            float: right;
            vertical-align: middle;
        }

.datepicker-input {
    position: relative;
}

    .datepicker-input input {
        width: calc(100% - 30px);
    }

    .datepicker-input .input-filter-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        right: 3px;
    }

        .datepicker-input .input-filter-icon a .label-inline-tooltip {
            position: inherit;
        }

        .datepicker-input .input-filter-icon i {
            margin-right: 5px;
        }
/*VAt css start from here*/
.base-color {
    color: #444444;
}

.primary-color {
    color: #0580c4;
}

.secondary-color {
    color: #164b7d;
}

.btn-primary {
    color: #ffffff;
    background: #164b7d;
    border: 1px solid #164b7d;
    transition: 0.3s linear all;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active {
        background: #1c60a0;
        border-color: #1c60a0;
        box-shadow: none;
    }

        .btn-primary:active:hover,
        .btn-primary:active:focus {
            background: #1c60a0;
            border-color: #1c60a0;
            box-shadow: none;
        }

.btn-danger {
    color: #ffffff;
    background: #0580c4;
    border-color: #0580c4;
    transition: 0.3s linear all;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active {
        background: #0690dd;
        border-color: #0690dd;
        box-shadow: none;
    }

        .btn-danger:active:hover,
        .btn-danger:active:focus {
            background: #0690dd;
            border-color: #0690dd;
            box-shadow: none;
        }

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.table-cell {
    display: table-cell;
    height: 100vh;
    width: 100%;
    vertical-align: middle;
}

.dashboard .filter .filter-icon a {
    border: 0;
}

.dashboard.dashboard-uae .sample:before {
    top: -30px;
}

.form-horizontal.horizontal-text-right .form-group .control-label {
    text-align: right;
}
/*Login page css start from here*/
/*login page fade css starts*/
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(0, -50px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }
}

.fade-in {
    animation: fadeIn 1.0s ease forwards;
}
/*login page fade css ends*/
/*new login css starts*/
.welcome-text h1 {
    color: #ffffff;
    font-size: 40px;
    margin: 0 0 30px 0;
}

    .welcome-text h1 span {
        font-size: 32px;
    }

.welcome-text h2 {
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 30px 0;
}

.welcome-text p {
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
}

.login-page {
    background: url(../images/login-background.jpg) bottom center no-repeat;
    background-size: cover;
}

.login-welcome-container {
    height: 100vh;
    width: 100%;
    display: table;
    z-index: 1;
}

    .login-welcome-container:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        z-index: 1;
        height: 100%;
        width: 100%;
        z-index: 0;
    }

    .login-welcome-container .login-welcome-section {
        position: relative;
        z-index: 1;
        padding: 0 70px;
        vertical-align: middle;
        display: table-cell;
    }

        .login-welcome-container .login-welcome-section .logo {
            padding: 0;
            position: absolute;
            left: 70px;
            top: 60px;
        }

        .login-welcome-container .login-welcome-section .btn-register {
            margin-top: 30px;
        }

.login-page {
    padding-bottom: 0;
}

    .login-page .logo-mobile {
        background-color: #151922;
        padding: 20px;
    }

    .login-page .login-form {
        background-color: #ffffff;
        padding: 0 35px;
        width: 480px;
        margin: 0 auto;
        border-radius: 4px;
    }

        .login-page .login-form .login-form-container {
            padding-bottom: 15px;
        }

            .login-page .login-form .login-form-container .language-dropdown {
                margin-top: 0;
                margin-right: 0;
            }

        .login-page .login-form .logo-login {
            padding: 25px 0;
            text-align: center;
        }

            .login-page .login-form .logo-login a {
                display: block;
                height: 45px;
            }

                .login-page .login-form .logo-login a img {
                    height: 100%;
                }

        .login-page .login-form .login-head {
            font-size: 18px;
            margin-bottom: 0;
            padding-top: 0px;
            padding-bottom: 25px;
            text-transform: uppercase;
            font-family: 'Montserrat SemiBold';
        }

        .login-page .login-form .button-pad {
            padding: 10px 0;
        }

            .login-page .login-form .button-pad .btn {
                width: auto;
            }

            .login-page .login-form .button-pad .access-link {
                margin-left: 10px;
            }

            .login-page .login-form .button-pad.forgot-pass-btn .btn {
                padding: 6px 10px;
                width: auto;
            }

        .login-page .login-form .active-directory-block .divider-group {
            margin-bottom: 30px;
            margin-top: 10px;
        }

        .login-page .login-form .active-directory-block .btn.btn-primary {
            width: 100%;
        }

        .login-page .login-form .keep-login-outer {
            padding: 5px 0;
        }

    .login-page .forgot-password {
        margin-top: 7px;
        margin-bottom: 0;
        text-align: center;
    }

    .login-page .loginpage-footer {
        position: absolute;
        left: 10%;
        bottom: 20px;
    }

        .login-page .loginpage-footer ul li {
            float: left;
            margin-right: 20px;
            color: #777;
        }

            .login-page .loginpage-footer ul li a {
                color: #777;
            }
/*help box css starts*/
.help-box {
    margin-bottom: 15px;
}

    .help-box ul {
        list-style: none;
        padding: 0;
        margin-left: 20px;
    }

        .help-box ul li {
            margin-bottom: 5px;
        }

em img {
    display: block;
    height: 100%;
    width: 100%;
}

.button-large {
    padding: 5px 20px 8px;
    max-width: 190px;
    width: 100%;
    font-size: 20px;
    line-height: 1.32;
}
/*border table start form here*/
.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 1px;
    }

    .table-bordered > thead > tr:last-child > th strong {
        display: block;
        border: 0;
        padding: 5px;
        font-size: 12px;
        font-family: 'Montserrat Medium';
    }

.button-icon {
    display: inline-block;
    border: 1px solid #164b7d;
    transition: 0.3s linear all;
}

    .button-icon a {
        color: #164b7d;
        transition: 0.3s linear all;
        padding: 5px 10px;
        display: block;
    }

    .button-icon:hover,
    .button-icon:focus {
        background: #164b7d;
    }

        .button-icon:hover a,
        .button-icon:focus a {
            color: #ffffff;
        }
/*for dashboard widget box*/
.search-company-name .select2-container--default .select2-selection__rendered {
    font-size: 13px;
}

.height-input .select-area .select2-container .select2-selection--single {
    height: 36px;
}

    .height-input .select-area .select2-container .select2-selection--single span {
        line-height: 36px;
    }
/*Arabic input start from here*/
.arabic-input .form-control {
    direction: RTL;
}

    .arabic-input .form-control::-webkit-input-placeholder,
    .arabic-input .form-control::-moz-placeholder,
    .arabic-input .form-control:-ms-input-placeholder,
    .arabic-input .form-control:-moz-placeholder {
        text-align: right;
    }

.custom-checkbox {
    position: absolute;
    left: -9999px;
}

    .custom-checkbox.block + label {
        font-family: 'Montserrat SemiBold';
        line-height: 18px;
    }

        .custom-checkbox.block + label:after {
            content: '';
            display: inline-block;
            background: #ffffff;
            border: 1px solid #cccccc;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            width: 16px;
            height: 16px;
            margin-right: 5px;
            margin-top: 5px;
            border-radius: 2px;
        }

        .custom-checkbox.block + label:before {
            display: none;
        }

    .custom-checkbox.block:checked + label:after {
        background: #ffffff;
        position: relative;
        top: inherit;
        left: inherit;
    }

    .custom-checkbox + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        /*font-family: Montserrat Regular;*/
        margin-bottom: 0;
        line-height: 14px;
        text-transform: none;
    }

        .custom-checkbox + label:before {
            content: '';
            display: inline-block;
            vertical-align: text-top;
            width: 16px;
            height: 16px;
            background: #ffffff;
            border: 1px solid #cccccc;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            margin-right: 5px;
            border-radius: 2px;
        }

    .custom-checkbox:checked + label:before {
        background: #ffffff;
    }

    .custom-checkbox:checked + label:after {
        position: absolute;
        content: "\f00c";
        font: normal normal normal 12px/1 FontAwesome;
        left: 0;
        color: #164b7d;
        top: 2px;
        left: 3px;
        font-size: 10px;
    }

    .custom-checkbox:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .custom-checkbox:disabled + label:before {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #ddd;
        }


.custom-radio {
    position: absolute;
    left: 0;
}

    .custom-radio:checked + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        font-family: 'Montserrat Regular';
        margin-bottom: 0;
    }

        .custom-radio:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 1px;
            width: 17px;
            height: 17px;
            border: 1px solid #164b7d;
            border-radius: 100%;
            background: #ffffff;
        }

        .custom-radio:checked + label:after {
            content: '';
            width: 7px;
            height: 7px;
            background: #164b7d;
            position: absolute;
            top: 6px;
            left: 5px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .custom-radio:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        font-family: 'Montserrat Regular';
        margin-bottom: 0;
    }

        .custom-radio:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 1px;
            width: 18px;
            height: 18px;
            border: 1px solid #164b7d;
            border-radius: 100%;
            background: #fff;
        }

        .custom-radio:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #164b7d;
            position: absolute;
            top: 5px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

    .custom-radio:disabled + label {
        color: #b8b8b8;
        cursor: auto;
    }

        .custom-radio:disabled + label:before {
            -webkit-box-shadow: none;
            box-shadow: none;
            background: #ddd;
        }

.btn-white {
    background: #ffffff;
    color: #444444;
    border-radius: 0;
    transition: 0.3s linear all;
    padding: 9px 20px 8px 20px;
}

    .btn-white:hover,
    .btn-white:focus {
        box-shadow: none;
        color: #164b7d;
        background: rgba(255, 255, 255, 0.8);
    }
/*subscription block start form here*/
.rate-revenue-box {
    height: 210px;
}

.divider-group {
    border-top: 1px solid #d5d5d5;
    margin-bottom: 30px;
    margin-top: 25px;
    position: relative;
    text-align: center;
}

    .divider-group span {
        background: #ffffff none repeat scroll 0 0;
        border-left: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
        margin-top: -20px;
        padding: 0 18px;
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -27px;
    }

.social-column {
    padding-bottom: 25px;
}
/*Amendment Table css */
.amendment-table .table tr td:first-child {
    width: 60%;
}

.toggle-accordion {
    position: relative;
    display: inline-block;
    color: #164b7d;
    border: 1px solid #164b7d;
    transition: 0.3s linear all;
    padding: 5px 10px 5px 29px;
    min-width: 110px;
}

    .toggle-accordion:hover {
        color: #ffffff;
        background: #164b7d;
    }

        .toggle-accordion:hover i {
            color: #ffffff;
        }

    .toggle-accordion:after {
        content: "Collapse All";
    }

    .toggle-accordion i {
        padding-right: 5px;
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #164b7d;
        transition: 0.3s linear all;
    }

    .toggle-accordion.active:after {
        content: "Expand All";
    }

    .toggle-accordion.active i:before {
        content: "\f067";
    }
/*Import Profile setting page css*/
.copy-location .form-control {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.copy-location .btn {
    padding: 4px 12px;
    margin-left: 10px;
}

.copy-location .select2-container {
    display: inline-block;
    max-width: 150px;
    width: 100% !important;
}
/* Invoice preview page start*/
.invoice-preview-page {
    width: 960px;
    margin: 15px auto 0;
}

    .invoice-preview-page .invoice-wrapper {
        background-color: #ffffff;
        border: 3px solid #f3f3f3;
        min-height: 200px;
    }

        .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper {
            padding: 30px 30px 15px;
        }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-header {
                border-bottom: 1px solid #ececec;
                padding-bottom: 30px;
                margin-bottom: 30px;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-header address {
                    float: right;
                    margin-bottom: 0;
                    font-size: 13px;
                    line-height: 20px;
                }

                    .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-header address .address-title {
                        font-size: 15px;
                    }

                    .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-header address .company-title {
                        display: block;
                    }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-title {
                display: inline-block;
                position: relative;
                margin-bottom: 5px;
                padding-bottom: 10px;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-title h1 {
                    text-transform: uppercase;
                    display: block;
                    text-align: center;
                    font-family: 'Montserrat medium';
                    font-size: 24px;
                    line-height: 29px;
                    margin: 0;
                }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .sub-title .invoice-title h1:after {
                content: '';
                position: absolute;
                background: #f0f0f0;
                height: 1px;
                left: 20px;
                bottom: 0;
                right: 0;
            }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .sub-title p {
                color: #767777;
            }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-logo {
                display: inline-block;
                width: 140px;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-logo img {
                    width: 100%;
                }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-no {
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 15px;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-no span {
                    color: #164b7d;
                    font-family: 'Montserrat SemiBold';
                }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .creditnote-no {
                font-size: 16px;
                line-height: 20px;
                margin-bottom: 5px;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .creditnote-no span {
                    color: #164b7d;
                    font-family: 'Montserrat SemiBold';
                    font-size: 16px;
                    line-height: 20px;
                }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-detail-table table {
                width: 340px;
                float: right;
                text-align: right;
                margin-bottom: 0;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-detail-table table.table-bordered > thead > tr > th,
                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-detail-table table.table-bordered > tbody > tr > th,
                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-detail-table table.table-bordered > tfoot > tr > th,
                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-detail-table table.table-bordered > thead > tr > td,
                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-detail-table table.table-bordered > tbody > tr > td,
                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-detail-table table.table-bordered > tfoot > tr > td {
                    border: 1px solid #e6e6e6;
                }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-total-table {
                padding-bottom: 15px;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-total-table table {
                    float: right;
                    text-align: right;
                    width: 340px;
                    margin-bottom: 10px;
                }

                    .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-total-table table > tbody > tr > td {
                        border-bottom: 0;
                        padding: 8px 5px;
                        border: 1px solid #e6e6e6;
                    }

                    .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-total-table table > tbody > tr.grand-total > td {
                        font-size: 14px;
                    }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .signature-block .image-upload {
                padding: 0;
                border: 0;
                background: transparent;
                width: 132px;
                height: 80px;
                float: none;
                margin: 0 auto;
                display: block;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .signature-block .image-upload .image-default {
                    width: 100%;
                    height: auto;
                }

                    .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .signature-block .image-upload .image-default img {
                        width: 100%;
                        height: 100%;
                    }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .address-title {
                font-size: 15px;
                font-family: 'Montserrat Bold';
                font-style: normal;
                line-height: 24px;
            }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper address {
                margin-bottom: 0;
                font-size: 13px;
                line-height: 19px;
                color: #565656;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper address .company-title {
                    font-family: 'Montserrat Bold';
                    color: #164b7d;
                    text-transform: uppercase;
                }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-content-table.table > tbody > tr > td {
                color: #565656;
            }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .dashed-border-box {
                border: 1px dashed #dddddd;
                padding: 10px;
            }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .hover-action-wrap {
                position: relative;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .hover-action-wrap:hover .hover-action-inner {
                    display: block;
                }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .hover-action-inner {
                background: rgba(255, 255, 255, 0.5);
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                vertical-align: middle;
                display: none;
            }

                .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .hover-action-inner .hover-action-btns {
                    position: absolute;
                    right: -20px;
                    top: -25px;
                    text-align: center;
                }

            .invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .btn-box {
                background-color: #ffffff;
                border: 1px solid #dddddd;
                color: #a0a0a0;
                padding: 3px 7px;
                cursor: pointer;
                border-radius: 100%;
                display: inline-block;
                margin-left: 6px;
            }

        .invoice-preview-page .invoice-wrapper .invoice-footer {
            margin-top: 30px;
            padding: 5px 30px;
            border-top: 1px solid #e7e7e7;
        }

            .invoice-preview-page .invoice-wrapper .invoice-footer address {
                margin-bottom: 0;
                font-size: 10px;
                line-height: 16px;
            }
/**Custom file upload css**/
.custom-img-upload {
    display: block;
}

    .custom-img-upload label {
        display: block;
        margin-bottom: 5px;
    }

    .custom-img-upload .file-upload-wrapper {
        position: relative;
        margin-bottom: 5px;
        max-width: 330px;
        width: 100%;
    }

        .custom-img-upload .file-upload-wrapper .custom-file-upload-hidden {
            display: none;
            visibility: hidden;
            position: absolute;
            left: -9999px;
        }

        .custom-img-upload .file-upload-wrapper .file-upload-input {
            border: 1px solid #d8d8d8;
            font-size: 14px;
            box-shadow: none;
            height: 40px;
            line-height: 1.4;
            padding: 4px 116px 4px 12px;
            border-radius: 0px;
            color: #444444;
            width: 100%;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
        }

            .custom-img-upload .file-upload-wrapper .file-upload-input:focus {
                box-shadow: 0 0 3px rgba(1, 105, 171, 0.6);
                border: 1px solid #164b7d;
            }

        .custom-img-upload .file-upload-wrapper .file-upload-button {
            cursor: pointer;
            display: inline-block;
            color: #fff;
            padding: 11px 20px;
            border: none;
            margin-left: -1px;
            background-color: #89959d;
            -moz-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            position: absolute;
            right: 0;
            top: 0;
        }

            .custom-img-upload .file-upload-wrapper .file-upload-button:hover {
                background: #9fa9b0;
            }

.preview-logo {
    border: 1px solid #dddddd;
    height: 100px;
    margin-top: 10px;
    width: 150px;
    background: #efefef;
}

    .preview-logo p {
        line-height: 100px;
        text-align: center;
    }
/*Email Setting tab css start*/
.email-outer-wrapper {
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
    border: 3px solid #f3f3f3;
    padding: 30px 30px 15px;
}

.datetime-picker {
    width: 250px;
}

.general-setting-listing > li {
    padding: 5px 0;
    background: #ffffff;
    margin-bottom: 10px;
}

    .general-setting-listing > li span,
    .general-setting-listing > li label {
        display: inline-block;
        vertical-align: middle;
    }

    .general-setting-listing > li span {
        margin-right: 5px;
    }

    .general-setting-listing > li label {
        margin-bottom: 0;
        line-height: 18px;
        font-family: Montserrat Regular;
    }

    .general-setting-listing > li .sub-general-block {
        padding: 20px;
        display: none;
    }

        .general-setting-listing > li .sub-general-block label {
            min-width: 200px;
        }

.general-setting-listing .form-control {
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

.configuration-block {
    padding-bottom: 15px;
}

    .configuration-block .general-setting-listing .configuration-inner {
        width: 500px;
    }

        .configuration-block .general-setting-listing .configuration-inner em {
            font-style: normal;
            font-size: 14px;
            font-family: 'Montserrat SemiBold';
        }

    .configuration-block .general-setting-listing > li label {
        margin-right: 10px;
        text-align: right;
        width: 42%;
    }

    .configuration-block .general-setting-listing > li .form-control {
        width: 45%;
    }

    .configuration-block.bottom .general-setting-listing > li span {
        width: 100%;
    }

        .configuration-block.bottom .general-setting-listing > li span label {
            text-align: right;
        }

    .configuration-block.bottom .general-setting-listing > li .custom-checkbox + label:before {
        position: absolute;
        right: -35px;
    }

    .configuration-block.bottom .general-setting-listing > li .custom-checkbox:checked + label:after {
        left: auto;
        right: -27px;
    }

.report-radio-outer {
    width: 330px;
    padding-right: 0;
}

.report-radio {
    padding-top: 8px;
}

    .report-radio label {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        padding-right: 5px;
    }

.summary-block .table tr > td {
    vertical-align: top;
}

    .summary-block .table tr > td:first-child {
        vertical-align: middle;
    }

.summary-block .table tr:nth-child(2) > td:first-child,
.summary-block .table tr:nth-child(3) > td:first-child,
.summary-block .table tr:nth-child(6) > td:first-child,
.summary-block .table tr:nth-child(7) > td:first-child,
.summary-block .table tr:nth-child(8) > td:first-child,
.summary-block .table tr:nth-child(9) > td:first-child {
    padding: 4px 15px;
}

.summary-block .table .table {
    background-color: #ffffff;
    margin-top: 6px;
    margin-bottom: 0;
}

    .summary-block .table .table tr td {
        padding: 5px 15px;
    }

.detail-block .reconciled table tr th:first-child,
.detail-block .reconciled table tr th:nth-child(2) {
    padding-right: 15px !important;
}

.detail-block .nonreconciledJE table tr th:first-child,
.detail-block .nonreconciledJE table tr th:nth-child(2),
.detail-block .nonreconciledJE table tr th:nth-child(3),
.detail-block .nonreconciledJE table tr th:nth-child(4) {
    padding-right: 15px !important;
}

.detail-block .nonreconciled table tr th:nth-child(2),
.detail-block .nonreconciled table tr th:nth-child(3) {
    padding-right: 15px !important;
}

.detail-block table tr th {
    position: relative;
    /* padding-right: 15px !important; */
}

    .detail-block table tr th i {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 6px;
        right: -1px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

        .detail-block table tr th i img {
            width: 100%;
            height: 100%;
            display: block;
        }

.detail-block {
    display: none;
}

.no-data-block {
    background: #f9f9f9;
    text-align: center;
    border: 1px solid #d9d9d9;
    padding: 15px;
}

.view-history-detail table {
    margin-bottom: 0;
}

.btn.btn-icon.download-btn {
    margin-top: -12px;
}
/*------------------------ Saudi Arebia -------------------------*/
/*------------------- Launch Page --------------------*/
.news-block {
    position: relative;
}

    .news-block p {
        padding-left: 15px;
    }

        .news-block p i {
            position: absolute;
            top: 2px;
            left: 0px;
        }

.launch-listing li {
    padding: 15px 0;
    border-bottom: 1px solid #efebeb;
}

    .launch-listing li span {
        position: relative;
        padding-top: 5px;
        padding-left: 60px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .launch-listing li i {
        width: 45px;
        height: 40px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -17px;
        padding: 0 7px;
        background: #164b7d;
    }

        .launch-listing li i img {
            width: 100%;
            height: 100%;
        }

    .launch-listing li:last-child {
        border-bottom: 0;
    }

.btn-launch {
    float: right;
    margin-top: 10px;
}

.ksa-wrapper .dashboard .company-ddl {
    padding-right: 15px;
}

    .ksa-wrapper .dashboard .company-ddl .dashboard-box-small {
        padding: 0;
        margin-bottom: 0;
        border: 0;
    }

        .ksa-wrapper .dashboard .company-ddl .dashboard-box-small.white {
            background: none;
            margin-top: 3px;
        }

        .ksa-wrapper .dashboard .company-ddl .dashboard-box-small .select-area {
            width: 390px;
            display: inline-block;
            vertical-align: middle;
            margin-top: 0;
        }

            .ksa-wrapper .dashboard .company-ddl .dashboard-box-small .select-area .select2-container .select2-selection--single {
                height: 32px;
            }

                .ksa-wrapper .dashboard .company-ddl .dashboard-box-small .select-area .select2-container .select2-selection--single span {
                    line-height: 32px;
                }

                    .ksa-wrapper .dashboard .company-ddl .dashboard-box-small .select-area .select2-container .select2-selection--single span.select2-selection__arrow {
                        height: 32px;
                    }

        .ksa-wrapper .dashboard .company-ddl .dashboard-box-small .icon-button {
            width: 38px;
            display: inline-block;
            vertical-align: middle;
        }

            .ksa-wrapper .dashboard .company-ddl .dashboard-box-small .icon-button .btn {
                margin-right: 0;
            }

.mt-3 {
    margin-top: 3px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d8d8d8;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #164b7d;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
    border: 1px solid #164b7d;
}

.table-right {
    width: 300px;
    text-align: right;
    float: right;
    height: 28px;
}

.appointment-block .center-block {
    padding-bottom: 15px;
}

.appointment-block .radio {
    margin-bottom: 20px;
}

.appointment-block .percentage-block {
    padding-left: 15px;
    padding-top: 20px;
    width: 320px;
    display: none;
}

    .appointment-block .percentage-block li label {
        padding-left: 0;
        padding-bottom: 5px;
        font-size: 13px;
    }

    .appointment-block .percentage-block li input {
        height: 30px;
    }

.recover-radio .custom-radio:not(:checked) + label {
    font-size: 13px;
}

.recover-radio .radio-inline {
    margin-right: 5px;
}

    .recover-radio .radio-inline + .radio-inline {
        margin-right: 5px;
    }

.invoice-file {
    width: 20px;
    height: 20px;
}

.height-block {
    min-height: 60px;
    padding-top: 16px;
}

.supplier-trn {
    display: none;
}

.recoverable-block {
    display: none;
}

.view-link {
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    text-decoration: underline;
}
/* .select-all{
    text-decoration: underline;
    display: inline-block;
    color: #1d80be;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 10px;
    cursor:pointer;
    } */
.item-detail-modal .modal-dialog,
.add-line-modal .modal-dialog {
    width: 750px;
}

.transactionDDL {
    padding: 0;
}

.smallDDL {
    width: 115px;
    padding-left: 0;
}

.btn-generate-outer {
    width: 115px;
}

.status-block {
    color: #fff;
    font-style: normal;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 4px;
}

    .status-block.red {
        background: #cc0000;
    }

    .status-block.green {
        background: #4cae4c;
    }

    .status-block.gray {
        background: #999999;
    }

    .status-block.yellow {
        background: #EF9B0F;
    }

    .status-block.sky {
        background: #4a90e2;
    }

a:hover .fa-exclamation-triangle.red {
    color: #cc0000;
}

a.upload i {
    color: #666666;
}

a.upload.blue i {
    color: #0169ab;
}

.run {
    width: 16px;
    height: 16px;
}

    .run img {
        width: 100%;
        height: 100%;
        margin-top: -5px;
    }

.action-width1 {
    min-width: 175px;
    width: 175px;
}

.job-table a.action {
    margin: 0 7px;
}

.job-table a.upload i {
    font-size: 16px;
}

.job-table a i.fa-exclamation-triangle,
.job-table a i.fa-trash-o {
    font-size: 16px;
}

.opacity-block {
    opacity: 0.4;
}

.changed-text {
    display: none;
}

.clipboard-link {
    margin-right: 0;
}

.modal-show-error textarea.form-control {
    resize: vertical;
    height: 125px;
}

.exchange-report-block .form-group .tooltip.tooltipstered {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* #changepassword{
   display: block;
   opacity: 1;
   .modal-dialog{
        margin-top: 150px;
    }
    } */
.change-psw .section-area {
    padding-left: 0;
}

    .change-psw .section-area .center-wrap {
        background: none;
        border: 0;
        padding-bottom: 0;
        box-shadow: none;
    }

        .change-psw .section-area .center-wrap .change-psw-wrap {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            width: 600px;
            margin: 0 auto;
            background: #ffffff;
            border: 1px solid #e6ebec;
            padding-top: 15px;
            padding-bottom: 20px;
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
            -ms-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
        }

            .change-psw .section-area .center-wrap .change-psw-wrap .section-heading {
                padding-left: 15px;
            }

.change-psw footer {
    padding-left: 0;
}

    .change-psw footer p {
        border-right: 0;
    }

.filter.filter-all {
    float: none;
    margin-left: -10px;
    position: static;
}

    .filter.filter-all .filter-icon {
        font-size: 18px;
        color: #78909C;
        margin-left: 0;
        position: absolute;
        top: 7px;
        left: 100px;
    }

        .filter.filter-all .filter-icon:hover {
            color: #0169ab;
        }

    .filter.filter-all .filter-area.filter-all-block {
        width: 100%;
        padding: 15px 15px 0;
        z-index: 999;
    }

        .filter.filter-all .filter-area.filter-all-block:before {
            top: 0;
            clear: both;
            content: "";
            position: absolute;
            left: 102px;
            background: #ffffff;
            z-index: 1;
            width: 10px;
            height: 10px;
            -webkit-box-shadow: -3px -3px 8px 0px rgba(0, 0, 0, 0.11);
            box-shadow: -3px -3px 8px 0px rgba(0, 0, 0, 0.11);
            transform: translateY(-50%) rotate(45deg);
            -webkit-transform: translateY(-50%) rotate(45deg);
        }

        .filter.filter-all .filter-area.filter-all-block .form-group .form-control,
        .filter.filter-all .filter-area.filter-all-block .form-group .select-area {
            width: 150px;
            height: 36px;
        }

.onelineddl {
    display: inline-block;
}

.width70 {
    width: 69px;
}
/* .sidebar-collapsed{
    .left-button-block{
        width: 235px;
        padding-right: 5px;
    }
    .right-button-block{
        width: 870px;
        float: right;
        padding-left: 5px;
        margin-top: 2px;
        &.text-right-md{
            text-align: right;
        }
    }
    } */
.left-button-block {
    width: 140px;
    padding-right: 5px;
}

    .left-button-block .btn-primary {
        padding: 5px;
    }

        .left-button-block .btn-primary:last-child {
            margin-right: 0;
        }

.right-button-block {
    width: auto;
    float: right;
    padding-left: 5px;
    margin-top: 0;
}

    .right-button-block.text-right-md {
        text-align: right;
    }

    .right-button-block .button-icon a {
        padding: 5px;
    }

.recon-block .table tr td {
    padding: 4px 5px;
}

    .recon-block .table tr td:first-child {
        padding: 4px 15px;
    }

.recon-block .table tr:nth-child(1) td,
.recon-block .table tr:nth-child(6) td,
.recon-block .table tr:nth-child(11) td {
    padding: 6px 5px;
}

.business-select .select2-container,
.company-select .select2-container,
.qtr-select .select2-container {
    width: 200px !important;
    height: 32px;
}

    .business-select .select2-container .select2-selection,
    .company-select .select2-container .select2-selection,
    .qtr-select .select2-container .select2-selection {
        font-size: 13px;
        position: relative;
        z-index: 9;
    }

        .business-select .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice,
        .company-select .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice,
        .qtr-select .select2-container .select2-selection.select2-selection--multiple .select2-selection__choice {
            font-size: 12px;
            line-height: 20px;
        }

    .business-select .select2-container .select2-search--inline .select2-search__field,
    .company-select .select2-container .select2-search--inline .select2-search__field,
    .qtr-select .select2-container .select2-search--inline .select2-search__field {
        margin-top: 7px;
    }

        .business-select .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder,
        .company-select .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder,
        .qtr-select .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
            color: #2e3e4d;
        }

        .business-select .select2-container .select2-search--inline .select2-search__field::-moz-placeholder,
        .company-select .select2-container .select2-search--inline .select2-search__field::-moz-placeholder,
        .qtr-select .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
            color: #2e3e4d;
        }

        .business-select .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder,
        .company-select .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder,
        .qtr-select .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
            color: #2e3e4d;
        }

        .business-select .select2-container .select2-search--inline .select2-search__field:-moz-placeholder,
        .company-select .select2-container .select2-search--inline .select2-search__field:-moz-placeholder,
        .qtr-select .select2-container .select2-search--inline .select2-search__field:-moz-placeholder {
            color: #2e3e4d;
        }

    .business-select .select2-container .select2-results__option:before,
    .company-select .select2-container .select2-results__option:before,
    .qtr-select .select2-container .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 16px;
        width: 16px;
        border: 1px solid #d8d8d8;
        border-radius: 0;
        background-color: #ffffff;
        margin-right: 10px;
        margin-top: -3px;
        vertical-align: middle;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
    }

    .business-select .select2-container .select2-results__option[aria-selected=true]:before,
    .company-select .select2-container .select2-results__option[aria-selected=true]:before,
    .qtr-select .select2-container .select2-results__option[aria-selected=true]:before {
        font-family: 'fontAwesome';
        content: "\f00c";
        color: #0169ab;
        background-color: #ffffff;
        border: 0;
        display: inline-block;
        padding-left: 2px;
        font-size: 11px;
    }

    .business-select .select2-container:before,
    .company-select .select2-container:before,
    .qtr-select .select2-container:before {
        position: absolute;
        content: "";
        background: #ffffff url(../images/World/caret-down.png) no-repeat;
        width: 6px;
        height: 6px;
        background-size: 6px;
        right: 8px;
        top: 15px;
        z-index: 99;
    }

    .business-select .select2-container.select2-container--open:before,
    .company-select .select2-container.select2-container--open:before,
    .qtr-select .select2-container.select2-container--open:before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
    }

    .business-select .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear,
    .company-select .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear,
    .qtr-select .select2-container.select2-container--default .select2-selection--multiple .select2-selection__clear {
        margin-top: 7px;
        margin-right: 15px;
    }

    .qtr-select .select2-container .select2-results__option:before {
        display: none;
    }

    .qtr-select .select2-container .select2-results__options.select2-results__options--nested .select2-results__option:before {
        content: "";
        display: inline-block;
        position: relative;
        height: 16px;
        width: 16px;
        border: 1px solid #d8d8d8;
        border-radius: 0;
        background-color: #ffffff;
        margin-right: 10px;
        margin-top: -3px;
        vertical-align: middle;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
    }

    .qtr-select .select2-container .select2-results__options.select2-results__options--nested .select2-results__option[aria-selected=true]:before {
        font-family: 'fontAwesome';
        content: "\f00c";
        color: #0169ab;
        background-color: #ffffff;
        border: 0;
        display: inline-block;
        padding-left: 2px;
        font-size: 11px;
    }

.version-ddl .select2-container {
    width: 110px !important;
}

.width-ddl .select2-container {
    width: 264px !important;
}

.align-middle {
    vertical-align: middle;
}
/*---------------------- Demo --------------------------*/
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ffffff;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #ffffff;
}

.mCSB_inside > .mCSB_container {
    margin-right: 15px;
}
/*------------------------------------------------------------------*/
.upload-data-outer.bulk-data-target {
    width: 550px;
    padding-left: 0;
    margin-left: 317px;
}

    .upload-data-outer.bulk-data-target .tab-content {
        border-bottom: 0;
    }

.upload-data-outer .upload-history-block {
    margin: 0;
    text-align: left;
    padding: 0;
    width: 550px;
    position: relative;
}

    .upload-data-outer .upload-history-block h4 {
        padding: 5px 10px 5px 0;
        font-size: 13px;
        background: #fff;
        color: #2e3e4d;
        text-align: right;
        margin: 0;
        border: 1px solid #dddddd;
        border-bottom: 4px solid #164b7d;
    }

    .upload-data-outer .upload-history-block .up-arrow {
        color: #2e3e4d;
        padding-right: 30px;
    }

        .upload-data-outer .upload-history-block .up-arrow:hover {
            color: #2e3e4d;
        }

        .upload-data-outer .upload-history-block .up-arrow i {
            position: absolute;
            font-size: 25px;
            top: 1px;
            right: 15px;
            color: #2e3e4d;
        }

        .upload-data-outer .upload-history-block .up-arrow.slide-down i {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        }

    .upload-data-outer .upload-history-block ul {
        margin: 5px 0 0;
        padding-bottom: 0;
        border: 1px solid #dddddd;
        border-top: 0;
        display: none;
    }

        .upload-data-outer .upload-history-block ul li {
            position: relative;
            padding-left: 15px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 12px;
            padding-top: 12px;
        }

            .upload-data-outer .upload-history-block ul li i.check-icon {
                position: absolute;
                left: 15px;
                top: 50%;
                font-size: 30px;
                color: #cfcfcf;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                width: 30px;
                height: 30px;
            }

                .upload-data-outer .upload-history-block ul li i.check-icon:before {
                    position: absolute;
                    content: "";
                    right: -5px;
                    width: 1px;
                    height: 43px;
                    background: #dddddd;
                    top: -5px;
                    bottom: 0;
                }

            .upload-data-outer .upload-history-block ul li .history-block {
                position: relative;
                padding-right: 70px;
            }

                .upload-data-outer .upload-history-block ul li .history-block .name-block {
                    max-width: 200px;
                    width: 100%;
                    padding-right: 15px;
                    display: inline-block;
                    vertical-align: middle;
                }

                    .upload-data-outer .upload-history-block ul li .history-block .name-block h5 {
                        color: #2e3e4d;
                        font-family: 'Montserrat SemiBold';
                        margin-top: 0;
                        margin-bottom: 0;
                        display: inline-block;
                        word-break: break-all;
                    }

                .upload-data-outer .upload-history-block ul li .history-block .history-inner-block {
                    max-width: 420px;
                    width: 100%;
                    text-align: left;
                    vertical-align: middle;
                }

                    .upload-data-outer .upload-history-block ul li .history-block .history-inner-block span {
                        max-width: 220px;
                        width: 100%;
                        padding-right: 15px;
                        display: inline-block;
                        vertical-align: middle;
                        word-break: break-all;
                    }

                    .upload-data-outer .upload-history-block ul li .history-block .history-inner-block em {
                        max-width: 180px;
                        width: 100%;
                        padding-right: 15px;
                        font-style: normal;
                        display: inline-block;
                        vertical-align: middle;
                        word-break: break-all;
                    }

                .upload-data-outer .upload-history-block ul li .history-block .action-listing {
                    position: absolute;
                    right: 5px;
                    top: 50%;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                }

                    .upload-data-outer .upload-history-block ul li .history-block .action-listing a {
                        margin: 0 5px;
                    }

                        .upload-data-outer .upload-history-block ul li .history-block .action-listing a i {
                            color: #999999;
                        }

                        .upload-data-outer .upload-history-block ul li .history-block .action-listing a:hover i {
                            color: #0169ab;
                        }

            .upload-data-outer .upload-history-block ul li:last-child {
                border-bottom: 0;
            }

.link-listing {
    margin-bottom: 0;
    padding: 7px 15px 10px 0;
}

    .link-listing li {
        display: inline-block;
        margin-right: 15px;
        position: relative;
    }

        .link-listing li:last-child {
            margin-right: 0;
        }

            .link-listing li:last-child:before {
                display: none;
            }

        .link-listing li:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 1px;
            background: #0169ab;
            right: -9px;
            top: 3px;
        }

        .link-listing li a:hover,
        .link-listing li a:focus {
            text-decoration: underline;
            color: #0169ab;
        }

.width-block {
    min-width: 200px;
    width: 200px;
}

.width-block1 {
    min-width: 110px;
    width: 110px;
}

.width-block2 {
    min-width: 400px;
    width: 400px;
}

.form-inline .search-block {
    width: 230px;
}

.detail-report .table-responsive,
.summary-report .table-responsive {
    margin-bottom: 20px;
}

    .detail-report .table-responsive .table,
    .summary-report .table-responsive .table {
        margin-bottom: 0;
    }

.custom-dropdown {
    position: relative;
}

    .custom-dropdown.dropdown-open span.init:after {
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #333;
    }

    .custom-dropdown span {
        border: 1px solid #ddd;
        background: #f5fbfd;
        height: 36px;
        margin-bottom: 0;
        display: block;
    }

        .custom-dropdown span.init {
            cursor: pointer;
            background: #f5fbfd;
            padding: 8px 10px;
            color: #2e3e4d;
            font-size: 13px;
            line-height: 17px;
            font-family: 'Montserrat Bold';
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            padding-right: 20px;
            position: relative;
        }

            .custom-dropdown span.init:after {
                position: absolute;
                content: "";
                border-color: #333 transparent transparent;
                border-width: 5px 4px 0 4px;
                border-style: solid;
                top: 50%;
                right: 7px;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
            }

    .custom-dropdown .custom-dropdown-inner {
        display: none;
        background: #ffffff;
        z-index: 999;
        border: 1px solid #aaaaaa;
        border-top: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        max-height: 250px;
        overflow-y: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 36px;
    }

        .custom-dropdown .custom-dropdown-inner li {
            cursor: pointer;
            z-index: 999;
        }

            .custom-dropdown .custom-dropdown-inner li a {
                padding: 6px;
                display: block;
                color: #2e3e4d;
            }

                .custom-dropdown .custom-dropdown-inner li a:hover {
                    background: #0169ab;
                    color: #ffffff;
                }

                .custom-dropdown .custom-dropdown-inner li a.selected {
                    background: #dddddd;
                }

            .custom-dropdown .custom-dropdown-inner li.parent ul li a {
                padding-left: 25px;
            }

            .custom-dropdown .custom-dropdown-inner li.parent ul li ul li a {
                padding-left: 45px;
            }

            .custom-dropdown .custom-dropdown-inner li.parent ul li ul li ul li a {
                padding-left: 65px;
            }

            .custom-dropdown .custom-dropdown-inner li.parent ul li ul li ul li ul li a {
                padding-left: 75px;
            }

            .custom-dropdown .custom-dropdown-inner li.parent ul li ul li ul li ul li ul li a {
                padding-left: 85px;
            }

            .custom-dropdown .custom-dropdown-inner li.child > a {
                font-family: 'Montserrat Bold';
            }

        .custom-dropdown .custom-dropdown-inner > li.parent > a {
            color: #2e3e4d;
            font-size: 13px;
            line-height: 17px;
            font-family: 'Montserrat Bold';
        }

            .custom-dropdown .custom-dropdown-inner > li.parent > a:hover {
                color: #ffffff;
            }

        .custom-dropdown .custom-dropdown-inner > li.parent.search {
            padding: 4px;
        }

            .custom-dropdown .custom-dropdown-inner > li.parent.search input {
                width: 100%;
                border: 1px solid #aaaaaa;
                padding: 4px;
            }

.s2-to-tree .select2-dropdown {
    z-index: 1000;
}

.s2-to-tree .item-label {
    margin-left: 0;
    padding: 6px 15px;
    width: 100% !important;
}

.s2-to-tree .select2-results__option.l1,
.s2-to-tree .select2-results__option.l2,
.s2-to-tree .select2-results__option.l3,
.s2-to-tree .select2-results__option.l4,
.s2-to-tree .select2-results__option.l5,
.s2-to-tree .select2-results__option.l6,
.s2-to-tree .select2-results__option.l7,
.s2-to-tree .select2-results__option.l8 {
    margin-left: 0;
    padding: 0;
    font-size: 13px;
}

    .s2-to-tree .select2-results__option.l2 .item-label {
        padding-left: 27px;
    }

    .s2-to-tree .select2-results__option.l3 .item-label {
        padding-left: 47px;
    }

    .s2-to-tree .select2-results__option.l4 .item-label {
        padding-left: 67px;
    }

    .s2-to-tree .select2-results__option.l5 .item-label {
        padding-left: 87px;
    }

    .s2-to-tree .select2-results__option.l6 .item-label {
        padding-left: 107px;
    }

    .s2-to-tree .select2-results__option.l7 .item-label {
        padding-left: 127px;
    }

    .s2-to-tree .select2-results__option.l8 .item-label {
        padding-left: 147px;
    }

.s2-to-tree.select2-container--default .select2-results__group {
    padding: 0;
}

.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] > span.item-label {
    background-color: transparent;
}

.s2-to-tree.select2-container .select2-results__option--highlighted[aria-selected] > span.item-label {
    background-color: #164b7d;
    color: #ffffff;
}

.s2-to-tree.select2-container li.select2-results__option--highlighted[aria-selected],
.s2-to-tree.select2-container li.select2-results__option[aria-selected="true"] {
    background-color: inherit;
    color: inherit;
}

.s2-to-tree.select2-container li.select2-results__option--highlighted[aria-selected] {
    background-color: #164b7d;
}

.s2-to-tree.select2-container .select2-results__option.select2-results__message {
    padding: 5px;
}

.inactive-table,
.rejected-table,
.company-listing {
    display: none;
}

.company-status-block {
    height: 36px;
}

.bg-tr {
    background: #fafdff;
}

.search-tooltip {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    opacity: 0;
    word-break: break-all;
}

    .search-tooltip:after {
        position: absolute;
        content: "";
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #000;
        top: -6px;
        left: 50%;
        transform: translatex(-50%);
        -webkit-transform: translatex(-50%);
        -moz-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
    }

    .search-tooltip.tooltip-active {
        opacity: 1;
        z-index: 9;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
    }

.advance-search-block h6 {
    position: relative;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
}

    .advance-search-block h6:after {
        position: absolute;
        content: "";
        background: #d8d8d8;
        height: 1px;
        top: 50%;
        left: 120px !important;
        right: 0;
        z-index: 2;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

.advance-search-block .filter-range {
    display: none;
}

    .advance-search-block .filter-range.date-range input {
        float: none;
        width: 100%;
    }

.advance-search-block .value-section,
.advance-search-block .textbox-section {
    display: none;
}

.bootstrap-datetimepicker-widget {
    position: absolute;
    z-index: 99;
    background-color: #ffffff;
}

.vatdatetimepicker .bootstrap-datetimepicker-widget table tr th {
    width: 14%;
    /* &.prev,&.picker-switch{
                        cursor: not-allowed;
                        opacity: 0.65;
                        filter: alpha(opacity=65);
                        -webkit-box-shadow: none;
                        box-shadow: none;
                        pointer-events: none;
                        } */
}

.btn-error i {
    color: #EF9B0F;
}

.table > tbody > tr.data-row {
    display: none;
}

    .table > tbody > tr.data-row td {
        padding: 10px 15px 0;
    }

        .table > tbody > tr.data-row td p {
            font-family: 'Muli Bold';
        }

            .table > tbody > tr.data-row td p span {
                font-family: 'Muli Regular', sans-serif;
            }

    .table > tbody > tr.data-row:hover {
        background: #fafdff;
    }

.table > tbody tr td.show-original-data.open a i {
    color: #0169ab;
}

.relative-td {
    position: relative;
}

    .relative-td .balloon-tooltip {
        position: absolute;
        right: 60px;
        top: 50%;
        width: 310px;
        background: rgba(0, 0, 0, 0.8);
        padding: 10px 10px 0;
        transform: translateY(-50%);
        display: none;
        text-align: left;
        margin-top: 10px;
    }

        .relative-td .balloon-tooltip:after {
            position: absolute;
            content: "";
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid rgba(0, 0, 0, 0.8);
            right: -10px;
            top: 50%;
            transform: translateY(-50%);
            margin-top: -10px;
        }

        .relative-td .balloon-tooltip p {
            color: #ffffff;
        }
/*    .action-td{
     border-right: 1px solid #d8d8d8 !important;
     border-left: 1px solid #d8d8d8 !important;
     .select2-container{
         min-width: 130px;
         &.select2-container--default{
             .select2-selection--single{
                 background: #f5fbfd;
             }
         } 
     }
     } */
/*     .table{
    tr{
        th{
         &.action-td{
            background: #f9f9f9;
            border-top: 1px solid #d8d8d8 !important;
            border-left: 1px solid #d8d8d8;
        }
    }
}
}

.table-striped > tbody > tr:nth-of-type(even) .action-td{
background: #f9f9f9;
} */
.table-fixed .table-bordered > thead > tr th.action-td {
    font-size: 14px;
    background: #f9f9f9;
    border: 1px solid #d8d8d8;
    min-width: 111px;
}

.table-fixed .table-bordered tbody tr:nth-of-type(even) td.action-td {
    background: #f9f9f9;
}

.table-fixed .table-bordered tbody tr td.action-td {
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    min-width: 111px;
}

    .table-fixed .table-bordered tbody tr td.action-td .select2-container {
        min-width: 100px;
    }

        .table-fixed .table-bordered tbody tr td.action-td .select2-container.select2-container--default .select2-selection--single {
            background: #f5fbfd;
        }

.sidebar-collapsed .sidenav-toggle {
    width: 60px;
}

.sidenav-toggle {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 250px;
    padding: 8px 15px;
    background: #222f3d;
    text-align: center;
    cursor: pointer;
    z-index: 1001;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}

    .sidenav-toggle i {
        font-size: 20px;
        color: #ffffff;
    }

    .sidenav-toggle.collapsed {
        /* width: 60px; */
        transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
    }

        .sidenav-toggle.collapsed i {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
        }

.panel.panel-dashboard {
    border: 0;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
    -ms-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.11);
}

    .panel.panel-dashboard .widget-title {
        padding: 15px 130px 15px 15px;
        border-bottom: 1px solid #e5e5e5;
    }

        .panel.panel-dashboard .widget-title .panel-heading {
            font-size: 14px;
            line-height: 16px;
            font-family: 'Montserrat Medium';
            padding: 0;
        }

    .panel.panel-dashboard .panel-body {
        height: 325px;
    }

.panel-default .panel-heading {
    background-color: #eeeeee;
    color: #444444;
    font-size: 14px;
    font-family: 'Montserrat Medium';
    padding: 0;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

    .panel-default .panel-heading .panel-title a {
        display: block;
        padding: 10px 15px;
    }

.panel-default .panel-body.body-height {
    height: 325px;
}

.panel-default.panel-modal {
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
}

    .panel-default.panel-modal .panel-body {
        padding: 0;
    }

.company-ddl .select-area {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

    .company-ddl .select-area .select2-container {
        width: 339px !important;
    }

.company-ddl .icon-button {
    display: inline-block;
    vertical-align: middle;
}

    .company-ddl .icon-button a {
        margin-right: 0;
        margin-bottom: 0;
    }

.dashboard-heading {
    padding-top: 8px;
}

.sign-up-block {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    padding-top: 15px;
}

.language-dropdown {
    width: auto;
    float: left;
    margin-top: 8px;
    margin-right: 20px;
    position: relative;
}

    .language-dropdown a {
        width: 22px;
        height: 22px;
        display: block;
    }

        .language-dropdown a img {
            width: 100%;
            height: 100%;
        }

    .language-dropdown .language-dropdown-list {
        position: absolute;
        top: 100%;
        right: -10px;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 100px;
        padding: 7px 10px;
        margin: 15px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #ffffff;
        border: 0;
        box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
        -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
        -ms-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    }

        .language-dropdown .language-dropdown-list:before {
            position: absolute;
            content: '';
            top: 0;
            right: 12px;
            overflow: hidden;
            background: #ffffff;
            display: block;
            width: 15px;
            height: 15px;
            -webkit-box-shadow: -1px -1px 3px 0px rgba(0, 0, 0, 0.11);
            box-shadow: -1px -1px 3px 0px rgba(0, 0, 0, 0.11);
            transform: translateY(-50%) rotate(45deg);
        }

        .language-dropdown .language-dropdown-list li {
            padding-bottom: 5px;
            cursor: pointer;
        }

            .language-dropdown .language-dropdown-list li em {
                width: 18px;
                height: 18px;
                float: left;
                display: inline-block;
                margin-right: 10px;
            }

                .language-dropdown .language-dropdown-list li em img {
                    width: 100%;
                    height: 100%;
                }

            .language-dropdown .language-dropdown-list li span {
                font-size: 13px;
            }

            .language-dropdown .language-dropdown-list li:last-child {
                padding-bottom: 0;
            }

            .language-dropdown .language-dropdown-list li:hover span {
                color: #164b7d;
            }

    .language-dropdown.open .language-dropdown-list {
        display: block;
    }

.jobDDl .select-area .select2-container .select2-selection--single {
    height: 40px;
}

    .jobDDl .select-area .select2-container .select2-selection--single span {
        line-height: 40px;
    }

        .jobDDl .select-area .select2-container .select2-selection--single span.select2-selection__arrow {
            height: 40px;
        }

.table-responsive {
    margin-bottom: 15px;
}

.checkbox-width {
    min-width: 250px;
    width: 250px;
}
/* .padding-10{
    padding-left: 10px;
    padding-right: 10px;
}

.margin-10{
    margin-left: -10px;
    margin-right: -10px;
    } */
.excise-right-button-block {
    text-align: right;
}

.panel-link {
    position: absolute;
    right: 15px;
    top: 0;
}

.mCustomScrollBox {
    overflow: visible;
}

    .mCustomScrollBox .mCSB_container {
        overflow: visible;
    }

.back-btn-block h1 {
    padding-top: 8px;
}

.back-btn-block .btn {
    margin-right: 0;
}

.validation-summary-valid ul {
    margin-bottom: 0;
}

.validation-summary-valid.validation-summary-warnings,
.validation-summary-valid.validation-summary-errors {
    margin-bottom: 15px;
}

.margin-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.padding-10 {
    padding-left: 5px;
    padding-right: 5px;
}

.support-btn {
    padding: 0 15px 15px;
}

.table .table.roles {
    background-color: #ffffff;
}

.table .table > tbody > tr > td {
    border-bottom: 0;
}

.error-messages {
    padding: 50px 0;
    text-align: center;
}

    .error-messages a {
        display: block;
        width: 180px;
        margin: 0 auto 40px;
    }

        .error-messages a img {
            width: 100%;
        }

    .error-messages h1 {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .error-messages p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .error-messages .error-block {
        border-radius: 4px;
        padding: 30px 15px;
        background: #f8f8f9;
        box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
        -webkit-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
        -moz-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
        -ms-box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent;
    }

.servervalidation-error + .select2-container .select2-selection--single {
    border: 1px solid #c7254e;
}

.k-filter-menu .k-numerictextbox {
    width: 100%;
}

.report-icon {
    float: left;
    margin: 8px 15px 0 0;
    position: relative;
    cursor: pointer;
}

    .report-icon span {
        position: absolute;
        right: -4px;
        top: -4px;
        color: #a2abb4;
        display: block;
    }

    .report-icon.clicked .normal {
        display: none;
    }

    .report-icon.clicked .roll-over {
        display: inline-block;
    }

        .report-icon.clicked .roll-over span {
            color: #1d80be;
        }

    .report-icon .roll-over {
        display: none;
    }

.modal-backdrop + .select2-container .select2-dropdown {
    z-index: 1051;
}

.blue {
    color: #164b7d;
}

.roles .custom-checkbox + label {
    padding-left: 22px;
}

    .roles .custom-checkbox + label:before {
        position: absolute;
        left: 0;
        top: 0;
    }
/* .overflow-hidden{
        .modal-open{
            padding-right: 17px;
        }
        }  */
.modal-open {
    position: fixed;
    left: 0;
    right: 0;
}

.default-search {
    border: 1px solid #dddddd;
    height: 32px;
    min-width: 100% !important;
}

    .default-search:disabled {
        background-color: #eeeeee;
        cursor: default;
    }

    .default-search:focus {
        border: 1px solid #164b7d;
        outline: 0;
    }

.has-error .default-search {
    border-color: #a94442;
}

.height-lg .select2-container .select2-selection--single {
    height: 40px;
}

    .height-lg .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
    }

    .height-lg .select2-container .select2-selection--single .select2-selection__arrow {
        height: 40px;
    }

.overflow-x {
    overflow-x: visible;
}

.eu-switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 23px;
    margin-bottom: 0;
    margin-right: 0px;
    z-index: 1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

    .eu-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

        .eu-switch input:checked + .eu-slider {
            background-color: #164b7d;
            border-color: #164b7d;
        }

            .eu-switch input:checked + .eu-slider:before {
                background-color: #fff;
                left: -4px;
                transform: translateX(26px);
                -webkit-transform: translateX(26px);
                -moz-transform: translateX(26px);
                -ms-transform: translateX(26px);
                -o-transform: translateX(26px);
            }

    .eu-switch .eu-slider {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        cursor: pointer;
        background-color: #f2f5f7;
        border: 1px solid #b5bdd3;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }

        .eu-switch .eu-slider::before {
            top: auto;
            right: auto;
            bottom: 2px;
            left: 3px;
            position: absolute;
            content: "";
            height: 17px;
            width: 17px;
            background-color: #b5bdd3;
            -webkit-transition: .4s;
            -moz-transition: .4s;
            -ms-transition: .4s;
            -o-transition: .4s;
            transition: .4s;
        }

        .eu-switch .eu-slider.round::before {
            border-radius: 50px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
        }

.eu-switch-flex-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.eu-switch-flex-row-between {
    justify-content: space-between;
}

.eu-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
}

.eu-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.eu-box-card-info.settings-card {
    background-color: #fff;
    padding: 15px;
    border-color: #e6eaef;
    box-shadow: 0 5px 10px #d8dCE433;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    font-size: 13px;
    border: solid 1px #e6eaef;
    transition: border-color 0.2s ease 0s, background-color 0.2s ease 0s, box-shadow 0.2s ease 0s;
    border-radius: 8px;
    margin-bottom: 20px;
}

.setting-item-head {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .21px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.setting-save-btn .btn-primary {
    padding: 3px 12px;
}

.setting-item-content {
    padding-top: 7px;
    padding-bottom: 3px;
    font-size: 13px;
    color: #000;
    display: flex;
    align-items: center;
}

    .setting-item-content .setting-item-content-input {
        display: inline-block;
        width: 150px;
        font-size: 13px;
        color: #3f475c;
        opacity: 1;
        border-color: #b5bdd3;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }

    .setting-item-content .input-group .input-group-addon {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
    }

    .setting-item-content .input-group .setting-item-content-input {
        border-top-right-radius: 4px !important;
        border-bottom-right-radius: 4px !important;
    }

    .setting-item-content .setting-item-tooltip {
        vertical-align: sub;
    }

.btn-bulk-verify {
    display: flex;
    align-items: center;
}
/*Switch Box CSS End*/
/* Sidebar menu css starts*/
aside.sidebar-menu {
    background-color: #34495e;
    z-index: 1000;
    width: 250px;
    min-height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    padding-top: 55px;
}

    aside.sidebar-menu ul.main-menu {
        margin: 0 0 15px 0;
        padding-left: 0;
        overflow: hidden;
    }

        aside.sidebar-menu ul.main-menu li a:hover {
            background-color: #222f3d;
        }

        aside.sidebar-menu ul.main-menu li a i {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            min-width: 12px;
            text-align: center;
            font-size: 18px;
            width: 18px;
            height: 18px;
        }

        aside.sidebar-menu ul.main-menu li a span {
            display: inline-block;
            vertical-align: middle;
            margin-left: 5px;
            margin-top: 0;
        }

    aside.sidebar-menu ul li {
        display: block;
        float: none;
        position: relative;
        width: 250px;
    }

        aside.sidebar-menu ul li a {
            padding: 12px 5px 12px 17px;
            color: #dbdfe6;
            display: block;
            position: relative;
            border-left: 3px solid transparent;
        }

            aside.sidebar-menu ul li a.active .menu-arrow {
                transform: rotate(90deg);
                transition: 0.3s all ease;
            }

            aside.sidebar-menu ul li a img.e-bill-img {
                height: 15px;
                width: 20px;
            }

        aside.sidebar-menu ul li.current-menu > a {
            background-color: #222f3d;
            border-left-color: #19ace4;
        }

    aside.sidebar-menu .treeview-menu {
        display: none;
        background-color: #273747;
        padding: 0;
        border-left: 0;
    }

        aside.sidebar-menu .treeview-menu li a {
            padding: 8px 15px 8px 35px;
            color: #efefef;
            position: relative;
        }

        aside.sidebar-menu .treeview-menu.second-level {
            background-color: rgba(0, 0, 0, 0.15);
        }

            aside.sidebar-menu .treeview-menu.second-level li a {
                padding-left: 40px;
                font-size: 12px;
                border-left: 0;
            }

                aside.sidebar-menu .treeview-menu.second-level li a:hover {
                    background: #21262d;
                }

            aside.sidebar-menu .treeview-menu.second-level > li a:before {
                position: absolute;
                left: 30px;
                top: 16px;
                content: "";
                height: 3px;
                width: 3px;
                background-color: #ccc;
                border-radius: 50%;
            }

        aside.sidebar-menu .treeview-menu.third-level {
            background-color: #10161c;
        }

            aside.sidebar-menu .treeview-menu.third-level li a {
                font-size: 12px;
                padding: 5px 5px 5px 40px;
            }

            aside.sidebar-menu .treeview-menu.third-level > li a:before {
                display: none;
            }

.sidebar-collapsed aside.sidebar-menu {
    width: 60px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}

    .sidebar-collapsed aside.sidebar-menu .main-menu li {
        width: auto;
        cursor: pointer;
    }

        .sidebar-collapsed aside.sidebar-menu .main-menu li a span {
            display: none;
            position: absolute;
            top: 0;
            left: 65px;
            padding: 12px 5px 12px 0px;
        }

        .sidebar-collapsed aside.sidebar-menu .main-menu li a.active .menu-arrow {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .sidebar-collapsed aside.sidebar-menu .main-menu li:hover {
            background-color: #222f3d;
        }

            .sidebar-collapsed aside.sidebar-menu .main-menu li:hover a span {
                display: block;
            }

                .sidebar-collapsed aside.sidebar-menu .main-menu li:hover a span.menu-arrow {
                    left: auto;
                }

                    .sidebar-collapsed aside.sidebar-menu .main-menu li:hover a span.menu-arrow i {
                        width: auto;
                        height: auto;
                        min-width: inherit;
                    }

            .sidebar-collapsed aside.sidebar-menu .main-menu li:hover .treeview-menu li {
                width: 100%;
                padding: 0;
            }

                .sidebar-collapsed aside.sidebar-menu .main-menu li:hover .treeview-menu li:hover {
                    background-color: inherit;
                }

                .sidebar-collapsed aside.sidebar-menu .main-menu li:hover .treeview-menu li span {
                    position: inherit;
                    padding: 0;
                    left: inherit;
                }

                .sidebar-collapsed aside.sidebar-menu .main-menu li:hover .treeview-menu li a {
                    padding: 0;
                    color: #efefef;
                    padding: 5px 5px 5px 24px;
                }

                    .sidebar-collapsed aside.sidebar-menu .main-menu li:hover .treeview-menu li a:before {
                        left: 14px;
                        top: 12px;
                    }

                    .sidebar-collapsed aside.sidebar-menu .main-menu li:hover .treeview-menu li a:hover {
                        background-color: inherit;
                        color: #fff;
                    }

            .sidebar-collapsed aside.sidebar-menu .main-menu li:hover .treeview-menu.first-level {
                display: block !important;
                position: absolute;
                left: 60px;
                top: 42px;
                width: 230px;
                padding: 5px 0;
            }
/* Sidebar menu css ends*/
.menu-arrow {
    position: absolute !important;
    right: 7px;
    left: auto;
    top: 50% !important;
    margin-top: -5px !important;
    padding: 0 !important;
    -webkit-transition: 0.3s ease-in-out;
}

    .menu-arrow i {
        font-size: 12px !important;
    }

#nav-icon3 {
    width: 20px;
    height: 15px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #444444;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

        #nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon3 span:nth-child(2) {
            top: 6px;
        }

        #nav-icon3 span:nth-child(3) {
            top: 6px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 12px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

@media (max-width: 991px) {
    /* .sidebar-collapsed {
        aside {
            &.sidebar-menu {
                width: 0;
                z-index: 1000;
            }
        }
        .section-area {
            padding-left: 0;
        }
        } */
    aside.sidebar-menu {
        padding-top: 57px;
        overflow: auto;
        height: 100%;
    }

    .menu-icon {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .sidenav-toggle {
        display: none;
    }

    .sidebar-collapsed aside.sidebar-menu {
        width: 250px;
        height: auto;
        min-height: inherit;
    }

        .sidebar-collapsed aside.sidebar-menu .main-menu li a.treeview {
            pointer-events: inherit;
            cursor: pointer;
        }

        .sidebar-collapsed aside.sidebar-menu .main-menu li a > span {
            display: block;
            left: 45px;
        }

        .sidebar-collapsed aside.sidebar-menu .main-menu li a span.menu-arrow {
            left: auto;
            right: 10px;
        }

        .sidebar-collapsed aside.sidebar-menu .main-menu li:hover {
            width: 250px;
        }

    aside.sidebar-menu {
        width: 0;
        height: auto;
        min-height: inherit;
    }
}
/* Used to show custom error message (this will leave padding at left and right side) */
/* Used to show custom error message (this will leave padding at left and right side) */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/****** LOGIN MODAL ******/
/* pagination css starts*/
/*body table.dataTable{ margin-bottom:20px;}*/
/* pagination css ends*/
/*BELOW CSS DATALIST USED TO HIDE SUP DOWN ARRAY FORM INPUT TEXT BOX*/
/**** BELOW CSS USED IN RECONCILIATION PAGE - START ****/
/*.datetimepicker {
    width: 90px;
    }*/
/**** BELOW CSS USED IN RECONCILIATION PAGE - END ****/
/**** BELOW CSS USED IN HSN SAC PAGE ****/
/**** BELOW CSS USED IN HSN SAC PAGE END****/
/*Below Css is  is used to hide Jquery datatable Default loader */
/* For Invoice Generation Utility*/
/* outward invoice logo box should be set as 35px height  */
/*.k-grid .k-header .k-button{background:#ffffff;}*/
/*.k-grid .k-header .k-button.k-grid-excel:hover{background:none;text-decoration:underline;}*/
html {
    overflow-x: hidden;
}

.validation-summary-errors-custom {
    padding: 7px 10px;
    margin: 0px 0px 20px 0px !important;
    border: 1px solid #c7254e;
    border-left-width: 5px;
    border-left-color: #c7254e;
}

    .validation-summary-errors-custom ul {
        padding: 0;
        margin: 0;
    }

        .validation-summary-errors-custom ul li {
            color: #c7254e;
            font-size: 12px;
            list-style: none;
            line-height: 1;
        }

.validation-summary-success-custom {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    padding: 7px 10px;
    margin: 0px 15px 20px 15px;
    border: 1px solid #3c763d;
    border-left-width: 5px;
    border-left-color: #3c763d;
}

    .validation-summary-success-custom ul {
        margin: 0;
        padding: 0;
    }

        .validation-summary-success-custom ul li {
            color: #3c763d;
            font-size: 12px;
            list-style: inside;
            line-height: 1;
        }

.input-upper-case {
    text-transform: uppercase;
}

div#spinner {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #f7f7f7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: roboto;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
            -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);
        }

    .loginmodal-container a {
        text-decoration: none;
        color: #666666;
        font-weight: 400;
        text-align: center;
        display: inline-block;
        opacity: 0.6;
        transition: opacity ease 0.5s;
    }

input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -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);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
}

.loginmodal-submit {
    border: 0px;
    color: #ffffff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
}

    .loginmodal-submit:hover {
        border: 0px;
        text-shadow: 0 1px rgba(0, 0, 0, 0.3);
        background-color: #357ae8;
    }

.login-help {
    font-size: 12px;
}

table.dataTable {
    border-collapse: collapse;
    margin-bottom: 15px;
}

    table.dataTable tfoot th {
        font-weight: normal;
    }

.dataTables_wrapper .dataTables_info {
    padding-top: 0;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 5px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #0169ab;
    border-color: #0169ab;
    color: #ffffff;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #0169ab !important;
        border-color: #0169ab !important;
        color: #ffffff;
    }
.m-b-3 {
    margin-bottom: 3.25px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    border-radius: 0;
    float: left;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0580c4;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

    body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #eeeeee;
        color: #013a5f;
        border: 1px solid #dddddd;
    }

    body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        position: relative;
        border-radius: 0;
        float: left;
        line-height: 1.42857143;
        text-decoration: none;
        color: #009688;
        background: #ffffff;
        border: 1px solid #dddddd;
        margin-left: -1px;
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        pointer-events: none;
        background: #eeeeee;
        color: #9c9c9c;
    }

        body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
            position: relative;
            border-radius: 0;
            float: left;
            line-height: 1.42857143;
            text-decoration: none;
            color: #009688;
            background: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
            cursor: not-allowed;
            opacity: 0.65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
            pointer-events: none;
            background: #eeeeee;
            color: #9c9c9c;
        }

        body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            padding: 5px 10px;
            font-size: 12px;
            line-height: 1.5;
            position: relative;
            border-radius: 0;
            float: left;
            line-height: 1.42857143;
            text-decoration: none;
            color: #009688;
            background: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
            cursor: not-allowed;
            opacity: 0.65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none;
            pointer-events: none;
            background: #eeeeee;
            color: #9c9c9c;
        }

    body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        z-index: 3;
        color: #ffffff !important;
        background: #0169ab;
        border-color: #0169ab;
        cursor: default;
    }

.dataTables_paginate span.ellipsis {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    border-radius: 0;
    float: left;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0580c4;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

table {
    max-width: 99.9% !important;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.remove-hover {
    pointer-events: none;
    cursor: default;
}

.already-deleted {
    pointer-events: none;
    cursor: default;
}

.validation-error {
    border: 1px solid #c7254e !important;
}

.validation-warning {
    border: 1px solid #EF9B0F;
}

.settings-columns a {
    color: #22404f;
    display: block;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none;
}

.form-control.validation-error:focus {
    border: 1px solid red;
    box-shadow: 0 0 1px red;
}

input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type="number"]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.invite-error h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
}

table.table thead th.sorting_desc {
    cursor: pointer;
    background-image: url(../images/world/sort_desc.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 8px 18px 8px 8px !important;
}

table.table thead th.sorting_asc {
    cursor: pointer;
    background-image: url(../images/world/sort_asc.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 8px 18px 8px 8px !important;
}

table.table thead th.sorting {
    cursor: pointer;
    background-image: url(../images/world/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 8px 18px 8px 8px !important;
}

.table-scroll {
    max-height: 300px;
    overflow: auto;
}

.table-scroll-subsection {
    max-height: 250px;
}

.addopen .aModify {
    display: none;
}

.addopen .accept {
    display: none;
}

.modify-undo {
    display: inline-block;
}

.width_27 {
    width: 27%;
}

.file-validation {
    display: none;
    padding: 16px;
}

.inactiveLink {
    cursor: default;
    color: #444444;
}

.Section-loader-wrapper {
    position: relative;
    overflow: hidden;
}

    .Section-loader-wrapper .Section-loader {
        background-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 100;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

.custom-file-upload .file-uploaded {
    width: 120px;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navbar .navbar-nav li.active-nav .active-nav {
    color: #ffffff;
    background-color: #119c8f;
}

    .navbar .navbar-nav li.active-nav .active-nav:after {
        background: #22404f none repeat scroll 0 0;
        content: "";
        height: 5px;
        left: 0;
        position: absolute;
        bottom: -5px;
        width: 100%;
    }

.number-label-text {
    font-weight: bold;
}

.modifyopen .show-input {
    display: none;
}

.modifyopen .show-val {
    display: block;
}

.editopen .show-input {
    display: block;
}

.editopen .show-val {
    display: none;
}

.dataTables_processing {
    display: none !important;
}

.auto-height {
    min-height: inherit !important;
    padding-bottom: 10px !important;
}

.has-error-vendor {
    position: relative;
}

.widget-height {
    height: 355px;
}

.no-wrap {
    white-space: nowrap;
}

#hasOrphanRecordsInUpload {
    cursor: pointer;
}

#TayPayerDetailsContainer .table {
    max-width: 100% !important;
}

.push-to-gstn-summary {
    margin-top: 15px;
}

.table.dataTable thead th {
    font-weight: normal;
}

.recon-report-btn {
    padding: 6px 6px !important;
}

.trader-action {
    color: #999999;
    display: inline-block;
}

.item-detail {
    width: 100px !important;
}

.vendor-name-chop {
    width: 130px;
    white-space: nowrap;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0px;
}

.imgAuthorizeSignature {
    width: 12%;
}

.no-margin {
    margin: 0 !important;
}

.not-available-pr-max-height {
    max-height: 400px;
    overflow-y: auto;
}

.label-accept-with-menu {
    width: 23px !important;
}

.servervalidation-error {
    border: 1px solid #c7254e !important;
}

.form-control.servervalidation-error:focus {
    border: 1px solid red;
    box-shadow: 0 0 1px red;
}

.setheight35 {
    height: 35px;
}

.cursor-default {
    cursor: default;
}

.width-sm {
    min-width: 120px;
}

.width-100-per {
    width: 100% !important;
}

input[type="time"]::-webkit-clear-button {
    display: none;
}

input[type="time"]::-ms-clear {
    display: none;
}

.arabic-input .form-control {
    direction: RTL;
}

.pos-relative {
    position: relative;
}

.radio-inline-outer .radio-inline {
    padding-left: 0;
}

a.inactive-record {
    cursor: default;
}

    a.inactive-record:hover i {
        color: #999999 !important;
    }

    a.inactive-record:focus i {
        color: #999999 !important;
    }

.image-upload .image-default img.autoHeighWidth {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 200px;
}

.invoice-preview-page .invoice-wrapper .invoice-inner-wrapper .invoice-logo img {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 200px;
}

.radio-outer {
    min-height: 35px;
}

.has-error .custom-checkbox + label:before {
    border-color: #a94442;
}

.table-fixed-height-vScroll {
    height: 325px;
}

.language-ddl {
    border: 0;
    font-size: 12px;
    height: 25px;
}

    .language-ddl:focus {
        outline: none;
    }

.header-lnks .language-ddl {
    margin: 0 0 15px 10px;
    font-size: 10px;
    position: relative;
    top: 8px;
}

.k-filter-menu {
    width: 200px;
}

    .k-filter-menu .k-item .k-label input[type="checkbox"] {
        -webkit-appearance: checkbox;
        -moz-appearance: checkbox;
        margin-right: 5px;
        top: 1px;
        position: relative;
    }

    .k-filter-menu .k-multicheck-wrap {
        max-height: 165px;
        overflow-x: auto;
    }

    .k-filter-menu .k-reset.k-multicheck-wrap .k-loading-mask .k-loading-image {
        background-image: none;
    }

    .k-filter-menu .k-reset.k-multicheck-wrap .k-loading-mask .k-loading-color {
        opacity: 0;
    }

    .k-filter-menu .k-datepicker {
        width: 100%;
    }

    .k-filter-menu .k-datetimepicker {
        width: 100%;
    }

    .k-filter-menu .k-dropdown {
        width: 100%;
    }

    .k-filter-menu .k-numerictextbox {
        width: 100%;
    }

    .k-filter-menu .k-textbox {
        width: 100%;
    }

    .k-filter-menu .k-timepicker {
        width: 100%;
    }

    .k-filter-menu div label {
        margin-right: 10px;
    }

        .k-filter-menu div label input[type="radio"] {
            -webkit-appearance: radio;
            -moz-appearance: radio;
            margin-right: 5px;
            top: 1px;
            position: relative;
        }

.k-grid-filter.k-state-active {
    background-color: #f5f5f5;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.d-flex-row-wrap {
    display:flex;
    flex-flow:row wrap;
}

    .k-grid-filter.k-state-active .k-icon:before {
        color: #0169ab;
    }

.k-header.k-grid-toolbar {
    padding: 5px;
}

.k-grid .k-header {
    background: #fafdff;
}

    .k-grid .k-header .k-button.k-grid-excel {
        float: right;
        border-color: #dddddd;
        border-radius: 0;
    }

.k-grid tr:hover {
    background: #ffffff;
}

.k-grid tr td {
    padding: 6px 10px;
    text-overflow: inherit;
    word-break: break-all;
    border-color: #dddddd;
}

.k-grid .k-loading-image {
    background-image: none;
}

.k-grid .k-loading-color {
    opacity: 0;
}

.k-header > .k-grid-filter {
    margin-right: -5px;
    color: #999999;
}

.k-header.k-grid-toolbar {
    padding: 5px 15px;
}

.k-grid-header {
    background: #fafdff;
}

    .k-grid-header th.k-header > .k-link {
        line-height: 20px;
    }

    .k-grid-header th.k-header:first-child {
        border-radius: 0;
    }

    .k-grid-header .k-i-sort-asc-sm,
    .k-grid-header .k-i-sort-desc-sm {
        margin-left: 0;
    }

.k-grid-edit-row > td > .text-box {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding-left: 6px;
    padding-right: 6px;
}

    .k-grid-edit-row > td > .text-box:focus {
        border: 1px solid #0169ab;
    }

    .k-grid-edit-row > td > .text-box:hover {
        border: 1px solid #0169ab;
    }

.k-editor,
.k-grid,
.k-menu,
.k-scheduler {
    border-radius: 0;
}

.k-pager-wrap {
    background-color: #ffffff;
    padding: 5px 15px;
}

.k-icon:before {
    color: #164b7d;
}

.k-state-selected {
    background: #164b7d;
}

.k-grid-pager,
.k-scheduler-footer {
    border-radius: 0;
}

.k-pager-nav.k-pager-first {
    border-radius: 0;
}

.k-pager-info {
    padding: 0;
}

.head-label.label-full-width {
    width: auto;
}

@media (max-width: 991px) {
    .navbar .navbar-nav li.active-nav .active-nav {
        color: #ffffff;
        background-color: #119c8f;
    }

        .navbar .navbar-nav li.active-nav .active-nav:after {
            background: #22404f none repeat scroll 0 0;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            bottom: inherit;
            top: 0;
            width: 5px;
        }
}

@media (max-width: 767px) {
    .responsive-searchbar.p-r-10 {
        padding-right: 15px !important;
    }

    .filter .filter-icon a.invgen-filter-icon {
        margin-right: 6px;
    }
}
/* @media(min-width: 1025px){
    .sidebar-collapsed{
        aside{
            &.sidebar-menu{
              .treeview-menu{
                display: none !important;
            }  
        } 
    }
}

} */
@media (min-width: 768px) and (max-width: 1024px) {
    .sidebar-collapsed aside.sidebar-menu .treeview-menu {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .sidebar-collapsed aside.sidebar-menu {
        overflow: visible;
    }

        .sidebar-collapsed aside.sidebar-menu ul.main-menu {
            overflow: visible;
            height: auto !important;
        }

            .sidebar-collapsed aside.sidebar-menu ul.main-menu li:hover {
                width: 260px;
            }

                .sidebar-collapsed aside.sidebar-menu ul.main-menu li:hover .treeview-menu.second-level {
                    display: block !important;
                    position: absolute;
                    right: 0;
                    top: 42px;
                    width: 200px;
                    padding-bottom: 10px;
                    background: #222f3d;
                }

        .sidebar-collapsed aside.sidebar-menu .treeview-menu {
            display: none !important;
        }
}

@media (max-width: 1560px) {
    .panel.panel-dashboard .dashboard-widget-title {
        height: 66px;
        width: 100%;
        display: table;
        padding: 0;
    }

        .panel.panel-dashboard .dashboard-widget-title .widget-title {
            display: table-cell;
            vertical-align: middle;
        }

            .panel.panel-dashboard .dashboard-widget-title .widget-title .panel-heading {
                font-size: 13px;
                line-height: 17px;
            }

        .panel.panel-dashboard .dashboard-widget-title h3 {
            padding-right: 105px;
        }

        .panel.panel-dashboard .dashboard-widget-title .filter .filter-icon label {
            font-size: 11px;
        }

        .panel.panel-dashboard .dashboard-widget-title .filter .filter-icon a i {
            font-size: 14px;
            line-height: 18px;
        }

        .panel.panel-dashboard .dashboard-widget-title .widget-toolbox li {
            padding-left: 2px;
        }

            .panel.panel-dashboard .dashboard-widget-title .widget-toolbox li a i {
                font-size: 12px;
                line-height: 16px;
            }

    .sidebar-collapsed .panel.panel-dashboard .dashboard-widget-title {
        height: 50px;
    }
}

@media (max-width: 1366px) {
    .reports-filter .form-group {
        margin-bottom: 15px;
    }

    .invoice-preview-page {
        width: 100%;
    }

    .filter .filter-area.filter-lg {
        width: 460px;
    }

    .panel.panel-dashboard .widget-title {
        padding: 15px 120px 15px 10px;
    }

    .state-name-listing ul li {
        width: 25%;
    }

    .dashboard .col-lg-4 {
        width: 40%;
    }

    .dashboard .col-lg-8 {
        width: 60%;
    }

    .dashboard .dashboard-widget-title .widget-toolbox {
        right: 15px;
    }
}

@media (max-width: 1359px) {
    .right-button-block {
        width: 100%;
        float: left;
    }

        .right-button-block.text-right-md {
            text-align: left;
            padding-left: 15px;
        }

    .sidebar-collapsed .right-button-block {
        float: right;
    }

        .sidebar-collapsed .right-button-block.text-right-md {
            text-align: right;
            width: auto;
        }
}

@media (max-width: 1199px) {
    .website-body footer p {
        margin-right: 20px;
    }

    .website-body footer .footer-links li {
        margin-left: 10px;
    }

    .dashboard-widget-title .filter .filter-icon label {
        display: none;
    }

    .datpicker-block .date-range input {
        padding: 4px 8px;
    }

    .panel.panel-dashboard .dashboard-widget-title {
        height: 66px;
    }

        .panel.panel-dashboard .dashboard-widget-title.autoheight {
            height: 40px;
        }

    .sidebar-collapsed .panel.panel-dashboard .dashboard-widget-title {
        height: 50px;
    }

        .sidebar-collapsed .panel.panel-dashboard .dashboard-widget-title.autoheight {
            height: 40px;
        }

    .login-page .login-form {
        background-color: #ffffff;
    }

    .sidebar-collapsed .left-button-block {
        width: 100%;
        padding-right: 15px;
    }

    .sidebar-collapsed .right-button-block {
        width: 100%;
        float: right;
        padding-left: 15px;
        margin-top: 0;
    }

        .sidebar-collapsed .right-button-block.text-right-md {
            text-align: left;
            width: 100%;
        }

    .upload-data-outer.bulk-data-target {
        margin-left: 15px;
    }

    .filter {
        margin-left: 0;
    }

        .filter .filter-area.filter-lg {
            width: 410px;
        }

    .search-box-row .input-group-btn .btn {
        margin-right: 0;
    }

    .responsive-searchbar {
        margin-bottom: 15px;
    }
}

@media (max-width: 1024px) {
    .sidebar-collapsed .sidenav-toggle {
        width: 60px;
    }
}

@media (max-width: 991px) {
    .logo {
        display: inline-block;
    }

    .website-inner-page {
        padding-bottom: 100px;
    }

    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .section-title-primary {
        margin-bottom: 15px;
    }

        .section-title-primary h2 {
            font-size: 24px;
            padding-bottom: 15px;
        }

        .section-title-primary p {
            padding: 0;
            margin-top: 15px;
        }

    .about-gst img {
        margin-bottom: 20px;
    }

    .m-b-sm-20 {
        margin-bottom: 20px;
    }

    .success-message .section-title-primary i {
        font-size: 36px;
    }

    .banner-big {
        height: 350px;
    }

    .subscriptions-content .subscription-box {
        width: 33.33%;
        padding: 0 15px;
        margin-right: 0;
    }

        .subscriptions-content .subscription-box .subscription-type {
            min-height: 215px;
            height: 215px;
            padding-left: 15px;
            padding-right: 15px;
        }

            .subscriptions-content .subscription-box .subscription-type h3 {
                font-size: 16px;
                min-height: 35.2px;
            }

            .subscriptions-content .subscription-box .subscription-type img {
                height: 30px;
            }

    table tbody td a.action {
        margin: 0 5px;
    }

    .panel.panel-dashboard .dashboard-widget-title {
        width: 100%;
        float: none;
        height: auto;
    }

    .panel.panel-dashboard .select2-container {
        width: 100% !important;
    }

    .panel.panel-dashboard .select-area.pull-right {
        float: none !important;
        padding: 0 15px 15px;
    }

    .panel.panel-dashboard .dashboard-alerts {
        margin-top: 15px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    /*header css*/
    .navbar-collapse {
        border-top: 0;
    }
    /*mobile sidebar*/
    h2.sub-title {
        font-size: 16px;
        line-height: 1.3;
    }

    .sub-head {
        margin-bottom: 20px;
        margin-top: 0 !important;
    }

    .subscriptions-content.free-subscribe .subscription-box {
        width: 50%;
    }

    .subscription-box {
        width: 50%;
        margin-bottom: 15px;
    }
    /**** Bulk Upload Options ***/
    .bulk-data-target {
        margin: 0;
        width: 500px;
    }

    .invoice-page {
        width: 100%;
        padding-top: 10px;
    }

    .datpicker-block {
        padding: 0;
    }

    .transactionDDL {
        padding-right: 0;
    }

    .report-radio-outer {
        width: 280px;
    }

    .report-radio {
        padding-bottom: 15px;
        padding-top: 8px;
    }

        .report-radio label {
            padding-right: 12px;
        }

        .report-radio .radio-inline {
            margin-right: 0;
            padding-left: 0;
            padding-right: 5px;
        }

            .report-radio .radio-inline .custom-radio:checked + label {
                padding-left: 22px;
                padding-right: 0;
            }

                .report-radio .radio-inline .custom-radio:checked + label:before {
                    width: 18px;
                }

            .report-radio .radio-inline .custom-radio:not(:checked) + label {
                padding-left: 22px;
                padding-right: 0;
            }

            .report-radio .radio-inline + .radio-inline {
                margin-right: 0;
            }

    .filter.filter-all .filter-area.filter-all-block .form-group .form-control,
    .filter.filter-all .filter-area.filter-all-block .form-group .select-area {
        width: 130px;
    }

    .ksa-wrapper .dashboard .company-ddl .dashboard-box-small .select-area {
        width: 300px;
    }

    .upload-data-outer.bulk-data-target {
        margin-left: 0;
        width: 100%;
        padding: 0 15px;
    }

    .upload-data-outer .upload-history-block {
        width: 100%;
    }

    .page-show {
        text-align: center;
        padding-bottom: 10px;
    }

    .pagination-column {
        text-align: center;
    }

        .pagination-column .pagination {
            float: none;
        }

    .nav-tabs > li > a {
        font-size: 13px;
    }
    /* .btn{
    margin-bottom: 10px;
    } */
    .company-ddl .select-area .select2-container {
        width: 250px !important;
    }

    .dashboard-right {
        float: left !important;
        padding-top: 10px;
        width: 100%;
    }

    .dashboard-heading {
        padding-top: 0;
    }

    .filter.filter-all .filter-icon {
        top: 0;
    }

    .filter .filter-area {
        top: 40px;
    }

    .state-name-listing ul li {
        width: 33.33333%;
    }

    .excise-right-button-block {
        text-align: left;
    }

    .dashboard .col-lg-4,
    .dashboard .col-lg-8 {
        width: auto;
    }
}

@media (max-width: 767px) {
    .reports-filter .form-group {
        padding-right: 0;
    }

        .reports-filter .form-group.ddl-width {
            width: 100%;
        }

    .reports-filter .search-block {
        width: 100%;
    }

    .reports-filter .select2-container {
        width: 100% !important;
    }

    .center-wrap {
        margin-top: 0;
    }

    .gray-tabs .download-icon-right {
        float: none;
    }

    .panel {
        background-color: #ffffff;
    }

    .section-area {
        padding-left: 0;
    }

    header {
        padding: 0;
    }

        header .header-wrapper {
            padding: 10px 0 !important;
        }

            header .header-wrapper .logo {
                padding-top: 0;
                /* img {
                    max-width: 150px;
                    } */
            }

    footer {
        padding-left: 0;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            border: 0;
            display: block;
            margin: 0 0 10px 0;
            text-align: center;
        }

        footer .footer-links {
            display: block;
            text-align: center;
        }

    .sidebar-collapsed .section-area {
        padding-left: 0;
    }

    .sidebar-collapsed footer {
        padding-left: 0;
    }

    .childmenu li a {
        background-color: #354750;
    }
    /*accordion*/
    .accordion .panel-default .panel-heading .panel-title a {
        padding: 13px 45px 13px 15px;
    }

        .accordion .panel-default .panel-heading .panel-title a .figure {
            display: block;
            position: inherit;
            margin-top: 10px;
            left: 0;
        }

        .accordion .panel-default .panel-heading .panel-title a .excel-download {
            right: -32px;
        }

    .accordion .accordion-grid-title {
        padding-right: 10px;
    }

        .accordion .accordion-grid-title .download-csv {
            position: inherit;
            display: block;
            margin-top: 5px;
            text-align: right;
        }

    .add-user-btn .btn {
        margin-bottom: 5px;
    }
    /*dashboard css starts*/
    .dashboard .top-links {
        padding-top: 0;
        padding-bottom: 5px;
    }

    .dashboard .dashboard-table table {
        width: 700px !important;
    }

    .dashboard .dashboard-table .top-links {
        padding-top: 0;
    }

        .dashboard .dashboard-table .top-links li:last-child {
            margin-right: 5px;
        }

    .dashboard .section-heading h1.title {
        display: block;
    }

    .dashboard-box {
        margin-bottom: 10px;
        min-height: auto;
    }

        .dashboard-box .dashboard-table-filter .form-group {
            margin-bottom: 5px;
            margin-right: 0;
        }
    /*dashboard css ends*/
    .subscriptions-content .m-b-40 {
        margin-bottom: 0 !important;
    }

    .subscriptions-content .subscription-box {
        width: 100%;
    }

        .subscriptions-content .subscription-box .subscription-type {
            min-height: inherit;
            height: auto;
            padding-left: 15px;
            padding-right: 15px;
        }

            .subscriptions-content .subscription-box .subscription-type h3 {
                font-size: 16px;
                min-height: 35.2px;
            }

            .subscriptions-content .subscription-box .subscription-type img {
                height: 30px;
            }
    /*setting page css*/
    .settings-columns ul li {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .select-area {
        margin-bottom: 0;
        overflow: hidden;
        float: none !important;
    }

    .gray-tabs .nav-tabs > li {
        float: none;
    }

        .gray-tabs .nav-tabs > li a {
            margin: 0 !important;
        }

    .gray-tabs .tab-pane {
        padding: 5px;
    }

    .gray-tabs .tab-content.center-wrap {
        margin-top: 0;
    }

    .table-responsive .table {
        margin-bottom: 0;
    }

    .head-label {
        width: 100%;
        display: block;
    }

        .head-label label {
            margin-bottom: 5px;
        }

        .head-label.text-right {
            text-align: left;
        }

    .rejectopen .show-reject .tooltip.tooltipstered {
        right: -12px;
    }

    .custom-file-upload {
        display: block;
    }

        .custom-file-upload .file-uploaded {
            display: block;
            word-wrap: break-word;
            margin-top: 5px;
        }

        .custom-file-upload .file-uploaded-custom {
            max-width: 100%;
            word-wrap: break-word;
            text-overflow: inherit;
            overflow: inherit;
            white-space: normal;
            margin: 0;
            vertical-align: middle;
        }

        .custom-file-upload .file-uploaded-modal {
            width: 100%;
            margin: 0;
            display: block;
            overflow: inherit;
            white-space: normal;
        }

    .head-input {
        width: auto;
        display: inline-block;
    }

        .head-input .custom-file-upload {
            display: block;
        }

    .single {
        display: block;
        margin: 5px 0 0 0;
        width: 100%;
    }

    .range {
        width: 100%;
        float: none;
        display: block;
        margin-left: 0;
        margin-top: 5px;
    }

        .range .input-inline {
            width: 100%;
            margin-bottom: 5px;
        }

            .range .input-inline + .input-inline {
                margin-left: 0;
            }

    .responsive-btn-row .btn.ewaybill-menu li .btn {
        margin-bottom: 0;
    }

    .filter.filter-right {
        float: none;
        margin-bottom: 5px;
    }

        .filter.filter-right .filter-area {
            left: 0;
            right: inherit;
        }

    .filter .filter-area {
        top: 40px;
    }

        .filter .filter-area.filter-lg {
            width: 575px;
        }

    .filter.filter-all .filter-area.filter-all-block .form-group {
        padding-right: 0;
    }

        .filter.filter-all .filter-area.filter-all-block .form-group .form-control,
        .filter.filter-all .filter-area.filter-all-block .form-group .select-area {
            width: 100%;
            top: 0;
        }

    .table-responsive > .table-bordered.m-b-15 {
        margin-bottom: 0 !important;
    }
    /*reconcialition downloadlink*/
    .btn + .btn {
        margin-left: 0;
    }

    .btn {
        margin-right: 5px;
        vertical-align: top;
    }

    .modal-header {
        padding: 10px;
    }

    .modal-footer {
        padding: 10px;
    }

    .search-box-row {
        margin-bottom: 10px;
    }
    /*login css*/
    .website-body .website-title h1 {
        font-size: 22px;
    }

    .subscriptions-content.subscriptions-content1 {
        margin: 0;
    }

        .subscriptions-content.subscriptions-content1 .subscription-box-new {
            margin-bottom: 15px;
            margin-top: 15px;
        }

            .subscriptions-content.subscriptions-content1 .subscription-box-new .image img {
                width: 100%;
                max-width: inherit;
            }
    /*My account page css starts*/
    .navigate-options ul li {
        display: block;
        margin: 0 0 5px;
        width: 100%;
    }
    /*My account page css ends*/
    /***Pust To Gstn Spinner ***/
    .section-heading .spinner {
        right: 15px;
        top: 0;
        padding: 10px 0;
    }
    /*** Filter button margin **/
    .filter.filter-date .filter-icon a {
        margin: 0;
    }
    /*** Bulk upload ***/
    .bulk-data-target {
        width: 450px;
        padding: 0 15px;
    }

        .bulk-data-target .target-upload {
            margin-top: 15px;
        }

            .bulk-data-target .target-upload .upload-icon .fa-6x {
                font-size: 4em;
            }
    /** Fullwidth Justified navbar ***/
    .nav-tabs.nav-justified > li {
        margin-right: 0;
        border-right: 0px;
        border-radius: 3px;
        top: 0;
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li:last-child {
            border-bottom: 1px solid #f0f0f0;
        }
    /** Fullwidth Justified navbar ends***/
    /** commons **/
    .p-r-15-xs {
        padding-right: 15px !important;
    }

    .p-l-15-xs {
        padding-left: 15px !important;
    }
    /** Subscription pages **/
    .subscription-page .subscription-plan-list {
        margin-bottom: -60px;
    }

    .subscription-type h3 span {
        padding-bottom: 5px;
    }

    .subscription-type img {
        height: 25px;
    }
    /**Dashboard raise support ticket css start**/
    .ticket-modal-content label {
        width: 100%;
    }

    .ticket-modal-content .support-subject-textbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .ticket-modal-content .support-ticket-textarea .form-control {
        width: 100%;
        height: 100px;
    }

    .ticket-modal-content .dis-i-b-t {
        display: block;
    }
    /**Dashboard raise support ticket css end**/
    /**Add New support case css Start**/
    .support-subject-textbox {
        width: 100%;
        margin-bottom: 15px;
    }

    .dis-i-b-t {
        display: block;
    }
    /**Add New support case css End**/
    .m-b-xs-20 {
        margin-bottom: 20px;
    }
    /*  .logo {
       img {
           width: 150px;
       }
       } */
    header .header-wrapper {
        padding: 5px 0;
    }

    .responsive-btn-row .btn {
        float: left;
        margin-bottom: 5px;
    }

    .nav-tabs li a {
        padding: 10px 11px;
    }

    .btn-lg,
    .btn-group-lg > .btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .website-body h1 {
        font-size: 24px;
        padding: 0;
        line-height: 1.2;
    }

    .footer-blog .form-group {
        margin-bottom: 15px;
    }

    .footer-contact .email {
        margin: 10px 0 0 0;
    }

        .footer-contact .email span {
            display: none;
        }

        .footer-contact .email a {
            font-size: 14px;
        }

    .footer-contact label {
        min-width: 132px;
    }

    .banner .divider {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mob-center {
        text-align: center;
    }

    .website-body footer {
        height: 100px;
    }

        .website-body footer p {
            line-height: 20px;
        }

        .website-body footer .do-not-copy {
            text-align: center !important;
        }

    .website-inner-page {
        padding-bottom: 100px;
    }

    .banner-small {
        height: 150px;
    }

        .banner-small.banner-height {
            height: 370px;
        }

    .plan-title {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 11px;
    }

    .filter {
        margin-left: 0;
        margin-right: 6px;
    }

    .dashboard-widget-title .widget-toolbox li a i {
        font-size: 13px;
    }

    .dashboard-widget-title .widget-toolbox .filter {
        margin-right: 0;
    }

        .dashboard-widget-title .widget-toolbox .filter .filter-icon a {
            font-size: 13px;
        }

            .dashboard-widget-title .widget-toolbox .filter .filter-icon a i {
                font-size: 16px;
            }

    .filter .filter-icon a {
        height: 40px;
        margin-right: 0;
    }

    .pagination {
        float: left;
    }

    .page-show {
        line-height: inherit;
        margin-bottom: 5px;
    }

    .custom-file-upload.file-uploader .file-uploaded-custom {
        width: 100%;
    }
    /* .responsive-searchbar {
        margin-bottom: 15px;
        } */
    /* filter label */
    .filter .filter-date-label {
        display: none;
    }
    /*** help page responsive ***/
    .help-columns ul li {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    /*** help page ends ***/
    /* reconcilation bulk action */
    table.table-layout-fixed {
        table-layout: auto;
    }

    .return-form .table-responsive > .table > thead > tr > th,
    .return-form .table-responsive > .table > tbody > tr > th,
    .return-form .table-responsive > .table > tfoot > tr > th,
    .return-form .table-responsive > .table > thead > tr > td,
    .return-form .table-responsive > .table > tbody > tr > td,
    .return-form .table-responsive > .table > tfoot > tr > td {
        white-space: inherit;
    }
    /*login page start form here*/
    body.login-page .login-table .login-table-cell .login-content .login-content-table .login-content-left,
    body.login-page .login-table .login-table-cell .login-content .login-content-table .login-content-right {
        width: 100%;
        padding: 15px;
        display: block;
    }
    /*login page end form here*/
    .transactionDDL {
        margin-bottom: 15px;
        padding-right: 15px;
    }

    .summary-block .table .table tr td {
        padding: 3px 10px;
    }

    .summary-block .table .table-responsive {
        border: 0;
    }

    .report-radio-outer {
        width: 100%;
    }

    .datpicker-block {
        padding: 0;
    }

    .general-setting-listing > li {
        padding: 5px 0;
        margin-bottom: 5px;
    }

    .general-setting-listing .form-control {
        width: 50%;
    }

    .item-detail-modal .modal-dialog,
    .add-line-modal .modal-dialog {
        width: auto;
    }

    .exchange-report-block {
        margin-top: 0;
    }

    .accordion .panel-default .panel-heading .panel-title .accordion-download-csv .btn {
        margin-top: 1px;
    }
    /*------------------------ Saudi Arebia -------------------------*/
    .ksa-wrapper .dashboard .company-select-box {
        margin: 0 0 60px 0;
    }

    .ksa-wrapper .dashboard .company-ddl {
        padding: 10px;
        width: 100%;
    }

        .ksa-wrapper .dashboard .company-ddl .dashboard-box-small.white {
            position: relative;
        }

            .ksa-wrapper .dashboard .company-ddl .dashboard-box-small.white .select-area {
                width: 100%;
                max-width: 767px;
                padding-right: 43px;
            }

        .ksa-wrapper .dashboard .company-ddl .dashboard-box-small .icon-button {
            position: absolute;
            top: 0;
            right: 0;
        }

    .change-psw .section-area .center-wrap .change-psw-wrap {
        left: 15px;
        right: 15px;
        width: auto;
    }

    .bulk-filter.reports-filter .form-group {
        padding-right: 0;
    }

        .bulk-filter.reports-filter .form-group.ddl-width {
            width: 100%;
        }

    .business-select .select2-container,
    .company-select .select2-container,
    .qtr-select .select2-container {
        width: 100% !important;
    }

    .upload-data-outer.bulk-data-target {
        width: auto;
    }

    .upload-data-outer .upload-history-block {
        width: auto;
    }

        .upload-data-outer .upload-history-block ul li .history-block .name-block {
            max-width: inherit;
            padding-right: 0;
        }

            .upload-data-outer .upload-history-block ul li .history-block .name-block h5 {
                display: block;
                padding-bottom: 5px;
                padding-right: 0;
            }

        .upload-data-outer .upload-history-block ul li .history-block .history-inner-block span {
            padding-bottom: 5px;
        }

        .upload-data-outer .upload-history-block ul li .history-block .history-inner-block span,
        .upload-data-outer .upload-history-block ul li .history-block .history-inner-block em {
            max-width: inherit;
            display: block;
            padding-right: 0;
        }

        .upload-data-outer .upload-history-block ul li .history-block .action-listing a {
            margin: 0 3px;
        }

    .custom-dropdown .custom-dropdown-inner {
        position: static;
    }

    .login-page {
        background-image: none;
        background-color: #ffffff;
    }

        .login-page .login-welcome-container {
            display: block;
        }

            .login-page .login-welcome-container:before {
                background-color: #ffffff;
            }

            .login-page .login-welcome-container .login-welcome-section {
                display: block;
                padding: 0;
            }

            .login-page .login-welcome-container .login-form {
                width: auto;
                padding: 0 15px;
            }

        .login-page .forgot-password {
            margin-top: 7px;
        }

    .subscriptions .inner-banner-content {
        margin: 30px 0 40px;
    }

    .terms > li {
        padding-left: 15px;
    }

    .section-heading {
        margin: 0 0 10px 0;
    }

        .section-heading h1.title {
            width: 100%;
        }

        .section-heading.back-btn-block h1 {
            width: auto;
        }

    .pull-left.m-t-25 {
        margin-top: 10px;
    }

    .modal-content .modal-header .close {
        top: 7px;
    }

    .panel-title {
        font-size: 15px;
    }

    .custom-file-upload span {
        margin-bottom: 10px;
    }

    .dashboard-right {
        padding-top: 0;
    }

        .dashboard-right .company-ddl {
            float: left !important;
        }

            .dashboard-right .company-ddl .select-area .select2-container {
                width: 230px !important;
            }

    .panel.panel-dashboard .panel-body {
        height: auto;
    }

    .state-name-listing ul li {
        width: 50%;
    }

    .smallDDL {
        width: 100%;
    }

    .datpicker-block .date-range input:last-child {
        margin-right: 0;
    }

    .section-heading .header-quick-link {
        margin-top: 10px;
    }

    .search-box-row .input-group-btn .btn {
        margin-right: 0;
    }

    aside.sidebar-menu .treeview-menu {
        padding: 5px 0 5px 30px;
    }

    .dashboard {
        padding: 0 5px;
    }

    .error-messages h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .error-messages p {
        font-size: 14px;
        line-height: 18px;
    }

    .left-button-block {
        padding-bottom: 5px;
    }
}

@media (max-width: 640px) {
    .responsive-btn-row .custom-file-upload {
        margin-bottom: 15px;
    }

    .subscription-type h3 {
        font-size: 14px;
        margin: 10px 0;
    }

    .subscription-type i {
        font-size: 24px;
    }

    .page-btn-row .btn {
        margin-bottom: 5px;
    }

    .configuration-block .general-setting-listing .configuration-inner {
        width: 370px;
    }

    .configuration-block .general-setting-listing > li label {
        width: 54%;
    }

    .configuration-block .general-setting-listing > li .form-control {
        width: 30%;
    }

    .filter .filter-area.filter-lg {
        width: 420px;
    }
    /*bulk upload option */
}
/*VAt start from here*/
@media (max-width: 600px) {
    .logo-wrapper {
        width: auto;
        margin-bottom: 20px;
    }

    .login-page .button-pad {
        margin-top: 15px;
    }

.eu-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

    .login-page .forgot-password .forgot-psw,
    .login-page .forgot-password .not-account {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .login-page .forgot-password .not-account {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .section-heading h1.title {
        width: 100%;
        padding-bottom: 10px;
    }

    .section-heading.back-btn-block h1 {
        width: auto;
    }
    /*** customise common classes **/
    .filter-date .filter-icon .filter-date-label {
        display: none;
    }

    .dashboard-widget-title h3 {
        font-size: 10px;
    }
    /** bulk upload **/
    .bulk-data-target {
        width: 100%;
    }
    /** bulk upload ends**/
    /** Fullwidth Justified navbar ***/
    .nav-tabs .nav-justified > li {
        margin-right: 0;
        border-right: 0px;
        border-radius: 3px;
        top: 0;
        display: block;
        width: 100%;
    }

        .nav-tabs .nav-justified > li:last-child {
            border-bottom: 1px solid #f0f0f0;
        }

    .configuration-block .general-setting-listing .configuration-inner {
        width: 100%;
    }

    .configuration-block .general-setting-listing > li label {
        width: 100%;
        text-align: left;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .configuration-block .general-setting-listing > li .form-control {
        width: 100%;
    }

    .configuration-block.bottom .general-setting-listing > li span label {
        text-align: left;
        width: 75%;
    }

report-radio-outer {
    width: 330px;
    padding-right: 0;
}

.report-radio {
    padding-top: 8px;
}

    .report-radio label {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        padding-right: 5px;
    }
.align-middle {
    vertical-align: middle;
}
.btn-bulk-verify {
    display: flex;
    align-items: center;
}

/*Switch Box CSS End*/

    .state-name-listing ul li {
        width: 100%;
        float: none !important;
    }
    /** Fullwidth Justified navbar ends***/
}

.custom-width1 {
    width: 220px;
}

.custom-width2 {
    width: 250px;
}

.modal-content-height-custom {
    max-height: 500px;
    overflow: auto;
}
.border-none {
    border: none !important;
}
/*# sourceMappingURL=style.css.map */
.select2.has-error .select2-selection {
    border: 1px solid #a94442;
}

.table-ddl-action tr td .dropdown .dropdown-menu.dropdown-menu-right {
    bottom: auto;
    top: auto;
}

.table-ddl-action tr:last-child td dropdown .dropdown-menu.dropdown-menu-right {
    bottom: auto;
    top: inherit;
}

.td-custom-width {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}