/* Minification failed. Returning unminified contents.
(14614,28): run-time error CSS1030: Expected identifier, found ','
(14614,116): run-time error CSS1031: Expected selector, found ')'
(14614,116): run-time error CSS1025: Expected comma or open brace, found ')'
(14629,34): run-time error CSS1030: Expected identifier, found '.'
(14629,72): run-time error CSS1031: Expected selector, found ')'
(14629,72): run-time error CSS1025: Expected comma or open brace, found ')'
(14816,26): run-time error CSS1039: Token not allowed after unary operator: '-p-highlight-bg'
(16470,22): run-time error CSS1035: Expected colon, found '.'
(16517,35): run-time error CSS1035: Expected colon, found '>'
(16526,14): run-time error CSS1035: Expected colon, found '{'
(16549,18): run-time error CSS1035: Expected colon, found '>'
(16559,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found '{'
 */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
.navbar {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -moz-linear-gradient(top, #54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF54B4EB', endColorstr='#FF1D9CE5', GradientType=0);
    filter: none;
    border-bottom: 1px solid #178acc;
    filter: none;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

    .navbar .navbar-nav > li > a {
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    }

    .navbar .navbar-brand {
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    }

.navbar-inverse {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4583a6), color-stop(60%, #3f7797), to(#366682));
    background-image: -webkit-linear-gradient(#4583a6, #3f7797 60%, #366682);
    background-image: -moz-linear-gradient(top, #4583a6, #3f7797 60%, #366682);
    background-image: linear-gradient(#4583a6, #3f7797 60%, #366682);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4583A6', endColorstr='#FF366682', GradientType=0);
    filter: none;
    border-bottom: 1px solid #2a5065;
}

.btn, .grid-action-button {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

    .btn .caret, .grid-action-button .caret {
        border-top-color: #fff;
    }

.btn-default, .grid-action-button {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(60%, #eeeeee), to(#e4e4e4));
    background-image: -webkit-linear-gradient(white, #eeeeee 60%, #e4e4e4);
    background-image: -moz-linear-gradient(top, white, #eeeeee 60%, #e4e4e4);
    background-image: linear-gradient(#ffffff, #eeeeee 60%, #e4e4e4);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE4E4E4', GradientType=0);
    filter: none;
    border-bottom: 1px solid #d5d5d5;
}

    .btn-default:hover, .grid-action-button:hover {
        color: #555555;
    }

    .btn-default .caret, .grid-action-button .caret {
        border-top-color: #555555;
    }

.btn-default, .grid-action-button {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), color-stop(60%, #eeeeee), to(#e4e4e4));
    background-image: -webkit-linear-gradient(white, #eeeeee 60%, #e4e4e4);
    background-image: -moz-linear-gradient(top, white, #eeeeee 60%, #e4e4e4);
    background-image: linear-gradient(#ffffff, #eeeeee 60%, #e4e4e4);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFE4E4E4', GradientType=0);
    filter: none;
    border-bottom: 1px solid #d5d5d5;
}

.btn-primary {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#54b4eb), color-stop(60%, #2fa4e7), to(#1d9ce5));
    background-image: -webkit-linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: -moz-linear-gradient(top, #54b4eb, #2fa4e7 60%, #1d9ce5);
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF54B4EB', endColorstr='#FF1D9CE5', GradientType=0);
    filter: none;
    border-bottom: 1px solid #178acc;
}

.btn-success {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fc432), color-stop(60%, #77a42a), to(#6b9426));
    background-image: -webkit-linear-gradient(#8fc432, #77a42a 60%, #6b9426);
    background-image: -moz-linear-gradient(top, #8fc432, #77a42a 60%, #6b9426);
    background-image: linear-gradient(#8fc432, #77a42a 60%, #6b9426);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF8FC432', endColorstr='#FF6B9426', GradientType=0);
    filter: none;
    border-bottom: 1px solid #5a7b20;
}

.btn-info {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4583a6), color-stop(60%, #396c89), to(#33617b));
    background-image: -webkit-linear-gradient(#4583a6, #396c89 60%, #33617b);
    background-image: -moz-linear-gradient(top, #4583a6, #396c89 60%, #33617b);
    background-image: linear-gradient(#4583a6, #396c89 60%, #33617b);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4583A6', endColorstr='#FF33617B', GradientType=0);
    filter: none;
    border-bottom: 1px solid #2a5065;
}

.btn-warning {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff6707), color-stop(60%, #dd5600), to(#c94e00));
    background-image: -webkit-linear-gradient(#ff6707, #dd5600 60%, #c94e00);
    background-image: -moz-linear-gradient(top, #ff6707, #dd5600 60%, #c94e00);
    background-image: linear-gradient(#ff6707, #dd5600 60%, #c94e00);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFF6707', endColorstr='#FFC94E00', GradientType=0);
    filter: none;
    border-bottom: 1px solid #aa4200;
}

.btn-danger {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e12b31), color-stop(60%, #c71c22), to(#b5191f));
    background-image: -webkit-linear-gradient(#e12b31, #c71c22 60%, #b5191f);
    background-image: -moz-linear-gradient(top, #e12b31, #c71c22 60%, #b5191f);
    background-image: linear-gradient(#e12b31, #c71c22 60%, #b5191f);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE12B31', endColorstr='#FFB5191F', GradientType=0);
    filter: none;
    border-bottom: 1px solid #9a161a;
}

.panel-primary .panel-heading,
.panel-primary .panel-title,
.panel-success .panel-heading,
.panel-success .panel-title,
.panel-warning .panel-heading,
.panel-warning .panel-title,
.panel-danger .panel-heading,
.panel-danger .panel-title,
.panel-info .panel-heading,
.panel-info .panel-title {
    color: #fff;
}

/* normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background: 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 {
    -moz-box-sizing: content-box;
    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;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        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;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]: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;
    }

    select {
        background: #fff !important;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .grid-action-button > .caret,
    .dropup > .btn > .caret,
    .dropup > .grid-action-button > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("fonts/bootstrap-fonts/glyphicons-halflings-regular.eot");
    src: url("fonts/bootstrap-fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/bootstrap-fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("fonts/bootstrap-fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/bootstrap-fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/bootstrap-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: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.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: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: white;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #2fa4e7;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus {
        color: #157ab5;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-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: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #317eac;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999999;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

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, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #2fa4e7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #178acc;
}

.text-success {
    color: #468847;
}

    .text-success:hover {
        color: whitesmoke;
    }

a.text-success:hover,
a.text-primary:focus {
    color: whitesmoke;
}

.text-info {
    color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
    color: #2d6987;
}

.text-warning {
    color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #a47e3c;
}

.text-danger {
    color: #b94a48;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #953b39;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #2fa4e7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #178acc;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            content: " ";
            display: table;
        }

        .dl-horizontal dd:after {
            clear: both;
        }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}

.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.428571429;
        color: #999999;
    }

        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-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

    blockquote:before,
    blockquote:after {
        content: "";
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: white;
    background-color: #333333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: whitesmoke;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: 0%;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: 0%;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: 0%;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: 0%;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: 0%;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: 0%;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: 0%;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: 0%;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
    vertical-align: top;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: white;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: whitesmoke;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: whitesmoke;
}

.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.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #555555;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    /*display: inline-block;*/
    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;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 9px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: white;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"] {
    line-height: 38px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn,
    .input-group-sm > .input-group-btn > input[type="date"].grid-action-button, .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn,
    .input-group-sm > .input-group-btn > input[type="time"].grid-action-button, .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].grid-action-button, .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn,
    .input-group-sm > .input-group-btn > input[type="month"].grid-action-button, .input-group-sm
    input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn,
    .input-group-lg > .input-group-btn > input[type="date"].grid-action-button, .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn,
    .input-group-lg > .input-group-btn > input[type="time"].grid-action-button, .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].grid-action-button, .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn,
    .input-group-lg > .input-group-btn > input[type="month"].grid-action-button, .input-group-lg
    input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .radio label,
    .checkbox label {
        display: inline;
        font-weight: normal;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
    input[type="checkbox"][disabled], fieldset[disabled]
    input[type="checkbox"],
    .radio[disabled], fieldset[disabled]
    .radio,
    .radio-inline[disabled], fieldset[disabled]
    .radio-inline,
    .checkbox[disabled], fieldset[disabled]
    .checkbox,
    .checkbox-inline[disabled], fieldset[disabled]
    .checkbox-inline {
        cursor: not-allowed;
    }

        .radio.disabled label, fieldset[disabled] .radio label,
        .checkbox.disabled label, fieldset[disabled]
        .checkbox label {
            cursor: not-allowed;
        }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
    .input-group-lg > .form-control-static.input-group-addon,
    .input-group-lg > .input-group-btn > .form-control-static.btn,
    .input-group-lg > .input-group-btn > .form-control-static.grid-action-button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
    .input-group-sm > .form-control-static.input-group-addon,
    .input-group-sm > .input-group-btn > .form-control-static.btn,
    .input-group-sm > .input-group-btn > .form-control-static.grid-action-button {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .input-group-btn > .grid-action-button {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.input-group-sm > .input-group-btn > select.grid-action-button {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.input-group-sm > .input-group-btn > textarea.grid-action-button,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn,
.input-group-sm > .input-group-btn > select[multiple].grid-action-button {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .input-group-btn > .grid-action-button {
    height: 54px;
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.input-group-lg > .input-group-btn > select.grid-action-button {
    height: 54px;
    line-height: 54px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.input-group-lg > .input-group-btn > textarea.grid-action-button,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn,
.input-group-lg > .input-group-btn > select[multiple].grid-action-button {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 47.5px;
    }

    .has-feedback .form-control-feedback {
        position: absolute;
        top: 25px;
        right: 0;
        display: block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
    }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg > .input-group-btn > .grid-action-button + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm > .input-group-btn > .grid-action-button + .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 {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -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: #356635;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    }

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #468847;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -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: #a47e3c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    }

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #c09853;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -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: #953b39;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    }

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #b94a48;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #959595;
}

@media (min-width: 768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label, .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"],
        .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

.form-horizontal .form-control-static {
    padding-top: 9px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33333px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn, .grid-action-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .grid-action-button:focus, .btn:active:focus, .grid-action-button:active:focus, .btn.active:focus, .active.grid-action-button:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .grid-action-button:hover, .btn:focus, .grid-action-button:focus {
        color: #555555;
        text-decoration: none;
    }

    .btn:active, .grid-action-button:active, .btn.active, .active.grid-action-button {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .disabled.grid-action-button, .btn[disabled], [disabled].grid-action-button, fieldset[disabled] .btn, fieldset[disabled] .grid-action-button {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled, a.disabled.grid-action-button, fieldset[disabled] a.btn, fieldset[disabled] a.grid-action-button {
    pointer-events: none;
}

.btn-default, .grid-action-button {
    color: #555555;
    background-color: #eeeeee;
    border-color: rgba(0, 0, 0, 0.1);
}

    .btn-default:hover, .grid-action-button:hover, .btn-default:focus, .grid-action-button:focus, .btn-default:active, .grid-action-button:active, .btn-default.active, .active.grid-action-button {
        color: #555555;
        background-color: #dadada;
        border-color: rgba(0, 0, 0, 0.1);
    }

.open .btn-default.dropdown-toggle, .open .dropdown-toggle.grid-action-button {
    color: #555555;
    background-color: #dadada;
    border-color: rgba(0, 0, 0, 0.1);
}

.btn-default:active, .grid-action-button:active, .btn-default.active, .active.grid-action-button {
    background-image: none;
}

.open .btn-default.dropdown-toggle, .open .dropdown-toggle.grid-action-button {
    background-image: none;
}

.btn-default.disabled, .disabled.grid-action-button, .btn-default.disabled:hover, .disabled.grid-action-button:hover, .btn-default.disabled:focus, .disabled.grid-action-button:focus, .btn-default.disabled:active, .disabled.grid-action-button:active, .btn-default.disabled.active, .disabled.active.grid-action-button, .btn-default[disabled], [disabled].grid-action-button, .btn-default[disabled]:hover, [disabled].grid-action-button:hover, .btn-default[disabled]:focus, [disabled].grid-action-button:focus, .btn-default[disabled]:active, [disabled].grid-action-button:active, .btn-default[disabled].active, [disabled].active.grid-action-button, fieldset[disabled] .btn-default, fieldset[disabled] .grid-action-button, fieldset[disabled] .btn-default:hover, fieldset[disabled] .grid-action-button:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .grid-action-button:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .grid-action-button:active, fieldset[disabled] .btn-default.active, fieldset[disabled] .active.grid-action-button {
    background-color: #eeeeee;
    border-color: rgba(0, 0, 0, 0.1);
}

.btn-default .badge, .grid-action-button .badge {
    color: #eeeeee;
    background-color: #555555;
}

.btn-primary {
    color: white;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        color: white;
        background-color: #1990d5;
        border-color: #1684c2;
    }

.open .btn-primary.dropdown-toggle {
    color: white;
    background-color: #1990d5;
    border-color: #1684c2;
}

.btn-primary:active, .btn-primary.active {
    background-image: none;
}

.open .btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}

.btn-primary .badge {
    color: #2fa4e7;
    background-color: white;
}

.btn-success {
    color: white;
    background-color: #77a42a;
    border-color: #77a42a;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
        color: white;
        background-color: #5f8422;
        border-color: #54731e;
    }

.open .btn-success.dropdown-toggle {
    color: white;
    background-color: #5f8422;
    border-color: #54731e;
}

.btn-success:active, .btn-success.active {
    background-image: none;
}

.open .btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #77a42a;
    border-color: #77a42a;
}

.btn-success .badge {
    color: #77a42a;
    background-color: white;
}

.btn-info {
    color: white;
    background-color: #396c89;
    border-color: #396c89;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
        color: white;
        background-color: #2d556c;
        border-color: #274a5e;
    }

.open .btn-info.dropdown-toggle {
    color: white;
    background-color: #2d556c;
    border-color: #274a5e;
}

.btn-info:active, .btn-info.active {
    background-image: none;
}

.open .btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #396c89;
    border-color: #396c89;
}

.btn-info .badge {
    color: #396c89;
    background-color: white;
}

.btn-warning {
    color: white;
    background-color: #dd5600;
    border-color: #dd5600;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
        color: white;
        background-color: #b44600;
        border-color: #a03e00;
    }

.open .btn-warning.dropdown-toggle {
    color: white;
    background-color: #b44600;
    border-color: #a03e00;
}

.btn-warning:active, .btn-warning.active {
    background-image: none;
}

.open .btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #dd5600;
    border-color: #dd5600;
}

.btn-warning .badge {
    color: #dd5600;
    background-color: white;
}

.btn-danger {
    color: white;
    background-color: #c71c22;
    border-color: #c71c22;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
        color: white;
        background-color: #a3171c;
        border-color: #911419;
    }

.open .btn-danger.dropdown-toggle {
    color: white;
    background-color: #a3171c;
    border-color: #911419;
}

.btn-danger:active, .btn-danger.active {
    background-image: none;
}

.open .btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #c71c22;
    border-color: #c71c22;
}

.btn-danger .badge {
    color: #c71c22;
    background-color: white;
}

.btn-link {
    color: #2fa4e7;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}

    .btn-link, .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: #157ab5;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #999999;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .grid-action-button {
    padding: 14px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .grid-action-button {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .grid-action-button {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .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;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("fonts/./bootstrap-fonts/glyphicons-halflings-regular.eot");
    src: url("fonts/./bootstrap-fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("fonts/./bootstrap-fonts/glyphicons-halflings-regular.woff") format("woff"), url("fonts/./bootstrap-fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("fonts/./bootstrap-fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.printOptionSelect .btn .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top-color: #000;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1500;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: white;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: white;
            background-color: #2fa4e7;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: white;
        text-decoration: none;
        outline: 0;
        background-color: #2fa4e7;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999999;
}

.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 solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group > .grid-action-button,
    .btn-group-vertical > .btn,
    .btn-group-vertical > .grid-action-button {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group > .grid-action-button:hover, .btn-group > .btn:focus, .btn-group > .grid-action-button:focus, .btn-group > .btn:active, .btn-group > .grid-action-button:active, .btn-group > .btn.active, .btn-group > .active.grid-action-button,
        .btn-group-vertical > .btn:hover,
        .btn-group-vertical > .grid-action-button:hover,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .grid-action-button:focus,
        .btn-group-vertical > .btn:active,
        .btn-group-vertical > .grid-action-button:active,
        .btn-group-vertical > .btn.active,
        .btn-group-vertical > .active.grid-action-button {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group > .grid-action-button:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group-vertical > .grid-action-button:focus {
            outline: none;
        }

    .btn-group .btn + .btn, .btn-group .grid-action-button + .btn, .btn-group .btn + .grid-action-button, .btn-group .grid-action-button + .grid-action-button,
    .btn-group .btn + .btn-group,
    .btn-group .grid-action-button + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .grid-action-button,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar:before, .btn-toolbar:after {
        content: " ";
        display: table;
    }

    .btn-toolbar:after {
        clear: both;
    }

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .grid-action-button,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .grid-action-button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child, .btn-group > .grid-action-button:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .grid-action-button: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 > .grid-action-button: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, .btn-group > .btn-group:not(:first-child):not(:last-child) > .grid-action-button {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .grid-action-button:last-child,
    .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child, .btn-group > .btn-group:last-child > .grid-action-button: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, .btn-group > .grid-action-button + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .grid-action-button + .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, .grid-action-button .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .grid-action-button .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .grid-action-button .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .grid-action-button,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.btn-group-vertical > .btn-group > .grid-action-button {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        content: " ";
        display: table;
    }

    .btn-group-vertical > .btn-group:after {
        clear: both;
    }

    .btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .grid-action-button {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .grid-action-button + .btn, .btn-group-vertical > .btn + .grid-action-button, .btn-group-vertical > .grid-action-button + .grid-action-button,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .grid-action-button + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .grid-action-button,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .grid-action-button:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .grid-action-button:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .grid-action-button:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .grid-action-button {
        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) > .grid-action-button: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, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .grid-action-button: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 > .grid-action-button,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .grid-action-button {
            width: 100%;
        }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .grid-action-button > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
[data-toggle="buttons"] > .grid-action-button > input[type="checkbox"] {
    display: 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-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell;
    }

        .input-group-addon:not(:first-child):not(:last-child),
        .input-group-btn:not(:first-child):not(:last-child),
        .input-group .form-control:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 8px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm,
    .input-group-sm > .input-group-addon,
    .input-group-sm > .input-group-btn > .input-group-addon.btn,
    .input-group-sm > .input-group-btn > .input-group-addon.grid-action-button {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg,
    .input-group-lg > .input-group-addon,
    .input-group-lg > .input-group-btn > .input-group-addon.btn,
    .input-group-lg > .input-group-btn > .input-group-addon.grid-action-button {
        padding: 14px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .grid-action-button,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .btn-group > .grid-action-button,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .grid-action-button:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
    .input-group-btn:last-child > .btn-group:not(:last-child) > .grid-action-button {
        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 > .grid-action-button,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .btn-group > .grid-action-button,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .grid-action-button:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
    .input-group-btn:first-child > .btn-group:not(:first-child) > .grid-action-button {
        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, .input-group-btn > .grid-action-button {
        position: relative;
    }

        .input-group-btn > .btn + .btn, .input-group-btn > .grid-action-button + .btn, .input-group-btn > .btn + .grid-action-button, .input-group-btn > .grid-action-button + .grid-action-button {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .grid-action-button:hover, .input-group-btn > .btn:focus, .input-group-btn > .grid-action-button:focus, .input-group-btn > .btn:active, .input-group-btn > .grid-action-button:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .grid-action-button,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .grid-action-button,
    .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #999999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999999;
                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: #2fa4e7;
    }

    .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 {
            color: #396c89;
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #fff;
            /*background-color: white;*/
            background-color: #396c89;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: white;
        background-color: #2fa4e7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: white;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: static;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: none;
    }

    .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-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.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: 6px;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"],
        .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@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-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 6px;
    margin-bottom: 6px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.grid-action-button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.grid-action-button {
        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;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

@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: #2fa4e7;
    border-color: #1995dc;
}

    .navbar-default .navbar-brand {
        color: white;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: white;
            background-color: none;
        }

    .navbar-default .navbar-text {
        color: #dddddd;
    }

    .navbar-default .navbar-nav > li > a {
        color: white;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: white;
            background-color: #178acc;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: white;
        background-color: #178acc;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #dddddd;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #178acc;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #178acc;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: white;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #1995dc;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #178acc;
        color: white;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: white;
            background-color: #178acc;
        }

    .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: white;
        background-color: #178acc;
    }

    .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: #dddddd;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: white;
}

    .navbar-default .navbar-link:hover {
        color: white;
    }

.navbar-inverse {
    background-color: #396c89;
    border-color: #325e77;
}

    .navbar-inverse .navbar-brand {
        color: white;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: white;
            background-color: none;
        }

    .navbar-inverse .navbar-text {
        color: white;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: white;
            background-color: #325e77;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: white;
        background-color: #325e77;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #cccccc;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #325e77;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #325e77;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: white;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #2f5870;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #325e77;
        color: white;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #325e77;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #325e77;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: white;
            background-color: #325e77;
        }

    .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: white;
        background-color: #325e77;
    }

    .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: #cccccc;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: white;
}

    .navbar-inverse .navbar-link:hover {
        color: white;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: whitesmoke;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #cccccc;
        }

    .breadcrumb > .active {
        color: #999999;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.428571429;
            text-decoration: none;
            color: #2fa4e7;
            background-color: white;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            color: #157ab5;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #999999;
        background-color: whitesmoke;
        border-color: #dddddd;
        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: #999999;
        background-color: white;
        border-color: #dddddd;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 14px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: white;
            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: #999999;
        background-color: white;
        cursor: not-allowed;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

    .label[href]:hover, .label[href]:focus {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

    .label:empty {
        display: none;
    }

.btn .label, .grid-action-button .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #999999;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray;
    }

.label-primary {
    background-color: #2fa4e7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #178acc;
    }

.label-success {
    background-color: #77a42a;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #5a7b20;
    }

.label-info {
    background-color: #396c89;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #2a5065;
    }

.label-warning {
    background-color: #dd5600;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #aa4200;
    }

.label-danger {
    background-color: #c71c22;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #9a161a;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge, .grid-action-button .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .grid-action-button .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

a.badge:hover, a.badge:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #2fa4e7;
    background-color: white;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 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;
    }

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbnail .caption {
        padding: 9px;
        color: #555555;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #2fa4e7;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable {
    padding-right: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #356635;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #2d6987;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}

    .alert-warning hr {
        border-top-color: #f8e5be;
    }

    .alert-warning .alert-link {
        color: #a47e3c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

    .alert-danger hr {
        border-top-color: #e6c1c7;
    }

    .alert-danger .alert-link {
        color: #953b39;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    background-color: #2fa4e7;
    -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;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar {
    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: 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 {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #77a42a;
}

.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: 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: #396c89;
}

.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: 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: #dd5600;
}

.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: 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: #c71c22;
}

.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: 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,
.media-body {
    overflow: hidden;
    zoom: 1;
}

    .media,
    .media .media {
        margin-top: 15px;
    }

        .media:first-child {
            margin-top: 0;
        }

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media > .pull-left {
    margin-right: 10px;
}

.media > .pull-right {
    margin-left: 10px;
}

.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: white;
    border: 1px solid #dddddd;
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555555;
}

    a.list-group-item .list-group-item-heading {
        color: #333333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: whitesmoke;
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        z-index: 2;
        color: white;
        background-color: #2fa4e7;
        border-color: #2fa4e7;
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit;
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e6f4fc;
        }

.list-group-item-success {
    color: #468847;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #468847;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #468847;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #468847;
        border-color: #468847;
    }

.list-group-item-info {
    color: #3a87ad;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #3a87ad;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #3a87ad;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #3a87ad;
        border-color: #3a87ad;
    }

.list-group-item-warning {
    color: #c09853;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #c09853;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #c09853;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #c09853;
        border-color: #c09853;
    }

.list-group-item-danger {
    color: #b94a48;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #b94a48;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #b94a48;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #b94a48;
        border-color: #b94a48;
    }

.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: white;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
    height: 60%;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

    /* Added for BULK Export Page */
    .panel-body .one-element-in-row {
        margin-left: -5px;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: whitesmoke;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
        .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
        .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
        .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    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-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border: 0;
        border-bottom: solid 1px #ddd;
        /*overflow:hidden;*/
        display: block;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            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: #555555;
        background-color: whitesmoke;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-primary {
    border-color: #dddddd;
}

    .panel-primary > .panel-heading {
        color: white;
        background-color: #2fa4e7;
        border-color: #dddddd;
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-success {
    border-color: #dddddd;
}

    .panel-success > .panel-heading {
        color: #468847;
        background-color: #77a42a;
        border-color: #dddddd;
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-info {
    border-color: #dddddd;
}

    .panel-info > .panel-heading {
        color: #3a87ad;
        background-color: #396c89;
        border-color: #dddddd;
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-warning {
    border-color: #dddddd;
}

    .panel-warning > .panel-heading {
        color: #c09853;
        background-color: #dd5600;
        border-color: #dddddd;
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.panel-danger {
    border-color: #dddddd;
}

    .panel-danger > .panel-heading {
        color: #b94a48;
        background-color: #c71c22;
        border-color: #dddddd;
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

    .close:hover, .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0px;
    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%);
        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);
        transform: translate(0, 0);
    }

.modal-dialog {
    position: relative;
    width: auto;
    margin: 120px;
    top: 40px;
}

.modal-content {
    position: relative;
    background-color: white;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

    .modal-content.admin {
        top: 50px;
    }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

    .modal-header .close {
        margin-top: -2px;
        padding-left: 10px;
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429;
}

.modal-body {
    margin-bottom: 35px;
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer:before, .modal-footer:after {
        content: " ";
        display: table;
    }

    .modal-footer:after {
        clear: both;
    }

    .modal-footer .btn + .btn, .modal-footer .grid-action-button + .btn, .modal-footer .btn + .grid-action-button, .modal-footer .grid-action-button + .grid-action-button {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .grid-action-button + .btn, .modal-footer .btn-group .btn + .grid-action-button, .modal-footer .btn-group .grid-action-button + .grid-action-button {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: 1;
        filter: alpha(opacity=90);
        /* IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* IE 5-7 */
        filter: alpha(opacity=100);
    }

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.right {
        margin-left: -3px;
        padding: 0 5px;
    }

    .tooltip.bottom {
        margin-bottom: 3px;
        padding: 5px 0;
    }

    .tooltip.left {
        margin-left: 5px;
        padding: 0 5px;
    }
/*.ttiphra .tooltip.top{
    margin-top: 20px;
}
.ttiphra .tooltip.right{
    margin-top: -13px;
    margin-left:-45px;
}
.ttiphra .tooltip.left{
    margin-top: -13px;
    margin-left:42px;
}*/
.tooltip-inner {
    max-width: 200px;
    padding: 0px 6px 2px;
    color: white;
    text-align: center;
    text-decoration: none;
    /*background-color: #fff;*/
    border-radius: 4px;
    border: 1px solid #666;
    color: #111;
    text-transform: none;
    border-radius: 3px;
    box-shadow: 6px 5px 3px -3px #666;
    font-size: 12px;
    font-family: 'Segoe UI' !important;
    background: url('images/tooltip.png') repeat-x;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    display: none;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(0, 0, 0, 0.9);
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(0, 0, 0, 0.9);
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(0, 0, 0, 0.9);
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: rgba(0, 0, 0, 0.9);
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: rgba(0, 0, 0, 0.9);
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0, 0, 0, 0.9);
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0, 0, 0, 0.9);
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(0, 0, 0, 0.9);
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

    .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;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        border-width: 10px;
        content: "";
    }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%);
    bottom: -11px;
}

    .popover.top > .arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: white;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}

    .popover.right > .arrow:after {
        content: " ";
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: white;
    }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%);
    top: -11px;
}

    .popover.bottom > .arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: white;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%);
}

    .popover.left > .arrow:after {
        content: " ";
        right: 1px;
        border-right-width: 0;
        border-left-color: white;
        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;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            display: block;
            max-width: 100%;
            height: auto;
            line-height: 1;
        }

    .carousel-inner > .active,
    .carousel-inner > .next,
    .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next,
    .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left,
        .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
        color: white;
        text-decoration: none;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid white;
        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: white;
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn, .carousel-caption .grid-action-button {
        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: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !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;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    #myTabContent #homepage {
        position: static;
    }

    .ui-home-margin {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    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;
    }

    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;
    }

    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;
    }
}

.letterpress-text {
    text-shadow: white(0.5) 0 1px 0;
}

.header-background {
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#eaf4ff, endColorStr=#aecef7, GradientType=0);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eaf4ff), color-stop(100%, #aecef7));
    background: -webkit-linear-gradient(#eaf4ff, #aecef7);
    background: -moz-linear-gradient(#eaf4ff, #aecef7);
    background: -o-linear-gradient(#eaf4ff, #aecef7);
    background: linear-gradient(#eaf4ff, #aecef7);
}

/* Landing Page */
.logo-border {
    background: rgba(238, 238, 238, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    background-color: #fff;
}

/* Wrapper for page content to push down footer */
.wrap, #main-wrap {
    position: fixed;
    top: 50px;
    bottom: 30px;
    min-height: 100%;
    overflow: auto;
    width: 100%;
    /*padding-bottom:100px;*/
}

/* Provider Home */
.action-bar {
    position: fixed;
    bottom: 30px;
    /* Set the fixed height of the footer here */
    height: 40px;
    width: 100%;
}

.top-action-bar {
    margin: 10px 0px;
    background-color: #f5f5f5;
    padding: 0 5px;
    border-radius: 5px;
}

    .top-action-bar .right-directives {
        margin: 4px 0 0;
    }

.action-bar-content {
    position: fixed;
    overflow: auto;
    top: 110px;
    bottom: 70px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

/* Test Sheet */
.testTabStyle {
    background-color: #eeeeee;
    margin: 0 2px;
}

.rejectReason {
    color: #c71c22;
    margin-left: 5px;
}

.info-color, .bold-info-color, .navbar-nav li a, .region-title {
    color: #396c89;
}

.primary-color, .grid-action-button {
    color: #2fa4e7 !important;
}

.grid-action-button {
    font-weight: bold;
}

.bold-info-color, .navbar-nav li a, .region-title {
    font-weight: bold;
}

.patient_info_header {
    width: 65%;
    word-break: break-word; /*break-all*/
    float: left;
}

.ui-home-margin .patient_info_header {
    /*width: 80%;*/
    width: 100%;
}

.patient_info_header h4 {
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin:5px 0;*/
}

    .patient_info_header h4.remove-ellipsis-heading {
        white-space: inherit;
        margin-bottom: 5px;
        word-break: normal;
    }

.action-bar-content.test_main {
    overflow: hidden;
}

@media(max-width:1024px) {
    .patient_info_header {
        width: 65%;
        float: left;
    }

    .right-directives {
        float: right !important;
    }

    .action-bar-content {
        top: 154px;
    }
}


.full-gray-row {
    width: 100%;
    background: whitesmoke;
    margin-bottom: 15px;
    padding: 10px 0;
}

    .full-gray-row span {
        cursor: pointer;
    }

    .full-gray-row input {
        border: 0;
        background: none;
    }

.select-tests .modal-content {
    border-radius: 0;
    border: 0;
}

.select-tests .modal-header {
    background-color: #2fa4e7;
}

    .select-tests .modal-header h4 {
        color: #fff;
    }

.select-tests .modal-body {
    overflow-y: scroll;
    height: 370px;
}

.select-tests .modal-footer .button {
    border-radius: 4px;
    padding: 8px;
    border: 0;
    float: left;
    box-shadow: 0px 1px 1px #aaa;
}

.info_icon {
    float: left;
    margin-top: 9px;
}

    .info_icon .glyphicon-info-sign {
        color: #2fa4e7;
    }

.patient_info_header {
    width: calc(100% - 550px);
}
#schedule-reconciliation-sub-header .pull-left {
    width: 100% !important;
}

#schedule-reconciliation-sub-header .patient_info_header {
    width: 100% !important;
}

#schedule-reconciliation-sub-header .patient_info {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.patient_info_header div[ui-view="page-title"] {
    display: table;
    height: 48px;
    justify-content: flex-start;
    align-items: center;
}

    .patient_info_header h4 {
        /*margin: auto auto auto 0;*/
        display: table-cell;
        vertical-align: middle;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .patient_info_header {
        width: 55%;
    }
}

.dropdown-scroll .dropdown-menu {
    max-height: 145px;
    overflow: auto;
    display: block;
    width: 97%;
    z-index: 1000;
}

#uncategorizedPriorIcds .panel-heading {
    background-color: #989898;
}

#rejectedPriorIcds .panel-heading {
    background-color: #989898;
}

.modal-window-safari-mac .modal-dialog {
    width: 600px;
    margin: 115px auto;
}

.radioOneLine .radio {
    float: left;
    margin-right: 20px;
}

.form-horizontal .radioOneLine .control-label {
    float: left;
    width: 100%;
    text-align: left;
}

/*for pain score questions*/

.form-horizontal p.bottom-label {
    float: left;
    width: 100%;
    margin: -12px 0 10px -18px;
    font-size: 12px;
}

    .form-horizontal p.bottom-label span.pull {
        margin-left: 333px;
    }

    .form-horizontal p.bottom-label ~ .form-group {
        width: 100%;
    }

.createhra-validation {
    overflow-y: auto;
    max-height: 250px;
    margin-bottom: 85px;
}

/*changes 21 / 11/ 2016*/
.qi-review-list-tab {
    table-layout: fixed;
}

.qi-review-list-tab {
    table-layout: fixed;
}

    .qi-review-list-tab > li {
        width: 375px;
    }

.content-section-right.no-query-at-present .content-section-right-data {
    height: 50px;
}

.ui-home-margin .qi-review-table-block .table-content .remove-tbody-height tbody {
    height: auto;
}

.content-section-right-data textarea {
    resize: none;
}

.scrolltable {
    overflow-x: auto;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    overflow-y: hidden;
}

.header > thead > tr > th, .header > thead > tr > td, .header > tbody > tr > th, .header > tbody > tr > td, .header > tfoot > tr > th, .header > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    /*border-top: 1px solid #ddd;*/
    font-weight: bold;
}

.scrolltable > .header {
    /*width:100%;*/
    border-collapse: collapse;
    border-spacing: 0;
}

.scrolltablebody {
    width: 94%;
    overflow-y: scroll;
    overflow-x: scroll;
    flex: 1;
    -webkit-flex: 1;
}

/* an outside constraint to react against */
#constrainer {
    width: 100%;
    overflow-x: auto;
}

/*for wotkflow mode title on header*/
.bold-info-color, .navbar-nav li a, .workflowmode-title {
    font-weight: bold;
}

.info-color, .bold-info-color, .navbar-nav li a {
    color: #396c89;
}

.workflowmode-title {
    color: #2fa4e7;
}

.disabled-user {
    color: #8c8c8c;
}

/* Some additional styling for Site/User Admin */
.btn-default2 {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
    cursor: text;
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top10 {
    margin-top: 10px;
}

.expanding-tab-header {
    color: white;
    background-color: #396c89;
    padding: 5px;
    margin-top: 10px;
    font-size: large;
}

.logo-img {
    margin-bottom: 100px;
    margin-top: 50px;
    padding: 20px;
}

.custom-today-class {
    color: #2fa4e7;
}

.datepicker-reference {
    height: 30px;
}



/*.date-picker-container .bs-datepicker-head button {
    line-height: normal;
}*/

    .date-picker-container .bs-datepicker-head button.next span, .date-picker-container .bs-datepicker-head button.previous span {
        font-size: 19px;
       
    }

.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
    line-height: 20px !important;
}

.calendar-pos {
    position: absolute;
    left: 0;
}
bs-datepicker-container, bs-daterangepicker-container {
    transform: translate(2px, 40px) !important;
}
.bs-datepicker-body table
{
    width:200px!important;
}
.bs-datepicker-body {
    min-width: 215px !important;
    min-height: 180px !important;
}
.bs-datepicker-container {
    padding: 5px !important;
}
.bs-datepicker-body table th{
    font-size:10px!important;
}
.bs-datepicker-body table.days span {
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
}
.bs-datepicker-head {
    min-width: 230px !important;
}

    .bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        width: 20px !important;
        height: 20px !important;
        padding: 0px !important;
        margin-top: 4px;
    }

vh-datepicker button {
    padding: 5px 0px !important;
}

.bs-datepicker-head button {
    padding: 0px !important;
}
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */


#couple-picture {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("~/Content/images/couple_resize.png") no-repeat center center fixed;
    bottom: 0;
    right: 0;
}

.landing-container {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 20px;
    background: url("images/bg.jpg") no-repeat center center;
    background-size: 100% 100%;
}

.landing-background-image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%; /* alternative: right:0; */
    height: 100%; /* alternative: bottom:0; */
}

.couple-image {
    position: relative;
    bottom: 0;
    right: 0;
    height: 400px;
}

.bar {
    background: #ffffff;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    width: 831px;
    height: 400px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none !important;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: inherit;
            margin-left: inherit;
            margin-right: -1px;
            right: 100%;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.b {
    border: 1px solid black;
}

.bt {
    border-top: 1px solid black;
}

.br {
    border-right: 1px solid black;
}

.bb {
    border-bottom: 1px solid black;
}

.bl {
    border-left: 1px solid black;
}

.NoPadding {
    padding: 0px;
}

.ppp div p {
    text-align: justify;
}

.center th {
    text-align: center;
}

.center {
    text-align: center;
}

.exercises h5 {
    margin-top: 0px;
    padding-left: 12px;
}

.exercises img {
    padding-right: 12px;
}

.endurance li a:hover, .heading:hover {
    text-decoration: none;
}

.heading {
    margin-top: 10px;
    font-weight: bold;
}

.wellness-profile tr > td:first-child {
    text-align: right;
    font-weight: bold;
}

.indent.first-level {
    margin-left: 190px;
}

.indent-small.first-level {
    margin-left: 150px;
}

.indent.second-level.radio-field {
    margin-left: 30px;
}

.indent.second-level {
    margin-left: 20px;
    padding-top: 10px;
}

.snapshot tr > td {
    vertical-align: top;
}

.snapshot {
    max-width: none;
}

    .snapshot tr > td .b {
        border-left: 0px;
        border-right: 0px;
    }

#therapiesForm .form-group .radioField {
    padding-right: 0px;
    width: inherit;
}

#therapiesForm table tr td input[type=date] {
    width: 160px;
}

.form-group .required-message, .form-group .pattern-message, .form-group .invalid-provider, .form-group .email-used, .form-group .password-mismatch {
    display: none !important;
}

.form-group.has-error.invalid-required .required-message, .form-group.has-error.invalid-pattern .pattern-message,
.form-group.has-error.custom-error .invalid-provider, .form-group.has-error.custom-error .email-used,
.form-group.has-error.custom-error .password-mismatch {
    display: block !important;
}

.action-bar {
    border-top: 1px solid #ececec;
}

.action-bar-comments {
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
}

    .action-bar-comments .panel-body {
        height: 250px;
        overflow: auto;
    }

@media print {

    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1 !important;
    }

    #main-wrap, .action-bar-content {
        position: inherit;
    }

    .no-page-break, table, tr, td, th, tbody, thead, tfoot {
        page-break-inside: avoid !important;
    }

    @page {
        size: auto;
        margin: 0mm;
    }

    body {
        background-color: #FFFFFF;
        border: solid 1px black;
        margin: 0px;
    }
}

.radio-offset .radioField {
    vertical-align: top;
}

.radio-offset .radio-inline {
    text-align: left;
    max-width: 70%;
}

.radio-block {
    display: block;
    margin: 5px 0;
}

/****************RK TABLE CSS********************************/
.preventiveHomeTests-accordion-row {
    float: left;
    width: 100%;
}

    .preventiveHomeTests-accordion-row .checkbox {
        margin-top: 3px;
        float: left;
    }

    .preventiveHomeTests-accordion-row input[type="checkbox"] {
        margin-top: 9px;
    }

    .preventiveHomeTests-accordion-row #cbxIsReferral {
        margin-top: 10px !important;
    }

    .preventiveHomeTests-accordion-row .test_description {
        margin-top: 7px;
    }

    .preventiveHomeTests-accordion-row .cross_button {
        float: left;
        margin: 9px 0px 0px 25px;
    }

.cross_button {
    cursor: pointer;
}

.preventiveHomeTests-accordion-row .test_description + strong {
    float: left;
}


.preventiveHomeTests-accordion-row .test_description .glyphicon-info-sign {
    padding: 2px;
    color: #2fa4e7;
    cursor: pointer;
    margin: 1px 0px 0px 0px;
}

.preventiveRejected-row span.glyphicon-info-sign {
    color: #2fa4e7;
    cursor: pointer;
}

.preventiveHomeTests-accordion-row .panel {
    border: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    overflow: hidden;
}

    .preventiveHomeTests-accordion-row .panel .panel-heading {
        border: 0 !important;
        background: none !important;
        height: 40px;
        width: 40px;
        float: left;
        position: relative;
    }



    .preventiveHomeTests-accordion-row .panel .panel-collapse {
        margin-left: 45px;
        /*margin-top:-40px;*/
    }

        .preventiveHomeTests-accordion-row .panel .panel-collapse .panel-body {
            border: 0 !important;
        }

.preventiveHomeTests-accordion-row .panel-info .panel-body {
    border: 0;
}

    .preventiveHomeTests-accordion-row .panel-info .panel-body .col-sm-12 {
        margin-top: -7px;
    }

.preventiveHomeTests-accordion-row div strong.info_icon {
    cursor: pointer;
}

.bolt_text {
    font-weight: bold;
}
/*EARLIER --> #myTabContent label.selectall*/
.selectall {
    border: solid 1px #a0a0a0;
    padding: 4px 8px;
    float: left;
    margin: 0px 0px 10px -5px;
    border-radius: 2px;
    cursor: pointer;
}

    .selectall:hover {
        border-color: #555;
    }

    .selectall input {
        float: left;
        margin-top: 3px;
        margin-right: 5px;
    }

.expand-btn button {
    background: none;
    border: 0;
    margin-bottom: 0;
}

    .expand-btn button:focus {
        outline: none;
    }

.expand-btn .glyphicon {
    margin-top: 4px;
}

#myTabContent label.refer, #otherIndicatedHome label.refer {
    float: left;
    margin-top: 5px;
}

#myTabContent ul.table-accordin-box, #otherIndicatedHome ul.table-accordin-box {
    list-style: none !important;
    padding: 10px !important;
}

#otherIndicatedHome #otherIndicatedHomevhAcc .panel-body {
    padding: 12px;
}

#myTabContent #otherIndicatedHome .outer-body-accordion label {
    margin: 20px 0 10px 10px;
    float: left;
}

#myTabContent #otherIndicatedHome label.refer {
    margin-top: 25px;
}

#myTabContent #otherIndicatedHome label.refertwo {
    margin-top: 4px;
    padding-right: 5px;
}

/************END RK CSS***********************************/
@media (min-width: 1024px) {

    .container.container-flexible {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .left-aside {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
    }

    .right-aside {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        overflow: auto;
    }
}

@media (max-width: 768px) {
    .form-horizontal .control-label {
        text-align: initial;
    }
}

.placeholder {
    color: #aaa;
}

.privacy-policy-dialog {
    top: 0 !important;
    overflow: initial;
    bottom: 60px;
}

    .privacy-policy-dialog .modal-dialog {
        height: 100%;
    }

        .privacy-policy-dialog .modal-dialog .modal-content {
            height: 100%;
        }

            .privacy-policy-dialog .modal-dialog .modal-content .modal-body {
                position: absolute;
                top: 60px;
                right: 0;
                bottom: 0;
                left: 0;
                overflow: auto;
            }

.input-range .invalid-range {
    display: none;
}

.input-range.has-error.invalid-pattern .invalid-range {
    display: block;
}

.left-aside .col-md-8 {
    padding-right: 0px;
}

.left-aside a {
    font-size: 12px;
}

    .left-aside a.active {
        text-decoration: underline;
        background: #ddd;
        padding: 5px 3px;
        display: inline-block;
    }

        .left-aside a.active:before {
            content: url('images/arrow.png');
            color: #777;
            position: absolute;
            margin-left: -20px;
            font-size: 14px;
            display: inline-block;
            text-decoration: none;
        }

.mcontent.compact > .modal-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mcontent.compact .modal-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    /*margin-top changed from 5px to 0px due to any issue on popup height*/
    margin-top: 0px;
    clear: both;
}

.mcontent.compact .modal-header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.clinical-radio .form-group {
    margin-bottom: 5px;
}

.radio-two-options tr > td:first-child {
    width: 100px;
    vertical-align: top;
}

.radio-three-options tr > td:first-child {
    width: 192px;
    vertical-align: top;
}

    .radio-two-options tr > td:nth-child(2),
    .radio-two-options tr > td:first-child + td,
    .radio-three-options tr > td:nth-child(2),
    .radio-three-options tr > td:first-child + td {
        display: inline-block;
        padding-left: 20px;
        vertical-align: middle;
        font-weight: normal;
        cursor: pointer;
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 9px;
    }

.radio-two-options tr > td.NoPadding,
.radio-three-options tr > td.NoPadding {
    padding-top: 0;
}

.radio-three-options tr > td:nth-child(2),
.radio-three-options tr > td:first-child + td {
    padding-top: 0;
    padding-left: 0;
}

    .radio-three-options tr > td:nth-child(2) > label,
    .radio-three-options tr > td:first-child + td > label {
        text-align: left;
    }

#tests a.text-danger:focus {
    color: #BE413F;
}

pre.no-style {
    padding: 0;
    background-color: transparent;
    border: none;
}

.gridStyle small {
    font-size: 75%;
}

a[href="#qualityMeasurement"] span {
    display: none;
}

.active a[href="#qualityMeasurement"] span {
    display: inline;
}

.dropdown-submenu.pull-left > a:before {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-right-color: #ccc;
    margin-top: 5px;
    margin-left: -10px;
}

.dropdown-submenu.pull-left > a:after {
    display: none;
}

#hraForms .blockOverlay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
    filter: alpha(opacity=5);
    -moz-opacity: 0.05;
    -khtml-opacity: 0.05;
    opacity: 0.05;
    cursor: default;
    position: absolute;
    background-color: rgb(0, 0, 0);
}

.risk-score td {
    padding: 4px;
}

.grid-hoverable tr:hover {
    background-color: #428bca !important;
    color: whitesmoke !important;
}

.grid-success-hoverable tr {
    color: #468847;
}

    .grid-success-hoverable tr:hover {
        background-color: #428bca !important;
        color: whitesmoke !important;
    }

.scrollForm .panel-body {
    overflow-y: auto;
    overflow-x: hidden;
}

#frmCreateHRA .panel-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.dialog-header-confirm .close {
    color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

    .dialog-header-confirm .close:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

.bold-font {
    font-weight: bold;
}

.ui-grid-flexible-row-height {
    height: auto !important;
}

    .ui-grid-flexible-row-height .ngCell {
        display: table-cell;
        height: auto !important;
        position: static;
    }

    .ui-grid-flexible-row-height .ngRow {
        display: table-row;
        height: auto !important;
        position: static;
    }

    .ui-grid-flexible-row-height .ngCellText {
        height: auto !important;
        white-space: normal;
    }

    .ui-grid-flexible-row-height .ngViewport {
        overflow-x: hidden;
    }

.modal {
    overflow: hidden;
    overflow-y: auto;
}

.modal-backdrop.fade[uib-modal-backdrop] {
    left: 0;
}

.select-site {
    padding-top: 9%;
}

.nav li.user-title a:hover,
.nav li.user-title a:focus {
    background-color: transparent;
    text-decoration: none;
    cursor: default;
}

#hraForms #medications {
    overflow: visible;
}

.grid-action-button.top-btn {
    float: left;
    margin-left: 4px;
}

.grid-action-button.top-btn-rt {
    float: left;
}

.btn-topStretch {
    padding: 9px 12px;
}

.edit_admin_modal .form-horizontal .control-label {
    text-align: left;
}

.edit_admin_modal .modal-footer, .edit_admin_modal .form-section {
    overflow: hidden;
}

.edit_admin_modal .btn-danger {
    float: left;
}

.reset_radio p {
    margin: 0px;
}

.noeffect-icon {
    float: left;
    width: 16px;
    height: 16px;
}

.check-icon {
    width: 16px;
    height: 16px;
    background: url("images/checkbox-checked.png") center center no-repeat;
    margin-right: 5px;
    display: inline-block;
}

.uncheck-icon {
    width: 16px;
    height: 16px;
    background: url('images/checkbox-unchecked.png') center center no-repeat;
    margin-right: 5px;
    display: inline-block;
}

span.show-title:after {
    content: attr(title);
    border: 1px solid darkgrey;
    z-index: 1000;
    color: black;
    width: 300px;
    font-size: 0.9em;
    background-color: white;
    display: block;
    position: absolute;
    top: 0px;
    left: 15px;
    padding: 5px;
    overflow: hidden;
    text-align: left;
    word-spacing: -10px;
}

.glyph-alert {
    color: #d2322d;
    font-size: 24px;
    padding-right: 10px;
    float: left;
}

.modal-glyphtext {
    display: table;
}

.slide-frame.create-hra-container {
    margin-bottom: 100px;
}

.table-bordered > tbody > tr > td.bottom-line {
    border-bottom: 0px;
}

.table-bordered > tbody > tr > td.top-line {
    border-top: 0px;
}

.table-bordered > tbody > tr > td.topbottom-line {
    border-top: 0px;
    border-bottom: 0px;
}

.ui-grid-pager-panel {
    background-color: #eaeaea;
    padding-bottom: 15px !important;
    padding-top: 0 !important;
    border-top: 1px solid #d4d4d4;
}

@media all and (-ms-high-contrast:none) {
    .ui-grid-pager-panel {
        padding-bottom: 0px !important;
    }

    *::-ms-backdrop, .ui-grid-pager-panel {
        padding-bottom: 0px !important;
    }
    /* IE11 */
}

#cover, .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #777;
    opacity: 0.3;
}

.checkboxgroup-ui {
    background: #EEEEEE;
    margin-left: -30px;
    margin-top: 7px;
    padding: 5px 0px 12px 30px;
    width: 108%;
}

.checkboxgroup-diabetic-Ui {
    background: #EEEEEE;
}

    .checkboxgroup-ui .checkboxgroup-Headertext, .checkboxgroup-diabetic-Ui .checkboxgroup-Headertext {
        color: #3A87AD;
        font-weight: bold;
    }

.disable-code-selection {
    color: #bbb;
}

.icdcoderow .glyphicon {
    color: #317eac;
}

.grid-hoverable tr.icdcoderow:hover .glyphicon {
    color: #fff;
}

tr.icdcoderow div.popover {
    color: #ff0000;
    font-family: sans-serif;
    font-size: 12px;
}

.icon-container {
    position: relative;
    display: inline-block;
}

.icon-spacer {
    position: relative;
    top: 0px;
    margin-left: 10px;
    vertical-align: middle;
}

.icon-container .infopopover {
    position: fixed;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0px 4px #333;
    border-radius: 5px;
    width: 280px;
    z-index: 9999;
    color: #ff0000;
    font-family: sans-serif;
    font-size: 12px;
}

    .icon-container .infopopover .pointer_arrow {
        content: "";
        position: absolute;
        border: .8rem solid #fff;
        border-color: #fff #fff transparent;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 999;
        box-shadow: -1px -1px 1px #555;
        left: -7px;
        top: 35%;
    }

/******conflict_diagnosis_listing*******/
.conflict_diagnosis_listing,
.conflict_accepted_panel {
    border: solid 2px #E9DF56;
    margin: 10px 0 25px;
}

    .conflict_diagnosis_listing .conflict_diagnosis_title {
        color: #000;
        font-size: 14px;
        background: #FBF9DE;
        margin: 0;
        padding: 15px 20px;
        font-weight: 600;
    }

.icon_text {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left: 10px;
    font-weight: 600;
}

.conflict_diagnosis_listing .conflict_diagnosis_title_icon {
    color: #EB452F;
}

.conflict_diagnosis_listing .conflict_rejected_icon {
    margin-right: 10px;
    color: #d3a80e;
}

.conflict_diagnosis_listing .meta_text {
    /*color:#BAAF65;*/
    display: block;
    padding: 5px 0 0 25px;
    font-weight: normal;
}

.conflict_diagnosis_content {
    padding: 15px 15px 15px 35px;
}

    .conflict_diagnosis_content .diagnisis_options {
        float: left;
        width: 100%;
    }

.option_block {
    padding: 8px 0;
}

.conflict_diagnosis_content .diagnisis_options:last-child {
    margin: 0;
}

.conflict_diagnosis_content .btn_block {
    text-align: right;
}

.conflict_reject_listing {
    /*background: #FBF7DF;*/
}

.conflict_accepted_panel .panel-heading {
    background: #FBF9DE;
}

    .conflict_accepted_panel .panel-heading .panel-title {
        color: #000;
    }

.conflict_accepted_icon {
    color: #5CA744;
    margin-left: 30px;
}

    .conflict_accepted_icon .icon_text {
        position: relative;
        top: -2px;
        margin-left: 5px;
    }

.diagnosis_source_modal {
    max-height: 400px;
    overflow-y: auto;
}

    .diagnosis_source_modal .diagnosis_source_list {
        margin-bottom: 30px;
    }

    .diagnosis_source_modal .diagnosis_modal_title {
        font-weight: 600;
        color: #555;
        margin-top: 0;
    }

.text_green {
    color: #129136;
}

.text_red {
    color: #FF1F1F;
}

.text_bold {
    font-weight: 600;
}

.expanded-popup-block {
    position: absolute;
    width: 315px;
    top: 22px;
    right: -314px;
    background-color: #fff;
    border-radius: 3px;
    padding: 0;
    font-size: 12px;
}

.title-text {
    color: #fff;
    background-color: #396c89;
    padding: 7px;
    font-size: 14px;
}

.expanded-popup-block .title-text {
    border-radius: 3px 3px 0 0;
}

.expanded-popup-block .content-block {
    padding: 10px 20px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: auto;
}

    .expanded-popup-block .content-block .additional-info {
        color: rgba(0,0,0,0.3);
        font-size: 10px;
        font-weight: bold;
    }

.meta-title {
    font-size: 11px;
    font-weight: 400;
    display: block;
}

.expanded-popup-block .meta-title {
    margin: 5px 0 3px;
}

.expanded-popup-block .content-block .form-group {
    margin: 0;
}

.header-block h4 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin-top: 15px;
}

.header-block p {
    font-size: 12px;
}

.expand-toggle-btn {
    top: 62px;
    right: -22px;
    position: absolute;
    background: #ddd;
    padding: 5px;
    z-index: 2;
    background: url('images/arrow_expand.png') no-repeat;
    width: 22px;
    height: 25px;
}

.expanded-mod .modal-dialog .expand-toggle-btn {
    right: -22px;
    background: url('images/arrow_collapse.png') no-repeat;
}

.footer-block {
    padding: 6px 15px 10px 25px;
    border-radius: 0 0 5px 5px;
    font-size: 11px;
}

.flex_mod {
    display: flex;
}

.treatment_block {
    margin-left: 5px;
}

.medication-row {
    display: block;
    margin: 0 -15px 10px;
}

.no-padding {
    padding: 0;
}

.last-col {
    padding: 0 5px;
}

.medication-footer input {
    margin-right: 8px;
    margin-left: -5px;
}

.medication-footer label {
    font-size: 12px;
    display: inherit;
}

.medication-footer.has-error {
    border: #D2322D solid 1px;
    box-shadow: 0 0 8px #D2322D;
}

.expanded-mod .modal-dialog.modal-lg {
    -ms-transform: translate(-125px, 0px) !important; /* IE 9 */
    -webkit-transform: translate(-125px, 0px) !important; /* Safari */
    transform: translate(-125px, 0px) !important;
}

.medication-list {
    display: block;
}

    .medication-list .medication {
        padding-left: 20px;
    }

    .medication-list .other-medication {
        margin-top: 20px;
    }

.medication-list-accpeted {
    display: block;
    /*white-space: pre-wrap;*/
}
/**Forcfully custom styling(shame css)***/
.current_medication_title {
    position: relative;
    top: -20px;
    text-align: center;
    display: inline-block;
    width: 100%;
    color: #396c89;
    text-decoration: underline;
}

.noMedicationlbl {
    color: #C84A48;
    font-weight: normal;
}
/*Reason for reject*/

.mcontent.compact .modal-title-text {
    font-weight: bold;
}

.mcontent.compact .modal-header {
    border-bottom: 2px solid #cccccc;
}

.mid-section .modal-title span {
    display: inline-block;
}

.reject-icon {
    color: #3a87ad;
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.reject-title {
    padding: 10px 0px;
    font-weight: bold;
    color: #555555;
}

.reject-reason-title {
    padding: 7px 0px 10px 0px;
    font-weight: bold;
}

.dx-info-padding {
    padding-bottom: 10px;
}

.dx-info {
    padding-left: 27px;
}

.reject_listing {
    background-color: whitesmoke;
    margin: 0px 0 0px;
}

.reject_diagnosis_content {
    padding: 15px;
}

.row-heading {
    padding: 0px 30px;
}

.bottom-section {
    padding: 10px 15px;
    display: table;
    width: 100%;
}

.left-section {
    border-right: 2px solid #cccccc;
    padding-right: 20px;
    /*width:33%;
    display:table-cell*/
}

.right-section {
    border-left: 1px solid #ddd;
    display: table-cell;
    padding-right: 0px;
}

.button-align {
    float: right;
}

.reject-buttons {
    border-top: none;
}

.button-section {
    /*display:table-cell;*/
    /*padding-left:42%;*/
    /*padding-left:55%;*/
}

.preview-codes {
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
    text-decoration: underline;
}

    .preview-codes a {
        font-size: 12px;
        font-style: italic;
        padding-top: 5px;
        text-decoration: underline;
    }

input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}

.icd-codes {
    width: 100%;
}

    .icd-codes th {
        font-weight: bold;
        padding: 12px;
    }

    .icd-codes tr {
        border: 1px solid #c2c2c2;
        width: 100%;
    }

    .icd-codes td {
        padding: 0px 10px;
        background-color: #ececec;
    }

.padding-or {
    display: inline-block;
    padding: 0px 32px;
}

.icd-codes thead, .icd-codes tbody {
    display: block;
    width: 100%;
}

.icd-codes tbody {
    max-height: 125px;
    overflow-y: auto;
    overflow-x: hidden;
}

.txtcomment {
    margin-bottom: 10px;
}

.table-section {
    display: table-row;
}

.button-area-accept {
    margin-bottom: 10px;
    padding-top: 10px;
}

.button-section-reject {
    /*border-right: 2px solid #ccc;
    padding-left:68%;*/
}

.dx-title-info {
    padding-top: 12px;
}

    .dx-title-info .reject-title {
        color: #3a87ad;
        font-size: 18px;
    }

.button-area-content {
    padding-right: 0px;
}

.left-section-content {
    display: table-cell;
}

    .left-section-content .reject-reason-option {
        position: relative;
        padding-left: 20px;
    }

        .left-section-content .reject-reason-option input[type="radio"] {
            position: absolute;
            left: 0;
            top: 0;
        }

.dx-text {
    width: 73%;
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.dx-radio-button {
    float: left;
}

.dx-description {
    display: block;
    padding-left: 27px;
}
/*modal diagnosis-description-mod*/
.wht-shdw-content-block {
    background: #fff;
    padding: 15px;
    display: block;
}

.diagnosis-description-mod .modal-header {
    background-color: #fff;
}

.diagnosis-description-mod .modal-title {
    display: table;
    color: #3a87ad;
}

.diagnosis-description-mod .modal-title-text {
    display: table-cell;
    white-space: nowrap;
    padding-right: 15px;
}

.diagnosis-description-mod .modal-title label {
    display: block;
}

.diagnosis-description-mod .modal-body {
    padding: 0;
}

.diagnosis-description-mod .dx-title-info {
    background: whitesmoke;
    padding: 15px;
    display: block;
}

.border-seprator:before {
    border-right: solid 1px #ddd;
    content: "";
    width: 20px;
    height: 100%;
    padding-right: 15px;
    position: absolute;
    top: 0;
    left: -55px;
}
/*.left-section-title:after{
    content: "OR";
    width: 20px;
    height:20px;
    padding-right:15px;
}*/

.left-section-title, .right-section-title {
    background-color: #BEBEBE;
    color: #3a87ad;
    font-size: 16px;
    padding: 10px 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: bold;
}
/*.seprator:after{
    border-right:solid 1px #ddd;
    content: "";
    width:2px;
    height:100%;

}*/
.or-text {
    padding: 10px 149px 10px 74px;
    color: #fff;
}

.right-section-content {
    min-height: 212px;
}

.reject-reason {
    padding-left: 0px;
}

.show-comments {
    font-size: 12px;
    font-style: italic;
    padding: 5px 0px 0px 50px;
    text-decoration: underline;
}

.show-comments-text-area {
    margin-top: 10px;
}

.column-title {
    padding-left: 70px;
}


/*QI Review CSS Changes */
#review .sub-tab-content .tab-pane {
    top: 80px;
    bottom: 0px;
}

#review .sub-tab-content .left-aside {
    padding-left: 0;
}

#review .ui-home-margin {
    width: 65%;
    margin-top: 10px;
}

.content-section-left {
    width: 100%;
    padding-top: 10px;
}

.table-content {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
}

    .table-content th:first-child, .table-content td:first-child {
        padding-left: 15px;
        top: -1px;
    }

    .table-content th {
        background-color: #f5f5f5;
        color: #396c89;
        height: 40px;
    }

    .table-content td, .table-content th {
        padding: 10px;
    }

.table-info {
    width: 100%;
    display: inline-block;
    background-color: #396c89;
    color: #fff;
    padding: 10px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 16px;
}

.toolkit {
    text-decoration: underline;
    font-size: 14px;
    padding-right: 15px;
}

.toolkit-head {
    position: relative;
}

.table-info .expand-toggle-btn {
    top: 0;
    right: -17px;
}

.right-text {
    float: right;
}

.table-content .preview-codes {
    text-align: left;
}

.documentation-details {
    letter-spacing: 3px;
    vertical-align: top;
}

.documentation-details, .comments-title {
    color: #626262;
    padding-right: 10px;
    font-weight: bold;
    padding-left: 0 !important;
}

.comment-section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.documentation-details-td {
    padding-right: 40px;
}

.query-accordian .documentation-details-td, .query-accordian .documentation-details {
    padding-top: 0 !important;
}

.query-accordian .table-content .txtcomment {
    width: 99%;
}

.table-content .txtcomment {
    width: 90%;
}

.table-content .comment-section textarea {
    background-color: #f5f5f5;
}

.table-data {
    vertical-align: top;
    padding-top: 20px;
}

    .table-data .text-info {
        font-size: 16px;
        padding-left: 5px;
    }

.table-content tr {
    border-bottom: 1px solid #dee1e2;
}

    .table-content tr:first-child, .table-content tr:last-child {
        border-bottom: none;
    }

.table-content tbody tr:first-child {
    border-bottom: 1px solid #dee1e2;
}

.table-content .documentation-details-table tbody tr {
    border-bottom: none;
    padding: 5px 0;
    display: block;
}

.documentation-details-table tr {
    border-bottom: none;
}

.toolkit-active {
    float: left;
}

.content-section-right {
    float: right;
    padding-top: 10px;
    position: relative;
    width: 36%;
}

    .content-section-right .expand-toggle-btn {
        left: -20px;
        top: 21px;
    }

.content-section-right-data {
    background-color: #f5f5f5;
    padding: 10px;
    max-height: 347px;
    min-height: 50px;
    /* height: auto; */
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
}

    .content-section-right-data .query-section.ng-hide {
        height: 50px;
    }

.saved-query-section {
    margin: 15px 0 40px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    float: left;
    width: 100%;
}

.query-head {
    background-color: #f5f5f5;
    color: #396c89;
    font-weight: bold;
    padding: 15px;
    border-radius: 6px 6px 0 0;
}

.selected-row, .selected-row td {
    font-style: italic;
    color: #aaa;
}

.dropdown-selectQuery, .dropdown-reviwerFinding {
    float: left;
}

.dropdown-reviwerFinding {
    width: 60%;
}

    .dropdown-reviwerFinding select {
        margin-left: 0;
    }

.dropdown-reviwerFinding-select .ui-select-search {
    font-size: 13px;
    padding: 5px 0 0 !important;
}

.add-new-query-content {
    background-color: #fff;
    /*padding: 10px;
    border-top: solid 1px #ddd;*/
}

.dropdown-selectQuery select {
    width: 140px;
    padding: 4px 0px 6px 0px;
    font-size: 13px;
}

.dropdown-reviwerFinding-select {
    position: relative;
}

.dropdown-selectQuery select, .dropdown-reviwerFinding-select {
    height: 35px;
    color: #555555;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.dropdown-reviwerFinding {
    position: relative;
}

.add-new-query-content .comment-section {
    padding: 10px;
    float: left;
    width: 100%;
}

.add-new-query-content .button-area button {
    display: inline-block;
    width: 40%;
}

.add-new-query-content .button-area {
    text-align: right;
    padding: 10px 10px 10px 0;
    float: left;
    width: 100%;
}

    .add-new-query-content .button-area .btn-block + .btn-block {
        margin-top: 0px;
    }

.qryTemplate {
    clear: both;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.tmpTitle {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    display: block;
}

    .tmpTitle a {
        float: right;
        text-decoration: underline;
    }

.qryCommentWrap {
    padding: 10px;
    cursor: pointer;
}

    .qryCommentWrap span {
        float: right;
    }

    .qryCommentWrap span {
        background: url("images/arrow_sprite.png") no-repeat left top;
        height: 18px;
        width: 17px;
        display: block;
    }

        .qryCommentWrap span.open {
            background-position: 0 100%;
        }

    .qryCommentWrap p {
        width: calc(100% - 25px);
        float: left;
        margin-bottom: 0;
    }

    .qryCommentWrap.active {
        background: #f5f5f5;
    }

.selected-icd-container {
    padding: 15px 10px 10px;
    float: left;
    width: 100%;
}

.selected-icd-codes {
    height: 40px;
    min-width: 120px;
    padding: 8px 0 10px 20px;
    background-color: #eaeaea;
    border-radius: 5px;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}

.saved-query-table {
    width: 100%;
    color: #396c89;
    font-size: 14px;
    font-weight: bold;
}

    .saved-query-table tr {
        height: 50px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

.saved-query-content .saved-query-table tr:hover {
    border: 1px solid #2AA3E7 !important;
    border-top: 1px solid #2AA3E7 !important;
}

.saved-query-table tr td {
    border-right: 1px solid #ddd;
    text-align: center;
}

    .saved-query-table tr td:first-child {
        border-right: none;
        text-align: left;
        padding-left: 10px;
    }

.query-section {
    background-color: #fff;
    float: left;
    width: 100%;
    margin: 10px 0 0px 0;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.saved-query-table tr td:last-child {
    border-right: none;
}

.saved-query-content {
    background-color: #fff;
    padding: 0px 0px 30px 0px;
}

.content-section-right.expanded-mod .expand-toggle-btn {
    background: rgba(0, 0, 0, 0) url("images/arrow_collapse.png") no-repeat scroll 0 0;
    right: -22px;
}

.view-list {
    padding-left: 36px;
    width: 100%;
}

.qi-review-table-block .view-list, .query-accordian .view-list {
    overflow: hidden;
    overflow-x: auto;
}

.view-list .info-div {
    padding-left: 136px;
}

.query-review-width {
    margin-right: 6px;
}

.medication-qi-list {
    padding-left: 20px;
}

.sub-tab-pane {
    position: absolute;
    top: 66px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

#review.tab-pane {
    overflow-y: visible;
    overflow: initial;
}

.review-status {
    padding-bottom: 10px;
}

.medication-RowHeader {
    color: #317eac !important;
}

.disgnostic-desc-td {
    word-wrap: break-word;
    width: 83%;
    /*display: inline-block;*/
}

    .disgnostic-desc-td + .query-tag {
        margin-top: 5px;
    }

.filter-image {
    background-image: url('images/filter.png');
    display: inline-block;
    height: 17px;
    width: 20px;
    background-repeat: no-repeat;
}

.set-width-for-show-ReviewerToolKit {
    width: 60%;
}

.cursor-icon {
    cursor: pointer;
}

.dropdown {
    position: relative;
}

.dropdown-content:before {
    content: '';
    position: absolute;
    right: 127px;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ededed;
    z-index: 9998;
}

.dropdown-content:after {
    content: '';
    position: absolute;
    right: 128px;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
    z-index: 9999;
}

.dropdown-content {
    position: absolute;
    top: 50px;
    left: 2px;
    border: 1px solid #ededed;
    background-color: #fff;
    min-width: 160px;
    overflow: auto;
    padding: 10px 0px 0px 0px;
    list-style: none;
    color: #000;
    font-weight: normal;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    overflow: visible;
}

    .dropdown-content li {
        height: 40px;
        padding-left: 20px;
        padding-top: 10px;
    }

        .dropdown-content li:hover, .dropdown-content li.active {
            background-color: #f1f1f1;
        }

.dropdown-reviwerFinding input {
    width: 202px !important;
}

.carat {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #555;
    position: absolute;
    top: 16px;
    right: -2px;
}

.selected-icd-codes-delete {
    height: 18px;
    width: 17px;
    background: url(images/delete.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: -16px;
    right: -7px;
}

.query-accordian .panel-group {
    margin-bottom: 0px;
}

.query-accordian .panel-body {
    padding: 0;
}

    .query-accordian .panel-body .table-content {
        border: none;
    }

        .query-accordian .panel-body .table-content td:first-child {
            padding-left: 15px;
        }

.toolkit-review {
    font-weight: bold;
}

.query-accordian .panel-default > .panel-heading {
    background-color: #fff;
    color: #396c89;
    font-weight: bold;
}

    .query-accordian .panel-default > .panel-heading .panel-title {
        font-weight: bold;
        font-size: 14px;
    }

.query-tag {
    border: 1px solid #65BBED;
    padding: 2px 5px;
    border-radius: 15px;
    font-size: 11px;
    color: #65BBED;
    font-weight: bold;
    display: inline-block;
}

.delete-icon {
    height: 18px;
    width: 17px;
    background: url(images/delete.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
}

.edit-icon {
    height: 18px;
    width: 22px;
    background: url(images/edit.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    left: -4px;
    border-right: 1px solid #ededed;
}

.delete-icon-enable {
    color: red;
    padding: 3px;
    pointer-events: auto !important;
}

.edit-icon-enable {
    color: blue;
    padding: 3px;
    pointer-events: auto !important;
}

.delete-icon-disable {
    color: red;
    padding: 3px;
    pointer-events: none;
    opacity: 0.5;
}

.remove-link-disable {
    padding: 3px;
    pointer-events: none !important;
    opacity: 0.5;
}

.edit-icon-disable {
    color: blue;
    padding: 3px;
    pointer-events: none;
    opacity: 0.5;
}

.open-icon-first {
    height: 18px;
    width: 23px;
    background: url(images/open.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
    right: 11px;
    border-right: 1px solid #ededed;
}

.open-icon-second {
    height: 18px;
    width: 23px;
    background: url(images/expanded.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
    right: 11px;
    border-right: 1px solid #ededed;
}

.dropdown-reviwerFinding .btn-xs, .dropdown-reviwerFinding .btn-group-xs > .btn, .dropdown-reviwerFinding .btn-group-xs > .grid-action-button {
    border-radius: 22px;
    padding: 1px 2px;
    font-size: 11px;
}

.dropdown-reviwerFinding .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    margin: 2px 3px 3px 0;
}

.dropdown-reviwerFinding .ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    line-height: 0.95;
    color: #000;
}

.dropdown-reviwerFinding .ui-select-bootstrap .ui-select-choices-row > span,
.dropdown-reviwerFinding .ui-select-bootstrap .ui-select-choices-row > span:hover {
    padding: 0px 5px;
    color: #555;
}

.dropdown-reviwerFinding .ui-select-container.ui-select-multiple {
    position: relative;
    font-size: 13px;
    height: 35px;
    line-height: 27px;
    margin-left: 2%;
}

.dropdown-reviwerFinding .ui-select-container .ui-select-match {
    position: absolute;
}

.dropdown-reviwerFinding .ui-select-container .ui-select-search {
    min-width: 100%;
}

.disabled-comment {
    cursor: pointer !important;
}

.panel-body {
    pointer-events: all !important;
}

.selected-row .query-tag {
    font-style: normal;
}

.icd-code-tag {
    min-width: 79px;
    display: inline-block;
    text-align: center;
}

.dropdown-reviwerFinding .ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    margin-bottom: 2px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #555;
    opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #555;
    opacity: 1;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #555;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
    color: #555;
    opacity: 1;
}

.query-accordian .panel-heading a.accordion-toggle,
.query-accordian .panel-heading a.accordion-toggle:hover,
.query-accordian .panel-heading a.accordion-toggle:focus {
    text-decoration: none;
    outline: none;
}


.saved-query-content .table-content > tbody > tr {
    border-top: 1px solid #dee1e2;
}

    .saved-query-content .table-content > tbody > tr:first-child, .saved-query-content .table-content > tbody > tr:last-child {
        border: none;
    }

    .saved-query-content .table-content > tbody > tr:first-child, .saved-query-content .table-content > tbody > tr:nth-last-child(2) {
        border-bottom: none;
    }

.query-accordian .toolkit-review {
    padding: 15px 0 0 15px;
}

.query-accordian .table-data {
    vertical-align: top;
    padding: 10px;
}

.query-accordian .table-content .documentation-details-table td,
.qi-review-table-block .table-content .documentation-details-table td,
.response-query-block .documentation-details-table .documentation-details-table-td {
    padding: 0;
    word-break: break-word;
}
/*.ui-grid-top-panel{
    overflow-x: scroll!important;
}*/
.content-section-left .table-content {
    position: relative;
}

    .content-section-left .table-content > thead {
        top: 0;
        position: absolute;
        width: 100%;
        display: table;
    }

    /*.content-section-left .table-content thead tr {
    display: flex;
    width: 100%;
}*/
    .content-section-left .table-content thead tr .filter-image {
        margin: 12px;
    }

.content-section-left .qi-review-table-block .table-content > tbody {
    margin-top: 46px;
    display: block;
}

.content-section-left .qi-review-table-block .table-content > thead th:first-child {
    padding: 0;
    top: 0;
}

.content-section-left.toolkit-active .qi-review-table-block .table-content > thead,
.content-section-left.toolkit-active .qi-review-table-block .table-content > tbody {
    display: block;
}
/*.content-section-left .qi-review-table-block .table-content thead{
    display: block;
}
.content-section-left .qi-review-table-block .table-content thead tr{
    display: flex;
}*/
.content-section-left .qi-review-table-block .table-content > tbody td.table-data:nth-child(1) {
    width: 5%;
}

.content-section-left.toolkit-active .qi-review-table-block .table-content > tbody td.table-data:nth-child(1) {
    width: 5%;
    padding: 10px 16px;
}

.content-section-left .qi-review-table-block .table-content > tbody td.table-data:nth-child(2) {
    width: 20%;
}

.content-section-left .qi-review-table-block .table-content > tbody td.table-data:nth-child(3) {
    width: 1%;
}

.content-section-left.toolkit-active .qi-review-table-block .table-content > tbody td.table-data:nth-child(3) {
    width: 2%;
    padding: 10px 2px;
}

.content-section-left .qi-review-table-block .table-content > tbody td.table-data:nth-child(4) {
    width: 12.5%;
}

.content-section-left.toolkit-active .qi-review-table-block .table-content > tbody td.table-data:nth-child(4) {
    width: 13%;
}

.content-section-left .qi-review-table-block .table-content > tbody td.table-data:nth-child(5) {
    width: 25%;
}

.content-section-left .qi-review-table-block .table-content > tbody td.table-data:nth-child(6) {
    width: 34%;
}

.content-section-left.set-width-for-show-ReviewerToolKit .table-content > tbody td.table-data:nth-child(6) {
    float: left;
    width: 80%;
}

.ui-home-margin .qi-review-table-block .table-content tbody {
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}


/*******************************
START QI REVIEW RESPONSE STYLING
*******************************/

.qi-review-response-wrapper .table-content {
    border: 0;
}

.qi-review-response-wrapper .patient_info_header {
    /*width: 80%;*/
    width: 100%;
}

.qi-review-response-wrapper .main-content-section .query-response-content-block {
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
}

    .qi-review-response-wrapper .main-content-section .query-response-content-block .fake-illusion-container {
        /*max-height: 420px;*/
        overflow: hidden;
        overflow-y: auto;
    }

.qi-review-response-wrapper .main-content-section .btn {
    padding: 8px 40px;
    font-size: 12px;
}

.qi-review-response-wrapper .table-content tr th {
    background: none;
}

.qi-review-response-wrapper .table-content > tbody tr {
    border: 0;
}

.underlined-link-text {
    text-decoration: underline;
    font-style: italic;
    font-size: 13px;
    display: inline-block;
    white-space: nowrap;
    margin-right: 15px;
}

.trim-text {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
    white-space: nowrap;
    display: inline-block;
}

.response-query-block {
    border: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 30px;
}

.response-query-type {
    border-bottom: solid 2px #ddd;
    padding-bottom: 10px;
    margin: 0 15px;
}

.response-query-type-title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.query-action {
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    top: 10px;
}

.response-query-block.accepted .query-action {
    color: #6FB45D;
}

.response-query-block.rejected {
    background: #F4F4F4;
}

    .response-query-block.rejected .query-action {
        color: #E84343;
    }

.response-query-desc {
    color: #3DABE9;
    font-size: 18px;
    font-style: italic;
}

.gray-block {
    background-color: #EAEAEA;
    padding: 15px;
    margin-top: 12px;
}

    .gray-block .title {
        font-size: 16px;
        font-weight: bold;
        color: #317eac;
        margin: 0 0 20px;
    }

.gray-text {
    color: #aaa;
}

.flex-align-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .flex-align-bottom.flex-align-left {
        justify-content: flex-start;
    }

.label-for-textarea {
    font-size: 12px;
    margin: 0 0 3px 0;
    display: inline-block;
}

.preview-comment {
    border: solid 1px #777;
    border-radius: 4px;
    background: #f4f5f6;
    padding: 10px;
    min-height: 70px;
    overflow-x: hidden;
    word-break: break-word;
    overflow-y: auto;
    /*flex-grow:1;*/
}

.with-white-bg .preview-comment {
    border: solid 1px #ddd;
}

.response-query-block .table-content td:first-child {
    vertical-align: top;
}

.response-action-table-data {
    width: 140px;
    text-align: right;
    vertical-align: top;
}

    .response-action-table-data.accepted {
        color: #6FB45D;
    }

    .response-action-table-data.rejected {
        color: #E84343;
        font-style: normal;
    }

.qi-home {
    background: url(images/qi-home-icon.png) no-repeat;
    width: 20px;
    height: 18px;
    background-size: 17px;
    top: 4px;
    position: relative;
}

.grid-action-button:hover .qi-home {
    background: url(images/qi-home-hover-icon.png) no-repeat;
    background-size: 17px;
}

.grid-action-button.top-btn {
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.tbl-data-overflow {
    width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.response-query-block .table-content td:nth-child(1) {
    width: 2%;
}

.response-query-block .table-content td:nth-child(2) {
    width: 12%;
}

.response-query-block .table-content td:nth-child(3) {
    width: 16%;
}

.response-query-block .table-content td:nth-child(4) {
    width: 20%;
}

.response-query-block .table-content td:nth-child(5) {
    width: 2%;
}

.response-query-block .table-content td:nth-child(6) {
    width: 35%;
}

.response-query-block .table-content td:nth-child(7) {
    width: 8%;
}

.fake-illusion-container.finished-mod {
    background: #f4f4f4;
}

.footerButtons button {
    margin-left: 2px;
}

.query-action-accepted {
    color: #6FB45D;
}

.query-action-rejected {
    color: #E84343;
}

.query-expand-collapse {
    padding-left: 10px;
    font-weight: normal;
}

.query-response-footer-btns {
    margin-top: 52px;
}

.ie-fix-mod-for-flex {
    height: 110px;
}

    .ie-fix-mod-for-flex .restrict-resize-textarea {
        height: 65px;
    }

.response-query-block .table-content .documentation-details-table td:nth-child(2) {
    width: 100%;
}

.inline-block-mod span {
    display: inline-block;
}

.content-section-left .table-content {
    table-layout: fixed;
}

    .content-section-left .table-content tbody tr td > .disgnostic-desc-td {
        width: 115px;
        margin-top: 2px;
    }
/*******************************
END QI REVIEW RESPONSE STYLING
*******************************/
.restrict-resize-textarea {
    resize: none;
}

.selected-query-row {
    border: solid 2px #1990d5;
}


/*icd meat pages fixes*/
.title-icd-code-query {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin: 0 -10px 12px;
    border-bottom: solid 1px #ddd;
    padding: 0 12px 8px;
}


.btn-reopen {
    padding: 8px 15px;
    margin-bottom: 10px;
    text-align: center;
}

.query-accordian .panel-default .panel-collapse .panel-body .table-content {
    table-layout: fixed;
}

.query-accordian .panel-body .table-content td:first-child {
    width: 60px;
}

/*right query section fixes form title*/
.content-section-right-data .query-title {
    padding: 10px;
    font-weight: 600;
    font-style: italic;
    color: #aaa;
}

.content-section-right-data .dropdownselect-query-block {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    padding: 10px;
    float: left;
    width: 100%;
}

.qiReviewQueryTab .container {
    max-width: 100%;
}
/*fix form table row border focus content click*/
.content-section-left .table-content {
    border: 0;
}

.content-section-left .table-content {
    border-bottom: solid 1px #ddd;
}

    .content-section-left .table-content tbody tr {
        border-top: solid 1px #ddd;
    }

    .content-section-left .table-content .documentation-details-table tbody tr,
    .content-section-left .table-content .documentation-details-table tr:last-child,
    .content-section-left .table-content .documentation-details-table tbody tr td:first-child,
    .content-section-left .table-content .documentation-details-table tbody tr td:last-child {
        border: 0;
    }

    .content-section-left .table-content tbody tr:last-child {
        border-bottom: solid 1px #ddd;
    }

    .content-section-left .table-content tbody tr td:first-child {
        /*border: solid 1px #1990d5;*/
        border-left: solid 1px #ddd;
    }

    .content-section-left .table-content tbody tr {
        /*border: solid 1px #1990d5;*/
        border-right: solid 1px #ddd;
    }

        .content-section-left .table-content tbody tr:last-child {
            border-bottom: solid 1px #ddd;
        }


        /*for highlighting row*/
        .content-section-left .table-content tbody .selected-icd-row,
        .content-section-left .table-content tbody tr.selected-icd-row:first-child {
            border-top: solid 2px #1990d5;
            border-bottom: solid 2px #1990d5;
        }

            .content-section-left .table-content tbody .selected-icd-row td:first-child {
                border-left: solid 3px #1990d5;
            }

            .content-section-left .table-content tbody .selected-icd-row:first-child td:first-child {
                border-left: solid 2px #1990d5;
            }

    .content-section-left .table-content tbody .selected-icd-row {
        border-right: solid 2px #1990d5;
    }

    .content-section-left .table-content tbody tr.selected-icd-row:last-child {
        border-bottom: solid 2px #1990d5;
    }

    .content-section-left .table-content tbody .selected-icd-row td {
        padding: 0;
    }

    .content-section-left .table-content tbody .selected-icd-row > td {
        padding: 10px;
    }

.left-label {
    text-align: left;
    margin-left: -25px;
}

.disabled-rows .panel-title {
    font-style: italic;
    color: #aaa;
}

.disabled-rows .open-icon-first {
    height: 18px;
    width: 23px;
    background: url(images/open-icon-gray.png) no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
    right: 11px;
    border-right: 1px solid #ededed;
}

    .disabled-rows .open-icon-first.always-active-mod {
        background: url(images/open.png) no-repeat;
    }

.disabled-rows .delete-icon {
    height: 18px;
    width: 17px;
    background: url(images/delete-icon-gray.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 1px;
}

.ed-rows .edit-icon {
    height: 18px;
    width: 22px;
    background: url(images/edit-icon-gray.png);
    background-repeat: no-repeat;
    display: inline-block;
    position: relative;
    top: 2px;
    left: -4px;
    border-right: 1px solid #ededed;
}

.table-content .documentation-details-table .documentation-details,
.response-query-block .documentation-details-table .documentation-details:nth-child(1),
.query-accordian .panel-body .table-content .documentation-details-table td:first-child {
    width: 25px;
    float: left;
}

.query-accordian .panel-body .table-content .documentation-details-table td.no-doc-mod:first-child {
    width: 100%;
}

/**speciality select option popup**/


.add-option-popup::before {
    width: 100%;
    height: 100vh;
    content: "";
    background: rgba(0,0,0,0.2);
    left: 0;
    top: 0;
    position: fixed;
}

.add-option-popup .container {
    max-width: 100%;
}

.add-option-popup .panel-block {
    /*background: #fff;*/
    /*position: absolute;
    right:2px;*/
}

.add-option-popup .col-header {
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 15px;
}

.add-option-popup .col-content {
    padding: 15px 15px 0 15px;
    position: relative;
    width: 100%;
}

.add-option-popup .panel-body {
    padding: 0;
}

.add-option-popup .col-footer {
    padding: 15px;
}

.add-option-popup .panel-group {
    position: relative;
}

span.clicked-element.specialist-screen {
    display: inline;
    z-index: 9;
    background-color: #fff;
    position: relative;
    margin: 0 -16px 0 -20px;
    padding: 0 16px 0 20px;
}

.popup-open span.clicked-element {
    display: block;
}
/*.specialist-container fieldset:first-child{
    position: absolute;
    width: 97.3%;
    z-index: 3;
    /*box-shadow: -16px 2px 2px #fff inset;
}*/
/*.specialist-container fieldset:nth-child(2){
    margin-top: 45px;
}*/
.add-option-popup .input-group select.form-control {
    color: #777;
    padding: 8px 2px;
    border-radius: 4px;
}

.add-option-popup .input-group .form-control.rounded-field {
    border-radius: 4px !important; /*overriding some specific stylings for last-child styling for input fields*/
}

.add-option-popup .form-control {
    /*font-size: 12px;*/
    padding: 8px 5px;
}

.specialist-container {
    /*margin-right: -15px;*/
    /*max-height: 176px;*/
    /*min-height: 210px;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.clinical-radio-header {
    height: 66px;
}
/*.clinical-radio .col-xs-3:first-child{
    display:none;
}*/
/**end speciality select option popup***/
/**end speciality select option popup***/
.placeholder {
    color: #ccc;
}
/*unknown styling replaced from meat screen page*/
.top-margin {
    margin-top: 30px;
}

.add-option-popup .specialist-container {
    margin-top: 50px;
    margin-right: -15px;
}
/*shanky css for meat screen */
.provider-count-notification {
    background-color: rgba(128, 128, 128, 0.72);
    border-radius: 10px;
    color: white;
    float: right;
    line-height: 14px;
    margin-right: 0px;
    padding: 1px 5px;
    font-size: 12px;
    position: relative;
    z-index: 9;
}

.provider-description-name {
    color: #777;
    font-size: 13px;
    margin-bottom: 0;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.link-to-specality-screen {
    font-size: 13px;
    position: relative;
}

/*ondemand custom styling stop override bootstrap padding*/

.no-bd-bg-mod {
    border: 0;
    background: none;
    padding: 0;
    padding: 8px 21px;
}

    .no-bd-bg-mod:hover, .no-bd-bg-mod:active {
        background: none;
        outline: none;
        box-shadow: none;
    }

    .no-bd-bg-mod:focus {
        background: none;
        outline: 1px dotted #000;
        box-shadow: none;
    }

.hover-pointer-mod {
    cursor: pointer;
}

.expanded-mod-base .mcontent.compact > .modal-body {
    overflow-y: auto;
}

.expanded-mod .mcontent.compact > .modal-body {
    min-height: 300px;
    overflow-y: auto;
}


.option-wrap {
    position: relative;
}

.pill-negative-mr {
    margin: 0 -2px;
}

    .pill-negative-mr li:last-child a {
        margin-right: -2px;
    }

h3.siteLoader {
    margin: 20px 5px;
    line-height: 1;
}

.siteLoader img {
    position: relative;
    top: -2px;
}

.vh-error {
    background-color: #F2DEDE;
    border: 1px solid #B94A48;
}

.npiError {
    background-color: #F2DEDE;
    border: 1px solid #B94A48;
}

.custom-error-background .ng-invalid {
    background-color: #F2DEDE;
    border: 1px solid #B94A48;
}

/* set font color of question of a control which is in invalid state */
.color-invalid {
    color: #B94A48;
}

/*set back ground color and border of a control which is in invalid state*/
.bg-invalid {
    background-color: #F2DEDE;
    border: 1px solid #B94A48;
}

.panel-group .panel {
    border: 1px solid #ddd;
}

#txtMedicationComment {
    margin-top: 20px;
    position: relative;
}

.topborder:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    top: -5px;
    background: #ccc;
}

.checkbox-list {
    min-height: 300px;
    height: 335px;
    max-height: 400px;
}

.add-option-popup .specialist-container:focus {
    outline: none;
}

#modal-body .panel-group .panel {
    border: none;
}

.option-wrap input[type="checkbox"], .option-wrap input[type="radio"] {
    float: left;
    margin: 4px 7px 0 0;
}

.option-wrap .labeldesc {
    display: inline-block;
    width: calc(100% - 20px);
    margin-bottom: 0;
}

.label-detail {
    margin: 5px 0 0 20px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-top-none {
    border-top: none !important;
}

.control-label span {
    display: block;
}

.border-bottom-none {
    border-bottom: none !important;
}

#myTabContent > #provider {
    margin-bottom: 70px;
}

.blue-txt {
    color: #2fa4e7;
}

.red-txt {
    color: #b94a48;
}

.bright-red {
    color: #ff0000;
}

.tabLabel {
    display: block;
    padding: 8px 15px;
    margin: -15px -15px 0;
    background: #f5f5f5;
}

.stretch-out {
    margin: 0 -15px;
    border-radius: 0;
}

.midLevelInstructions {
    background: #f5f5f5;
    padding: 15px 20px;
    margin: 10px 0 0;
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.medicalInstructions {
    padding: 15px;
    margin: 10px 0;
    background: #f5f5f5;
    font-size: 13px;
}

.midLevelInstructions ul {
    margin: 10px 0 0;
}

.txt-control {
    word-break: break-word;
    -ms-word-break: break-word;
    word-wrap: break-word;
}

.text-left {
    text-align: left !important;
}



.FilterBlock {
    border: 1px solid #7d7d7d;
    border-radius: 3px;
    padding: 10px;
    margin: 0px 0 20px;
}

    .FilterBlock ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .FilterBlock li {
        list-style: none;
        margin-bottom: 10px;
        font-size: 13px;
    }

        .FilterBlock li a {
            padding: 5px;
            position: relative;
        }

        .FilterBlock li:hover a:before, .FilterBlock li.active a:before {
            position: absolute;
            left: -12px;
            top: 50%;
            content: "\e250";
            font-size: 10px;
            color: #7d7d7d;
            margin-top: -7px;
            font-family: 'Glyphicons Halflings';
        }

        .FilterBlock li a:hover, .FilterBlock li.active a {
            background: #eeeeee;
            text-decoration: underline;
        }

.width-auto {
    width: auto;
}

.no-mrgn-btm {
    margin-bottom: 0;
}

#txtMonitorComment, #txtEvaluationComment, #txtAssessmentComment, #txtTreatmentComment, .txtTreatmentComment, #txtEvaluationDrugDependencyComment, #txtEvaluationAlcoholComment {
    min-height: 100px;
}

textarea.evaluationProviderName {
    resize: none;
    height: 38px;
}

.roster-notes {
    background: url("../Content/images/RosterNotes-icon.png") no-repeat left top;
    display: block;
    width: 23px;
    height: 30px;
}

.roster-notes-not-available {
    background: url("../Content/images/RosterNotes-icon.png") no-repeat left bottom;
    display: block;
    width: 23px;
    height: 30px;
}

.doc-icon {
    background: url("../Content/images/documentation-icon.png") no-repeat left top;
    display: block;
    width: 17px;
    height: 20px;
}

.doc-icon-not-available {
    background: url("../Content/images/documentation-icon.png") no-repeat left bottom;
    display: block;
    width: 17px;
    height: 20px;
}

.roaster {
    position: relative;
}

.notes-count {
    position: absolute;
    top: 4px;
    left: 16px;
    background: #1990d5;
    padding: 3px 5px;
    color: #fff;
    border-radius: 8px;
    font-size: 10px;
    line-height: 1;
}

.shrink-row {
    margin-left: -5px;
    margin-right: -5px;
}

    .shrink-row > div {
        padding-left: 5px;
        padding-right: 5px;
    }

.btn-ghost {
    background: #fff;
    color: #2fa4e7;
}

.space-top {
    padding-top: 7px;
}
/*.maxheight-100{max-height:100px; overflow-y:auto;}*/


.navbar-fixed-top {
    position: fixed;
}

@supports (-ms-ime-align:auto) {
    th {
        font-weight: normal;
    }
}

.btn-primary {
    padding: 8px 10px;
}
/*refactor*/
/*#add-speciality-block{
    position: absolute;
    width: 97.3%;
    padding: 0 10px;
    z-index: 3;
}*/


.popup-header-add-section fieldset, .specialist-container fieldset {
    padding: 0 10px 0 15px;
}

.popup-header-add-section fieldset {
    position: absolute;
    width: 100%;
    z-index: 3;
}

.popup-header-add-section .custom-padd,
.specialist-container .custom-padd {
    padding: 0 5px;
    width: 185px;
}

.row.heading-alter {
    padding: 0 15px;
}

.col-header .custom-padd {
    width: 185px;
    padding: 0 5px;
}

    .col-header .custom-padd:first-child {
        padding-left: 0;
    }

.popup-header-add-section .custom-padd:first-child,
.specialist-container .custom-padd:first-child {
    padding-left: 0px;
}

.label-lineheight {
    line-height: 38px;
    margin-bottom: 0;
}

/* added for information icon space from text*/
.info-space {
    margin-left: 5px;
}

btn-primary {
    padding: 8px 10px;
}
/*.specialist-container .col-row:first-child{

    margin-bottom: 10px;
}*/
.popup-header-add-section .custom-padd:last-child,
.specialist-container .custom-padd:last-child {
    padding-right: 0px;
    text-align: right;
}

.popup-header-add-section .uib-datepicker-popup,
.specialist-container .uib-datepicker-popup {
    left: -70px !important;
}

.specialist-container .custom-padd.popup-spec-btn-block,
.popup-header-add-section .custom-padd.popup-spec-btn-block {
    width: 68px;
    text-align: right;
}

    .popup-header-add-section .custom-padd.popup-spec-btn-block:last-child {
        padding-right: 0;
        width: 68px;
    }

.expanded-popup-block .medication-row input[type=checkbox] {
    float: left;
    margin: 2px 4px 0 0;
}

.expanded-popup-block .medication-row .med_name {
    float: left;
    width: 238px;
    word-break: break-word;
    -ms-word-break: break-word;
    word-wrap: break-word;
}

.subscript-text-ie-fix {
}

.control-label-left {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px;
}

.highlightNewMeatOption {
    border: solid 1px #2fa4e7;
}

.rosterGridAwvDate {
    text-align: center;
    color: #2fa4e7;
}

.selected-roster-record .ui-grid-cell {
    background: #c9dde1 !important;
}

.selected-roster-record {
    background: #c9dde1 !important;
}
/*NEW CSS*/

/*fix for Well-4725*/
.ui-grid-viewport {
    overflow-anchor: none;
}

.grid-hra-WorkflowType {
    padding: 5px;
    color: #157ab5;
    font-size: 12px;
}

.grid-hra-provider-service {
    /*padding-top: 5px;
    padding-bottom: 5px;*/
    padding-right: 5px;
    color: #157ab5;
    font-size: 12px;
}

.action-bar {
    border-top: 1px solid #ececec;
    z-index: 1;
}

.userAdminSitesOdd {
    background-color: #FDFDFD;
}

.userAdminSitesEven {
    background-color: #CCCCCC;
}


/*NEW CSS*/

.paginator-container {
    position: relative;
}

.searchCounter {
    position: absolute;
    transform: translateY(-50%);
    right: 15px;
    top: 50%;
}


/*Once final move this to grid specific css*/

.ui-column-title {
    font-weight: bold;
    font-size: 14px;
    white-space: normal;
}

.p-datatable-thead tr th {
    vertical-align: top;
}

.p-datatable-wrapper .p-datatable-thead thead th {
    font-weight: bold;
    text-align: left;
}

.p-datatable-wrapper .p-datatable-thead > tr > th {
    font-weight: bold;
    text-align: left;
}

.p-datatable-wrapper small {
    font-size: 75%;
}

.p-datatable-wrapper .ui-table-data > tr > td {
    overflow-x: hidden;
    display: table-cell;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    color: #555;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.input-group {
    width: 100%;
}

.dropdown-reviwerFinding .dropdown-reviwerFinding-select {
    margin: 0 0 0 2%;
    padding: 0;
    border: none;
}


input.ui-select-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #555;
}

input.ui-select-search::-moz-placeholder { /* Firefox 19+ */
    color: #555;
}

input.ui-select-search:-ms-input-placeholder { /* IE 10+ */
    color: #555;
}

input.ui-select-search:-moz-placeholder { /* Firefox 18- */
    color: #555;
}

.ui-select-match[_ngcontent-c0] .close[_ngcontent-c0] {
    line-height: 1.00 !important;
}

.ui-select-match[_ngcontent-c5] .close[_ngcontent-c5] {
    line-height: 1.00 !important;
}

.ui-select-choices-row[_ngcontent-c5] > a[_ngcontent-c5] {
    padding: 3px 14px !important;
}

/**Site loader Classes [Start]**/
.siteLoader-nw {
    margin: auto;
    line-height: 1;
    margin: 20px 5px;
}

    .siteLoader-nw img {
        position: relative;
        top: -2px;
    }

.loaderWrapper {
    position: fixed;
    padding: 0px;
    margin: 0px;
    min-width: 400px;
    width: 30% !important;
    top: 50% !important;
    left: 50% !important;
    height: auto !important;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(0, 0, 0);
    border: 3px solid rgb(170, 170, 170);
    background-color: rgb(255, 255, 255) !important;
    height: auto;
}

.ui-blockui {
    opacity: 1 !important;
    cursor: wait;
    z-index: 9999 !important;
    background: rgba(0,0,0,0.6) !important;
}
/**Site loader Classes [End]**/


dialog-wrapper > div {
    top: 0px !important;
    padding-top: 40px;
}

.p-accordion-header a {
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.p-accordion-header button {
    border: none;
    position: relative;
}

    .p-accordion-header button:focus {
        outline: none;
    }

    .p-accordion-header button:after {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: #ddd;
        content: "";
    }

    .p-accordion-header button.delete-icon::after {
        background: none;
    }

.qry-title {
    font-weight: bold;
    font-size: 14px;
    color: #396c89;
}

.grid-action-button.modal-home-icon {
    float: none;
    height: 38px;
    width: 38px;
}

/*for QI review data table*/
qi-request-grid .p-datatable-scrollable-table, qi-response-grid .p-datatable-scrollable-table {
    position: relative;
}

    .p-datatable-scrollable-table:before, .p-datatable-scrollable-table:after {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background: #ddd;
        top: 0;
        z-index: 999;
    }

    .p-datatable-scrollable-table:before {
        left: 0;
    }

    .p-datatable-scrollable-table:after {
        right: 0;
    }

.paginator-container .ui-paginator .ui-paginator-page, .paginator-container .ui-paginator .ui-paginator-pages, .paginator-container .ui-paginator .ui-paginator-next, .paginator-container .ui-paginator .ui-paginator-last, .paginator-container .ui-paginator .ui-paginator-first, .paginator-container .ui-paginator .ui-paginator-prev, .paginator-container .ui-paginator .ui-paginator-current {
    padding: 0em .65em;
}

p-paginator select.ui-paginator-rpp-options {
    padding: 2px;
}

/*ui datepicker Calendar*/
p-calendar .ui-datepicker {
    margin-bottom: 5px;
}

p-calendar .ui-calendar .ui-datepicker-title select {
    border: none;
    border-bottom: 1px solid #ddd;
}

vh-datepicker button {
    padding: 5px 10px !important;
}

/*PHP datepicker*/
.input-group.date[_ngcontent-c0] {
    width: auto !important;
}

/*QI Request Grid*/
qi-request-grid p-table .p-datatable-wrapper, qi-response-grid p-table .p-datatable-wrapper {
    max-height: calc(100vh - 270px) !important;
    min-height: calc(100vh - 270px) !important;
}

.p-component, .p-component input, .p-component select, .p-component textarea, .p-component button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.terminated {
    font-style: italic;
}

.flash-message {
    display: inline-block;
    max-width: 73%;
    width: 100%;
    transform: translateY(-40%);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.5);
    position: absolute;
    right: 0;
    z-index: 99;
}

.p-5 {
    padding: 5px;
}

.mrg-btm-20 {
    margin-bottom: 20px;
}

.mrg-btm-min {
    margin-bottom: 0.1em;
}

.block {
    display: block;
}

.mrg-lft-20 {
    margin-left: 20px;
}

.mrg-lft-25 {
    margin-left: 25px;
    width: 90%;
}

.mrg-lft-30 {
    margin-left: 30px;
}

.mrg-lft-40 {
    margin-left: 40px;
}

.mrg-lft-40-imp {
    margin-left: 40px !important;
}

.mrg-lft-60 {
    margin-left: 60px !important;
}

.mrg-lft-80 {
    margin-left: 80px;
}

.mrg-lft-100 {
    margin-left: 100px;
}

.mrg-lft-125 {
    margin-left: 125px !important;
}
.mrg-lft-205 {
    margin-left: 205px !important;
}
.mrg-t-n20 {
    margin-top: -20px;
}

.mrg-top-neg20 {
    margin-top: 20px;
}

.mrg-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mrg-lf-tp-42 {
    margin-left: 40px;
    margin-top: -20px;
}

.mrg-lf-tp-62 {
    margin-left: 60px !important;
    margin-top: -20px;
}

.mrg-right-0 {
    margin-right: 0px !important;
}

.incomplete-question-body {
    color: black;
    margin-bottom: 10px;
}

.incomplete-question-border {
    border: 1px solid red;
}

.error-validationSummary {
    max-height: 350px;
    overflow: auto;
    overflow-x: hidden;
}

.incompleteFieldError-validationSummary {
    max-height: 270px;
    overflow: auto;
    overflow-x: hidden;
}

.fixed-grey-bg {
    background: #f5f5f5;
    padding: 4px 0px;
}

.mrg-lf-tp-61 {
    margin-left: 60px;
    margin-top: -10px;
}

.btn-group-vertical-top {
    vertical-align: top;
}

.focused {
    box-shadow: 0px 0px 2px 1px rgba(47,164,231,1);
    border: none;
    outline: none;
}

.alc-history label {
    vertical-align: top;
}

.alc-history .control-label {
    width: calc(100% - 170px);
    text-align: left;
}

.mrg-lf-tp-40 {
    margin-left: 40px;
    margin-top: -10px;
}

.mrg-lf-tp-60 {
    margin-left: 60px;
    margin-top: -10px;
}

.alc-history-cage-header {
    background-color: lightgrey;
    padding: 5px 10px;
    display: inline-block;
}
/*QI response*/
.preview-comment {
    font-size: 12px;
}

.response-wrapper {
    /*display:table;*/
    width: 100%;
    position: relative;
    min-height: 250px;
}

.reviewer-block {
    position: absolute;
    right: 0;
    height: 100%;
}

    .reviewer-block.rfcollapsed {
        width: 35%;
    }

    .reviewer-block.col-sm-3 .description:nth-of-type(2n) {
        flex-basis: 10.5em;
    }

    .reviewer-block.col-sm-4 .description:nth-of-type(2n) {
        flex-basis: 22em;
    }

.qi-response-table-right-block {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: 100%;
}

.reviewer-finding-container {
    display: flex;
    flex-direction: column;
}

    .reviewer-finding-container .gray-block {
        display: flex;
        flex-direction: column;
        height: 100%;
    }



.medicalcondition-subsection-lbl {
    margin-bottom: 25px;
    padding-top: 20px;
    font-weight: bold;
    font-size: 14px;
    clear: both;
}

/* User Profile Card CSS */

#cardWrapper {
    display: table;
    box-sizing: border-box;
    opacity: 1;
    transition: 2.5s ease-in-out;
}

.cardPadding {
    padding: 0 5px;
}

#cardWrapper #cardContent {
    display: table-cell;
    vertical-align: middle;
}

.cardHeader {
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

#card {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    vertical-align: top;
}

#cardFront, #cardBack {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#cardTopBar {
    height: 35px;
    width: 100%;
    background-color: #396c89;
}

/* Card Front*/
#card #cardFront {
    transform: rotateY(0deg);
    overflow: hidden;
    z-index: 1;
}

    #card #cardFront #arrow {
        position: absolute;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        z-index: 10;
        bottom: 0;
        width: 50%;
        color: rgba(128, 128, 128, 0.72);
        animation: arrowWiggle 1s ease-in-out infinite;
        text-align: center;
        right: 25%;
    }

#cardInfoBox {
    height: 50%;
    width: 100%;
    position: absolute;
    display: table;
    left: 0;
    padding: 50px;
    vertical-align: top;
}

#cardBar {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    font-size: 18px;
    padding: 1px 15px;
    background-color: #f5f5f5;
}

    #cardBar a {
        display: inline-block;
        color: #951009;
        text-decoration: none;
        padding: 5px;
        line-height: 18px;
        border-radius: 5px;
    }

        #cardBar a:hover {
            color: #450300;
            background: rgba(255, 255, 255, 0.3);
            transition: .25s ease-in-out;
        }



#card #cardBack {
    transform: rotateY(180deg);
    overflow: hidden;
    z-index: 2;
}

    #card #cardBack #arrow {
        position: absolute;
        height: 50px;
        line-height: 50px;
        font-size: 30px;
        z-index: 10;
        bottom: 0;
        width: 50%;
        color: rgba(128, 128, 128, 0.72);
        animation: arrowWiggle 1s ease-in-out infinite;
        text-align: center;
        right: 25%;
    }

    #card #cardBack #cardBackInfo {
        height: 50%;
        width: 100%;
        position: absolute;
        display: table;
        left: 0;
        padding: 10px 10px;
        vertical-align: top;
        overflow: auto;
    }

#card.flip #cardFront {
    transform: rotateY(180deg);
}

#card.flip #cardBack {
    transform: rotateY(360deg);
}

.userProfileContainer {
    position: relative;
}

.constrained {
    height: 100%;
    width: auto;
    overflow-y: scroll;
}

    .constrained thead {
        position: absolute;
        width: auto;
    }

.fixedHeader {
    height: 50%;
    overflow: auto;
}

.fixedTbody {
    display: block;
    overflow: auto;
}

.fixedTbodyTr {
    display: table;
    width: 100%;
}

.min-h-36 {
    min-height: 36px;
}

#dl4label > span {
    display: block;
}

.mrg-top-15 {
    margin-top: 15px;
}

.max-width-offset-140 {
    max-width: calc(100% - 140px);
}

.pad-l-28 {
    padding-left: 28px;
}

.padding-top-none {
    padding-top: 0;
}

.v-align-top {
    vertical-align: top;
}

.v-align-central {
    vertical-align: middle !important;
}

.txt-grey {
    color: rgba(153,153,153,1);
}

.txt-dark-grey {
    color: #555555 !important;
}
/*table year <th> spacing adjustments*/
.control-year .uib-datepicker-popup table th button {
    width: 100%;
}

.control-year .uib-datepicker-popup table td button[type="button"] {
    padding: 8px;
}

.reconsider .panel-title {
    font-size: 14px;
    color: #555555;
}

.reconsider .panel-info {
    background-color: whitesmoke;
    border-bottom: 0;
    border: 0;
}

    .reconsider .panel-info .panel-heading {
        background: none;
        border: none;
    }

    .reconsider .panel-info ul {
        padding-left: 50px;
        margin-top: 10px
    }

.reconsider .panel-title span {
    line-height: 1.3;
    position: relative;
    padding-left: 20px;
    display: block;
}

    .reconsider .panel-title span .glyphicon {
        position: absolute;
        left: -22px;
        top: 0;
    }

.reconsider .glyphicon {
    color: red;
    margin-right: 10px;
}

.pad-40-lr {
    padding-left: 40px;
    padding-right: 40px;
}

.pad-30-lr {
    padding-left: 30px;
    padding-right: 30px;
}

.highlight-reconsider-accept, .highlight-reconsider-accept:hover {
    border: solid 4px #2fa4e7;
    border-radius: 0;
}

/*active medical conditions info icons*/
.amc-options div[id^="div_"] {
    position: relative;
}

    .amc-options div[id^="div_"] .fa-info-circle {
        position: absolute;
        left: -6px;
        top: 12px;
        font-size: 14px;
        color: #3a87ad;
        cursor: pointer;
        z-index: 1001;
    }

.tab tab-header li a {
    background-color: #eeeeee;
    margin: 0 2px;
}

/*test therapies*/
p-accordion .p-accordion-header a {
    background: #396c89;
    font-size: 16px;
    color: #ffffff !important;
    border: none;
}

    p-accordion .p-accordion-header a:hover {
        text-decoration: underline;
    }

p-accordion .p-accordion-header {
    /*margin-top:15px!important;*/
    border: none;
}

    p-accordion .p-accordion-header span {
        color: #ffffff;
    }

p-accordion .p-accordion-content-wrapper {
    border: 1px solid #ddd;
    width: 100%;
}

    p-accordion .p-accordion-content-wrapper .p-accordion-content {
        overflow: hidden;
    }

    p-accordion .p-accordion-content-wrapper .tab-accordion-box {
        padding: 0 15px;
    }

p-accordion .table-accordin-box {
    padding: 0 15px;
}

    p-accordion .table-accordin-box li {
        list-style: none;
    }

p-dropdown .p-dropdown {
    height: 37px !important;
}

hra-test-cpt-icd-list {
    position: relative;
}

    hra-test-cpt-icd-list > div {
        padding-left: 45px !important;
        padding-top: 0px;
        position: relative;
        top: -7px;
    }

.select-codes {
    list-style: none;
    padding-left: 0;
}

    .select-codes li {
        margin-bottom: 10px;
        padding: 5px 0;
    }

.preventiveHomeTests-accordion-row hra-test-cpt-icd-list i {
    border: solid 1px #777;
    color: #777;
    border-radius: 50%;
    font-size: 10px;
}

    .preventiveHomeTests-accordion-row hra-test-cpt-icd-list i.glyphicon-chevron-down {
        padding: 4px 3px;
        height: 18px;
        width: 18px;
        /*position: absolute;*/
        z-index: 999;
        top: 9px;
    }

    .preventiveHomeTests-accordion-row hra-test-cpt-icd-list i.glyphicon-chevron-right {
        padding: 3px 3px;
        height: 18px;
        width: 18px;
        top: 9px;
        z-index: 999;
    }

.page-content-limit {
    height: calc(100vh - 240px);
    overflow-y: auto;
}

.link-blue {
    background: #3a87ad;
    border-radius: 50%;
    padding: 2px;
    font-size: 10px;
    color: #ffffff;
    position: relative;
    top: -1px;
}

.link-white {
    color: #3a87ad;
    border-radius: 50%;
    padding: 2px;
    font-size: 9px;
    background: #ffffff;
    position: relative;
    top: -1px;
    border: 1px solid #3a87ad;
}
/*tab content*/
tab-content .tab-pane {
    display: none;
}

    tab-content .tab-pane.active {
        display: block;
    }

/*custom listing Css*/
.custom-listing {
    padding: 0;
    margin-bottom: 25px;
}

    .custom-listing li {
        list-style: none;
        margin-bottom: 5;
        line-height: 1.5;
        position: relative;
        padding-left: 20px;
    }

        .custom-listing li .glyphicon {
            position: absolute;
            left: 0;
            top: 3px;
        }

.padding-right-20 {
    padding-right: 20px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.p-checkbox {
    margin-right: .25em;
}

.p-checkbox .p-checkbox-box {
    width: 1.125em;
    height: 1.125em;
    line-height: 1.125em;
    border-radius: 2px;
    text-align: center;
}

.p-multiselect-panel .p-multiselect-header .p-checkbox-box {
    position: relative;
}

    .p-multiselect-panel .p-multiselect-header .p-checkbox-box:before {
        position: absolute;
        left: 20px;
        top: 0;
        content: "Select All";
        min-width: 100px;
        text-align: left;
    }

.p-multiselect-panel .p-multiselect-header .p-highlight.p-checkbox-box:before {
    content: "Unselect All";
    color: #555555;
}
/*.ui-state-highlight{
    background:#ffffff!important;
    color:#555555!important;
}*/
.p-checkbox-box.p-highlight {
    background: #ffffff !important;
    color: #555555 !important;
}

/*tooltip GLOBAL*/
.tooltip-inner {
    background: #fafafa;
    border-radius: 0;
    text-align: left;
    max-width: 400px;
}

.break {
    display: block;
    margin-bottom: 20px;
}

/*question icon PVWL*/
.icon-spacer-top {
    position: relative;
    top: 7px;
}

/*Diagnose code sheet*/
.icons-inline {
    padding-left: 10px;
}

    .icons-inline span {
        display: inline-block;
        margin-right: 5px;
    }
/*GLOBAL*/
.border-dark > tbody > tr > th, .border-dark > tbody > tr > td {
    border: 1px solid #bbb;
}

.relative {
    position: relative;
}

.border-top-grey {
    border-top: 1px solid#888;
}

.m-2-neg {
    margin-top: -2px;
}

.text-blue-bold {
    font-weight: bold;
    color: darkblue
}

/*Diagnosis Sheet Disabling tabs*/
.disable-link {
    position: relative;
}

    .disable-link:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: rgba(255,255,255,0.0);
        z-index: 99;
        cursor: no-drop;
    }

span[disabled] {
    cursor: not-allowed;
}

/*Reset Password Modal Text*/
.resetPasswordTxt {
    padding: 7px 14px;
}

.ul-additional-info {
    list-style: none;
    padding-left: 10px;
}
/*Used to trim bottom margin of form group where required*/
.trim-form-group .form-group {
    margin-bottom: 0;
}

.el-inline {
    display: inline-block;
    width: 100%;
}

    .el-inline > div {
        float: left;
    }

.w-40 {
    width: 40%;
}

.top-5 {
    position: relative;
    top: 5px;
}

.p-tp-bt-90 {
    padding-top: 9px;
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
}

.tooltip.tooltip-checkedInAdjustment {
    margin-top: 20px;
    margin-left: 10px;
}

.tooltip.tooltip-statusAdjustment {
    margin-top: 4px;
    margin-left: 3px;
}

/*GLOBAL NEW*/

.p-y0 {
    padding-top: 0;
    padding-bottom: 0;
}

.p-x10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-y5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-l0 {
    padding-left: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.mx-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.bg-whitesmoke {
    background: whitesmoke;
}

.ws {
    width: 118px;
    padding-right: 0;
    padding-left: 0;
}

diagnosis-task-clinical-field li diagnosis-task-clinical-field .p-x10 {
    padding-left: 15px;
}

.color-grey {
    color: #9c9a9a;
}

    .color-grey:hover {
        color: #555555;
    }

.ws-140 {
    width: 140px;
}

.gridheight .p-datatable-scrollable-table .p-datatable-tbody {
    overflow: scroll;
}

.hra-comment {
    background: url("../Content/images/comment-icon.png") no-repeat left -13px;
    display: block;
    width: 15px;
    height: 16px;
    background-size: 15px auto;
    margin: 2px 0;
}

    .hra-comment.with-comment {
        background: url("../Content/images/comment-icon.png") no-repeat left 5px;
        background-size: 15px auto;
    }

.document-checked {
    background: url('../Content/images/complete.png') no-repeat center top;
    width: 16px;
    height: 16px;
    display: block;
    background-size: 100%;
    margin: 2px 0;
}

.mrg-lft-119 {
    margin-left: 119px;
}  

.mrg-lft-120 {
    margin-left: 120px;
}

.table-condensed td.pad-l-25 {
    padding-left: 25px;
}

.qm-info-p {
    text-align: justify !important;
}

.icon-gap-open {
    position: relative;
    margin-left: -40px;
    height: 43px;
    width: 94px;
    display: inline-block;
    background: url(../Content/images/qocgap.png) no-repeat center top;
    margin-top: 5px;
}

.dvrace {
    font-size: .8em;
}

.dvraceparent {
    margin-left: 60px;
}

.dvracechild {
    margin-left: 25px;
    margin-bottom: 18px;
}

#label-BIDE1 {
    display: inline;
}

#textArea-BIDE11 {
    margin-left: -12px;
}

.icon-gfr-gap-open {
    margin-top: 74px !important;
    position: absolute;
    float: left;
    margin-left: -21px !important;
}

.add-document-icon,
.add-document-icon-white {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 0 -4px;
    background: url(./Images/add_document_icon.png) left top no-repeat;
    background-size: 18px 18px;
}

.add-document-icon-white {
    background-image: url(./Images/add_document_icon_white.png);
}

.p-accordion-header-link {
    user-select: text !important;
}


.dialog-header-error{background-color:#d2322d}.dialog-header-wait{background-color:#428bca}.dialog-header-notify{background-color:#eee}.dialog-header-confirm{background-color:#333}.dialog-header-error span,.dialog-header-error h4,.dialog-header-wait span,.dialog-header-wait h4,.dialog-header-confirm span,.dialog-header-confirm h4{color:#fff}
/*!
 * ui-grid - v3.0.7 - 2015-10-06
 * Copyright (c) 2015 ; License: MIT 
 */

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before, #ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after, #ui-grid-twbs #ui-grid-twbs .btn-toolbar:before, #ui-grid-twbs #ui-grid-twbs .btn-toolbar:after, #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before, #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after, #ui-grid-twbs #ui-grid-twbs .btn-toolbar:after, #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    clear: both
}

.ui-grid {
    border: 1px solid #d4d4d4;
    box-sizing: content-box;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.ui-grid-vertical-bar {
    position: absolute;
    right: 0;
    width: 0
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar, .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    width: 1px
}

.ui-grid-scrollbar-placeholder {
    background-color: transparent
}

.ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4
}

.ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
    background-color: #d4d4d4
}

.ui-grid-header-cell:last-child .ui-grid-vertical-bar {
    right: -1px;
    width: 1px;
    background-color: #d4d4d4
}

.ui-grid-clearfix:before, .ui-grid-clearfix:after {
    content: "";
    display: table
}

.ui-grid-clearfix:after {
    clear: both
}

.ui-grid-invisible {
    visibility: hidden
}

.ui-grid-contents-wrapper {
    position: relative;
    height: 100%;
    width: 100%
}

.ui-grid-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.ui-grid-top-panel-background {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.ui-grid-header {
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box
}

.ui-grid-top-panel {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-grid-header-viewport {
    overflow: hidden
}

.ui-grid-header-canvas:before, .ui-grid-header-canvas:after {
    content: "";
    display: table;
    line-height: 0
}

.ui-grid-header-canvas:after {
    clear: both
}

.ui-grid-header-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%
}

.ui-grid-header-cell-row {
    display: table-row;
    position: relative
}

.ui-grid-header-cell {
    position: relative;
    box-sizing: border-box;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #d4d4d4;
    display: table-cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0
}

    .ui-grid-header-cell:last-child {
        border-right: 0
    }

    .ui-grid-header-cell .sortable {
        cursor: pointer
    }

    .ui-grid-header-cell .ui-grid-sort-priority-number {
        font-size:0;
        margin-left: -8px
    }

.ui-grid-header .ui-grid-vertical-bar {
    top: 0;
    bottom: 0
}

.ui-grid-column-menu-button {
    position: absolute;
    right: 1px;
    top: 0
}

    .ui-grid-column-menu-button .ui-grid-icon-angle-down {
        vertical-align: sub
    }

.ui-grid-column-menu-button-last-col {
    margin-right: 25px
}

.ui-grid-column-menu {
    position: absolute
}

    .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
        -webkit-transition: all .05s linear;
        -moz-transition: all .05s linear;
        -o-transition: all .05s linear;
        transition: all .05s linear;
        display: block !important
    }

        .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active, .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%)
        }

            .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, .ui-grid-column-menu .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -o-transform: translateY(0);
                -ms-transform: translateY(0);
                transform: translateY(0)
            }

.ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
    -webkit-transition: all .05s linear;
    -moz-transition: all .05s linear;
    -o-transition: all .05s linear;
    transition: all .05s linear;
    display: block !important
}

    .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add.ng-hide-add-active, .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

        .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-add, .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid.ng-hide-remove.ng-hide-remove-active {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0);
            -ms-transform: translateY(0);
            transform: translateY(0)
        }

.ui-grid-filter-container {
    padding: 4px 10px;
    position: relative
}

    .ui-grid-filter-container .ui-grid-filter-button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0
    }

        .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
            position: absolute;
            top: 50%;
            line-height: 32px;
            margin-top: -16px;
            right: 10px;
            opacity: .66
        }

            .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"]:hover {
                opacity: 1
            }

    .ui-grid-filter-container .ui-grid-filter-button-select {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0
    }

        .ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"] {
            position: absolute;
            top: 50%;
            line-height: 32px;
            margin-top: -16px;
            right: 0;
            opacity: .66
        }

            .ui-grid-filter-container .ui-grid-filter-button-select [class^="ui-grid-icon"]:hover {
                opacity: 1
            }

input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    input[type="text"].ui-grid-filter-input:hover {
        border: 1px solid #d4d4d4
    }

select.ui-grid-filter-select {
    padding: 0;
    margin: 0;
    border: 0;
    width: 90%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    select.ui-grid-filter-select:hover {
        border: 1px solid #d4d4d4
    }

.ui-grid-filter-cancel-button-hidden select.ui-grid-filter-select {
    width: 100%
}

.ui-grid-render-container {
    position: inherit;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    .ui-grid-render-container:focus {
        outline: none
    }

.ui-grid-viewport {
    min-height: 20px;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

    .ui-grid-viewport:focus {
        outline: none !important
    }

.ui-grid-canvas {
    position: relative;
    padding-top: 1px
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #fdfdfd
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #f3f3f3
}

.ui-grid-row:last-child .ui-grid-cell {
    border-bottom-color: #d4d4d4;
    border-bottom-style: solid
}

.ui-grid-no-row-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 10%;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #d4d4d4;
    font-size: 2em;
    text-align: center
}

    .ui-grid-no-row-overlay > * {
        position: absolute;
        display: table;
        margin: auto 0;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: .66
    }

.ui-grid-cell {
    overflow: hidden;
    float: left;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #d4d4d4;
    box-sizing: border-box
}

    .ui-grid-cell:last-child {
        border-right: 0
    }

.ui-grid-cell-contents {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: pre-wrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%
}

.ui-grid-cell-contents-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    display: none
}

.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell {
    background-color: #f0f0ee;
    border-bottom: solid 1px #d4d4d4
}

.ui-grid-footer-panel-background {
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0)
}

.ui-grid-footer-panel {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    overflow: hidden;
    font-weight: bold;
    background: #f3f3f3;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(1, #fff));
    background: -ms-linear-gradient(bottom, #eee, #fff);
    background: -moz-linear-gradient(center bottom, #eee 0, #fff 100%);
    background: -o-linear-gradient(#fff, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    -webkit-border-top-right-radius: -1px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: -1px;
    -moz-border-radius-topright: -1px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: -1px;
    border-top-right-radius: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: -1px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.ui-grid-grid-footer {
    float: left;
    width: 100%
}

.ui-grid-footer-viewport {
    overflow: hidden
}

.ui-grid-footer-canvas {
    position: relative
}

    .ui-grid-footer-canvas:before, .ui-grid-footer-canvas:after {
        content: "";
        display: table;
        line-height: 0
    }

    .ui-grid-footer-canvas:after {
        clear: both
    }

.ui-grid-footer-cell-wrapper {
    position: relative;
    display: table;
    box-sizing: border-box;
    height: 100%
}

.ui-grid-footer-cell-row {
    display: table-row
}

.ui-grid-footer-cell {
    overflow: hidden;
    background-color: inherit;
    border-right: 1px solid;
    border-color: #d4d4d4;
    box-sizing: border-box;
    display: table-cell
}

    .ui-grid-footer-cell:last-child {
        border-right: 0
    }

input[type="text"].ui-grid-filter-input {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

    input[type="text"].ui-grid-filter-input:hover {
        border: 1px solid #d4d4d4
    }

.ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 0;
    background: #f3f3f3;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    height: 31px;
    font-weight: normal
}

    .ui-grid-menu-button .ui-grid-icon-container {
        margin-top: 3px
    }

    .ui-grid-menu-button .ui-grid-menu {
        right: 0
    }

        .ui-grid-menu-button .ui-grid-menu .ui-grid-menu-mid {
            overflow: scroll;
            max-height: 300px;
            border: 1px solid #d4d4d4
        }

.ui-grid-menu {
    z-index: 2;
    position: absolute;
    padding: 0 10px 20px 10px;
    cursor: pointer;
    box-sizing: border-box
}

    .ui-grid-menu .ui-grid-menu-inner {
        background: #f3f3f3;
        border: 1px solid #d4d4d4;
        position: relative;
        white-space: nowrap;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), inset 0 12px 12px -14px rgba(0, 0, 0, 0.2)
    }

        .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
            position: absolute;
            right: 0;
            top: 0;
            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: 4px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            padding: 1px 1px;
            font-size: 10px;
            line-height: 1;
            border-radius: 2px;
            color: transparent;
            background-color: transparent;
            border-color: transparent
        }

            .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active.focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active.focus {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px
            }

            .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
                color: #333;
                text-decoration: none
            }

            .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active {
                outline: 0;
                background-image: none;
                -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
                box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
            }

            .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled], fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
                cursor: not-allowed;
                opacity: .65;
                filter: alpha(opacity=65);
                -webkit-box-shadow: none;
                box-shadow: none
            }

a.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled, fieldset[disabled] a.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
    pointer-events: none
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
    color: transparent;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0)
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover {
    color: transparent;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0)
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active, .open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
    color: transparent;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0)
}

    .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:hover, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:hover, .open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active:focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active:focus, .open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active.focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active.focus, .open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus {
        color: transparent;
        background-color: rgba(0,0,0,0);
        border-color: rgba(0,0,0,0)
    }

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active, .open > .dropdown-toggle.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button {
    background-image: none
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled], fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:hover, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:hover, fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:hover, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:focus, fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled.focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled].focus, fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.focus, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled:active, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled]:active, fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button:active, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.disabled.active, .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button[disabled].active, fieldset[disabled] .ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button.active {
    background-color: transparent;
    border-color: transparent
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button .badge {
    color: transparent;
    background-color: transparent
}

.ui-grid-menu .ui-grid-menu-inner .ui-grid-menu-close-button > i {
    opacity: .75;
    color: black
}

.ui-grid-menu .ui-grid-menu-inner ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

    .ui-grid-menu .ui-grid-menu-inner ul li {
        padding: 0
    }

        .ui-grid-menu .ui-grid-menu-inner ul li button {
            min-width: 100%;
            padding: 8px;
            text-align: left;
            background: transparent;
            border: none
        }

            .ui-grid-menu .ui-grid-menu-inner ul li button:hover, .ui-grid-menu .ui-grid-menu-inner ul li button:focus {
                -webkit-box-shadow: inset 0 0 14px rgba(0,0,0,0.2);
                -moz-box-shadow: inset 0 0 14px rgba(0,0,0,0.2);
                box-shadow: inset 0 0 14px rgba(0,0,0,0.2)
            }

            .ui-grid-menu .ui-grid-menu-inner ul li button.ui-grid-menu-item-active {
                -webkit-box-shadow: inset 0 0 14px rgba(0,0,0,0.2);
                -moz-box-shadow: inset 0 0 14px rgba(0,0,0,0.2);
                box-shadow: inset 0 0 14px rgba(0,0,0,0.2);
                background-color: #cecece
            }

        .ui-grid-menu .ui-grid-menu-inner ul li:not(:last-child) > button {
            border-bottom: 1px solid #d4d4d4
        }

.ui-grid-sortarrow {
    right: 5px;
    position: absolute;
    width: 20px;
    top: 0;
    bottom: 0;
    background-position: center
}

    .ui-grid-sortarrow.down {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

@font-face {
    font-family: 'ui-grid';
    src: url('ui-grid.eot');
    src: url('ui-grid.eot#iefix') format('embedded-opentype'),url('ui-grid.woff') format('woff'),url('ui-grid.ttf') format('truetype'),url('ui-grid.svg?#ui-grid') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="ui-grid-icon"]:before, [class*=" ui-grid-icon"]:before {
    font-family: "ui-grid";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.ui-grid-icon-blank::before {
    width: 1em;
    content: ' '
}

.ui-grid[dir=rtl] .ui-grid-header-cell, .ui-grid[dir=rtl] .ui-grid-footer-cell, .ui-grid[dir=rtl] .ui-grid-cell {
    float: right !important
}

.ui-grid[dir=rtl] .ui-grid-column-menu-button {
    position: absolute;
    left: 1px;
    top: 0;
    right: inherit
}

.ui-grid[dir=rtl] .ui-grid-cell:first-child, .ui-grid[dir=rtl] .ui-grid-header-cell:first-child, .ui-grid[dir=rtl] .ui-grid-footer-cell:first-child {
    border-right: 0
}

.ui-grid[dir=rtl] .ui-grid-cell:last-child, .ui-grid[dir=rtl] .ui-grid-header-cell:last-child {
    border-right: 1px solid #d4d4d4;
    border-left: 0
}

.ui-grid[dir=rtl] .ui-grid-header-cell:first-child .ui-grid-vertical-bar, .ui-grid[dir=rtl] .ui-grid-footer-cell:first-child .ui-grid-vertical-bar, .ui-grid[dir=rtl] .ui-grid-cell:first-child .ui-grid-vertical-bar {
    width: 0
}

.ui-grid[dir=rtl] .ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    left: 0;
    right: auto;
    background: #f3f3f3;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    min-height: 27px;
    font-weight: normal
}

    .ui-grid[dir=rtl] .ui-grid-menu-button .ui-grid-menu {
        left: 0;
        right: auto
    }

.ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button {
    right: initial;
    left: 0
}

    .ui-grid[dir=rtl] .ui-grid-filter-container .ui-grid-filter-button [class^="ui-grid-icon"] {
        right: initial;
        left: 10px
    }

.ui-grid-animate-spin {
    -moz-animation: ui-grid-spin 2s infinite linear;
    -o-animation: ui-grid-spin 2s infinite linear;
    -webkit-animation: ui-grid-spin 2s infinite linear;
    animation: ui-grid-spin 2s infinite linear;
    display: inline-block
}

@-moz-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-o-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-ms-keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes ui-grid-spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before, #ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after, #ui-grid-twbs #ui-grid-twbs .btn-toolbar:before, #ui-grid-twbs #ui-grid-twbs .btn-toolbar:after, #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before, #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after, #ui-grid-twbs #ui-grid-twbs .btn-toolbar:after, #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    clear: both
}

.ui-grid-cell-focus {
    outline: 0;
    background-color: #b3c4c7
}

.ui-grid-focuser {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

    .ui-grid-focuser: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)
    }

.ui-grid-offscreen {
    display: block;
    position: absolute;
    left: -10000px;
    top: -10000px;
    clip: rect(0, 0, 0, 0)
}

div.ui-grid-cell input {
    border-radius: inherit;
    padding: 0;
    width: 100%;
    color: inherit;
    height: auto;
    font: inherit;
    outline: none
}

    div.ui-grid-cell input:focus {
        color: inherit;
        outline: none
    }

    div.ui-grid-cell input[type="checkbox"] {
        margin: 9px 0 0 6px;
        width: auto
    }

    div.ui-grid-cell input.ng-invalid {
        border: 1px solid #fc8f8f
    }

    div.ui-grid-cell input.ng-valid {
        border: 1px solid #d4d4d4
    }

.expandableRow .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #fdfdfd
}

.expandableRow .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #f3f3f3
}

.ui-grid-cell.ui-grid-disable-selection.ui-grid-row-header-cell {
    pointer-events: auto /*pointer-events:none*/
}

.ui-grid-expandable-buttons-cell i {
    pointer-events: all
}

.scrollFiller {
    float: left;
    border: 1px solid #d4d4d4
}

.ui-grid-tree-header-row {
    font-weight: bold !important
}

.movingColumn {
    position: absolute;
    top: 0;
    border: 1px solid #d4d4d4;
    box-shadow: inset 0 0 14px rgba(0,0,0,0.2)
}

    .movingColumn .ui-grid-icon-angle-down {
        display: none
    }

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:before, #ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after, #ui-grid-twbs #ui-grid-twbs .btn-toolbar:before, #ui-grid-twbs #ui-grid-twbs .btn-toolbar:after, #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:before, #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

#ui-grid-twbs #ui-grid-twbs .form-horizontal .form-group:after, #ui-grid-twbs #ui-grid-twbs .btn-toolbar:after, #ui-grid-twbs #ui-grid-twbs .btn-group-vertical > .btn-group:after {
    clear: both
}

.ui-grid-pager-panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px
}

.ui-grid-pager-container {
    float: left
}

.ui-grid-pager-control {
    margin-right: 10px;
    margin-left: 10px;
    min-width: 135px;
    float: left
}

    .ui-grid-pager-control button {
        height: 25px;
        min-width: 26px;
        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: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #eee;
        background-color: #f3f3f3;
        border-color: #ccc
    }

        .ui-grid-pager-control button:focus, .ui-grid-pager-control button:active:focus, .ui-grid-pager-control button.active:focus, .ui-grid-pager-control button.focus, .ui-grid-pager-control button:active.focus, .ui-grid-pager-control button.active.focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px
        }

        .ui-grid-pager-control button:hover, .ui-grid-pager-control button:focus, .ui-grid-pager-control button.focus {
            color: #333;
            text-decoration: none
        }

        .ui-grid-pager-control button:active, .ui-grid-pager-control button.active {
            outline: 0;
            background-image: none;
            -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
            box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
        }

        .ui-grid-pager-control button.disabled, .ui-grid-pager-control button[disabled], fieldset[disabled] .ui-grid-pager-control button {
            cursor: not-allowed;
            opacity: .65;
            filter: alpha(opacity=65);
            -webkit-box-shadow: none;
            box-shadow: none
        }

a.ui-grid-pager-control button.disabled, fieldset[disabled] a.ui-grid-pager-control button {
    pointer-events: none
}

.ui-grid-pager-control button:focus, .ui-grid-pager-control button.focus {
    color: #eee;
    background-color: #dadada;
    border-color: #8c8c8c
}

.ui-grid-pager-control button:hover {
    color: #eee;
    background-color: #dadada;
    border-color: #adadad
}

.ui-grid-pager-control button:active, .ui-grid-pager-control button.active, .open > .dropdown-toggle.ui-grid-pager-control button {
    color: #eee;
    background-color: #dadada;
    border-color: #adadad
}

    .ui-grid-pager-control button:active:hover, .ui-grid-pager-control button.active:hover, .open > .dropdown-toggle.ui-grid-pager-control button:hover, .ui-grid-pager-control button:active:focus, .ui-grid-pager-control button.active:focus, .open > .dropdown-toggle.ui-grid-pager-control button:focus, .ui-grid-pager-control button:active.focus, .ui-grid-pager-control button.active.focus, .open > .dropdown-toggle.ui-grid-pager-control button.focus {
        color: #eee;
        background-color: #c8c8c8;
        border-color: #8c8c8c
    }

.ui-grid-pager-control button:active, .ui-grid-pager-control button.active, .open > .dropdown-toggle.ui-grid-pager-control button {
    background-image: none
}

.ui-grid-pager-control button.disabled, .ui-grid-pager-control button[disabled], fieldset[disabled] .ui-grid-pager-control button, .ui-grid-pager-control button.disabled:hover, .ui-grid-pager-control button[disabled]:hover, fieldset[disabled] .ui-grid-pager-control button:hover, .ui-grid-pager-control button.disabled:focus, .ui-grid-pager-control button[disabled]:focus, fieldset[disabled] .ui-grid-pager-control button:focus, .ui-grid-pager-control button.disabled.focus, .ui-grid-pager-control button[disabled].focus, fieldset[disabled] .ui-grid-pager-control button.focus, .ui-grid-pager-control button.disabled:active, .ui-grid-pager-control button[disabled]:active, fieldset[disabled] .ui-grid-pager-control button:active, .ui-grid-pager-control button.disabled.active, .ui-grid-pager-control button[disabled].active, fieldset[disabled] .ui-grid-pager-control button.active {
    background-color: #f3f3f3;
    border-color: #ccc
}

.ui-grid-pager-control button .badge {
    color: #f3f3f3;
    background-color: #eee
}

.ui-grid-pager-control input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .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;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline;
    height: 26px;
    width: 50px;
    vertical-align: top
}

    .ui-grid-pager-control input: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)
    }

    .ui-grid-pager-control input::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .ui-grid-pager-control input:-ms-input-placeholder {
        color: #999
    }

    .ui-grid-pager-control input::-webkit-input-placeholder {
        color: #999
    }

    .ui-grid-pager-control input[disabled], .ui-grid-pager-control input[readonly], fieldset[disabled] .ui-grid-pager-control input {
        background-color: #eee;
        opacity: 1
    }

    .ui-grid-pager-control input[disabled], fieldset[disabled] .ui-grid-pager-control input {
        cursor: not-allowed
    }

textarea.ui-grid-pager-control input {
    height: auto
}

select.ui-grid-pager-control input {
    height: 30px;
    line-height: 30px
}

textarea.ui-grid-pager-control input, select[multiple].ui-grid-pager-control input {
    height: auto
}

.ui-grid-pager-control .ui-grid-pager-max-pages-number {
    vertical-align: bottom
}

    .ui-grid-pager-control .ui-grid-pager-max-pages-number > * {
        vertical-align: middle
    }

.ui-grid-pager-control .first-bar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: -3px
}

.ui-grid-pager-control .first-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8.7px 5px 0;
    border-color: transparent #4d4d4d transparent transparent;
    margin-left: 2px
}

.ui-grid-pager-control .next-triangle {
    margin-left: 1px
}

.ui-grid-pager-control .prev-triangle {
    margin-left: 0
}

.ui-grid-pager-control .last-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #4d4d4d;
    margin-left: -1px
}

.ui-grid-pager-control .last-bar {
    width: 10px;
    border-left: 2px solid #4d4d4d;
    margin-top: -6px;
    height: 12px;
    margin-left: 1px
}

.ui-grid-pager-row-count-picker {
    float: left
}

    .ui-grid-pager-row-count-picker select {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .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;
        height: 30px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        height: 26px;
        width: 67px;
        display: inline
    }

        .ui-grid-pager-row-count-picker select: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)
        }

        .ui-grid-pager-row-count-picker select::-moz-placeholder {
            color: #999;
            opacity: 1
        }

        .ui-grid-pager-row-count-picker select:-ms-input-placeholder {
            color: #999
        }

        .ui-grid-pager-row-count-picker select::-webkit-input-placeholder {
            color: #999
        }

        .ui-grid-pager-row-count-picker select[disabled], .ui-grid-pager-row-count-picker select[readonly], fieldset[disabled] .ui-grid-pager-row-count-picker select {
            background-color: #eee;
            opacity: 1
        }

        .ui-grid-pager-row-count-picker select[disabled], fieldset[disabled] .ui-grid-pager-row-count-picker select {
            cursor: not-allowed
        }

textarea.ui-grid-pager-row-count-picker select {
    height: auto
}

select.ui-grid-pager-row-count-picker select {
    height: 30px;
    line-height: 30px
}

textarea.ui-grid-pager-row-count-picker select, select[multiple].ui-grid-pager-row-count-picker select {
    height: auto
}

.ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
    margin-top: 3px
}

.ui-grid-pager-count-container {
    float: right;
    margin-top: 4px;
    min-width: 50px
}

    .ui-grid-pager-count-container .ui-grid-pager-count {
        margin-right: 10px;
        margin-left: 10px;
        float: right
    }

.ui-grid-pinned-container {
    position: absolute;
    display: inline;
    top: 0
}

    .ui-grid-pinned-container.ui-grid-pinned-container-left {
        float: left;
        left: 0
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right {
        float: right;
        right: 0
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child {
        box-sizing: border-box;
        border-right: 1px solid;
        border-width: 1px;
        border-right-color: #aeaeae
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
        box-sizing: border-box;
        border-right: 1px solid;
        border-width: 1px;
        border-right-color: #aeaeae
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar, .ui-grid-pinned-container .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
        width: 1px
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:not(:last-child) .ui-grid-vertical-bar {
        background-color: #d4d4d4
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
        background-color: #aeaeae
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-header-cell:last-child .ui-grid-vertical-bar {
        right: -1px;
        width: 1px;
        background-color: #aeaeae
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:first-child {
        box-sizing: border-box;
        border-left: 1px solid;
        border-width: 1px;
        border-left-color: #aeaeae
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:first-child {
        box-sizing: border-box;
        border-left: 1px solid;
        border-width: 1px;
        border-left-color: #aeaeae
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar, .ui-grid-pinned-container .ui-grid-cell:not(:first-child) .ui-grid-vertical-bar {
        width: 1px
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-header-cell:not(:first-child) .ui-grid-vertical-bar {
        background-color: #d4d4d4
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-right .ui-grid-cell:not(:last-child) .ui-grid-vertical-bar {
        background-color: #aeaeae
    }

    .ui-grid-pinned-container.ui-grid-pinned-container-first .ui-grid-header-cell:first-child .ui-grid-vertical-bar {
        left: -1px;
        width: 1px;
        background-color: #aeaeae
    }

.ui-grid-column-resizer {
    top: 0;
    bottom: 0;
    width: 5px;
    position: absolute;
    cursor: col-resize
}

    .ui-grid-column-resizer.left {
        left: 0
    }

    .ui-grid-column-resizer.right {
        right: 0
    }

.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 1px solid #d4d4d4
}

.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: 0
}

.ui-grid[dir=rtl] .ui-grid-header-cell:last-child .ui-grid-column-resizer.left {
    border-left: 1px solid #d4d4d4
}

.ui-grid.column-resizing {
    cursor: col-resize
}

    .ui-grid.column-resizing .ui-grid-resize-overlay {
        position: absolute;
        top: 0;
        height: 100%;
        width: 1px;
        background-color: #aeaeae
    }

.ui-grid-row-saving .ui-grid-cell {
    color: #848484 !important
}

.ui-grid-row-dirty .ui-grid-cell {
    color: #610b38
}

.ui-grid-row-error .ui-grid-cell {
    color: #f00 !important
}

.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: #c9dde1
}

.ui-grid-disable-selection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

.ui-grid-selection-row-header-buttons {
    cursor: pointer;
    opacity: .1
}

    .ui-grid-selection-row-header-buttons.ui-grid-row-selected {
        opacity: 1
    }

    .ui-grid-selection-row-header-buttons.ui-grid-all-selected {
        opacity: 1
    }

.ui-grid-tree-row-header-buttons.ui-grid-tree-header {
    cursor: pointer;
    opacity: 1
}

.ui-grid-tree-header-row {
    font-weight: bold !important
}

.ui-grid-icon-plus-squared:before {
    content: '\c350'
}

.ui-grid-icon-minus-squared:before {
    content: '\c351'
}

.ui-grid-icon-search:before {
    content: '\c352'
}

.ui-grid-icon-cancel:before {
    content: '\c353'
}

.ui-grid-icon-info-circled:before {
    content: '\c354'
}

.ui-grid-icon-lock:before {
    content: '\c355'
}

.ui-grid-icon-lock-open:before {
    content: '\c356'
}

.ui-grid-icon-pencil:before {
    content: '\c357'
}

.ui-grid-icon-down-dir:before {
    /*content: '\c358'*/
}

.ui-grid-icon-up-dir:before {
    /*content: '\c359'*/
}

.ui-grid-icon-left-dir:before {
    content: '\c35a'
}

.ui-grid-icon-right-dir:before {
    content: '\c35b'
}

.ui-grid-icon-left-open:before {
    content: '\c35c'
}

.ui-grid-icon-right-open:before {
    content: '\c35d'
}

.ui-grid-icon-angle-down:before {
    content: '\c35e'
}

.ui-grid-icon-filter:before {
    content: '\c35f'
}

.ui-grid-icon-sort-alt-up:before {
    content: '\c360'
}

.ui-grid-icon-sort-alt-down:before {
    content: '\c361'
}

.ui-grid-icon-ok:before {
    content: '\c362'
}

.ui-grid-icon-menu:before {
    content: '\c363'
}

.ui-grid-icon-indent-left:before {
    content: '\e800'
}

.ui-grid-icon-indent-right:before {
    content: '\e801'
}

.ui-grid-icon-spin5:before {
    content: '\ea61'
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.3 - 2016-08-17T06:16:42.140Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.ui-select-choices-row:hover{background-color:#f5f5f5}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.ui-select-container.select2.direction-up .ui-select-match,.ui-select-container[theme=select2].direction-up .ui-select-match{border-radius:0 0 4px 4px}.ui-select-container.select2.direction-up .ui-select-dropdown,.ui-select-container[theme=select2].direction-up .ui-select-dropdown{border-radius:4px 4px 0 0;border-top-width:1px;border-top-style:solid;box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-4px}.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search{margin-top:4px}.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match{border-bottom-color:#5897fb}.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control>.selectize-dropdown,.selectize-control>.selectize-input>input{width:100%}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.ui-select-container[theme=selectize].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-2px}.ui-select-container[theme=selectize] input.ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0;width:0}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}.ui-select-bootstrap .ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices,.ui-select-bootstrap>.ui-select-no-choice{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close{pointer-events:none}.ui-select-multiple:hover .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple:hover .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>span{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}.ui-select-bootstrap .ui-select-match-text{width:100%;padding-right:1em}.ui-select-bootstrap .ui-select-match-text span{display:inline-block;width:100%;overflow:hidden}.ui-select-bootstrap .ui-select-toggle>a.btn{position:absolute;height:10px;right:10px;margin-top:-2px}
/*# sourceMappingURL=select.min.css.map */

@charset "UTF-8";

.p-component {
    font-family: "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
}

    .p-component input, .p-component select, .p-component textarea, .p-component button {
        font-family: "Roboto", "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 1em;
    }

    .p-component :active {
        outline: none;
    }

.ui-widget-content {
    border: 1px solid #D5D5D5;
    background: #ffffff;
    color: #222222;
}

    .ui-widget-content a {
        color: #222222;
    }

.p-multiselect-header {
    border: 1px solid #d9d9d9;
    background: #f6f7f9;
    color: #1b1d1f;
    font-weight: normal;
    margin-bottom: .3em;
    padding: .25em;
    position: relative;
    text-align: left;
    min-height: 2em;
}

.p-paginator .p-paginator-element button {
    color: #1b1d1f;
}

.ui-widget-overlay {
    background: #666666;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

.p-paginator .p-paginator-element,
.ui-widget-content .ui-state-default,
.p-component:not(.p-overlay, .p-multiselect-items, .p-button, .p-inputtext, .p-datatable, .p-carousel, .p-accordion) {
    border: 1px solid #d6d6d6;
    background: #ffffff;
    color: #555555;
    border-radius: 3px;
}

    .p-paginator .p-paginator-element button,
    .ui-widget-content .ui-state-default a,
    .ui-state-default a {
        color: #555555;
    }

.p-paginator .p-highlight,
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-disabled).p-highlight,
.p-highlight:not(.p-autocomplete .p-ripple, .p-dropdown-panel .p-ripple) {
    border-color: #156090;
    background: #186ba0;
    color: #FFFFFF;
}

    .p-paginator .p-highlight button,
    .ui-widget-content .ui-state-highlight a,
    .p-highlight button {
        color: #FFFFFF;
    }

.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-state-focus {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-widget-header .ui-state-focus a,
    .ui-widget-content .ui-state-focus a,
    .ui-state-focus a {
        color: #212121;
    }

.ui-widget-header .ui-state-error,
.ui-widget-content .ui-state-error,
.ui-state-error {
    border-color: #f44336;
    background: #f5554a;
    color: #cd0a0a;
}

    .ui-widget-header .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-state-error a {
        color: #cd0a0a;
    }

.ui-state-disabled,
.ui-widget:disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
    cursor: default !important;
}

    .p-disabled *,
    .p-component:disabled * {
        cursor: default !important;
    }

/* Forms */
.ui-inputtext {
    background: #ffffff;
    color: #222222;
}

    .ui-inputtext:enabled:hover {
        border-color: #c0c0c0;
    }

    .ui-inputtext.p-focus,
    .ui-inputtext:focus {
        outline: 0 none;
        border-color: #c0c0c0;
        -moz-box-shadow: 0px 0px 5px #c0c0c0;
        -webkit-box-shadow: 0px 0px 5px #c0c0c0;
        box-shadow: 0px 0px 5px #c0c0c0;
    }

.medication .p-autocomplete .p-overlay {
    width: 500px;
}

    .medication .p-autocomplete .p-overlay ul li span {
        white-space: pre-wrap;
        word-break: break-word;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

.p-autocomplete .p-autocomplete-panel {
    min-width: 100%;
}

.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
    border-color: #c0c0c0;
}

.p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
    border-color: #c0c0c0;
}

.ui-chips > ul:not(.ui-state-disabled):hover {
    border-color: #c0c0c0;
}

.ui-chips > ul:not(.ui-state-disabled).ui-state-focus {
    border-color: #c0c0c0;
}

.p-button:focus,
.p-button:enabled:hover {
    outline: 0 none;
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .p-button:focus a,
    .p-button:enabled:hover a {
        color: #212121;
    }

.p-button:enabled:active {
    border-color: #bebebe;
    background: #d6d6d6;
    color: #212121;
}

.p-checkbox-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .p-checkbox-box:not(.p-disabled):not(.p-highlight):hover a {
        color: #212121;
    }

.ui-radiobutton-box:not(.ui-state-disabled):not(.ui-state-active):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-radiobutton-box:not(.ui-state-disabled):not(.ui-state-active):hover a {
        color: #212121;
    }

    .p-dropdown:not(.p-disabled):hover a {
        color: #212121;
    }

.p-dropdown-panel .p-dropdown-item:not(.p-highlight):hover,
.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .p-dropdown-panel .p-dropdown-item:not(.p-highlight):hover a {
        color: #212121;
    }

.ui-listbox .ui-listbox-header .ui-listbox-filter-container .fa {
    color: #222222;
}

.ui-listbox:not(.ui-state-disabled) .ui-listbox-item:not(.ui-state-highlight):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-listbox:not(.ui-state-disabled) .ui-listbox-item:not(.ui-state-highlight):hover a {
        color: #212121;
    }

.p-listbox.p-disabled .p-checkbox-box:not(.p-highlight):hover {
    border-color: #d6d6d6;
    background: #ffffff;
    color: #555555;
}

.p-multiselect:not(.p-disabled):hover a {
        color: #212121;
    }

.p-multiselect-items li[data-p-highlight="false"]:hover {
  border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}
.p-multiselect-items li[data-p-highlight="true"] {
  background-color: var(--p-highlight-bg, #156090);
  color: #FFFFFF;
}

.p-multiselect-panel .p-multiselect-item:not(.p-highlight):hover a {
    color: #212121;
}

.p-multiselect-panel .p-multiselect-close {
    color: #1b1d1f;
}

.ui-multiselect-panel .ui-multiselect-filter-container .fa {
    color: #222222;
}

.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:hover a {
        color: #212121;
    }

.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:active {
    border-color: #bebebe;
    background: #d6d6d6;
    color: #212121;
}

.ui-selectbutton .ui-button:not(.ui-state-disabled):not(.ui-state-active):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-selectbutton .ui-button:not(.ui-state-disabled):not(.ui-state-active):hover a {
        color: #212121;
    }

.ui-togglebutton:not(.ui-state-disabled):not(.ui-state-active):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-togglebutton:not(.ui-state-disabled):not(.ui-state-active):hover a {
        color: #212121;
    }

.ui-paginator a:not(.ui-state-disabled):not(.ui-state-active):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-paginator a:not(.ui-state-disabled):not(.ui-state-active):hover a {
        color: #212121;
    }

.ui-table .ui-rowgroup-header a {
    color: #1b1d1f;
}

.p-datatable-wrapper .p-datatable-thead .p-sortable-column:not(.p-highlight):hover {
    background: #eeeeee;
    color: #212121;
}

.ui-table .ui-row-toggler {
    color: #222222;
}

.p-datatable-wrapper .p-datatable-tbody.ui-table-hoverable-rows > tr.ui-widget-content:not(.p-highlight):hover {
    cursor: pointer;
    background: #eeeeee;
    color: #212121;
}

.ui-orderlist .ui-orderlist-item:not(.ui-state-highlight):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-orderlist .ui-orderlist-item:not(.ui-state-highlight):hover a {
        color: #212121;
    }

.ui-picklist .ui-picklist-item:not(.ui-state-highlight):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-picklist .ui-picklist-item:not(.ui-state-highlight):hover a {
        color: #212121;
    }

.ui-tree.ui-treenode-dragover {
    border-color: #156090;
}

.ui-tree .ui-treenode-content.ui-treenode-selectable .ui-treenode-label:not(.ui-state-highlight):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-tree .ui-treenode-content.ui-treenode-selectable .ui-treenode-label:not(.ui-state-highlight):hover a {
        color: #212121;
    }

.ui-tree .ui-treenode-content.ui-treenode-dragover {
    background: #d6d6d6;
    color: #212121;
}

.ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable .ui-treenode-label:not(.ui-state-highlight):hover {
    background-color: inherit;
    color: inherit;
}

.ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable:not(.ui-state-highlight):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-tree.ui-tree-horizontal .ui-treenode-content.ui-treenode-selectable:not(.ui-state-highlight):hover a {
        color: #212121;
    }

.ui-treetable .ui-treetable-row.ui-treetable-row-selectable:not(.ui-state-highlight):hover {
    background: #eeeeee;
    color: #212121;
}

.p-accordion .p-accordion-header:not(.p-state-active):not(.p-state-disabled):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .p-accordion .p-accordion-header:not(.p-state-active):not(.p-state-disabled):hover a {
        color: #212121;
    }

.ui-fieldset.ui-fieldset-toggleable .ui-fieldset-legend:hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-fieldset.ui-fieldset-toggleable .ui-fieldset-legend:hover a {
        color: #212121;
    }

.ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-panel .ui-panel-titlebar .ui-panel-titlebar-icon:hover a {
        color: #212121;
    }

.ui-tabview .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-tabview .ui-tabview-nav li:not(.ui-state-active):not(.ui-state-disabled):hover a {
        color: #212121;
    }

.ui-dialog .ui-dialog-titlebar-icon {
    color: #1b1d1f;
}

    .ui-dialog .ui-dialog-titlebar-icon:hover {
        border-color: #c0c0c0;
        background: #eeeeee;
        color: #212121;
    }

        .ui-dialog .ui-dialog-titlebar-icon:hover a {
            color: #212121;
        }

.ui-overlaypanel .ui-overlaypanel-close:hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-overlaypanel .ui-overlaypanel-close:hover a {
        color: #212121;
    }

.ui-inplace .ui-inplace-display:hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-inplace .ui-inplace-display:hover a {
        color: #212121;
    }

.ui-breadcrumb a {
    color: #1b1d1f;
}

.ui-menu .ui-menuitem .ui-menuitem-link {
    color: #222222;
}

    .ui-menu .ui-menuitem .ui-menuitem-link:hover {
        border-color: #c0c0c0;
        background: #eeeeee;
        color: #212121;
        border-color: transparent;
    }

        .ui-menu .ui-menuitem .ui-menuitem-link:hover a {
            color: #212121;
        }

.ui-menu .ui-menuitem.ui-menuitem-active > .ui-menuitem-link {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
    border-color: transparent;
}

    .ui-menu .ui-menuitem.ui-menuitem-active > .ui-menuitem-link a {
        color: #212121;
    }

.ui-tabmenu .ui-tabmenu-nav li:not(.ui-state-active):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-tabmenu .ui-tabmenu-nav li:not(.ui-state-active):hover a {
        color: #212121;
    }

.ui-steps .ui-steps-item:not(.ui-state-highlight):not(.ui-state-disabled):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-steps .ui-steps-item:not(.ui-state-highlight):not(.ui-state-disabled):hover a {
        color: #212121;
    }

.ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover a {
        color: #212121;
    }

    .ui-panelmenu .ui-panelmenu-header:not(.ui-state-active):hover a {
        color: #212121;
    }

.ui-panelmenu .ui-panelmenu-header.ui-state-active a {
    color: #212121;
}

.ui-panelmenu .ui-panelmenu-content .ui-menuitem-link {
    color: #222222;
}

    .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link:hover {
        border-color: #c0c0c0;
        background: #eeeeee;
        color: #212121;
        border-color: transparent;
    }

        .ui-panelmenu .ui-panelmenu-content .ui-menuitem-link:hover a {
            color: #212121;
        }

.ui-datepicker .ui-datepicker-header a {
    color: #1b1d1f;
}

    .ui-datepicker .ui-datepicker-header a:hover {
        border-color: #c0c0c0;
        background: #eeeeee;
        color: #212121;
    }

        .ui-datepicker .ui-datepicker-header a:hover a {
            color: #212121;
        }

.ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled) a:hover {
    border-color: #c0c0c0;
    background: #eeeeee;
    color: #212121;
}

    .ui-datepicker .ui-datepicker-calendar td:not(.ui-state-disabled) a:hover a {
        color: #212121;
    }

.fc .fc-toolbar .fc-prev-button .ui-icon-circle-triangle-w {
    margin-top: .3em;
    background: none !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px !important;
    text-align: center;
}

    .fc .fc-toolbar .fc-prev-button .ui-icon-circle-triangle-w:before {
        content: "";
    }

.fc .fc-toolbar .fc-next-button .ui-icon-circle-triangle-e {
    margin-top: .3em;
    background: none !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0px !important;
    text-align: center;
}

    .fc .fc-toolbar .fc-next-button .ui-icon-circle-triangle-e:before {
        content: "";
    }

.ui-rating a {
    color: #222222;
}

/* Validation */
.p-inputtext.ng-dirty.ng-invalid,
p-dropdown.ng-dirty.ng-invalid > .p-dropdown,
p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext,
p-calendar.ng-dirty.ng-invalid > .p-inputtext,
p-chips.ng-dirty.ng-invalid > .p-inputtext,
p-inputmask.ng-dirty.ng-invalid > .p-inputtext,
p-checkbox.ng-dirty.ng-invalid .p-checkbox-box,
p-radiobutton.ng-dirty.ng-invalid .ui-radiobutton-box,
p-inputswitch.ng-dirty.ng-invalid .ui-inputswitch,
p-listbox.ng-dirty.ng-invalid .p-inputtext,
p-multiselect.ng-dirty.ng-invalid > .p-multiselect,
p-spinner.ng-dirty.ng-invalid > .p-inputtext,
p-selectbutton.ng-dirty.ng-invalid .p-button,
p-togglebutton.ng-dirty.ng-invalid .p-button {
    border-bottom-color: #f44336;
}

/* Cornering */
.ui-corner-tl {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ui-corner-right {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ui-corner-all, 
.p-dropdown.p-component,
.p-dropdown .p-inputtext,
.p-overlay .p-component
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("fonts/roboto-v15-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto-v15-latin-regular.woff2") format("woff2"), url("fonts/roboto-v15-latin-regular.woff") format("woff"), url("fonts/roboto-v15-latin-regular.ttf") format("truetype"), url("fonts/roboto-v15-latin-regular.svg#Roboto") format("svg");
    /* Legacy iOS */
}

.p-multiselect-header,
.ql-toolbar.ql-snow {
    background: #f6f7f9 0 0 repeat-x;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f7f9 0%, #ebedf0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f7f9), color-stop(100%, #ebedf0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f7f9 0%, #ebedf0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f7f9 0%, #ebedf0 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f6f7f9 0%, #ebedf0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f7f9 0%, #ebedf0 100%);
    /* W3C */
}

.p-accordion .p-accordion-header {
    background: #f6f7f9;
    border-top: 1px solid #d9d9d9;
}

    .p-accordion .p-accordion-header a {
        color: #1b1d1f;
    }

    .p-accordion .p-accordion-header:not(.p-state-active):not(.p-state-disabled):hover {
        background: #ededf0;
    }

    .p-accordion .p-accordion-header.p-state-active {
        background: #ffffff;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.p-accordion .p-accordion-content {
    border: 1px solid #ddd !important;
    border-top: 0 !important;
    overflow: hidden;
}

.p-accordion .p-toggleable-content {
    display: grid;
}

.p-paginator .p-dropdown {
    display: flex;
    border-radius: 3px;
}

.p-datatable-scrollable > .p-datatable-wrapper {
    position: relative;
    overflow: hidden;
    //height: calc(100vh - 270px);
    border: 1px solid #f0f0f0;
}

.p-multiselect-panel {
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #555 !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    z-index: 1003;
    top: 0px;
    left: 0px;
    transform: translateY(0px);
    opacity: 1;
    padding: .2em;
    position: absolute;
    min-width: 17em;
}

/* Tabview */
.ui-tabview.ui-widget-content {
    border: 0 none;
}

.ui-tabview .ui-tabview-nav {
    background: transparent;
}

    .ui-tabview .ui-tabview-nav > li.ui-state-default {
        background: #f6f7f9;
    }

    .ui-tabview .ui-tabview-nav > li.ui-state-active {
        background: #ffffff;
        font-weight: normal;
        color: #555555;
    }

    .ui-tabview .ui-tabview-nav > li:not(.ui-state-active):not(.ui-state-disabled):hover {
        background: #ededf0;
    }

/* Spinner */
.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:hover {
    border: 1px solid #1f89ce;
    background: #1f89ce;
    outline: 0 none;
    color: #ffffff;
}

.ui-spinner:not(.ui-state-disabled) .ui-spinner-button:enabled:active {
    border: 1px solid #156090;
    background: #186ba0;
    color: #ffffff;
}

.ui-slider {
    position: relative;
    text-align: left;
    background: #838688;
    border: none;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 17px !important;
        height: 21px !important;
        cursor: default;
        background: url("images/slider_handles.png") 0 0 no-repeat;
        outline: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        border: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background: #14a4ff;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) inset;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .ui-slider .ui-slider-handle.ui-state-active {
        background-position: -17px 0;
    }

.ui-slider-horizontal {
    height: 6px;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -2px !important;
        margin-left: -.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.1em !important;
        margin-left: 0;
        margin-bottom: -.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

.ui-progressbar .ui-progressbar-value {
    border: 1px solid #3f94e9;
    background: #8ec5fc;
}

.ui-progressbar .ui-progressbar-label {
    color: #222222;
}

.ui-widget-header .ui-button,
.ui-widget-content .ui-button,
.p-button {
    border: 1px solid #2399e5;
    color: #FFFFFF;
    background: #2399e5;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
}

    .ui-widget-header .ui-button:enabled:hover, .ui-widget-header .ui-button:focus,
    .ui-widget-content .ui-button:enabled:hover,
    .ui-widget-content .ui-button:focus,
    .p-button:enabled:hover,
    .p-button:focus {
        border: 1px solid #1f89ce;
        background: #1f89ce;
        outline: 0 none;
        color: #ffffff;
    }

    .ui-widget-header .ui-button:enabled:active,
    .ui-widget-content .ui-button:enabled:active,
    .p-button:enabled:active {
        border: 1px solid #156090;
        background: #186ba0;
        color: #ffffff;
    }

/* Checkbox and Radio */
.p-checkbox-box.p-highlight,
.ui-radiobutton-box.ui-state-active {    
    background: #186ba0;
    color: #FFFFFF;
}

.p-checkbox-box.p-focus,
.ui-radiobutton-box.ui-state-focus {
    -moz-box-shadow: 0px 0px 5px #1f89ce;
    -webkit-box-shadow: 0px 0px 5px #1f89ce;
    box-shadow: 0px 0px 5px #1f89ce;
}

    .p-checkbox-box.p-focus.p-highlight {
        background: #186ba0;
    }

/* Inputs */
.p-inputtext {
    background: #ffffff;
    color: #222222;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

    .ui-inputtext.p-focus,
    .ui-inputtext:focus {
        -moz-box-shadow: 0px 0px 5px #1f89ce;
        -webkit-box-shadow: 0px 0px 5px #1f89ce;
        box-shadow: 0px 0px 5px #1f89ce;
    }

/* InputSwitch */
.ui-inputswitch-on {
    background: #186ba0 !important;
    color: #ffffff !important;
}

.ui-paginator .ui-paginator-page.ui-state-active {
    background: #186ba0;
    color: #ffffff;
    border-color: #156090;
}

/* Primeng Table  */
.ui-table th.ui-state-default {
    background: #ebedf0;
    border-color: #d9d9d9;
}

.p-datatable-wrapper .p-datatable-thead th .p-sortable-column:not(.p-highlight):hover {
    background: #d3d5d8;
    border-color: #d9d9d9;
}

.ui-table th.ui-state-active {
    background: #186ba0;
    color: #ffffff;
}

.p-datatable-wrapper .p-datatable-tbody > tr.ui-widget-content {
    border-color: #d9d9d9;
}

    .p-datatable-wrapper .p-datatable-tbody > tr.ui-widget-content.ui-table-odd {
        background-color: #fafafb;
    }

    .p-datatable-wrapper .p-datatable-tbody > tr.ui-widget-content.p-highlight {
        background-color: #186ba0;
        color: #FFFFFF;
    }

.ui-table tfoot td.ui-state-default {
    background: #ebedf0;
    border-color: #d9d9d9;
}

/* Panel */
.ui-panel.ui-widget {
    padding: 0;
}

    .ui-panel.ui-widget .ui-panel-titlebar.ui-corner-all {
        -moz-border-radius-bottom-left: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-radius-bottom-right: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .ui-panel.ui-widget .ui-panel-titlebar {
        border-width: 0 0 1px 0;
    }

    .ui-panel.ui-widget .ui-panel-titlebar-icon span {
        position: relative;
        top: 1px;
    }

/* TreeTable */
.ui-treetable th.ui-state-default {
    background: #ebedf0;
    border-color: #d9d9d9;
}

/* ButtonSet */
.ui-togglebutton.ui-button.ui-state-default,
.ui-selectbutton .ui-button.ui-state-default {
    border: 1px solid #d6d6d6;
    background: #ffffff;
    font-weight: normal;
    color: #555555;
}

.ui-togglebutton.ui-button.ui-state-hover, .ui-togglebutton.ui-button.ui-state-focus,
.ui-selectbutton .ui-button.ui-state-hover, .ui-selectbutton .ui-button.ui-state-focus {
    border: 1px solid #c0c0c0;
    background: #eeeeee;
    font-weight: normal;
    color: #212121;
}

    .ui-togglebutton.ui-button.ui-state-focus,
    .ui-selectbutton .ui-button.ui-state-focus.ui-state-active {
        -moz-box-shadow: 0px 0px 5px #1f89ce;
        -webkit-box-shadow: 0px 0px 5px #1f89ce;
        box-shadow: 0px 0px 5px #1f89ce;
    }

.ui-togglebutton.ui-button.ui-state-active,
.ui-selectbutton .ui-button.ui-state-active {
    border: 1px solid #156090;
    background: #186ba0;
    color: #FFFFFF;
}

.p-multiselect .p-multiselect-label {
    background-color: #ffffff;
}

.p-dropdown.p-focus, .p-multiselect.p-focus {
    -moz-box-shadow: 0px 0px 5px #1f89ce;
    -webkit-box-shadow: 0px 0px 5px #1f89ce;
    box-shadow: 0px 0px 5px #1f89ce;
}

/* Growl */
.ui-growl-item-container.ui-state-highlight.ui-growl-message-info {
    background-color: #2196f3;
    border-color: #2196f3;
}

.ui-growl-item-container.ui-state-highlight.ui-growl-message-error {
    background-color: #f44336;
    border-color: #f44336;
}

.ui-growl-item-container.ui-state-highlight.ui-growl-message-warn {
    background-color: #FFB300;
    border-color: #FFB300;
}

.ui-growl-item-container.ui-state-highlight.ui-growl-message-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

/* TabMenu */
.ui-tabmenu {
    border: 0 none;
}

    .ui-tabmenu .ui-tabmenu-nav {
        background: none;
    }

        .ui-tabmenu .ui-tabmenu-nav > li.ui-state-default {
            background: #f6f7f9;
        }

        .ui-tabmenu .ui-tabmenu-nav > li.ui-state-active {
            background: #ffffff;
            font-weight: normal;
            color: #555555;
        }

        .ui-tabmenu .ui-tabmenu-nav > li:not(.ui-state-active):not(.ui-state-disabled):hover {
            background: #ededf0;
        }

/* Menus */
.ui-menu,
.ui-menu .ui-menu-child {
    border: 1px solid #d9d9d9;
    color: #1b1d1f;
    background: #f6f7f9 0 0 repeat-x;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6f7f9 0%, #ebedf0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f7f9), color-stop(100%, #ebedf0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6f7f9 0%, #ebedf0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6f7f9 0%, #ebedf0 100%);
    /* Opera11.10+ */
    background: -ms-linear-gradient(top, #f6f7f9 0%, #ebedf0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6f7f9 0%, #ebedf0 100%);
    /* W3C */
}

    .ui-menu .ui-menuitem .ui-menuitem-link:hover {
        background-color: #a6a6a6;
        color: #ffffff;
    }

    .ui-menu .ui-menuitem.ui-menuitem-active > .ui-menuitem-link {
        background-color: #a6a6a6;
        color: #ffffff;
    }

/* PanelMenu */
.ui-panelmenu .ui-panelmenu-header.ui-state-active,
.ui-panelmenu .ui-panelmenu-header.ui-state-active a {
    border-color: #156090;
    background: #186ba0;
    color: #FFFFFF;
}

/* DatePicker */
.ui-datepicker.ui-widget {
    padding: 0;
}

    .ui-datepicker.ui-widget .ui-datepicker-header {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border-top: 0 none;
        border-left: 0 none;
        border-right: 0 none;
    }

        .ui-datepicker.ui-widget .ui-datepicker-header a:hover {
            border-width: 1px;
        }

    .ui-datepicker.ui-widget .ui-datepicker-calendar {
        margin: 0;
    }

        .ui-datepicker.ui-widget .ui-datepicker-calendar thead th {
            background-color: #f6f8fa;
            padding: 8px;
        }

        .ui-datepicker.ui-widget .ui-datepicker-calendar td {
            border-bottom: 1px solid rgba(213, 213, 213, 0.5);
            padding: 0;
        }

            .ui-datepicker.ui-widget .ui-datepicker-calendar td a {
                border: 0 none;
                text-align: center;
                padding: 8px;
            }

                .ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-highlight {
                    background-color: #d6d6d6;
                    color: #212121;
                }

                .ui-datepicker.ui-widget .ui-datepicker-calendar td a.ui-state-active {
                    background-color: #186ba0;
                    color: #ffffff;
                }

        .ui-datepicker.ui-widget .ui-datepicker-calendar tr:last-child td {
            border-bottom: 0 none;
        }

    .ui-datepicker.ui-widget .ui-timepicker {
        border-bottom: 0 none;
        border-left: 0 none;
        border-right: 0 none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .ui-datepicker.ui-widget.ui-datepicker-timeonly .ui-timepicker {
        border-top: 0 none;
    }

/* Steps */
.ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link {
    color: #ffffff;
}

/* Dialog */
.ui-dialog.ui-widget .ui-dialog-titlebar {
    padding: 1em 1.5em;
}

    .ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-title {
        font-size: 1.25em;
    }

.ui-dialog.ui-widget .ui-dialog-content {
    padding: 1em 1.5em;
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    background: #2fa4e7 !important;
    color: #fff !important;
    margin: 0;
    padding: 0 !important;
    border-radius: 0
}

.p-autocomplete-panel {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}

.p-autocomplete-items {
    margin: 0;
    list-style-type: none;
    padding: .4em !important;
    line-height: 1.428571429;
    color: #555 !important;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d5d5d5;
    background: #fff;
}

.p-autocomplete-item {
    border: 0;
    cursor: pointer;
    font-weight: 400;
    margin: 1px 0;
    text-align: left;
    padding: 0 !important;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.p-autocomplete-items {
    padding: 0.4em;
}

.pi-sort-alt:before {
    content: "\e915"
}

.p-tooltip.snapshotTooltip {
    padding-top: 15px;
    right: 0 !important;
    top: 100% !important;
    left: auto !important;
    min-width: 250px
}

    .p-tooltip.snapshotTooltip:before {
        content: "";
        position: absolute;
        right: 30px;
        top: 6px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #ccc
    }

    .p-tooltip.snapshotTooltip:after {
        content: "";
        position: absolute;
        right: 32px;
        top: 8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff
    }

    .p-tooltip.snapshotTooltip .p-tooltip-text {
        background: #fff !important;
        border-radius: 5px;
        text-align: left;
        max-width: 250px;
        white-space: normal !important;
        color: #555 !important;
        font-size: 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        padding: 15px !important;
        font-family: Segoe p !important
    }

.pi-sort-alt:before {
    content: "\e915"
}



.customScroll.squeezed {
    height: calc(100vh - 299px);
}

.p-datatable-scrollable > .p-datatable-wrapper {
    position: relative;
    overflow: auto;
    border-bottom: 1px solid #f0f0f0;
}

.new-grid-view .p-paginator {
    background: none;
    border: none;
    margin-top: 3px;
}

.p-paginator {
    margin: 0;
    text-align: center;
    padding: .125em;
}

.new-grid-view .p-paginator .p-paginator-first {
    height: auto;
    color: #2fa4e7;
    border: none;
}

.new-grid-view .p-paginator .p-paginator-first {
    padding: 5px 12px;
    background: #f5f5f5;
    margin-right: 10px;
}

.p-paginator .p-paginator-first {
    display: inline-block;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    zoom: 1;
    margin-left: .063em;
    margin-right: .063em;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.p-disabled {
    opacity: .35;
}

.new-grid-view .p-paginator .p-paginator-pages {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 0px !important;
    height: auto;
    margin: 0px 10px;
}

.p-paginator .p-paginator-pages {
    display: inline-block;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    zoom: 1;
    margin-left: .063em;
    margin-right: .063em;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.new-grid-view .p-paginator .p-paginator-next {
    color: #2fa4e7;
    border: none;
}

.p-paginator .p-paginator-next {
    display: inline-block;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    zoom: 1;
    margin-left: .063em;
    margin-right: .063em;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.new-grid-view .p-paginator .p-paginator-page.p-highlight {
    background: #efefef;
    color: #9e9e9e;
}

.new-grid-view .p-paginator .p-paginator-page {
    padding: 5px 12px;
    border: none;
    color: #2fa4e7;
    background: none;
    width: auto;
    height: auto;
    line-height: 20px;
}

.p-paginator .p-paginator-page {
    display: inline-block;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    zoom: 1;
    margin-left: .063em;
    margin-right: .063em;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.new-grid-view .p-paginator .p-paginator-first span:before {
    content: "First";
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.pi-angle-left:before {
    content: "\e904";
}

.new-grid-view .p-paginator .p-paginator-last {
    height: auto;
}

.new-grid-view .p-paginator .p-paginator-last {
    padding: 5px 12px;
    background: #f5f5f5;
}

.new-grid-view .p-paginator .p-paginator-last {
    color: #2fa4e7;
    border: none;
}

.p-paginator .p-paginator-last {
    display: inline-block;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    zoom: 1;
    margin-left: .063em;
    margin-right: .063em;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.new-grid-view .p-paginator .p-paginator-last .p-paginator-icon {
    display: inline-block;
    height: auto;
    margin-left: auto;
    margin-top: 5px;
    width: auto;
    left: auto;
    top: auto;
    position: inherit;
}

.new-grid-view .p-paginator .p-paginator-last span:before {
    content: "Last";
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.p-paginator .p-dropdown {
    min-width: 4em;
    margin-left: .375em;
}

.p-widget-header .p-default, .p-widget-content .p-default, .p-default {
    border: 1px solid #d6d6d6;
    background: #fff;
    color: #555;
}

.p-dropdown {
    /* display: inline-block; */
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    min-width: 12.5em;
    border-radius: 3px;
}

.p-dropdown-trigger {
    padding: 0 5px;
}

.p-multiselect-panel .p-multiselect-item {
    border: 0;
    cursor: pointer;
    font-weight: 400;
    margin: 1px 0;
    padding: .125em .25em;
    text-align: left;
    white-space: nowrap;
    display: block;
    position: relative;
}

.p-multiselect-items-wrapper {
    overflow: auto;
    position: relative;
    padding: .2em 0;
}

.p-multiselect-items-wrapper .p-multiselect-items {
    border: 0;
    line-height: 1.428571429;
}

.p-inputtext {
    padding: .25em;
}

.p-dropdown .p-dropdown-label {
    display: block;
    border: 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    width: 100%;
    padding-right: 2.5em;
}

.p-helper-clearfix:before {
    content: "";
    display: table;
}

.p-paginator .p-dropdown {
    border: 1px solid #d6d6d6;
    background: #fff;
    color: #555;
    padding: 6px;
}
.p-helper-reset{
    line-height: 1.428571429;
}
.p-accordion-header-text {
    line-height: 1.428571429;
    padding-left: 4px;
}

.p-accordion {
    width: 100%;
}

.p-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.p-accordion > p-accordiontab:first-child .p-accordion-header {
    margin-top: 0;
}

.p-accordion .p-accordion-header.p-state-active {
    background: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.p-accordion .p-accordion-header {
    border-top: none;
}

p-accordion .p-accordion-header {
    border: none;
}

.p-accordion .p-accordion-header a {
    padding: 10px 15px !important;
}

.p-accordion .p-accordion-header a {
    border-radius: 3px 3px 0 0;
}

.p-accordion .p-accordion-header a {
    display: block;
    padding: .5em;
}

.p-accordion .p-accordion-header a {
    color: #1b1d1f;
}

p-accordion .p-accordion-header a {
    background: #396c89;
    font-size: 16px;
    color: #fff !important;
    border: none;
}

p-accordion .p-accordion-content-wrapper {
    border: 1px solid #ddd;
    width: 100%;
}

    p-accordion .p-accordion-content-wrapper .p-accordion-content {
        overflow: visible;
        display: table;
        width: 100%;
    }

    p-accordion .p-accordion-content-wrapper .p-accordion-content {
        overflow: hidden;
    }

.p-accordion .p-accordion-content {
    padding: 1em;
    border-top: 0;
    overflow: visible;
    zoom: 1;
}

p-accordion .p-accordion-content-wrapper {
    border: 1px solid #ddd !important;
    width: 100%;
}

.table-grid-view .p-datatable .p-sortable-column {
    border: 1px solid #d9d9d9;
    padding: .25em .5em;
}


.table-grid-view table tr td {
    word-wrap: break-word;    
}

.p-datatable-table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.p-datatable-scrollable-table > .p-datatable-thead {    
    background: #f6f7f9;
    color: #1b1d1f;
    font-weight: normal;
    background: linear-gradient(to bottom, #f6f7f9 0%, #ebedf0 100%);
    top: -1px;
}

.p-paginator {
    margin: 0;
    text-align: center;
    padding: .125em;
    border: 1px solid #d9d9d9;
    background: #f6f7f9;
    color: #1b1d1f;
    font-weight: normal;
}

.paginator-container .p-paginator .p-paginator-first, .paginator-container .p-paginator .p-paginator-prev, .paginator-container .p-paginator .p-paginator-pages, .paginator-container .p-paginator .p-paginator-last, .paginator-container .p-paginator .p-paginator-next {
    padding: 0 .65em;
}

.p-paginator a.p-disabled {
    outline: 0 none;
}

.p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, .p-paginator .p-paginator-pages, .p-paginator .p-paginator-next, .p-paginator .p-paginator-last {
    display: inline-block;
    min-width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    zoom: 1;
    margin-left: .063em;
    margin-right: .063em;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.p-paginator .p-paginator-element {
    border: 1px solid #d6d6d6;
    background: #fff;
    color: #555;
}

.p-disabled {
    opacity: .35;
}

.p-paginator .p-paginator-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1em;
    height: 1em;
    margin-top: -.5em;
    margin-left: -.5em;
}

.p-paginator .p-paginator-pages {
    width: auto;
    line-height: 1;
}

.p-dropdown-items {
    padding: 0.4em !important;
    margin: 0;
}

.p-paginator .p-dropdown {
    min-width: 4em;
    margin-left: .375em;
}

p-dropdown .p-dropdown {
    height: 37px !important;
}

.p-helper-clearfix:before {
    content: "";
    display: table;
}

ul#pr_id_8_list {
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #222;
}

li#p-highlighted-option {
    border-color: #156090;
    background: #186ba0;
    color: #fff;
}

.p-dropdown-item {
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
    margin: 1px 0;
    padding: .125em .25em;
    text-align: left;
}

.p-dropdown-panel.p-component.ng-star-inserted {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
}

.p-accordion .p-accordion-header {
    margin-top: 0px;
    background: #fff;
}

.p-accordion .p-accordion-header a {
    display: flex;
}

p-accordion-tab-active {
    height: 0
}

.hra-sidebar .p-accordion-header a {
    font-size: 12px;
}

.p-accordion .p-accordion-header a {
    padding: 13px 15px !important;
}

.paginator-container .p-paginator .p-paginator-prev {
    padding: 0px;
}

li.p-ripple.p-element.p-multiselect-item.p-highlight {
    border-color: #156090;
    background: #186ba0;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    position: relative;
    border-radius: 3px;
    padding: .125em .25em;
}

.p-multiselect-footer{
padding: 0.25em;
}

.p-accordion .p-accordion-header {
    opacity: 1
}

.p-accordion-toggle-icon {
    order: 0;
    display: none;
}

p-accordiontab#accordion-tab-familyhistory_familyhistory
.p-accordion-toggle-icon {
    display: none;
}

p-accordiontab#accordion-tab-socialhistory_general
.p-accordion-toggle-icon {
    display: none;
}
p-accordiontab#accordion-tab-fallriskhomesafety_general
.p-accordion-toggle-icon {
    display: none;
}
p-accordiontab#accordion-tab-selfassessment_selfassessment
.p-accordion-toggle-icon {
    display: none;
}
p-accordiontab#accordion-tab-preencounterprovidernotifications_preencounterprovidernotifications
.p-accordion-toggle-icon {
    display: none;
}

roster-grid,
qi-request-grid, qi-response-grid {
    .table-grid-view .p-datatable .p-sortable-column{
        border: 1px solid #d9d9d9;padding: .25em .5em;
    }     
    .table-grid-view table tr td {
        word-wrap: break-word;
        border: 1px solid #d9d9d9;
        padding: .25em .5em;
    }
     
    .p-datatable-table {
        border-spacing: 0px;
        border-collapse: collapse;
        width: 100%;
        table-layout: fixed;
    }
    .p-datatable-table>.p-datatable-thead{border: 1px solid #d9d9d9;background: #f6f7f9;color: #1b1d1f;font-weight: normal;background: linear-gradient(to bottom, #f6f7f9 0%, #ebedf0 100%);top: -1px;}
        .p-component:not(.p-overlay, .p-multiselect-items, .p-button, .p-dropdown, .p-paginator) {
        border: 0px !important; 
        }
        th{
            border: 1px solid #d9d9d9;
            padding: .25em .5em;
        }
        .p-paginator.p-component {
        background: linear-gradient(to bottom, #f6f7f9 0%, #ebedf0 100%);
    }
    button.p-ripple.p-element.p-paginator-page.p-paginator-element.p-link.p-highlight{
        background: #186ba0;
        color: #fff;
        border-color: #156090;
    }
    .p-paginator .p-paginator-page{
    padding: 0 .65em;
        border-radius: 3px;
        }
    .p-dropdown .p-dropdown-label{
        padding-right: 0px;
        }
    .bs-datepicker-body {
            table tr td, table th {
           border: 0px !important; 
            padding: 0px !important; 
       }
   }
}

all-visits {
    .p-datatable-scrollable-table > .p-datatable-thead, .p-datatable-tbody {
    border-left:1px solid #f5f5f5 !important;
}
    .p-datatable-scrollable > .p-datatable-wrapper {
        height: calc(100vh - 325px);
    }
}

pwq-bucket {
    .ui-grid {
        border: 0px;
    }

    .p-datatable-scrollable>.p-datatable-wrapper {
        height: auto;

        .p-datatable-scrollable-table>.p-datatable-thead,
        .p-datatable-tbody {
            border-left: 1px solid #d9d9d9 !important;
        }
    }
}

.p-carousel-item {
    max-width: 285px;
}

.p-carousel-content {
    margin-bottom: 15px;
}

schedule-reconciliation {
    .p-accordion > p-accordiontab:first-child .p-accordion-header {
        margin-top: 0;
    }
        
    .p-accordion .p-accordion-header {
        margin-top: 5px;
    }
}

hra-form-navigation-diagnosis-history {
    .p-accordion-header-link:focus {
        z-index: unset !important;
    }
}

.p-dropdown .p-dropdown-label{
    outline: none;
}

@layer overridePrimeng {
    .cursor-icon {
        cursor: pointer !important;
        pointer-events: all !important;
    }

    .medication .p-autocomplete-panel{
        max-height: 160px !important;
    }
}

.hidden-text {
    display: none !important;
  }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}

