﻿@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(icons/glyphicons/glyphicons-halflings-regular.eot);
    src: url(icons/glyphicons/glyphicons-halflings-regulard41d.eot?#iefix) format('embedded-opentype'), url(icons/glyphicons/glyphicons-halflings-regular.woff2) format('woff2'), url(icons/glyphicons/glyphicons-halflings-regular.woff) format('woff'), url(icons/glyphicons/glyphicons-halflings-regular.ttf) format('truetype'), url(icons/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    font-size: 16px;
    vertical-align: middle;
    top: -1px;
}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
}

a {
    cursor: pointer;
}

    a:focus {
        outline: 0;
    }

figure {
    position: relative;
}

figcaption {
    position: absolute;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    z-index: 2;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}

figure:hover figcaption {
    opacity: 1;
    visibility: visible;
}

.img-rounded {
    border-radius: 3px;
}

.hr-condensed {
    margin-top: 10px;
    margin-bottom: 10px;
}

.row-seamless {
    margin-left: 0;
    margin-right: 0;
}

    .row-seamless > div[class*=col-] {
        padding-left: 0;
        padding-right: 0;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -.015em;
}

    .h1 > .badge,
    .h1 > .label,
    .h2 > .badge,
    .h2 > .label,
    .h3 > .badge,
    .h3 > .label,
    .h4 > .badge,
    .h4 > .label,
    .h5 > .badge,
    .h5 > .label,
    .h6 > .badge,
    .h6 > .label,
    h1 > .badge,
    h1 > .label,
    h2 > .badge,
    h2 > .label,
    h3 > .badge,
    h3 > .label,
    h4 > .badge,
    h4 > .label,
    h5 > .badge,
    h5 > .label,
    h6 > .badge,
    h6 > .label {
        vertical-align: middle;
        margin-top: -2px;
    }

        .h1 > .badge.pull-right,
        .h1 > .label.pull-right,
        .h2 > .badge.pull-right,
        .h2 > .label.pull-right,
        .h3 > .badge.pull-right,
        .h3 > .label.pull-right,
        .h4 > .badge.pull-right,
        .h4 > .label.pull-right,
        .h5 > .badge.pull-right,
        .h5 > .label.pull-right,
        .h6 > .badge.pull-right,
        .h6 > .label.pull-right,
        h1 > .badge.pull-right,
        h1 > .label.pull-right,
        h2 > .badge.pull-right,
        h2 > .label.pull-right,
        h3 > .badge.pull-right,
        h3 > .label.pull-right,
        h4 > .badge.pull-right,
        h4 > .label.pull-right,
        h5 > .badge.pull-right,
        h5 > .label.pull-right,
        h6 > .badge.pull-right,
        h6 > .label.pull-right {
            margin-top: 3px;
        }

    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        font-size: 13px;
    }

        .h1 small.display-block,
        .h2 small.display-block,
        .h3 small.display-block,
        .h4 small.display-block,
        .h5 small.display-block,
        .h6 small.display-block,
        h1 small.display-block,
        h2 small.display-block,
        h3 small.display-block,
        h4 small.display-block,
        h5 small.display-block,
        h6 small.display-block {
            margin-top: 3px;
        }

    .h1 > [class*=icon-],
    .h2 > [class*=icon-],
    .h3 > [class*=icon-],
    h1 > [class*=icon-],
    h2 > [class*=icon-],
    h3 > [class*=icon-] {
        top: -2px;
    }

    .h1 small,
    .h2 small,
    .h3 small,
    h1 small,
    h2 small,
    h3 small {
        font-size: 13px;
    }

.heading-divided {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

a,
button,
input,
textarea {
    outline: 0;
    /* border:none;
  background-color:#ffffff; */
}

.mark,
mark {
    background-color: #333;
    padding: 2px 6px;
    color: #fff;
    border-radius: 2px;
}

a.text-muted:hover {
    color: #333;
}

svg {
    display: block;
}

.svg-inline svg {
    display: inline-block;
}

.svg-center svg {
    margin: auto;
}

.letter-icon {
    width: 16px;
    display: block;
}

.content-divider {
    text-align: center;
    position: relative;
    z-index: 1;
}

    .content-divider > span {
        background-color: #eeeded;
        display: inline-block;
        padding-left: 16px;
        padding-right: 16px;
    }

.modal .content-divider > span,
.panel .content-divider > span,
.tab-content-bordered .content-divider > span {
    background-color: #fff;
}

.content-divider > span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background-color: #ddd;
    width: 100%;
    z-index: -1;
}

.icon-object {
    border-radius: 50%;
    text-align: center;
    margin: 10px;
    border-width: 3px;
    border-style: solid;
    padding: 20px;
    display: inline-block;
}

    .icon-object > i {
        font-size: 32px;
        top: 0;
    }

.img-preview {
    max-height: 70px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container embed,
    .video-container iframe,
    .video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.status-mark {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid;
}

.dropdown-menu > .active .status-mark {
    background-color: #fff;
    border-color: #fff;
}

.position-left {
    margin-right: 8px;
}

.position-right {
    margin-left: 8px;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #2196f3;
}

.bg-success {
    color: #fff;
    background-color: #4caf50;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #3d8b40;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #4caf50;
}

.bg-info {
    color: #fff;
    background-color: #00bcd4;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #008fa1;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #00bcd4;
}

.bg-warning {
    color: #fff;
    background-color: #ff5722;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ee3900;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #ff5722;
}

.bg-danger {
    color: #fff;
    background-color: #f44336;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #ea1c0d;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #f44336;
}

.page-header {
    margin: 0;
    padding: 0;
    border-bottom-width: 0;
}

@media (min-width:769px) {
    .page-header .heading-elements.collapse {
        display: block;
        visibility: visible;
    }
}

.page-header-inverse {
    background-color: #273246;
    color: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

    .page-header-inverse .page-title small {
        color: rgba(255, 255, 255, .5);
    }

    .page-header-inverse .page-header-content .breadcrumb > li + li:before,
    .page-header-inverse .page-header-content .breadcrumb > li > a,
    .page-header-inverse > .breadcrumb > li + li:before,
    .page-header-inverse > .breadcrumb > li > a {
        color: rgba(255, 255, 255, .9);
    }

        .page-header-inverse .page-header-content .breadcrumb > li > a:focus,
        .page-header-inverse .page-header-content .breadcrumb > li > a:hover,
        .page-header-inverse > .breadcrumb > li > a:focus,
        .page-header-inverse > .breadcrumb > li > a:hover {
            color: #fff;
            opacity: 1;
        }

    .page-header-inverse .page-header-content .breadcrumb > .active,
    .page-header-inverse > .breadcrumb > .active {
        color: rgba(255, 255, 255, .5);
    }

    .page-header-inverse .form-control-feedback,
    .page-header-inverse .input-group-addon {
        color: rgba(255, 255, 255, .75);
    }

    .page-header-inverse .heading-text > a {
        color: #fff;
    }

    .page-header-inverse .form-control {
        border-bottom-color: rgba(255, 255, 255, .3);
        color: #fff;
    }

        .page-header-inverse .form-control::-moz-placeholder {
            color: rgba(255, 255, 255, .75);
            opacity: 1;
        }

        .page-header-inverse .form-control:-ms-input-placeholder {
            color: rgba(255, 255, 255, .75);
        }

        .page-header-inverse .form-control::-webkit-input-placeholder {
            color: rgba(255, 255, 255, .75);
        }

        .page-header-inverse .form-control:focus {
            border-bottom-color: #fff;
            -webkit-box-shadow: 0 1px 0 #fff;
            box-shadow: 0 1px 0 #fff;
        }

    .page-header-inverse.has-cover {
        background: url(../images/login_cover.jpg);
        background-size: cover;
    }

.page-header-default {
    background-color: #fff;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

    .page-header-default.has-cover {
        background: url(../images/backgrounds/seamless.png);
    }

.page-title {
    padding: 32px 36px 32px 0;
    display: block;
    position: relative;
}

    .page-title small {
        margin-left: 10px;
        display: inline-block;
    }

        .page-title small:before {
            content: '/';
            margin-right: 15px;
        }

        .page-title small.display-block {
            margin-left: 0;
            display: block;
        }

            .page-title small.display-block:before {
                content: none;
            }

    .page-title i ~ small.display-block {
        margin-left: 31px;
    }

.page-header-lg .page-title {
    padding-top: 37px;
    padding-bottom: 37px;
}

.page-header-sm .page-title {
    padding-top: 27px;
    padding-bottom: 27px;
}

.page-header-xs .page-title {
    padding-top: 22px;
    padding-bottom: 22px;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6 {
    margin: 0;
}

@media (min-width:769px) {
    .page-title {
        padding-right: 0;
    }
}

.page-header-content {
    position: relative;
    background-color: inherit;
    padding: 0 20px;
}

    .page-header-content[class*=border-bottom-] + .breadcrumb-line {
        border-top: 0;
    }

.text-black {
    font-weight: 900;
}

.text-bold {
    font-weight: 700;
}

.text-semibold {
    font-weight: 500;
}

.text-regular {
    font-weight: 400;
}

.text-light {
    font-weight: 300;
}

.text-thin {
    font-weight: 100;
}

.text-italic {
    font-style: italic;
}

.text-highlight {
    padding: 4px 6px;
}

.text-size-large {
    font-size: 14px;
}

.text-size-base {
    font-size: 13px;
}

.text-size-small {
    font-size: 12px;
}

.text-size-mini {
    font-size: 11px;
}

ol,
ul {
    padding-left: 25px;
}

.list > li,
.list > li .list > li {
    margin-top: 8px;
}

    .list > li:first-child {
        margin-top: 0;
    }

.list-condensed > li,
.list-condensed > li .list > li {
    margin-top: 4px;
}

.list-extended > li,
.list-extended > li .list > li {
    margin-top: 12px;
}

ul.list-square {
    list-style-type: square;
}

ul.list-circle {
    list-style-type: circle;
}

.list-inline {
    margin-left: 0;
    font-size: 0;
}

    .list-inline > li {
        padding-left: 0;
        padding-right: 20px;
        font-size: 13px;
    }

        .list-inline > li:last-child {
            padding-right: 0;
        }

.list-inline-condensed > li {
    padding-right: 10px;
}

.list-inline-separate > li {
    padding-right: 20px;
    position: relative;
}

    .list-inline-separate > li:before {
        content: '\2022';
        position: absolute;
        right: 8px;
        color: #ccc;
        top: 1px;
    }

    .list-inline-separate > li:last-child:before {
        content: none;
    }

.list-inline-bordered > li {
    margin-right: 20px;
    border-right: 1px solid #ddd;
}

    .list-inline-bordered > li:last-child {
        border-right: 0;
    }

.list-icons {
    padding-left: 0;
}

    .list-icons li {
        list-style: none;
    }

        .list-icons li i {
            margin-right: 8px;
        }

.list-feed {
    margin: 0;
    padding: 8px 0;
    list-style: none;
}

    .list-feed > li {
        position: relative;
        margin: 0;
        padding-bottom: 20px;
        padding-left: 28px;
    }

        .list-feed > li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            width: 8px;
            height: 8px;
            background-color: #fff;
            display: inline-block;
            border-radius: 50%;
            border: 2px solid #607d8b;
            z-index: 3;
        }

        .list-feed > li:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 3px;
            bottom: -7px;
            width: 0;
            border-left: 1px solid #607d8b;
            border-right: 1px solid #607d8b;
            z-index: 2;
        }

        .list-feed > li:first-child:after {
            top: 8px;
        }

        .list-feed > li:last-child {
            padding-bottom: 0;
        }

            .list-feed > li:last-child:after {
                content: none;
            }

        .list-feed > li[class*=border-]:after,
        .list-feed > li[class*=border-]:before {
            border-color: inherit;
        }

.list-feed-solid > li:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 4px;
}

.list-feed-square > li:before {
    content: '';
    border-radius: 0;
}

.list-feed-rhombus > li:before {
    content: '';
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list-feed-time > li {
    margin-left: 48px;
}

    .list-feed-time > li .feed-time {
        position: absolute;
        left: -48px;
        top: 0;
        font-size: 12px;
    }

.icons-list {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    font-size: 0;
}

    .icons-list > li {
        position: relative;
        display: inline-block;
        margin-left: 5px;
        font-size: 13px;
    }

        .icons-list > li:first-child {
            margin-left: 0;
        }

        .icons-list > li > a {
            color: inherit;
            display: block;
            opacity: 1;
        }

            .icons-list > li > a:focus,
            .icons-list > li > a:hover {
                opacity: .75;
            }

            .icons-list > li > a > i {
                top: 0;
            }

            .icons-list > li > a > .caret {
                margin-top: 0;
                margin-bottom: 0;
            }

.icons-list-extended > li {
    margin-left: 10px;
}

dl {
    margin-bottom: 0;
}

dt {
    margin-bottom: 5px;
    font-weight: 500;
}

dd + dt {
    margin-top: 20px;
}

@media (min-width:769px) {
    .dl-horizontal dt + dd {
        margin-top: 20px;
    }

    .dl-horizontal dt:first-child + dd {
        margin-top: 0;
    }
}

blockquote {
    margin: 0;
}

    blockquote img {
        height: 42px;
        float: left;
        margin-right: 20px;
    }

        blockquote img.pull-right {
            margin-right: 0;
            margin-left: 20px;
        }

    blockquote .small,
    blockquote footer,
    blockquote small {
        font-size: 13px;
        margin-top: 8px;
        display: block;
    }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 20px;
    }

code {
    border-radius: 2px;
    word-wrap: break-word;
}

kbd {
    font-size: 11px;
    vertical-align: text-top;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    padding: 20px;
    margin: 0;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

th {
    font-weight: 500;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.table > thead > tr + tr > td,
.table > thead > tr + tr > th {
    border-top-width: 0;
}

.panel[class*=bg-] .table > tbody > tr > td,
.panel[class*=bg-] .table > tbody > tr > th,
.panel[class*=bg-] .table > tfoot > tr > td,
.panel[class*=bg-] .table > tfoot > tr > th,
.panel[class*=bg-] .table > thead > tr > td,
.panel[class*=bg-] .table > thead > tr > th,
.table[class*=bg-] > tbody > tr > td,
.table[class*=bg-] > tbody > tr > th,
.table[class*=bg-] > tfoot > tr > td,
.table[class*=bg-] > tfoot > tr > th,
.table[class*=bg-] > thead > tr > td,
.table[class*=bg-] > thead > tr > th {
    border-color: rgba(255, 255, 255, .2);
}

.table tr[class*=bg-] > td,
.table tr[class*=bg-] > th {
    border-color: #fff;
}

.table tr > td[class*=bg-],
.table tr > th[class*=bg-] {
    border-color: #fff;
}

.table > thead > tr[class*=border-bottom-] > td,
.table > thead > tr[class*=border-bottom-] > th {
    border-bottom-color: inherit;
}

.table > tbody > tr[class*=border-top-] > td,
.table > tbody > tr[class*=border-top-] > th,
.table > tfoot > tr[class*=border-top-] > td,
.table > tfoot > tr[class*=border-top-] > th {
    border-top-color: inherit;
}

.table > thead > tr > th {
    border-bottom: 1px solid #bbb;
}

.table > tfoot > tr > th {
    border-top: 1px solid #bbb;
}

.table .table {
    background-color: #fff;
}

.table-responsive + .table-responsive > .table:not(.table-bordered):not(.table-framed),
.table:not(.table-bordered):not(.table-framed) + .table:not(.table-bordered):not(.table-framed) {
    border-top: 1px solid #ddd;
}

.modal-body + .table,
.modal-body + .table-responsive > .table {
    border-bottom: 1px solid #ddd;
}

.modal-body + .table-responsive {
    border-width: 0;
}

.panel[class*=bg-] > .panel-body + .table,
.panel[class*=bg-] > .panel-body + .table-responsive {
    border-color: #fff;
}

.table > thead > tr.border-solid > td,
.table > thead > tr.border-solid > th {
    border-bottom-width: 2px;
}

.table > tbody > tr.border-solid > td,
.table > tbody > tr.border-solid > th,
.table > tfoot > tr.border-solid > td,
.table > tfoot > tr.border-solid > th {
    border-top-width: 2px;
}

.table-bordered > thead > tr.border-solid:first-child > td,
.table-bordered > thead > tr.border-solid:first-child > th {
    border-bottom-width: 2px;
}

.table > thead > tr.border-double > td,
.table > thead > tr.border-double > th {
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.table > tbody > tr.border-double > td,
.table > tbody > tr.border-double > th,
.table > tfoot > tr.border-double > td,
.table > tfoot > tr.border-double > th {
    border-top-width: 3px;
    border-top-style: double;
}

.table-bordered > thead > tr.border-double:first-child > td,
.table-bordered > thead > tr.border-double:first-child > th {
    border-bottom-width: 3px;
    border-bottom-style: double;
}

.table > tbody > tr.border-dashed > td,
.table > tbody > tr.border-dashed > th {
    border-top-style: dashed;
}

.panel > .table-framed,
.panel > .table-responsive > .table-framed,
.table-framed {
    border: 1px solid #ddd;
}

    .table-framed > thead > tr > td:first-child,
    .table-framed > thead > tr > th:first-child {
        border-left-color: #ddd;
    }

    .table-framed > thead > tr > td:last-child,
    .table-framed > thead > tr > th:last-child {
        border-right-color: #ddd;
    }

@media screen and (max-width:768px) {
    .table-responsive > .table-framed {
        border: 0;
    }
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th {
    border: 0;
}

.table-columned > tbody > tr > td,
.table-columned > tbody > tr > th,
.table-columned > tfoot > tr > td,
.table-columned > tfoot > tr > th {
    border: 0;
    border-left: 1px solid #ddd;
}

    .table-columned > tbody > tr > td:first-child,
    .table-columned > tbody > tr > th:first-child,
    .table-columned > tfoot > tr > td:first-child,
    .table-columned > tfoot > tr > th:first-child {
        border-left: 0;
    }

.table-xlg > tbody > tr > td,
.table-xlg > tbody > tr > th,
.table-xlg > tfoot > tr > td,
.table-xlg > tfoot > tr > th,
.table-xlg > thead > tr > td,
.table-xlg > thead > tr > th {
    padding: 20px;
}

.table-lg > tbody > tr > td,
.table-lg > tbody > tr > th,
.table-lg > tfoot > tr > td,
.table-lg > tfoot > tr > th,
.table-lg > thead > tr > td,
.table-lg > thead > tr > th {
    padding: 15px 20px;
}

.table-sm > tbody > tr > td,
.table-sm > tbody > tr > th,
.table-sm > tfoot > tr > td,
.table-sm > tfoot > tr > th,
.table-sm > thead > tr > td,
.table-sm > thead > tr > th {
    padding: 10px 20px;
}

.table-xs > tbody > tr > td,
.table-xs > tbody > tr > th,
.table-xs > tfoot > tr > td,
.table-xs > tfoot > tr > th,
.table-xs > thead > tr > td,
.table-xs > thead > tr > th {
    padding: 8px 20px;
}

.table-xxs > tbody > tr > td,
.table-xxs > tbody > tr > th,
.table-xxs > tfoot > tr > td,
.table-xxs > tfoot > tr > th,
.table-xxs > thead > tr > td,
.table-xxs > thead > tr > th {
    padding: 6px 15px;
}

.panel > .table-bordered > thead > tr > td,
.panel > .table-bordered > thead > tr > th,
.panel > .table-responsive > .table-bordered > thead > tr > td,
.panel > .table-responsive > .table-bordered > thead > tr > th {
    border-left-color: transparent;
    border-right-color: transparent;
}

.table-bordered tr:first-child > td,
.table-bordered tr:first-child > th {
    border-top-color: #bbb;
}

.table-bordered tr > td[class*=bg-],
.table-bordered tr > th[class*=bg-],
.table-bordered tr[class*=bg-] > td,
.table-bordered tr[class*=bg-] > th {
    border-color: #fff;
}

.panel[class*=bg-] .table-striped > tbody > tr:nth-child(odd),
.table-striped[class*=bg-] > tbody > tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: inherit;
}

.panel[class*=bg-] .table-hover > tbody > tr:hover,
.table-hover[class*=bg-] > tbody > tr:hover {
    background-color: rgba(0, 0, 0, .1);
}

.panel[class*=bg-] .panel-body > .table .active > td,
.panel[class*=bg-] .panel-body > .table .active > th,
.panel[class*=bg-] .panel-body > .table td.active,
.panel[class*=bg-] .panel-body > .table th.active,
.panel[class*=bg-] .panel-body > .table-responsive > .table .active > td,
.panel[class*=bg-] .panel-body > .table-responsive > .table .active > th,
.panel[class*=bg-] .panel-body > .table-responsive > .table td.active,
.panel[class*=bg-] .panel-body > .table-responsive > .table th.active,
.table[class*=bg-] .active > td,
.table[class*=bg-] .active > th,
.table[class*=bg-] td.active,
.table[class*=bg-] th.active {
    background-color: rgba(0, 0, 0, .15);
}

legend {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

fieldset:first-child legend:first-child {
    padding-top: 0;
}

legend .control-arrow {
    float: right;
    color: #999;
}

    legend .control-arrow:hover {
        color: #333;
    }

label {
    margin-bottom: 8px;
    font-weight: 400;
}

select[multiple] option,
select[size] option {
    padding: 5px 0;
}

    select[multiple] option + option,
    select[size] option + option {
        margin-top: 1px;
    }

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 0;
}

input[type=file],
input[type=file]:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-container .form-control {
    padding-left: 30px;
}

.login-icon {
    position: absolute;
    top: 12px;
    left: 8px;
}

.input-group-btn .btn-default {
    border: solid 1px #ddd;
    border-left: none;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.login-container .form-control:focus {
    outline: 0;
    border-color: transparent;
    border-bottom-color: #108eef;
    -webkit-box-shadow: 0 1px 0 #108eef;
    box-shadow: 0 1px 0 #108eef;
}

.login-container .form-control[disabled],
.login-container fieldset[disabled] .form-control {
    border-bottom-style: dashed;
    color: #999;
}

.login-container .form-control[readonly] {
    border-bottom-style: dashed;
    border-bottom-color: #ddd;
    color: #333;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-unstyled {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.iFrame{    
    height: -webkit-fill-available;
    width: -webkit-fill-available;
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    -webkit-appearance: none;
    resize: none;
}

.form-group {
    margin-bottom: 15px;
    position: relative;
}

    .form-group .form-group:last-child {
        margin-bottom: 0;
    }
    .flex-row {
        margin: 0 -10px;
    }
    .d-flex {
        display: flex;
    }
    .flex-wrap {
        flex-wrap: wrap;
    }
    .align-items-center {
        align-items: center;
    }
    .input-inline {
        padding: 0 10px !important;
    }

@media (max-width:1024px) {
    .form-group div[class*=col-md-]:not(.control-label) + div[class*=col-md-] {
        margin-top: 20px;
    }
}

@media (max-width:1199px) {
    .form-group div[class*=col-lg-]:not(.control-label) + div[class*=col-lg-] {
        margin-top: 20px;
    }
}

@media (max-width:768px) {
    .form-group div[class*=col-sm-]:not(.control-label) + div[class*=col-sm-] {
        margin-top: 20px;
    }
}

.form-group-material > .control-label {
    position: relative;
    top: 8px;
    margin-bottom: 0;
    opacity: 0;
}

    .form-group-material > .control-label ~ .form-control-feedback {
        top: 20px;
    }

    .form-group-material > .control-label.has-margin {
        margin-bottom: 8px;
    }

        .form-group-material > .control-label.has-margin ~ .form-control-feedback {
            top: 28px;
        }

    .form-group-material > .control-label.is-visible {
        top: 0;
        opacity: 1;
    }

    .form-group-material > .control-label.animate {
        -webkit-transition: all linear .1s;
        -o-transition: all linear .1s;
        transition: all linear .1s;
    }

.checkbox,
.radio {
    margin-top: 9px;
    margin-bottom: 9px;
}

    .checkbox label,
    .radio label {
        padding-left: 28px;
    }

    .checkbox input[type=checkbox],
    .checkbox-inline input[type=checkbox],
    .radio input[type=radio],
    .radio-inline input[type=radio] {
        margin-left: 0;
        left: 0;
    }

    .checkbox + .checkbox,
    .radio + .radio {
        margin-top: 0;
    }

.checkbox-inline,
.radio-inline {
    position: relative;
    padding-left: 28px;
}

.checkbox-right label,
.checkbox-right.checkbox-inline,
.checkbox-right.radio-inline,
.radio-right label,
.radio-right.radio-inline {
    padding-left: 0;
    padding-right: 28px;
}

.checkbox-right input[type=checkbox],
.checkbox-right input[type=radio],
.radio-right input[type=radio] {
    left: auto;
    right: 0;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 15px;
}

.checkbox-inline.disabled,
.checkbox.disabled,
.radio-inline.disabled,
.radio.disabled,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline {
    color: #999;
}

.input-xlg {
    height: 42px;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.333334;
    border-radius: 0;
}

select.input-xlg {
    height: 42px;
    line-height: 42px;
}

select[multiple].input-xlg,
textarea.input-xlg {
    height: auto;
}

.form-group-xlg .form-control {
    height: 42px;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.333334;
}

.form-group-xlg .form-control-static {
    height: 42px;
    min-height: 35px;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.333334;
}

.input-lg {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.form-group-lg .form-control {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.form-group-lg .form-control-static {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.form-group-sm .form-control {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.form-group-sm .form-control-static {
    padding-left: 0;
    padding-right: 0;
}

.input-xs {
    height: 34px;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 0;
}

select.input-xs {
    height: 34px;
    line-height: 34px;
}

select[multiple].input-xs,
textarea.input-xs {
    height: auto;
}

.form-group-xs .form-control {
    height: 34px;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.6666667;
}

.form-group-xs .form-control-static {
    height: 34px;
    min-height: 32px;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.6666667;
}

.has-feedback .form-control,
.has-feedback.input-group .form-control {
    padding-right: 32px;
}

    .has-feedback .form-control.input-xlg,
    .has-feedback.input-group-xlg .form-control {
        padding-right: 36px;
    }

    .has-feedback .form-control.input-lg,
    .has-feedback.input-group-lg .form-control {
        padding-right: 34px;
    }

    .has-feedback .form-control.input-sm,
    .has-feedback.input-group-sm .form-control {
        padding-right: 30px;
    }

    .has-feedback .form-control.input-xs,
    .has-feedback.input-group-xs .form-control {
        padding-right: 28px;
    }

.form-control-feedback {
    width: 16px;
    color: #333;
    z-index: 3;
}

.input-group > .form-control-feedback {
    height: 38px;
    line-height: 38px;
}

.has-feedback-left .form-control,
.has-feedback-left.input-group .form-control {
    padding-right: 0 !important;
    padding-left: 32px;
}

    .has-feedback-left .form-control.input-xlg,
    .has-feedback-left.input-group-xlg .form-control {
        padding-left: 36px;
    }

    .has-feedback-left .form-control.input-lg,
    .has-feedback-left.input-group-lg .form-control {
        padding-left: 34px;
    }

    .has-feedback-left .form-control.input-sm,
    .has-feedback-left.input-group-sm .form-control {
        padding-left: 30px;
    }

    .has-feedback-left .form-control.input-xs,
    .has-feedback-left.input-group-xs .form-control {
        padding-left: 28px;
    }

.has-feedback-left .form-control-feedback {
    right: auto;
    left: 8px;
    border-right: solid 1px #ccc;
    width: 22px;
    padding-right: 5px;
}

.form-group-xlg > .form-control-feedback,
.input-group-xlg > .form-control-feedback,
.input-xlg + .form-control-feedback {
    height: 42px;
    line-height: 42px;
}

.form-group-lg > .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 16px;
}

.input-group-lg > .form-control-feedback {
    height: 40px;
    line-height: 40px;
}

.form-group-sm > .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 16px;
}

.input-group-sm > .form-control-feedback {
    height: 36px;
    line-height: 36px;
}

.form-group-xs > .form-control-feedback,
.input-group-xs > .form-control-feedback,
.input-xs + .form-control-feedback {
    height: 34px;
    line-height: 34px;
}

.has-success .form-control {
    border-color: transparent transparent #43a047;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-success .form-control:focus {
        border-color: transparent transparent #43a047;
        -webkit-box-shadow: 0 1px 0 #43a047;
        box-shadow: 0 1px 0 #43a047;
    }

.has-warning .form-control {
    border-color: transparent transparent #ef6c00;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-warning .form-control:focus {
        border-color: transparent transparent #ef6c00;
        -webkit-box-shadow: 0 1px 0 #ef6c00;
        box-shadow: 0 1px 0 #ef6c00;
    }

.has-error .form-control {
    border-color: transparent transparent #d84315;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-error .form-control:focus {
        border-color: transparent transparent #d84315;
        -webkit-box-shadow: 0 1px 0 #d84315;
        box-shadow: 0 1px 0 #d84315;
    }

.help-block {
    color: #999;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.help-inline {
    display: inline-block;
    color: #999;
    font-size: 12px;
    margin-top: 9px;
    margin-bottom: 9px;
}

.form-horizontal .form-group > div[class*=col-] + .help-inline {
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width:1025px) {
    .help-inline {
        display: inline-block;
        margin-top: 9px;
        margin-bottom: 9px;
        vertical-align: top;
    }

        .help-inline:not(.label) {
            color: #999;
        }

    .form-group-lg .help-inline {
        margin-top: 10px;
    }

    .form-group-sm .help-inline {
        margin-top: 8px;
    }

    .form-group-xs .help-inline {
        margin-top: 7px;
    }
}

@media (min-width:769px) {
    .form-inline .form-group + .form-group {
        margin-left: 15px;
    }

    .form-inline .form-group > label {
        margin-right: 8px;
        position: relative;
        top: 1px;
    }
}

.form-horizontal .form-group .form-group {
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:769px) {
    .form-horizontal .control-label {
        padding-bottom: 8px;
        padding-top: 0;
    }

        .form-horizontal .control-label:not(.text-right) {
            text-align: left;
        }
}

@media (min-width:480px) {
    .form-horizontal .control-label[class*=col-xs-] {
        padding-top: 9px;
    }
}

@media (min-width:1025px) {
    .form-horizontal .control-label[class*=col-md-] {
        padding-top: 9px;
    }
}

@media (min-width:769px) {
    .form-horizontal .control-label[class*=col-sm-] {
        padding-top: 9px;
    }
}

@media (min-width:1200px) {
    .form-horizontal .control-label[class*=col-lg-] {
        padding-top: 9px;
    }
}

.form-horizontal .has-feedback > .form-control-feedback {
    right: 0;
}

.form-horizontal .has-feedback-left .form-control-feedback {
    right: auto;
    left: 10px;
}

.form-horizontal .has-feedback-left > .form-control-feedback {
    left: 0;
}

@media (min-width:769px) {
    .form-horizontal .form-group-xlg .control-label {
        font-size: 15px;
        padding-top: 11px;
    }
}

@media (min-width:769px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 10px;
    }
}

@media (min-width:769px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 8px;
    }
}

@media (min-width:769px) {
    .form-horizontal .form-group-xs .control-label {
        font-size: 12px;
        padding-top: 7px;
    }
}

.btn {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    border-width: 0;
    padding: 9px 17px;
}

    .btn.active.focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn:active:focus,
    .btn:focus {
        outline: 0;
    }

    .btn::-moz-focus-inner {
        border: 0;
    }

    .btn.focus,
    .btn:focus,
    .btn:hover {
        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
        box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
    }

    .btn.active,
    .btn:active {
        -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
        box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    }

    .btn[class*=bg-].focus,
    .btn[class*=bg-]:focus,
    .btn[class*=bg-]:hover {
        color: #fff;
    }

    .btn.text-size-small {
        line-height: 1.6666667;
    }

    .btn.text-size-mini {
        line-height: 1.82;
    }

.btn-raised:not(.btn-flat):not(.btn-link) {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

    .btn-raised:not(.btn-flat):not(.btn-link).btn-default {
        background-color: #fcfcfc;
    }

        .btn-raised:not(.btn-flat):not(.btn-link).btn-default.focus,
        .btn-raised:not(.btn-flat):not(.btn-link).btn-default:focus,
        .btn-raised:not(.btn-flat):not(.btn-link).btn-default:hover {
            background-color: #f8f8f8;
        }

        .btn-raised:not(.btn-flat):not(.btn-link).btn-default.active,
        .btn-raised:not(.btn-flat):not(.btn-link).btn-default:active,
        .open > .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link).btn-default {
            background-color: #f8f8f8;
        }

.btn-group.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link).btn-default,
.input-group-btn.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link).btn-default {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.btn-raised:not(.btn-flat):not(.btn-link).btn-default.disabled.focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.disabled:focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default.disabled:hover,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default[disabled].focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default[disabled]:focus,
.btn-raised:not(.btn-flat):not(.btn-link).btn-default[disabled]:hover,
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link).btn-default.focus,
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link).btn-default:focus,
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link).btn-default:hover {
    background-color: #fcfcfc;
}

.btn-raised:not(.btn-flat):not(.btn-link).focus,
.btn-raised:not(.btn-flat):not(.btn-link):focus,
.btn-raised:not(.btn-flat):not(.btn-link):hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.btn-raised:not(.btn-flat):not(.btn-link).active,
.btn-raised:not(.btn-flat):not(.btn-link):active {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.btn-group.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link),
.input-group-btn.open .dropdown-toggle.btn-raised:not(.btn-flat):not(.btn-link) {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.btn-raised:not(.btn-flat):not(.btn-link).disabled,
.btn-raised:not(.btn-flat):not(.btn-link)[disabled],
fieldset[disabled] .btn-raised:not(.btn-flat):not(.btn-link) {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-labeled {
    padding-left: 54px;
}

    .btn-labeled.btn-default > b {
        background-color: #2196f3;
        color: #fff;
    }

    .btn-labeled > b {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .15);
        display: block;
        line-height: 1;
        padding: 11px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px;
    }

        .btn-labeled > b > i {
            top: 0;
        }

    .btn-labeled.btn-labeled-right {
        padding-left: 16px;
        padding-right: 54px;
    }

        .btn-labeled.btn-labeled-right > b {
            left: auto;
            right: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            border-bottom-right-radius: 3px;
            border-top-right-radius: 3px;
        }

    .btn-labeled.btn-xlg {
        padding-left: 62px;
    }

        .btn-labeled.btn-xlg > b {
            padding: 13px;
        }

        .btn-labeled.btn-xlg.btn-labeled-right {
            padding-left: 20px;
            padding-right: 62px;
        }

    .btn-labeled.btn-lg {
        padding-left: 58px;
    }

        .btn-labeled.btn-lg > b {
            padding: 12px;
        }

        .btn-labeled.btn-lg.btn-labeled-right {
            padding-left: 18px;
            padding-right: 58px;
        }

    .btn-labeled.btn-sm {
        padding-left: 50px;
    }

        .btn-labeled.btn-sm > b {
            padding: 10px;
        }

        .btn-labeled.btn-sm.btn-labeled-right {
            padding-left: 14px;
            padding-right: 50px;
        }

    .btn-labeled.btn-xs {
        padding-left: 46px;
    }

        .btn-labeled.btn-xs > b {
            padding: 9px;
        }

        .btn-labeled.btn-xs.btn-labeled-right {
            padding-left: 12px;
            padding-left: 46px;
        }

.btn-flat {
    border-width: 2px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-flat:focus,
    .btn-flat:hover {
        opacity: .8;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-flat:active {
        opacity: .95;
    }

.btn-group.open .dropdown-toggle.btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-icon {
    padding-left: 11px;
    padding-right: 11px;
}

    .btn-icon .checker,
    .btn-icon .choice {
        margin-top: -1px;
    }

    .btn-icon.icon-2x {
        padding-left: 9px;
        padding-right: 9px;
    }

        .btn-icon.icon-2x > i {
            font-size: 32px;
            top: 0;
        }

        .btn-icon.icon-2x.btn-xlg {
            padding-left: 11px;
            padding-right: 11px;
        }

        .btn-icon.icon-2x.btn-lg {
            padding-left: 10px;
            padding-right: 10px;
        }

        .btn-icon.icon-2x.btn-sm {
            padding-left: 8px;
            padding-right: 8px;
        }

        .btn-icon.icon-2x.btn-xs {
            padding-left: 7px;
            padding-right: 7px;
        }

    .btn-icon.btn-xlg,
    .input-group-xlg > .input-group-btn > .btn-icon {
        padding-left: 13px;
        padding-right: 13px;
    }

    .btn-icon.btn-lg,
    .input-group-lg > .input-group-btn > .btn-icon {
        padding-left: 12px;
        padding-right: 12px;
    }

    .btn-icon.btn-sm,
    .input-group-sm > .input-group-btn > .btn-icon {
        padding-left: 10px;
        padding-right: 10px;
    }

    .btn-icon.btn-xs,
    .input-group-xs > .input-group-btn > .btn.btn-icon {
        padding-left: 9px;
        padding-right: 9px;
    }

.btn-float {
    padding: 18px;
    border-radius: 3px;
}

    .btn-float.btn-link {
        padding: 13px;
    }

    .btn-float i {
        display: block;
        margin: 0;
        top: 0;
    }

    .btn-float img {
        border-radius: 3px;
    }

    .btn-float > span {
        display: block;
        padding-top: 10px;
        margin-bottom: -6px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .btn-float.btn-float-lg i {
        font-size: 32px;
    }

.btn-block-group {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

    .btn-block-group .btn {
        border-radius: 0;
        border-width: 0 0 0 1px;
    }

        .btn-block-group .btn + .btn {
            border-top-width: 1px;
        }

    .btn-block-group .btn-default {
        border-color: #ddd;
        background-color: #fff;
    }

    .btn-block-group .btn-block + .btn-block {
        margin-top: 0;
    }

    .btn-block-group div[class*=col-]:first-child .btn {
        border-left-width: 0;
    }

        .btn-block-group div[class*=col-]:first-child .btn:first-child {
            border-radius: 3px 0 0 0;
        }

        .btn-block-group div[class*=col-]:first-child .btn:last-child {
            border-radius: 0 0 0 3px;
        }

    .btn-block-group div[class*=col-]:last-child .btn:first-child {
        border-radius: 0 3px 0 0;
    }

    .btn-block-group div[class*=col-]:last-child .btn:last-child {
        border-radius: 0 0 3px 0;
    }

.btn-link {
    color: #333;
    border-radius: 3px;
}

    .btn-link,
    .btn-link:active,
    .btn-link:focus,
    .btn-link:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-rounded,
.btn-rounded img,
.btn-rounded.btn-labeled > b {
    border-radius: 100px;
}

.btn-block + .btn-block {
    margin-top: 10px;
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
    background-color: #f5f5f5;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    background-color: #f5f5f5;
}

    .btn-default.active.focus,
    .btn-default.active:focus,
    .btn-default.active:hover,
    .btn-default:active.focus,
    .btn-default:active:focus,
    .btn-default:active:hover,
    .open > .dropdown-toggle.btn-default.focus,
    .open > .dropdown-toggle.btn-default:focus,
    .open > .dropdown-toggle.btn-default:hover {
        background-color: #f5f5f5;
    }

.btn-default.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #2196f3;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
    background-color: #2196f3;
}

    .btn-primary.active.focus,
    .btn-primary.active:focus,
    .btn-primary.active:hover,
    .btn-primary:active.focus,
    .btn-primary:active:focus,
    .btn-primary:active:hover,
    .open > .dropdown-toggle.btn-primary.focus,
    .open > .dropdown-toggle.btn-primary:focus,
    .open > .dropdown-toggle.btn-primary:hover {
        background-color: #2196f3;
    }

.btn-primary.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #4caf50;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
    background-color: #4caf50;
}

    .btn-success.active.focus,
    .btn-success.active:focus,
    .btn-success.active:hover,
    .btn-success:active.focus,
    .btn-success:active:focus,
    .btn-success:active:hover,
    .open > .dropdown-toggle.btn-success.focus,
    .open > .dropdown-toggle.btn-success:focus,
    .open > .dropdown-toggle.btn-success:hover {
        background-color: #4caf50;
    }

.btn-success.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    background-color: #00bcd4;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
    background-color: #00bcd4;
}

    .btn-info.active.focus,
    .btn-info.active:focus,
    .btn-info.active:hover,
    .btn-info:active.focus,
    .btn-info:active:focus,
    .btn-info:active:hover,
    .open > .dropdown-toggle.btn-info.focus,
    .open > .dropdown-toggle.btn-info:focus,
    .open > .dropdown-toggle.btn-info:hover {
        background-color: #00bcd4;
    }

.btn-info.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #ff5722;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
    background-color: #ff5722;
}

    .btn-warning.active.focus,
    .btn-warning.active:focus,
    .btn-warning.active:hover,
    .btn-warning:active.focus,
    .btn-warning:active:focus,
    .btn-warning:active:hover,
    .open > .dropdown-toggle.btn-warning.focus,
    .open > .dropdown-toggle.btn-warning:focus,
    .open > .dropdown-toggle.btn-warning:hover {
        background-color: #ff5722;
    }

.btn-warning.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #f44336;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
    background-color: #f44336;
}

    .btn-danger.active.focus,
    .btn-danger.active:focus,
    .btn-danger.active:hover,
    .btn-danger:active.focus,
    .btn-danger:active:focus,
    .btn-danger:active:hover,
    .open > .dropdown-toggle.btn-danger.focus,
    .open > .dropdown-toggle.btn-danger:focus,
    .open > .dropdown-toggle.btn-danger:hover {
        background-color: #f44336;
    }

.btn-danger.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group-xlg > .btn,
.btn-xlg {
    padding: 11px 21px;
    font-size: 15px;
    line-height: 1.333334;
    border-radius: 3px;
}

    .btn-xlg.btn-rounded {
        border-radius: 100px;
    }

.btn-group-lg > .btn,
.btn-lg {
    padding: 10px 19px;
    border-radius: 3px;
}

    .btn-lg.btn-rounded {
        border-radius: 100px;
    }

.btn-group-sm > .btn,
.btn-sm {
    padding: 8px 15px;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 7px 13px;
}

    .btn-group-sm > .btn:not(.btn-rounded),
    .btn-group-xs > .btn:not(.btn-rounded),
    .btn-sm:not(.btn-rounded),
    .btn-xs:not(.btn-rounded) {
        border-radius: 3px;
    }

.caret {
    font-style: normal;
    font-weight: 400;
    border: 0;
    margin: 0;
    width: auto;
    height: auto;
    text-align: center;
    margin-top: -1px;
}

    .caret:after {
        content: '\e9c5';
        font-family: icomoon;
        display: block;
        font-size: 16px;
        width: 16px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.dropdown-menu {
    min-width: 200px;
    padding: 8px 0;
    color: #333;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

    .dropdown-menu:not([class*=border-]) {
        border-width: 0;
    }

    .dropdown-menu .divider {
        margin: 8px 0;
    }

    .dropdown-menu > li {
        position: relative;
        margin-bottom: 1px;
    }

        .dropdown-menu > li:last-child {
            margin-bottom: 0;
        }

        .dropdown-menu > li > a {
            padding: 8px 16px;
            outline: 0;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .dropdown-menu > .dropdown-header > i,
            .dropdown-menu > .dropdown-header > img,
            .dropdown-menu > li > a > i,
            .dropdown-menu > li > a > img {
                margin-right: 16px;
                float: left;
                margin-top: 2px;
                top: 0;
            }

                .dropdown-menu > .dropdown-header > i.pull-right,
                .dropdown-menu > .dropdown-header > img.pull-right,
                .dropdown-menu > li > a > i.pull-right,
                .dropdown-menu > li > a > img.pull-right {
                    margin-right: 0;
                    margin-left: 16px;
                }

            .dropdown-menu > .dropdown-header > .badge,
            .dropdown-menu > .dropdown-header > .label,
            .dropdown-menu > li > a > .badge,
            .dropdown-menu > li > a > .label {
                float: left;
                margin-right: 16px;
            }

                .dropdown-menu > .dropdown-header > .badge.pull-right,
                .dropdown-menu > .dropdown-header > .label.pull-right,
                .dropdown-menu > li > a > .badge.pull-right,
                .dropdown-menu > li > a > .label.pull-right {
                    margin-right: 0;
                    margin-left: 16px;
                }

            .dropdown-menu > .dropdown-header > img,
            .dropdown-menu > li > a > img {
                max-height: 16px;
            }

        .dropdown-menu > li > label:focus,
        .dropdown-menu > li > label:hover {
            text-decoration: none;
            color: #333;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > label,
    .dropdown-menu > .active > label:focus,
    .dropdown-menu > .active > label:hover {
        color: #fff;
        outline: 0;
        background-color: #26a69a;
    }

    .dropdown-menu > .disabled > label,
    .dropdown-menu > .disabled > label:focus,
    .dropdown-menu > .disabled > label:hover {
        background-color: transparent;
        color: #999;
    }

    .dropdown-menu > li > label {
        padding: 8px 16px;
        padding-left: 44px;
        display: block;
        cursor: pointer;
    }

        .dropdown-menu > li > label .checker,
        .dropdown-menu > li > label .choice,
        .dropdown-menu > li > label > input[type=checkbox],
        .dropdown-menu > li > label > input[type=radio] {
            left: 16px;
            top: auto;
            margin-top: 1px;
        }

    .dropdown-menu > li.checkbox,
    .dropdown-menu > li.radio {
        margin-top: 0;
    }

    .dropdown-menu > li.checkbox-right > label,
    .dropdown-menu > li.radio-right > label {
        padding-left: 16px;
        padding-right: 44px;
    }

        .dropdown-menu > li.checkbox-right > label .checker,
        .dropdown-menu > li.checkbox-right > label > input[type=checkbox] {
            left: auto;
            right: 16px;
        }

        .dropdown-menu > li.checkbox-right > label .choice,
        .dropdown-menu > li.checkbox-right > label > input[type=radio],
        .dropdown-menu > li.radio-right > label .choice,
        .dropdown-menu > li.radio-right > label > input[type=radio] {
            left: auto;
            right: 16px;
        }

    .dropdown-menu > .checkbox-switchery > label > .switchery {
        left: 16px;
    }

    .dropdown-menu > .checkbox-switchery.checkbox-right[class*=switchery-] > label {
        padding-left: 16px;
    }

        .dropdown-menu > .checkbox-switchery.checkbox-right[class*=switchery-] > label > .switchery {
            left: auto;
            right: 16px;
        }

    .dropdown-menu > .checkbox-switchery.switchery-sm {
        margin-bottom: 0;
    }

        .dropdown-menu > .checkbox-switchery.switchery-sm > label {
            padding-left: 70px;
        }

    .dropdown-menu > .checkbox-switchery.switchery-xs {
        margin-bottom: 0;
    }

        .dropdown-menu > .checkbox-switchery.switchery-xs > label {
            padding-left: 62px;
        }

    .dropdown-menu > .checkbox-switchery.checkbox-right.switchery-sm > label {
        padding-right: 70px;
    }

    .dropdown-menu > .checkbox-switchery.checkbox-right.switchery-xs > label {
        padding-right: 62px;
    }

    .dropdown-menu > .disabled .badge,
    .dropdown-menu > .disabled .label,
    .dropdown-menu > .disabled img {
        opacity: .8;
    }

    .dropdown-menu[class*=bg-] > li > a,
    .dropdown-menu[class*=bg-] > li > label {
        color: #fff;
    }

        .dropdown-menu[class*=bg-] > li > a:focus,
        .dropdown-menu[class*=bg-] > li > a:hover,
        .dropdown-menu[class*=bg-] > li > label:focus,
        .dropdown-menu[class*=bg-] > li > label:hover {
            background-color: rgba(0, 0, 0, .1);
        }

        .dropdown-menu[class*=bg-] > li > a > .badge,
        .dropdown-menu[class*=bg-] > li > a > .label,
        .dropdown-menu[class*=bg-] > li > label > .badge,
        .dropdown-menu[class*=bg-] > li > label > .label {
            color: #333;
            background-color: #fff;
            border-color: #fff;
        }

    .dropdown-menu[class*=bg-] > .active > a,
    .dropdown-menu[class*=bg-] > .active > a:focus,
    .dropdown-menu[class*=bg-] > .active > a:hover,
    .dropdown-menu[class*=bg-] > .active > label,
    .dropdown-menu[class*=bg-] > .active > label:focus,
    .dropdown-menu[class*=bg-] > .active > label:hover {
        background-color: rgba(0, 0, 0, .2);
    }

    .dropdown-menu[class*=bg-] > .disabled > a,
    .dropdown-menu[class*=bg-] > .disabled > a:focus,
    .dropdown-menu[class*=bg-] > .disabled > a:hover,
    .dropdown-menu[class*=bg-] > .disabled > label,
    .dropdown-menu[class*=bg-] > .disabled > label:focus,
    .dropdown-menu[class*=bg-] > .disabled > label:hover {
        background-color: transparent;
        color: rgba(255, 255, 255, .6);
    }

    .dropdown-menu[class*=bg-] > .dropdown-header {
        color: rgba(255, 255, 255, .6);
    }

        .dropdown-menu[class*=bg-] > .dropdown-header.highlight {
            background-color: rgba(0, 0, 0, .1);
        }

    .dropdown-menu[class*=bg-] .divider {
        background-color: rgba(255, 255, 255, .4);
    }

.dropdown-menu-lg > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    line-height: 1.4285715;
}

.dropdown-menu-sm > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    line-height: 1.6666667;
}

.dropdown-menu-xs > li > a {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    line-height: 1.6666667;
}

.dropdown-menu > .dropdown-submenu > a {
    padding-right: 40px;
    position: relative;
}

    .dropdown-menu > .dropdown-submenu > a:after {
        content: '\e9c7';
        font-family: icomoon;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 16px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        opacity: .8;
    }

.dropdown-menu > .dropdown-submenu:focus > a,
.dropdown-menu > .dropdown-submenu:hover > a {
    background-color: #f5f5f5;
}

    .dropdown-menu > .dropdown-submenu:focus > a:after,
    .dropdown-menu > .dropdown-submenu:hover > a:after {
        opacity: 1;
    }

.dropdown-menu > .dropdown-submenu.active > a {
    background-color: #26a69a;
    color: #fff;
}

@media (min-width:769px) {
    .dropdown-menu > .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

.dropdown-menu > .dropdown-submenu.disabled > .dropdown-menu {
    display: none;
}

.dropdown-menu > .dropdown-submenu.disabled > a {
    background-color: transparent;
}

.dropdown-menu > .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -8px;
}

.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu > .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -8px;
}

.dropdown-menu > .dropdown-submenu.dropdown-submenu-left > .dropdown-menu {
    left: auto;
    right: 100%;
}

.dropup .dropdown-menu > .dropdown-submenu > .dropdown-menu,
.dropup.dropdown-menu > .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -8px;
}

@media (max-width:768px) {
    .dropdown-menu > .dropdown-submenu {
        position: static;
    }

        .dropdown-menu > .dropdown-submenu > a:after {
            content: '\e9c5';
        }

        .dropdown-menu > .dropdown-submenu .dropdown-menu,
        .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu {
            position: relative;
            left: 0;
            right: 0;
            float: none;
            border-width: 0;
            border-color: rgba(0, 0, 0, .1);
            box-shadow: none;
            min-width: 100%;
            margin: 0;
        }

            .dropdown-menu > .dropdown-submenu .dropdown-menu > li > a,
            .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > a {
                padding-left: 32px;
            }

            .dropdown-menu > .dropdown-submenu .dropdown-menu > li > ul > li > a,
            .dropdown-menu > .dropdown-submenu.dropdown-submenu-left .dropdown-menu > li > ul > li > a {
                padding-left: 48px;
            }
}

.dropdown-menu[class*=bg-] > .dropdown-submenu:focus > a,
.dropdown-menu[class*=bg-] > .dropdown-submenu:hover > a {
    background-color: rgba(0, 0, 0, .1);
}

.dropdown-menu[class*=bg-] > .dropdown-submenu.disabled:focus > a,
.dropdown-menu[class*=bg-] > .dropdown-submenu.disabled:hover > a {
    background-color: transparent;
}

.dropdown-header {
    padding: 8px 16px;
    font-size: 11px;
    line-height: 1.82;
    color: #999;
    text-transform: uppercase;
    margin-top: 8px;
}

    .dropdown-header.highlight {
        margin-top: 0;
        background-color: #f8f8f8;
        color: #999;
    }

        .dropdown-header.highlight + li,
        li + .dropdown-header.highlight {
            margin-top: 8px;
        }

        .dropdown-header.highlight:first-child {
            margin-top: 0;
        }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border: 0;
}

    .dropup .caret:after,
    .navbar-fixed-bottom .dropdown .caret:after {
        content: '\e9c6';
    }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.input-group-btn .btn + .btn,
.input-group-btn .btn + .btn-group,
.input-group-btn .btn-group + .btn,
.input-group-btn .btn-group + .btn-group {
    margin-left: 1px;
}

.btn-toolbar {
    font-size: 0;
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: none;
    }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group-xlg > .btn + .dropdown-toggle,
.btn-group > .btn-xlg + .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px;
}

.btn-group-lg > .btn + .dropdown-toggle,
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 9px;
    padding-right: 9px;
}

.btn-group-sm > .btn + .dropdown-toggle,
.btn-group > .btn-sm + .dropdown-toggle {
    padding-left: 7px;
    padding-right: 7px;
}

.btn-group-xs > .btn + .dropdown-toggle,
.btn-group > .btn-xs + .dropdown-toggle {
    padding-left: 6px;
    padding-right: 6px;
}

.btn-group.open .dropdown-toggle:not(.btn-flat):not(.btn-link),
.input-group-btn.open .dropdown-toggle:not(.btn-flat):not(.btn-link) {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
}

.input-group .form-control-feedback {
    z-index: 3;
}

.input-group-xlg > .form-control,
.input-group-xlg > .input-group-addon,
.input-group-xlg > .input-group-btn > .btn {
    height: 42px;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.333334;
    border-radius: 0;
}

select.input-group-xlg > .form-control,
select.input-group-xlg > .input-group-addon,
select.input-group-xlg > .input-group-btn > .btn {
    height: 42px;
    line-height: 42px;
}

select[multiple].input-group-xlg > .form-control,
select[multiple].input-group-xlg > .input-group-addon,
select[multiple].input-group-xlg > .input-group-btn > .btn,
textarea.input-group-xlg > .form-control,
textarea.input-group-xlg > .input-group-addon,
textarea.input-group-xlg > .input-group-btn > .btn {
    height: auto;
}

.input-group-xlg > .input-group-addon {
    padding-right: 20px;
}

.input-group-xlg > .input-group-btn > .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.input-group-lg > .input-group-addon {
    padding-right: 18px;
}

.input-group-lg > .input-group-btn > .btn {
    padding: 10px 19px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.input-group-sm > .input-group-addon {
    padding-right: 14px;
}

.input-group-sm > .input-group-btn > .btn {
    padding: 8px 15px;
}

.input-group-xs > .form-control,
.input-group-xs > .input-group-addon,
.input-group-xs > .input-group-btn > .btn {
    height: 34px;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.6666667;
    border-radius: 0;
}

select.input-group-xs > .form-control,
select.input-group-xs > .input-group-addon,
select.input-group-xs > .input-group-btn > .btn {
    height: 34px;
    line-height: 34px;
}

select[multiple].input-group-xs > .form-control,
select[multiple].input-group-xs > .input-group-addon,
select[multiple].input-group-xs > .input-group-btn > .btn,
textarea.input-group-xs > .form-control,
textarea.input-group-xs > .input-group-addon,
textarea.input-group-xs > .input-group-btn > .btn {
    height: auto;
}

.input-group-xs > .input-group-addon {
    padding-right: 12px;
}

.input-group-xs > .input-group-btn > .btn {
    padding: 7px 13px;
}

.input-group-transparent .input-group-addon {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}

.input-group-transparent .form-control {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    width: auto;
    padding: 0;
}

    .input-group-transparent .form-control:focus,
    .input-group-transparent .form-control:hover {
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-group-addon {
    padding-left: 0;
}

    .input-group-addon:last-child {
        padding-right: 0;
    }

    .input-group-addon > i {
        display: block;
        top: 0;
    }

    .input-group-addon .checker,
    .input-group-addon .choice {
        display: block;
        margin-top: 1px;
    }

.input-group input + .input-group-addon,
.input-group-btn + .input-group-addon,
.input-group > .fas-feedback + .input-group-addon {
    padding-left: 16px;
}

.has-error .input-group-addon,
.has-success .input-group-addon,
.has-warning .input-group-addon {
    border-color: transparent;
    background-color: transparent;
}

.input-group-xlg > .form-control + .input-group-addon {
    padding-left: 20px;
}

.input-group-lg > .form-control + .input-group-addon {
    padding-left: 18px;
}

.input-group-sm > .form-control + .input-group-addon {
    padding-left: 14px;
}

.input-group-xs > .form-control + .input-group-addon {
    padding-left: 12px;
}

.input-group-btn {
    padding-right: 16px;
}

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: 0;
    }

    .input-group-btn:last-child {
        padding-right: 0;
    }

.input-group > .form-control + .input-group-btn,
.input-group > .has-feedback + .input-group-btn {
    padding-left: 16px;
}

.input-group-btn + .input-group-addon {
    padding-left: 0;
}

.input-group-xlg .input-group-btn:not(:last-child) {
    padding-right: 20px;
}

.input-group-xlg > .form-control + .input-group-btn {
    padding-left: 20px;
}

.input-group-lg .input-group-btn:not(:last-child) {
    padding-right: 18px;
}

.input-group-lg > .form-control + .input-group-btn {
    padding-left: 18px;
}

.input-group-sm .input-group-btn:not(:last-child) {
    padding-right: 14px;
}

.input-group-sm > .form-control + .input-group-btn {
    padding-left: 14px;
}

.input-group-xs .input-group-btn:not(:last-child) {
    padding-right: 12px;
}

.input-group-xs > .form-control + .input-group-btn {
    padding-left: 12px;
}

.input-group-btn > .btn,
.input-group-btn > .btn-group > .btn {
    border-radius: 0;
}

.input-group-btn > .btn-rounded {
    border-radius: 100px !important;
}

.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .btn:first-child,
.input-group-btn > .btn-group:first-child > .btn,
.input-group-btn > .btn:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn > .btn-group:last-child > .btn,
.input-group-btn > .btn:last-child,
.input-group-btn > .btn:last-of-type {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.nav > li > a:focus {
    outline: 0;
}

.nav > li.disabled > a > .badge,
.nav > li.disabled > a > .label,
.nav > li.disabled > a > .status-mark,
.nav > li.disabled > a > img {
    opacity: .75;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}

.nav.nav-lg > li > a {
    padding: 13.5px 18px;
}

.nav.nav-sm > li > a {
    padding: 10.5px 14px;
}

.nav.nav-xs > li > a {
    padding: 9px 12px;
}

.nav .tab-img {
    max-height: 20px;
    display: inline-block;
    vertical-align: top;
}

.nav-tabs {
    margin-bottom: 20px;
}

    .nav-tabs > li {
        float: none;
    }

        .nav-tabs > li > a {
            margin-right: 0;
            color: #999;
            border-radius: 0;
            text-transform: uppercase;
        }

            .nav-tabs > li > a:focus,
            .nav-tabs > li > a:hover {
                background-color: transparent;
                border-color: transparent;
                color: #333;
            }

            .nav-tabs > li > a.legitRipple {
                margin-bottom: -1px;
            }

            .nav-tabs > li > a > [class*=icon-].pull-right {
                float: right;
                margin-top: 2px;
            }

    .nav-tabs.nav-justified > li > a {
        border-radius: 0;
        margin-bottom: 0;
    }

        .nav-tabs.nav-justified > li > a:focus,
        .nav-tabs.nav-justified > li > a:hover {
            border-bottom-color: #ddd;
        }


@media (min-width:769px) {
    .nav-tabs.nav-justified.nav-tabs-top {
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs.nav-justified.nav-tabs-top > li > a,
        .nav-tabs.nav-justified.nav-tabs-top > li > a:focus,
        .nav-tabs.nav-justified.nav-tabs-top > li > a:hover {
            border: 0;
        }

    .nav-tabs.nav-justified.nav-tabs-bottom {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs.nav-justified.nav-tabs-highlight > li > a,
    .nav-tabs.nav-justified.nav-tabs-highlight > li > a:focus,
    .nav-tabs.nav-justified.nav-tabs-highlight > li > a:hover {
        border-top-width: 2px;
    }
}

@media (max-width:768px) {

    .nav-tabs.nav-justified > li.active > a,
    .nav-tabs.nav-justified > li.active > a:focus,
    .nav-tabs.nav-justified > li.active > a:hover {
        border-width: 0 0 0 2px;
        border-left-color: #ec407a;
    }
}

@media (min-width:769px) {

    .nav-tabs.nav-tabs-highlight > li > a,
    .nav-tabs.nav-tabs-highlight > li > a:focus,
    .nav-tabs.nav-tabs-highlight > li > a:hover {
        border-top-width: 2px;
    }

    .nav-tabs.nav-tabs-highlight > li.active > a,
    .nav-tabs.nav-tabs-highlight > li.active > a:focus,
    .nav-tabs.nav-tabs-highlight > li.active > a:hover {
        border-top-color: #ec407a;
    }
}

@media (min-width:769px) {
    .nav-tabs.nav-tabs-top > li {
        margin-bottom: 0;
    }

        .nav-tabs.nav-tabs-top > li > a,
        .nav-tabs.nav-tabs-top > li > a:focus,
        .nav-tabs.nav-tabs-top > li > a:hover {
            border: 0;
        }

            .nav-tabs.nav-tabs-top > li > a:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                height: 2px;
            }

            .nav-tabs.nav-tabs-top > li.open > a:after,
            .nav-tabs.nav-tabs-top > li > a:focus:after,
            .nav-tabs.nav-tabs-top > li > a:hover:after {
                background-color: #ddd;
            }

        .nav-tabs.nav-tabs-top > li.active > a:after {
            background-color: #f06292;
        }

        .nav-tabs.nav-tabs-top > li.active > a,
        .nav-tabs.nav-tabs-top > li.active > a:focus,
        .nav-tabs.nav-tabs-top > li.active > a:hover {
            background-color: transparent;
        }

    .nav-tabs.nav-tabs-top.top-divided {
        border-bottom-color: transparent;
    }
}

@media (min-width:769px) {
    .nav-tabs.nav-tabs-bottom > li {
        margin-bottom: 0;
    }

        .nav-tabs.nav-tabs-bottom > li > a {
            border-width: 0;
            margin-bottom: -1px;
        }

            .nav-tabs.nav-tabs-bottom > li > a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 2px;
            }

        .nav-tabs.nav-tabs-bottom > li.active > a:after {
            background-color: #f06292;
        }

        .nav-tabs.nav-tabs-bottom > li.active > a,
        .nav-tabs.nav-tabs-bottom > li.active > a:focus,
        .nav-tabs.nav-tabs-bottom > li.active > a:hover {
            background-color: transparent;
            border-width: 0;
        }

    .nav-tabs.nav-tabs-bottom.bottom-divided {
        border-bottom-color: transparent;
    }
}

.nav-tabs[class*=bg-] {
    border-bottom: 0;
}

    .nav-tabs[class*=bg-] > li {
        margin-bottom: 0;
    }

        .nav-tabs[class*=bg-] > li > a {
            color: #fff;
            border-width: 0;
        }

            .nav-tabs[class*=bg-] > li > a:focus,
            .nav-tabs[class*=bg-] > li > a:hover {
                background-color: rgba(0, 0, 0, .05);
            }

        .nav-tabs[class*=bg-] > li.open:not(.active) > a {
            color: #fff;
            background-color: rgba(0, 0, 0, .05);
        }

    .nav-tabs[class*=bg-] > .active > a,
    .nav-tabs[class*=bg-] > .active > a:focus,
    .nav-tabs[class*=bg-] > .active > a:hover {
        background-color: rgba(0, 0, 0, .1);
        border-width: 0;
        color: #fff;
    }

    .nav-tabs[class*=bg-] > .disabled > a,
    .nav-tabs[class*=bg-] > .disabled > a:focus,
    .nav-tabs[class*=bg-] > .disabled > a:hover {
        color: rgba(255, 255, 255, .5);
    }

@media (min-width:769px) {
    .nav-tabs[class*=bg-] {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    }

    .tab-content-bordered .nav-tabs[class*=bg-] {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media (min-width:769px) {
    .nav-tabs.nav-tabs-solid {
        background-color: #d5d3d3;
        border: 0;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    }

    .panel .nav-tabs.nav-tabs-solid {
        background-color: #f8f8f8;
    }

    .nav-tabs.nav-tabs-solid > li {
        margin-bottom: 0;
    }

        .nav-tabs.nav-tabs-solid > li > a {
            border-width: 0;
        }

            .nav-tabs.nav-tabs-solid > li > a:after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 2px;
            }

            .nav-tabs.nav-tabs-solid > li > a:focus,
            .nav-tabs.nav-tabs-solid > li > a:hover {
                background-color: transparent;
            }

    .nav-tabs.nav-tabs-solid > .active > a,
    .nav-tabs.nav-tabs-solid > .active > a:focus,
    .nav-tabs.nav-tabs-solid > .active > a:hover {
        background-color: transparent;
        border-width: 0;
    }

        .nav-tabs.nav-tabs-solid > .active > a:after,
        .nav-tabs.nav-tabs-solid > .active > a:focus:after,
        .nav-tabs.nav-tabs-solid > .active > a:hover:after {
            background-color: #f06292;
        }

    .nav-tabs.nav-tabs-solid > .open:not(.active) > a {
        background-color: transparent;
    }

    .nav-tabs.nav-tabs-solid.nav-tabs-component > li:first-child > a:after {
        border-radius: 0 0 0 3px;
    }

    .nav-tabs.nav-tabs-solid.nav-tabs-component.nav-justified > li:last-child > a:after {
        border-radius: 0 0 3px 0;
    }
}

.nav-tabs.nav-tabs-icon > li > a > i {
    margin-right: 8px;
}

@media (min-width:769px) {
    .nav-tabs.nav-tabs-icon > li > a {
        padding-bottom: 8px;
    }

        .nav-tabs.nav-tabs-icon > li > a > i {
            display: block;
            margin: 0 0 8px;
        }

    .nav-tabs.nav-tabs-icon.nav-lg > li > a {
        padding-bottom: 9px;
    }

        .nav-tabs.nav-tabs-icon.nav-lg > li > a > i {
            margin-bottom: 9px;
        }

    .nav-tabs.nav-tabs-icon.nav-sm > li > a {
        padding-bottom: 6px;
    }

        .nav-tabs.nav-tabs-icon.nav-sm > li > a > i {
            margin-bottom: 7px;
        }

    .nav-tabs.nav-tabs-icon.nav-xs > li > a {
        padding-bottom: 4px;
    }

        .nav-tabs.nav-tabs-icon.nav-xs > li > a > i {
            margin-bottom: 6px;
        }
}

.nav-tabs.nav-tabs-toolbar {
    background-color: #fcfcfc;
}

@media (min-width:769px) {
    .nav-tabs {
        font-size: 0;
    }

        .nav-tabs > li {
            display: inline-block;
            font-size: 13px;
        }
}

@media (max-width:768px) {
    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #fff;
        padding: 8px 0;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    }

        .nav-tabs > li {
            margin-bottom: 0;
        }

            .nav-tabs > li > a {
                border-width: 0 0 0 2px;
                border-left-color: transparent;
            }

                .nav-tabs > li > a:focus,
                .nav-tabs > li > a:hover {
                    background-color: #fafafa;
                }

                .nav-tabs > li > a .position-right[class*=icon-] {
                    float: right;
                    margin-top: 2px;
                }

                .nav-tabs > li > a .position-right.badge,
                .nav-tabs > li > a .position-right.label {
                    float: right;
                }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:focus,
            .nav-tabs > li.active > a:hover {
                border-width: 0 0 0 2px;
                border-left-color: #2196f3;
                background-color: #f5f5f5;
            }

            .nav-tabs > li.open:not(.active) > a,
            .nav-tabs > li.open:not(.active) > a:focus,
            .nav-tabs > li.open:not(.active) > a:hover {
                background-color: #fafafa;
            }

            .nav-tabs > li.pull-right {
                float: none !important;
            }

        .nav-tabs:before {
            /* content: 'Contents';
            margin-top: 7px;
            margin-left: 16px;
            margin-bottom: 15px; */
            content: '';
            color: inherit;
            margin-top: 0;
            margin-left: 0;
            margin-bottom: 0;
            opacity: .5;
        }

        .nav-tabs[class*=bg-] > li > a {
            border-left-width: 0 !important;
        }

            .nav-tabs[class*=bg-] > li.open:not(.active) > a,
            .nav-tabs[class*=bg-] > li > a:focus,
            .nav-tabs[class*=bg-] > li > a:hover {
                background-color: rgba(0, 0, 0, .05);
            }

    .nav-tabs-right .nav-tabs {
        margin-bottom: 0;
        margin-top: 20px;
    }
}

@media (min-width:769px) {
    .nav-tabs-vertical {
        display: table;
        width: 100%;
    }

        .nav-tabs-vertical > .nav-tabs {
            display: table-cell;
            border-bottom: 0;
            width: 300px;
        }

            .nav-tabs-vertical > .nav-tabs > li {
                display: block;
                margin-bottom: 0;
            }

        .nav-tabs-vertical > .nav-tabs-solid > li:last-child > a:after {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .nav-tabs-vertical > .nav-tabs[class*=bg-] > li:first-child > a {
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
        }

        .nav-tabs-vertical > .nav-tabs[class*=bg-] > li:last-child > a {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .nav-tabs-vertical > .tab-content {
            display: table-cell;
        }

            .nav-tabs-vertical > .tab-content > .has-padding {
                padding: 0;
                padding-top: 12px;
            }

        .nav-tabs-vertical.tab-content-bordered > .tab-content {
            border-top-width: 1px;
        }

    .nav-tabs-left > .nav-tabs {
        border-right: 1px solid #ddd;
    }

        .nav-tabs-left > .nav-tabs > li {
            margin-right: -1px;
        }

            .nav-tabs-left > .nav-tabs > li.active > a,
            .nav-tabs-left > .nav-tabs > li.active > a:focus,
            .nav-tabs-left > .nav-tabs > li.active > a:hover {
                border-bottom-color: #ddd;
                border-right-color: transparent;
            }

        .nav-tabs-left > .nav-tabs.nav-tabs-component > li > a {
            border-radius: 3px 0 0 3px;
        }

    .nav-tabs-left > .nav-tabs-highlight > li > a,
    .nav-tabs-left > .nav-tabs-highlight > li > a:focus,
    .nav-tabs-left > .nav-tabs-highlight > li > a:hover {
        border-top-width: 1px;
        border-left-width: 2px;
    }

    .nav-tabs-left > .nav-tabs-highlight > li.active > a,
    .nav-tabs-left > .nav-tabs-highlight > li.active > a:focus,
    .nav-tabs-left > .nav-tabs-highlight > li.active > a:hover {
        border-top-color: #ddd;
        border-left-color: #ec407a;
    }

    .nav-tabs-left > .nav-tabs-bottom,
    .nav-tabs-left > .nav-tabs-top {
        padding-right: 20px;
    }

    .nav-tabs-left > .bottom-divided,
    .nav-tabs-left > .top-divided {
        padding-right: 0;
        border-right-width: 0;
    }

    .nav-tabs-left > .nav-tabs-solid,
    .nav-tabs-left > .nav-tabs[class*=bg-] {
        border-right: 0;
        border-radius: 3px;
    }

        .nav-tabs-left > .nav-tabs-solid > li,
        .nav-tabs-left > .nav-tabs[class*=bg-] > li {
            margin-right: 0;
        }

    .nav-tabs-left > .tab-content {
        padding-left: 20px;
    }

    .nav-tabs-left.tab-content-bordered > .tab-content {
        border-left-width: 0;
    }

    .nav-tabs-right > .nav-tabs {
        border-left: 1px solid #ddd;
    }

        .nav-tabs-right > .nav-tabs > li {
            margin-left: -1px;
        }

            .nav-tabs-right > .nav-tabs > li.active > a,
            .nav-tabs-right > .nav-tabs > li.active > a:focus,
            .nav-tabs-right > .nav-tabs > li.active > a:hover {
                border-bottom-color: #ddd;
                border-left-color: transparent;
            }

        .nav-tabs-right > .nav-tabs.nav-tabs-component > li > a {
            border-radius: 0 3px 3px 0;
        }

    .nav-tabs-right > .nav-tabs-highlight > li > a,
    .nav-tabs-right > .nav-tabs-highlight > li > a:focus,
    .nav-tabs-right > .nav-tabs-highlight > li > a:hover {
        border-top-width: 1px;
        border-right-width: 2px;
    }

    .nav-tabs-right > .nav-tabs-highlight > li.active > a,
    .nav-tabs-right > .nav-tabs-highlight > li.active > a:focus,
    .nav-tabs-right > .nav-tabs-highlight > li.active > a:hover {
        border-top-color: #ddd;
        border-right-color: #ec407a;
    }

    .nav-tabs-right > .nav-tabs-bottom,
    .nav-tabs-right > .nav-tabs-top {
        padding-left: 20px;
    }

    .nav-tabs-right > .bottom-divided,
    .nav-tabs-right > .top-divided {
        padding-left: 0;
        border-left-width: 0;
    }

    .nav-tabs-right > .nav-tabs-solid,
    .nav-tabs-right > .nav-tabs[class*=bg-] {
        border-left: 0;
        border-radius: 3px;
    }

        .nav-tabs-right > .nav-tabs-solid > li,
        .nav-tabs-right > .nav-tabs[class*=bg-] > li {
            margin-left: 0;
        }

    .nav-tabs-right > .tab-content {
        padding-right: 20px;
    }

    .nav-tabs-right.tab-content-bordered > .tab-content {
        border-right-width: 0;
    }
}

.nav-pills {
    margin-bottom: 20px;
}

    /* .nav-pills > li {
        float: none;
    } */

        .nav-pills > li > a {
            color: #333;
            text-transform: uppercase;
        }

        .nav-pills > li + li {
            margin-left: 0;
        }

            .nav-pills > li + li > a {
                margin-top: 2px;
            }

    .nav-pills .open > a,
    .nav-pills .open > a:focus,
    .nav-pills .open > a:hover {
        background-color: #f5f5f5;
    }

    .nav-pills.nav-pills-bordered > .open > a,
    .nav-pills.nav-pills-bordered > li > a,
    .nav-pills.nav-pills-toolbar > .open > a,
    .nav-pills.nav-pills-toolbar > li > a {
        border: 1px solid #ddd;
    }

    .nav-pills.nav-pills-bordered > .active > a,
    .nav-pills.nav-pills-bordered > .active > a:focus,
    .nav-pills.nav-pills-bordered > .active > a:hover,
    .nav-pills.nav-pills-toolbar > .active > a,
    .nav-pills.nav-pills-toolbar > .active > a:focus,
    .nav-pills.nav-pills-toolbar > .active > a:hover {
        border-color: #26a69a;
    }

@media (min-width:769px) {
    .nav-pills.nav-pills-toolbar > li > a {
        border: 1px solid #ddd;
        border-radius: 0;
    }

    .nav-pills.nav-pills-toolbar > li:first-child > a {
        border-radius: 3px 0 0 3px;
    }

    .nav-pills.nav-pills-toolbar > li:last-child > a {
        border-radius: 0 3px 3px 0;
    }

    .nav-pills.nav-pills-toolbar > li + li > a {
        margin-top: 0;
        margin-left: 0;
        border-left: 0;
    }
}

@media (min-width:769px) {
    .nav-pills {
        font-size: 0;
    }

        .nav-pills > li {
            display: inline-block;
            font-size: 13px;
        }

            .nav-pills > li + li > a {
                margin-top: 0;
                margin-left: 6px;
            }

        .nav-pills.nav-justified > li {
            display: table-cell;
        }
}

@media (max-width:768px) {
    .nav-pills > li > a .position-right[class*=icon-] {
        float: right;
        margin-top: 2px;
    }

    .nav-pills > li > a .position-right.badge,
    .nav-pills > li > a .position-right.label {
        float: right;
    }
}

.nav-stacked > li {
    display: block;
}

    .nav-stacked > li > a .pull-right[class*=icon-] {
        float: right;
        margin-top: 2px;
    }

    .nav-stacked > li > a .pull-right.badge,
    .nav-stacked > li > a .pull-right.label {
        float: right;
    }

    .nav-stacked > li + li > a {
        margin-left: 0;
    }

.nav-justified > li > a {
    margin-bottom: 0;
}

.nav-tabs-justified > li > a {
    border-radius: 0;
    margin-bottom: 0;
}

    .nav-tabs-justified > li > a:focus,
    .nav-tabs-justified > li > a:hover {
        border-bottom-color: #ddd;
    }

@media (min-width:769px) {
    .nav-tabs-justified.nav-tabs-top {
        border-bottom: 1px solid #ddd;
    }

        .nav-tabs-justified.nav-tabs-top > li > a,
        .nav-tabs-justified.nav-tabs-top > li > a:focus,
        .nav-tabs-justified.nav-tabs-top > li > a:hover {
            border: 0;
        }

    .nav-tabs-justified.nav-tabs-bottom {
        border-bottom: 1px solid #ddd;
    }

    .nav-tabs-justified.nav-tabs-highlight > li > a,
    .nav-tabs-justified.nav-tabs-highlight > li > a:focus,
    .nav-tabs-justified.nav-tabs-highlight > li > a:hover {
        border-top-width: 2px;
    }
}

@media (max-width:768px) {

    .nav-tabs-justified > li.active > a,
    .nav-tabs-justified > li.active > a:focus,
    .nav-tabs-justified > li.active > a:hover {
        border-width: 0 0 0 2px;
        border-left-color: #ec407a;
    }
}

@media (min-width:769px) {
    .nav-tabs.nav-tabs-component > li > a {
        border-radius: 3px 3px 0 0;
    }

    .nav-tabs.nav-tabs-component.nav-tabs-solid,
    .nav-tabs.nav-tabs-component[class*=bg-] {
        border-radius: 3px;
    }

        .nav-tabs.nav-tabs-component.nav-tabs-solid > li > a,
        .nav-tabs.nav-tabs-component[class*=bg-] > li > a {
            border-radius: 0;
        }

        .nav-tabs.nav-tabs-component.nav-tabs-solid > li:first-child > a,
        .nav-tabs.nav-tabs-component[class*=bg-] > li:first-child > a {
            border-radius: 3px 0 0 3px;
        }

    .nav-tabs-component.nav-justified.nav-tabs-solid > li:last-child > a,
    .nav-tabs-component.nav-justified[class*=bg-] > li:last-child > a {
        border-radius: 0 3px 3px 0;
    }
}

.tab-content-bordered .tab-content > .has-padding {
    padding: 20px;
}

.panel-flat > .panel-heading + .tab-content > .has-padding {
    padding-top: 0;
}

@media (min-width:769px) {
    .tab-content > .has-padding {
        padding: 20px;
    }
}

.panel-tab-content > .has-padding {
    padding: 20px;
}

.tab-content-bordered .tab-content {
    border-radius: 3px;
    border: 1px solid transparent;
}

    .tab-content-bordered .tab-content:not([class*=bg-]) {
        border-color: #ddd;
        background-color: #fff;
    }

@media (min-width:769px) {
    .tab-content-bordered .tab-content {
        border-top-width: 0;
        border-radius: 0 0 3px 3px;
    }
}

@media (min-width:769px) {
    .tab-content-bordered .nav-tabs {
        margin-bottom: 0;
    }

        .tab-content-bordered .nav-tabs.nav-tabs-solid {
            border-radius: 3px 3px 0 0;
            -webkit-box-shadow: 0 0 0 1px #ddd inset;
            box-shadow: 0 0 0 1px #ddd inset;
        }

            .tab-content-bordered .nav-tabs.nav-tabs-solid > li:first-child > a {
                border-radius: 3px 0 0 0;
            }

            .tab-content-bordered .nav-tabs.nav-tabs-solid.nav-justified > li:last-child > a {
                border-radius: 0 3px 0 0;
            }

    .tab-content-bordered > .nav-tabs[class*=bg-] {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .tab-content-bordered > .nav-tabs[class*=bg-] + .tab-content[class*=bg-] {
            border-top-width: 1px;
            border-top-color: rgba(255, 255, 255, .5);
        }
}

@media (min-width:769px) {

    .nav-tabs-top .dropdown-menu,
    .nav-tabs[class*=bg-] .dropdown-menu {
        margin-top: 0;
    }

    .nav-justified.bottom-divided .dropdown-menu {
        margin-top: 1px;
    }
}

@media (max-width:768px) {

    .nav-pills .dropdown-menu,
    .nav-pills.nav-justified > .dropdown .dropdown-menu,
    .nav-tabs .dropdown-menu,
    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
        left: -1px;
        right: -1px;
        margin-top: 2px;
    }

    .nav-pills.nav-justified > li > a,
    .nav-pills.text-center > li > a,
    .nav-pills.text-right > li > a,
    .nav-tabs.nav-justified > li > a,
    .nav-tabs.text-center > li > a,
    .nav-tabs.text-right > li > a {
        text-align: left;
    }
}

.navbar {
    margin-bottom: 0;
    border-width: 0;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

@media (min-width:769px) {
    .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.navbar-component {
    border-radius: 3px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

@media (min-width:769px) {

    .navbar-component > .navbar,
    .navbar.navbar-component {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.navbar-component > .navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-header .navbar-component {
    margin-left: 20px;
    margin-right: 20px;
}

.panel .navbar-component.navbar-default {
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel .navbar-component.navbar-inverse {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-component > .navbar-collapse:first-child > .navbar:first-child,
.navbar-component > .navbar:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.navbar-component > .navbar-collapse:last-child > .navbar:last-child,
.navbar-component > .navbar:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.affix.navbar,
.affix.navbar-collapse {
    z-index: 1030;
    top: 0;
    width: 100%;
}

@media (max-width:768px) {

    .affix.navbar,
    .affix.navbar-collapse {
        position: static;
    }
}

.navbar-header {
    min-width: 200px;
}

.navbar-collapse > .navbar-header {
    margin-left: 0;
}

.navbar-header .navbar-nav {
    float: right;
    margin-right: 5px;
}

    .navbar-header .navbar-nav > li {
        float: left;
    }

        .navbar-header .navbar-nav > li > a {
            padding-left: 15px;
            padding-right: 15px;
        }

@media (max-width:768px) {
    .navbar-header .navbar-nav > li + li {
        margin-top: 0;
    }

    .navbar-collapse > .navbar-header {
        margin-left: 0;
    }
}

@media (min-width:769px) {
    .navbar-header {
        margin-left: -20px;
    }
}

.navbar-collapse {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

    .navbar-collapse.collapsing {
        -webkit-transition-duration: .00001ms;
        transition-duration: .00001ms;
    }

.navbar + .navbar-collapse {
    border-top: 0;
}

@media (min-width:769px) {
    .navbar-collapse {
        text-align: left;
        margin-left: -20px;
    }
}

.navbar-fixed-bottom,
.navbar-fixed-bottom > .navbar {
    -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .24);
}

@media (max-width:768px) {
    .navbar-fixed-top {
        position: static;
    }
}

@media (min-width:769px) {
    .navbar-top-lg {
        padding-top: 54px;
    }

        .navbar-top-lg .sidebar-fixed.affix {
            top: 74px;
        }

    .navbar-top {
        padding-top: 50px;
    }

        .navbar-top .sidebar-fixed.affix {
            top: 70px;
        }

    .navbar-top-sm {
        padding-top: 48px;
    }

        .navbar-top-sm .sidebar-fixed.affix {
            top: 68px;
        }

    .navbar-top-xs {
        padding-top: 46px;
    }

        .navbar-top-xs .sidebar-fixed.affix {
            top: 66px;
        }

    .navbar-top-lg-lg {
        padding-top: 108px;
    }

    .navbar-top-lg-md,
    .navbar-top-md-lg {
        padding-top: 104px;
    }

    .navbar-top-lg-sm,
    .navbar-top-md-md,
    .navbar-top-sm-lg {
        padding-top: 100px;
    }

    .navbar-top-lg-xs,
    .navbar-top-md-sm,
    .navbar-top-sm-md,
    .navbar-top-xs-lg {
        padding-top: 98px;
    }

    .navbar-top-md-xs,
    .navbar-top-sm-sm,
    .navbar-top-xs-md {
        padding-top: 96px;
    }

    .navbar-top-sm-xs,
    .navbar-top-xs-sm {
        padding-top: 94px;
    }

    .navbar-top-xs-xs {
        padding-top: 92px;
    }
}

.navbar-bottom-lg {
    padding-bottom: 54px;
}

.navbar-bottom {
    padding-bottom: 50px;
}

.navbar-bottom-sm {
    padding-bottom: 48px;
}

.navbar-bottom-xs {
    padding-bottom: 46px;
}

.navbar-bottom-lg-lg {
    padding-bottom: 108px;
}

.navbar-bottom-lg-md,
.navbar-bottom-md-lg {
    padding-bottom: 104px;
}

.navbar-bottom-lg-sm,
.navbar-bottom-md-md,
.navbar-bottom-sm-lg {
    padding-bottom: 100px;
}

.navbar-bottom-lg-xs,
.navbar-bottom-md-sm,
.navbar-bottom-sm-md,
.navbar-bottom-xs-lg {
    padding-bottom: 98px;
}

.navbar-bottom-md-xs,
.navbar-bottom-sm-sm,
.navbar-bottom-xs-md {
    padding-bottom: 96px;
}

.navbar-bottom-sm-xs,
.navbar-bottom-xs-sm {
    padding-bottom: 94px;
}

.navbar-bottom-xs-xs {
    padding-bottom: 92px;
}

.navbar-brand > img {
    margin-top: 2px;
    height: 100%;
}

.navbar-nav {
    margin: 0;
    text-align: left;
}

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .navbar-nav > li > a:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            background-color: transparent;
            width: 2px;
        }

@media (min-width:769px) {
    .navbar-nav > li > a:after {
        top: auto;
        right: 0;
        width: auto;
        height: 2px;
    }
}

.navbar-nav > li > a > .badge,
.navbar-nav > li > a > .label {
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-nav > li > a > .status-mark {
    position: absolute;
    top: 8px;
    right: 8px;
}

.navbar-nav > li > a > .status-mark-left {
    right: auto;
    left: 8px;
}

.navbar-nav > li > a > .badge-left,
.navbar-nav > li > a > .label-left {
    right: auto;
    left: 0;
}

.navbar-nav > li > a > .badge-inline,
.navbar-nav > li > a > .label-inline,
.navbar-nav > li > a > .status-mark-inline {
    position: static;
}

.navbar-nav .language-switch > a > img {
    position: relative;
    top: -1px;
}

.navbar-nav .language-switch .dropdown-menu > li > a > img {
    margin-top: 4.5px;
}

.navbar-nav > .dropdown-user > a,
.navbar-nav > .dropdown-user > a > span {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

    .navbar-nav > .dropdown-user > a > span {
        display: inline-block;
    }

    .navbar-nav > .dropdown-user > a > img + span {
        padding-left: 8px;
    }

.navbar-nav > .dropdown-user img {
    max-height: 34px;
    margin-top: -3.5px;
    border-radius: 50%;
}

.navbar-lg .navbar-nav > .dropdown-user img {
    max-height: 38px;
    margin-top: -4.5px;
}

.navbar-sm .navbar-nav > .dropdown-user img {
    max-height: 32px;
    margin-top: -3px;
}

.navbar-xs .navbar-nav > .dropdown-user img {
    max-height: 30px;
    margin-top: -2.5px;
}

@media (max-width:768px) {
    .navbar-collapse .navbar-nav {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 9px 20px;
    }

    .navbar-nav .open .dropdown-menu > .dropdown-submenu > ul > li > a {
        padding-left: 40px;
    }

    .navbar-nav .open .dropdown-menu > .dropdown-submenu > ul > li > ul > li > a {
        padding-left: 60px;
    }

    .navbar-nav > li + li {
        margin-top: 1px;
    }

    .navbar-nav > li > a {
        padding-left: 20px;
        padding-right: 20px;
    }

        .navbar-nav > li > a .caret {
            float: right;
            margin-top: 2px;
            margin-left: 5px;
        }

        .navbar-nav > li > a .badge,
        .navbar-nav > li > a .label {
            position: static;
            float: right;
        }

        .navbar-nav > li > a .status-mark {
            position: static;
            float: right;
            margin-top: 6px;
        }

    .navbar-nav > .dropdown-user .caret {
        margin-top: 8px;
    }

    .navbar-nav:last-child {
        border-bottom: 0;
    }
}

@media (min-width:769px) {
    .navbar-nav {
        margin-left: 20px;
    }
}

.navbar-form {
    padding: 15px 20px;
    margin-left: 0;
    margin-right: 0;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar-form:last-child {
        border-bottom: 0;
    }

@media (max-width:768px) {
    .navbar-form .form-group {
        margin-bottom: 10px;
    }
}

.navbar-form .btn-sm,
.navbar-form .input-group-sm,
.navbar-form .input-sm,
.navbar-form .select-sm,
.navbar-form .uploader-sm {
    margin-top: 1px;
    margin-bottom: 1px;
}

    .navbar-form .input-sm + .form-control-feedback {
        top: 1px;
    }

.navbar-form .btn-xs,
.navbar-form .input-group-xs,
.navbar-form .input-xs,
.navbar-form .select-xs,
.navbar-form .uploader-xs {
    margin-top: 2px;
    margin-bottom: 2px;
}

    .navbar-form .input-xs + .form-control-feedback {
        top: 2px;
    }

.navbar-lg .navbar-form {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-sm .navbar-form {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-xs .navbar-form {
    margin-top: 4px;
    margin-bottom: 4px;
}

.navbar-form .checkbox-switchery[class*=switchery-] {
    margin-bottom: 0;
}

.navbar-form .checkbox-inline.switchery-double {
    padding-left: 0;
}

@media (min-width:769px) {
    .navbar-form {
        padding: 0;
    }

        .navbar-form .form-control {
            min-width: 200px;
        }

        .navbar-form .form-group {
            margin-left: 20px;
        }

        .navbar-form .checkbox-inline,
        .navbar-form .radio-inline {
            margin-top: 9px;
            margin-bottom: 9px;
        }
}

@media (max-width:768px) {
    .navbar-form {
        margin: 0;
    }
}

.navbar-nav > li > .dropdown-menu {
    border-top-width: 0;
}

    .navbar-nav > li > .dropdown-menu .media-list {
        max-height: 340px;
        overflow-y: auto;
    }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-top-width: 1px;
    border-bottom-width: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.navbar-btn {
    margin-left: 20px;
}

.navbar-btn,
.navbar-sm .navbar-btn.btn-sm,
.navbar-xs .navbar-btn.btn-xs {
    margin-top: 6px;
    margin-bottom: 6px;
}

.navbar-lg .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-sm .navbar-btn,
.navbar-xs .navbar-btn.btn-sm {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar-xs .navbar-btn {
    margin-top: 4px;
    margin-bottom: 4px;
}

.navbar-btn.btn-sm,
.navbar-sm .navbar-btn.btn-xs {
    margin-top: 7px;
    margin-bottom: 7px;
}

.navbar-btn.btn-xs,
.navbar-lg .navbar-btn.btn-sm {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-lg .navbar-btn.btn-xs {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width:768px) {

    .navbar-btn,
    .navbar-btn.btn-sm,
    .navbar-btn.btn-xs {
        margin: 15px 20px;
    }

        .navbar-btn + .navbar-btn {
            margin-left: 0;
        }
}

.navbar-text {
    margin: 0;
    padding: 15px 20px;
}

    .navbar-text:last-child {
        border-bottom: 0;
    }

.navbar-lg .navbar-text {
    padding-top: 17px;
    padding-bottom: 17px;
}

.navbar-sm .navbar-text {
    padding-top: 14px;
    padding-bottom: 14px;
}

.navbar-xs .navbar-text {
    padding-top: 13px;
    padding-bottom: 13px;
}

@media (min-width:769px) {
    .navbar-text {
        padding-right: 0;
    }

        .navbar-text + .navbar-nav {
            margin-left: 15px;
        }

    .navbar-header + .navbar-text:first-child {
        padding-left: 0;
    }
}

@media (min-width:769px) {
    .navbar-right {
        margin-right: 0;
    }
}

.navbar-default .navbar-nav > .active > a:after {
    background-color: #7986cb;
}

.navbar-default .navbar-nav > li > .dropdown-menu {
    border-top-width: 1px;
    border-top-color: #ddd;
}

@media (max-width:768px) {
    .navbar-default .navbar-nav .open .dropdown-menu {
        color: #333;
        background-color: transparent;
        border-bottom: 1px solid #ddd;
    }

    .navbar-default .navbar-nav .open > .dropdown-menu {
        border-top: 1px solid #ddd;
    }

    .navbar-default .navbar-nav .open:last-child .dropdown-menu {
        border-bottom: 0;
    }
}

.navbar-default .navbar-link {
    color: #1e88e5;
}

    .navbar-default .navbar-link:hover {
        color: #166dba;
    }

@media (max-width:768px) {
    .navbar-default .navbar-collapse .navbar-nav {
        border-bottom: 1px solid #ddd;
    }

    .navbar-default .dropdown-menu[class*=bg-] .badge,
    .navbar-default .dropdown-menu[class*=bg-] .label {
        color: #fff;
        background-color: #2196f3;
        border-color: transparent;
    }

    .navbar-default .dropdown-menu[class*=bg-] > .divider {
        background-color: #e5e5e5;
    }

    .navbar-default .dropdown-menu[class*=bg-] .dropdown-submenu:focus > a,
    .navbar-default .dropdown-menu[class*=bg-] .dropdown-submenu:hover > a {
        background-color: #f5f5f5;
    }

    .navbar-default .dropdown-menu .table-responsive {
        border-width: 0;
    }

    .navbar-default .dropdown-menu .dropdown-content-heading + .table-responsive {
        border-top-width: 1px;
    }

    .navbar-default .navbar-text:not([data-toggle=collapse]) {
        border-bottom: 1px solid #ddd;
    }

    .navbar-default > .navbar-nav > li > a:focus,
    .navbar-default > .navbar-nav > li > a:hover,
    .navbar-default > .navbar-nav > li > a:not(.collapsed) {
        background-color: #fcfcfc;
    }
}

.navbar-inverse {
    color: rgba(255, 255, 255, .9);
}

    .navbar-inverse .navbar-form .form-control,
    .navbar-inverse .navbar-form .form-control-feedback,
    .navbar-inverse .navbar-form .input-group-addon {
        color: #fff;
    }

    .navbar-inverse .navbar-form .form-control {
        border-bottom-color: rgba(255, 255, 255, .3);
    }

        .navbar-inverse .navbar-form .form-control::-moz-placeholder {
            color: #fff;
            opacity: 1;
        }

        .navbar-inverse .navbar-form .form-control:-ms-input-placeholder {
            color: #fff;
        }

        .navbar-inverse .navbar-form .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        .navbar-inverse .navbar-form .form-control:focus {
            border-bottom-color: #fff;
            -webkit-box-shadow: 0 1px 0 #fff;
            box-shadow: 0 1px 0 #fff;
        }

    .navbar-inverse .navbar-nav > li > a {
        color: rgba(255, 255, 255, .9);
    }

    .navbar-inverse .navbar-nav > .active > a:after {
        background-color: #fff;
    }

@media (max-width:768px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu {
        color: rgba(255, 255, 255, .9);
        background-color: rgba(0, 0, 0, .1);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu .media-annotation,
        .navbar-inverse .navbar-nav .open .dropdown-menu .text-muted {
            color: rgba(255, 255, 255, .8);
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked > li {
            border-top-color: rgba(255, 255, 255, .1);
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link {
            color: rgba(255, 255, 255, .9);
        }

            .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link:focus,
            .navbar-inverse .navbar-nav .open .dropdown-menu .media-list-linked .media-link:hover {
                background-color: rgba(0, 0, 0, .1);
                color: rgba(255, 255, 255, .9);
            }

        .navbar-inverse .navbar-nav .open .dropdown-menu .checker span {
            border-color: #fff;
            color: #fff;
        }

            .navbar-inverse .navbar-nav .open .dropdown-menu .checker span.checked {
                border-color: transparent;
            }

        .navbar-inverse .navbar-nav .open .dropdown-menu .choice span {
            border-color: #fff;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .form-control,
        .navbar-inverse .navbar-nav .open .dropdown-menu .form-control-feedback,
        .navbar-inverse .navbar-nav .open .dropdown-menu .input-group-addon,
        .navbar-inverse .navbar-nav .open .dropdown-menu .select2-selection__placeholder {
            color: #fff;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .form-control {
            border-bottom-color: rgba(255, 255, 255, .3);
        }

            .navbar-inverse .navbar-nav .open .dropdown-menu .form-control::-moz-placeholder {
                color: #fff;
                opacity: 1;
            }

            .navbar-inverse .navbar-nav .open .dropdown-menu .form-control:-ms-input-placeholder {
                color: #fff;
            }

            .navbar-inverse .navbar-nav .open .dropdown-menu .form-control::-webkit-input-placeholder {
                color: #fff;
            }

            .navbar-inverse .navbar-nav .open .dropdown-menu .form-control:focus {
                border-bottom-color: #fff;
                -webkit-box-shadow: 0 1px 0 #fff;
                box-shadow: 0 1px 0 #fff;
            }

        .navbar-inverse .navbar-nav .open .dropdown-menu .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
            border-bottom-color: rgba(255, 255, 255, .3);
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .select2-container--focus .select2-selection--single:not([class*=bg-]):not([class*=border-]),
        .navbar-inverse .navbar-nav .open .dropdown-menu .select2-container--open .select2-selection--single:not([class*=bg-]):not([class*=border-]) {
            border-bottom-color: #fff;
            -webkit-box-shadow: 0 1px 0 #fff;
            box-shadow: 0 1px 0 #fff;
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu a:not(.label-flat):not(.badge-flat):not(.disabled>a) {
            color: rgba(255, 255, 255, .9);
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
            background-color: rgba(255, 255, 255, .1);
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
            color: rgba(255, 255, 255, .6);
        }

        .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-submenu:focus > a,
        .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-submenu:hover > a {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open > .dropdown-menu {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .navbar-inverse .navbar-nav .open:last-child .dropdown-menu {
        border-bottom: 0;
    }

    .navbar-inverse .navbar-nav .badge,
    .navbar-inverse .navbar-nav .badge:focus,
    .navbar-inverse .navbar-nav .badge:hover,
    .navbar-inverse .navbar-nav .label,
    .navbar-inverse .navbar-nav .label:focus,
    .navbar-inverse .navbar-nav .label:hover {
        background-color: #fff;
        border-color: #fff;
        color: #333;
    }

    .navbar-inverse .navbar-nav .nav-tabs {
        background-color: transparent;
        border: 0;
    }

        .navbar-inverse .navbar-nav .nav-tabs > li > a {
            background-color: transparent;
        }
}

@media (max-width:768px) {
    .navbar-inverse .navbar-collapse {
        background-color: rgba(0, 0, 0, .05);
    }

        .navbar-inverse .navbar-collapse,
        .navbar-inverse .navbar-collapse .navbar-nav {
            border-bottom: 1px solid rgba(255, 255, 255, .1);
        }

    .navbar-inverse .navbar-text {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .navbar-inverse > .navbar-nav > li > a:not(.collapsed) {
        background-color: rgba(0, 0, 0, .1);
    }

    .navbar-inverse .dropdown-menu .media-body a,
    .navbar-inverse .dropdown-menu .table a {
        color: #fff;
    }

    .navbar-inverse .dropdown-menu .table-responsive {
        border-width: 0 0 1px 0;
        border-color: rgba(255, 255, 255, .1);
    }

    .navbar-inverse .dropdown-menu .dropdown-content-heading + .table-responsive {
        border-top-width: 1px;
    }

    .navbar-inverse .dropdown-menu .table td,
    .navbar-inverse .dropdown-menu .table th {
        border-color: rgba(255, 255, 255, .1);
    }

    .navbar-inverse .badge-flat,
    .navbar-inverse .label-flat {
        border-color: #fff;
        color: #fff;
    }

    .navbar-inverse .btn-flat,
    .navbar-inverse .btn-flat:focus,
    .navbar-inverse .btn-flat:hover {
        border-color: #fff;
        color: #fff !important;
    }
}

.navbar-nav-material > li > a {
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    font-weight: 500;
}

.navbar-lg {
    min-height: 54px;
}

    .navbar-lg .navbar-brand {
        height: 54px;
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .navbar-lg .navbar-nav > li > a {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .navbar-lg .navbar-nav > .dropdown-user > a,
    .navbar-lg .navbar-nav > .dropdown-user > a > span {
        padding-top: 8.5px;
        padding-bottom: 8.5px;
    }

.navbar-sm {
    min-height: 48px;
}

    .navbar-sm .navbar-brand {
        height: 48px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .navbar-sm .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .navbar-sm .navbar-nav > .dropdown-user > a,
    .navbar-sm .navbar-nav > .dropdown-user > a > span {
        padding-top: 7px;
        padding-bottom: 7px;
    }

.navbar-xs {
    min-height: 46px;
}

    .navbar-xs .navbar-brand {
        height: 46px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .navbar-xs .navbar-nav > li > a {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .navbar-xs .navbar-nav > .dropdown-user > a,
    .navbar-xs .navbar-nav > .dropdown-user > a > span {
        padding-top: 6.5px;
        padding-bottom: 6.5px;
    }

.nav .mega-menu {
    position: static;
}

.mega-menu .dropdown-menu {
    left: auto;
}

@media (min-width:769px) {
    .mega-menu.mega-menu-wide > .dropdown-menu {
        left: 20px;
        right: 20px;
    }

    .layout-boxed .mega-menu.mega-menu-wide > .dropdown-menu,
    .navbar-component .mega-menu.mega-menu-wide > .dropdown-menu {
        left: 0;
        right: 0;
    }
}

.dropdown-content-heading {
    padding: 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

    .dropdown-content-heading + .dropdown-menu-body {
        padding-top: 0;
    }

    .dropdown-content-heading + .dropdown-header {
        padding-top: 0 !important;
    }

ul.dropdown-menu .dropdown-content-heading {
    padding-left: 15px;
    padding-right: 15px;
}

    ul.dropdown-menu .dropdown-content-heading:first-child {
        padding-top: 12px;
        padding-bottom: 12px;
    }

.dropdown-content-heading .icons-list {
    float: right;
}

@media (min-width:769px) {
    .dropdown-content-heading + .table-responsive {
        border-top: 1px solid transparent;
    }
}

.dropdown-content-footer {
    color: #333;
    border-top: 1px solid transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .dropdown-content-footer a {
        display: block;
        padding: 10px 20px;
        text-align: center;
        color: #333;
    }

        .dropdown-content-footer a:focus,
        .dropdown-content-footer a:hover {
            background-color: #f5f5f5;
        }

        .dropdown-content-footer a > i.display-block {
            top: 0;
        }

@media (max-width:768px) {
    .navbar-inverse .dropdown-content-footer {
        background-color: rgba(0, 0, 0, .1);
        color: #fff;
        border-color: transparent;
        border-radius: 0;
    }

        .navbar-inverse .dropdown-content-footer a {
            color: #fff;
        }

            .navbar-inverse .dropdown-content-footer a:focus,
            .navbar-inverse .dropdown-content-footer a:hover {
                background-color: rgba(0, 0, 0, .1);
            }
}

.dropdown-content-body {
    padding: 20px;
}

.dropdown-content-heading + .dropdown-content-body {
    padding-top: 0;
}

.dropdown-content:not(ul) {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown-content .form-inline {
    white-space: nowrap;
}

.menu-list {
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
    overflow: hidden;
}

@media (min-width:1200px) {
    [class*=col-lg-] .menu-list {
        margin-bottom: 9px;
    }
}

@media (min-width:1025px) {
    [class*=col-md-] .menu-list {
        margin-bottom: 9px;
    }
}

@media (min-width:769px) {
    [class*=col-sm-] .menu-list {
        margin-bottom: 9px;
    }
}

@media (min-width:480px) {
    [class*=col-xs-] .menu-list {
        margin-bottom: 9px;
    }
}

.menu-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    display: none;
    left: 110%;
    width: 100%;
}

.menu-list li {
    position: relative;
    margin-top: 1px;
}

    .menu-list li:first-child {
        margin-top: 0;
    }

    .menu-list li > a {
        display: block;
        color: #333;
        padding: 8px 16px;
        border-radius: 3px;
    }

        .menu-list li > a:focus,
        .menu-list li > a:hover {
            background-color: #f5f5f5;
        }

        .menu-list li > a > i {
            margin-right: 10px;
        }

        .menu-list li > a > .badge,
        .menu-list li > a > .label {
            float: right;
            margin-left: 8px;
        }

    .menu-list li.active > a,
    .menu-list li.active > a:focus,
    .menu-list li.active > a:hover {
        color: #fff;
        background-color: #26a69a;
    }

    .menu-list li.disabled > a,
    .menu-list li.disabled > a:focus,
    .menu-list li.disabled > a:hover {
        background-color: transparent;
        color: #999;
        cursor: not-allowed;
    }

        .menu-list li.disabled > a > .badge,
        .menu-list li.disabled > a > .label,
        .menu-list li.disabled > a > img {
            opacity: .8;
        }

@media (max-width:768px) {
    .menu-list li > a {
        color: #fff;
    }

        .menu-list li > a:focus,
        .menu-list li > a:hover {
            background-color: rgba(0, 0, 0, .1);
        }

    .menu-list li.active > a,
    .menu-list li.active > a:focus,
    .menu-list li.active > a:hover {
        background-color: rgba(0, 0, 0, .1);
    }

    .menu-list li.disabled > a,
    .menu-list li.disabled > a:focus,
    .menu-list li.disabled > a:hover {
        background-color: transparent;
        color: rgba(255, 255, 255, .6);
        cursor: not-allowed;
    }

    .navbar-default .menu-list li > a {
        color: #333;
    }

        .navbar-default .menu-list li > a:focus,
        .navbar-default .menu-list li > a:hover {
            background-color: #f5f5f5;
        }

    .navbar-default .menu-list li.active > a,
    .navbar-default .menu-list li.active > a:focus,
    .navbar-default .menu-list li.active > a:hover {
        color: #fff;
        background-color: #26a69a;
    }

    .navbar-default .menu-list li.disabled > a,
    .navbar-default .menu-list li.disabled > a:focus,
    .navbar-default .menu-list li.disabled > a:hover {
        background-color: transparent;
        color: #999;
    }
}

@media (min-width:769px) {
    .menu-list {
        overflow-y: auto;
        max-height: 340px;
    }
}

.dd-wrapper .dd-menu {
    overflow: hidden;
    position: relative;
}

.dd-wrapper .dd-header h6 .badge,
.dd-wrapper .dd-header h6 .label {
    margin-left: 8px;
}

.dd-wrapper .dd-header h6 > i {
    margin-right: 8px;
}

.dd-wrapper .dd-header h6:first-child {
    display: none;
}

.dd-wrapper .dd-parent .active-ul + ul {
    position: relative;
    display: block;
    left: 0;
}

.dd-wrapper .link-back {
    display: block;
    padding: 9px 0;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.6666667;
}

    .dd-wrapper .link-back:before {
        content: '\ede7';
        font-family: icomoon;
        font-size: 16px;
        line-height: 1;
        position: relative;
        top: -1px;
        vertical-align: middle;
        margin-right: 8px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .dd-wrapper .link-back .dd-icon,
    .dd-wrapper .link-back i {
        display: none;
    }

@media (max-width:768px) {
    .navbar .dd-wrapper .link-back {
        padding: 20px 0;
        text-align: center;
        margin-top: -10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .navbar-inverse .dd-wrapper .link-back {
        color: #fff;
        border-bottom-color: rgba(255, 255, 255, .1);
    }
}

.dd-wrapper .dd-icon {
    float: right;
    margin-top: 2px;
}

    .dd-wrapper .dd-icon:after {
        content: '\e9c7';
        font-family: icomoon;
        font-size: 16px;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.dd-wrapper .dd-header .dd-icon:after {
    content: '\e9c5';
}

.menu-heading {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 4px;
}

    .menu-heading > i {
        float: left;
        margin-right: 8px;
    }

    .menu-heading.underlined {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

@media (max-width:768px) {
    .menu-heading {
        color: #fff;
    }

    div:first-child > .menu-heading {
        margin-top: 0;
    }

    .navbar-default .menu-heading {
        color: #333;
    }

    .menu-heading.underlined {
        border-bottom-color: rgba(255, 255, 255, .1);
    }

    .navbar-default .menu-heading.underlined {
        border-bottom-color: #eee;
    }
}

.dropdown-menu .nav-tabs,
.dropdown-menu .nav-tabs > li > a {
    border-radius: 0;
}

    .dropdown-menu .nav-tabs > li.active:first-child > a,
    .dropdown-menu .nav-tabs > li:first-child > a {
        border-left: 0;
    }

    .dropdown-menu .nav-tabs > li.active:last-child > a,
    .dropdown-menu .nav-tabs > li:last-child > a {
        border-right: 0;
    }

@media (max-width:768px) {
    .dropdown-menu .nav-tabs {
        margin-top: 0;
    }

        .dropdown-menu .nav-tabs:before {
            content: none;
        }

        .dropdown-menu .nav-tabs > li + li {
            margin-top: 1px;
        }

        .dropdown-menu .nav-tabs > li > a {
            border: 0;
            padding-left: 20px;
            padding-right: 20px;
        }

            .dropdown-menu .nav-tabs > li > a:focus,
            .dropdown-menu .nav-tabs > li > a:hover {
                background-color: rgba(0, 0, 0, .1);
            }

        .dropdown-menu .nav-tabs > li.active > a,
        .dropdown-menu .nav-tabs > li.active > a:focus,
        .dropdown-menu .nav-tabs > li.active > a:hover {
            border: 0;
            background-color: rgba(0, 0, 0, .1);
        }

    .navbar .dropdown-menu .nav-tabs {
        border-top: 1px solid rgba(255, 255, 255, .1);
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

        .navbar .dropdown-menu .nav-tabs > li {
            margin-bottom: 0;
        }

        .navbar .dropdown-menu .nav-tabs.active > a {
            border-color: transparent;
        }

    .navbar-inverse .dropdown-menu .nav-tabs > li > a {
        color: #fff;
    }

    .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a,
    .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a:focus,
    .navbar-inverse .dropdown-menu .nav-tabs > li.disabled > a:hover {
        color: rgba(255, 255, 255, .6);
        background-color: transparent;
    }

    .navbar-default .dropdown-menu .nav-tabs {
        border-top-color: #ddd;
        border-bottom-color: #ddd;
        border-left: 0;
        border-right: 0;
    }

        .navbar-default .dropdown-menu .nav-tabs > li > a:focus,
        .navbar-default .dropdown-menu .nav-tabs > li > a:hover {
            color: #777;
            background-color: transparent;
        }

        .navbar-default .dropdown-menu .nav-tabs > li.active > a,
        .navbar-default .dropdown-menu .nav-tabs > li.active > a:focus,
        .navbar-default .dropdown-menu .nav-tabs > li.active > a:hover {
            color: #777;
            background-color: transparent;
        }

        .navbar-default .dropdown-menu .nav-tabs > li.disabled > a,
        .navbar-default .dropdown-menu .nav-tabs > li.disabled > a:focus,
        .navbar-default .dropdown-menu .nav-tabs > li.disabled > a:hover {
            color: #999;
            background-color: transparent;
        }
}

.navbar-progress {
    float: left;
    margin-left: 20px;
}

    .navbar-progress .progress {
        width: 200px;
    }

@media (max-width:768px) {
    .navbar-progress {
        margin: 15px 20px;
        float: none;
    }

        .navbar-progress .progress {
            margin-top: 0;
            margin-bottom: 0;
            width: 100%;
        }
}

.navbar-xs .navbar-progress .progress {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-progress .progress,
.navbar-xs .navbar-progress .progress-sm {
    margin-top: 16px;
    margin-bottom: 16px;
}

.navbar-progress .progress-sm,
.navbar-xs .navbar-progress .progress-xs {
    margin-top: 18px;
    margin-bottom: 18px;
}

.navbar-progress .progress-xs,
.navbar-xs .navbar-progress .progress-xxs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-progress .progress-xxs {
    margin-top: 22px;
    margin-bottom: 22px;
}

.navbar-sm .navbar-progress .progress {
    margin-top: 15px;
    margin-bottom: 15px;
}

.navbar-lg .navbar-progress .progress,
.navbar-sm .navbar-progress .progress-sm {
    margin-top: 18px;
    margin-bottom: 18px;
}

.navbar-lg .navbar-progress .progress-sm,
.navbar-sm .navbar-progress .progress-xs {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-lg .navbar-progress .progress-xs,
.navbar-sm .navbar-progress .progress-xxs {
    margin-top: 22px;
    margin-bottom: 22px;
}

.navbar-lg .navbar-progress .progress-xxs {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (max-width:768px) {

    .navbar .btn-group .dropdown-menu,
    .navbar .dropdown .dropdown-menu,
    .navbar .input-group .dropdown-menu {
        width: 100%;
        border-width: 0 0 1px 0;
        border-radius: 0;
    }

        .navbar .btn-group .dropdown-menu > li > a,
        .navbar .dropdown .dropdown-menu > li > a,
        .navbar .input-group .dropdown-menu > li > a {
            padding-left: 20px;
            padding-right: 20px;
        }

    .navbar .btn-group,
    .navbar .form-group:not(.has-feedback),
    .navbar .input-group,
    .navbar .input-group-btn {
        position: static;
    }

    .navbar .select2-container {
        width: 100% !important;
    }

    .navbar-fixed-bottom .btn-group .dropdown-menu,
    .navbar-fixed-bottom .dropdown .dropdown-menu,
    .navbar-fixed-bottom .input-group .dropdown-menu {
        border-width: 1px 0 0 0;
    }

    .navbar-component .btn-group .dropdown-menu,
    .navbar-component .dropdown .dropdown-menu,
    .navbar-component .input-group .dropdown-menu {
        border-width: 0 1px 1px 1px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .table-responsive {
        margin-bottom: 0;
    }
}

.breadcrumb {
    border-radius: 0;
    margin-bottom: 0;
}

    .breadcrumb > li {
        position: relative;
    }

        .breadcrumb > li > a {
            color: #333;
        }

            .breadcrumb > li > a:focus,
            .breadcrumb > li > a:hover {
                opacity: .85;
            }

        .breadcrumb > li i {
            display: inline-block;
            font-size: 12px;
        }

        .breadcrumb > li > .dropdown-menu {
            margin-top: 0;
            margin-left: 5px;
        }

        .breadcrumb > li:first-child > .dropdown-menu {
            margin-left: 0;
        }

        .breadcrumb > li > .dropdown-menu-right {
            margin-left: 0;
            margin-right: -10px;
        }

        .breadcrumb > li:hover > .dropdown-menu {
            display: block;
        }

        .breadcrumb > li.location-text {
            margin-right: 8px;
        }

            .breadcrumb > li.location-text + li:before {
                content: none;
            }

            .breadcrumb > li.location-text + li > .dropdown-menu {
                margin-left: 0;
            }

@media (max-width:768px) {
    .heading-elements .breadcrumb {
        padding-top: 0;
        padding-bottom: 0;
    }

    .breadcrumb > li {
        position: static;
    }

        .breadcrumb > li .dropdown-menu {
            width: 100%;
            margin: 0;
            border-radius: 0;
            border-width: 1px 0;
        }

            .breadcrumb > li .dropdown-menu > li {
                position: static;
            }

    .breadcrumb .dropdown-submenu > .dropdown-menu {
        position: static;
    }
}

.page-title .breadcrumb {
    float: none;
    display: block;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 0;
}

    .page-title .breadcrumb:first-child {
        padding-top: 0;
        padding-bottom: 3px;
    }

    .page-title .breadcrumb.position-right {
        margin-left: 29px;
    }

.page-header-content > .breadcrumb {
    padding-top: 0;
    padding-bottom: 20px;
}

    .page-header-content > .breadcrumb:first-child {
        padding-bottom: 0;
        padding-top: 20px;
    }

.breadcrumb-dash > li + li:before {
    content: '\2013\00a0';
}

.breadcrumb-arrow > li + li:before {
    content: '\2192\00a0';
}

.breadcrumb-arrows > li + li:before {
    content: '\00bb\00a0';
}

.breadcrumb-caret > li + li:before {
    content: '\203A\00a0';
}

.breadcrumb-line {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

    .breadcrumb-line:after {
        content: '';
        display: table;
        clear: both;
    }

.page-header .breadcrumb-line:first-child {
    z-index: 994;
}

.breadcrumb-line:not([class*=bg-]) {
    background-color: #fff;
}

.page-header-content + .breadcrumb-line {
    margin-bottom: 20px;
}

.page-header-default .breadcrumb-line:not([class*=bg-]) {
    background-color: #fcfcfc;
}

.breadcrumb-line .breadcrumb {
    margin-right: 46px;
}

@media (min-width:769px) {
    .breadcrumb-line .breadcrumb {
        float: left;
        margin-right: 0;
    }
}

@media (max-width:768px) {
    .breadcrumb-line {
        z-index: 998;
        background-color: inherit;
    }
}

.page-header-default .page-header-content + .breadcrumb-line,
.page-header-inverse .page-header-content + .breadcrumb-line {
    border-top: 1px solid #ddd;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-header-default .page-header-content + .breadcrumb-line-component,
.page-header-inverse .page-header-content + .breadcrumb-line-component {
    border-width: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.breadcrumb-line-component {
    border-radius: 3px;
    padding-left: 0;
    padding-right: 0;
}

    .breadcrumb-line-component:not([class*=bg-]) {
        background-color: #fff;
    }

    .breadcrumb-line-component .breadcrumb {
        margin-left: 20px;
    }

.page-header .breadcrumb-line-component {
    margin-left: 20px;
    margin-right: 20px;
}

.breadcrumb-line[class*=bg-] a,
.breadcrumb-line[class*=bg-] i {
    color: inherit;
}

.breadcrumb-line[class*=bg-] .breadcrumb > .active,
.breadcrumb-line[class*=bg-] .breadcrumb > li + li:before {
    color: rgba(255, 255, 255, .75);
}

.breadcrumb-line[class*=bg-] .breadcrumb-elements {
    border-top-color: rgba(255, 255, 255, .1);
}

    .breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a {
        color: rgba(255, 255, 255, .9);
    }

        .breadcrumb-line[class*=bg-] .breadcrumb-elements > li.open > a,
        .breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:focus,
        .breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:hover {
            color: #fff;
        }

.breadcrumb-elements {
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    font-size: 0;
}

    .breadcrumb-elements:after {
        content: '';
        display: table;
        clear: both;
    }

    .breadcrumb-elements > li {
        display: inline-block;
        position: static;
        font-size: 13px;
    }

        .breadcrumb-elements > li > a {
            display: block;
            padding: 10px 15px;
            color: #333;
        }

            .breadcrumb-elements > li.open > a,
            .breadcrumb-elements > li > a:focus,
            .breadcrumb-elements > li > a:hover {
                background-color: #f9f9f9;
            }

.breadcrumb-line[class*=bg-] .breadcrumb-elements > li.open > a,
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:focus,
.breadcrumb-line[class*=bg-] .breadcrumb-elements > li > a:hover {
    background-color: rgba(255, 255, 255, .1);
}

.breadcrumb-elements .dropdown-menu {
    margin-top: 0;
    left: auto;
    right: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

@media (max-width:768px) {
    .breadcrumb-elements .dropdown-menu {
        left: 0;
    }

        .breadcrumb-elements .dropdown-menu > li > a {
            padding-left: 15px;
            padding-right: 15px;
        }
}

.breadcrumb-elements .dropup > .dropdown-menu {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.breadcrumb-elements [data-toggle=collapse] {
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
}

@media (min-width:769px) {
    .breadcrumb-elements {
        float: right;
        text-align: inherit;
        border-top: 0;
    }

        .breadcrumb-elements.collapse {
            display: block;
            visibility: visible;
        }

        .breadcrumb-elements > li {
            float: left;
        }

            .breadcrumb-elements > li,
            .breadcrumb-elements > li .btn-group {
                position: relative;
            }

    .breadcrumb-line-component .breadcrumb-elements > li:last-child > a {
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .breadcrumb-elements [data-toggle=collapse] {
        display: none;
    }
}

@media (max-width:768px) {
    .breadcrumb-line:not(.breadcrumb-line-component) .breadcrumb-elements {
        background-color: inherit;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.pagination {
    margin-top: 0;
    margin-bottom: -6px;
}

    .pagination,
    .pagination.has-shadow {
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    }

        .pagination > li > a,
        .pagination > li > span {
            min-width: 38px;
            padding: 9px;
            text-align: center;
            border-width: 0;
        }

        .pagination > li:not(.disabled) > a:focus,
        .pagination > li:not(.disabled) > a:hover,
        .pagination > li:not(.disabled) > span:focus,
        .pagination > li:not(.disabled) > span:hover {
            -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .05) inset;
        }

        .pagination > li:not(.disabled) > a:active,
        .pagination > li:not(.disabled) > span:active {
            -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
            box-shadow: 0 0 0 100px rgba(0, 0, 0, .1) inset;
        }

.panel .pagination {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination.pagination-rounded > li:first-child > a,
.pagination.pagination-rounded > li:first-child > span {
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
}

.pagination.pagination-rounded > li:last-child > a,
.pagination.pagination-rounded > li:last-child > span {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
}

.pagination-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .pagination-flat > li > a,
    .pagination-flat > li > span {
        margin-left: 1px;
        border-radius: 3px;
        min-width: 38px;
        background-color: transparent;
    }

        .pagination-flat > li > a,
        .pagination-flat > li > a:focus,
        .pagination-flat > li > a:hover,
        .pagination-flat > li > span,
        .pagination-flat > li > span:focus,
        .pagination-flat > li > span:hover {
            border-color: transparent;
        }

    .pagination-flat > .active > a,
    .pagination-flat > .active > a:focus,
    .pagination-flat > .active > a:hover,
    .pagination-flat > .active > span,
    .pagination-flat > .active > span:focus,
    .pagination-flat > .active > span:hover {
        border-color: transparent;
    }

    .pagination-flat > .disabled > a,
    .pagination-flat > .disabled > a:focus,
    .pagination-flat > .disabled > a:hover,
    .pagination-flat > .disabled > span,
    .pagination-flat > .disabled > span:focus,
    .pagination-flat > .disabled > span:hover {
        border-color: transparent;
        background-color: transparent;
    }

    .pagination-flat.pagination-rounded > li > a,
    .pagination-flat.pagination-rounded > li > span {
        border-radius: 100px;
        padding-left: 11px;
        padding-right: 11px;
    }

    .pagination-flat.pagination-lg > li > a,
    .pagination-flat.pagination-lg > li > span {
        min-width: 40px;
    }

    .pagination-flat.pagination-lg.pagination-rounded > li > a,
    .pagination-flat.pagination-lg.pagination-rounded > li > span {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pagination-flat.pagination-sm > li > a,
    .pagination-flat.pagination-sm > li > span {
        min-width: 36px;
    }

    .pagination-flat.pagination-sm.pagination-rounded > li > a,
    .pagination-flat.pagination-sm.pagination-rounded > li > span {
        padding-left: 12px;
        padding-right: 12px;
    }

    .pagination-flat.pagination-xs > li > a,
    .pagination-flat.pagination-xs > li > span {
        min-width: 34px;
    }

    .pagination-flat.pagination-xs.pagination-rounded > li > a,
    .pagination-flat.pagination-xs.pagination-rounded > li > span {
        padding-left: 13px;
        padding-right: 13px;
    }

.pagination-separated > li > a,
.pagination-separated > li > span {
    margin-left: 2px;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px;
    min-width: 40px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 8px;
    min-width: 36px;
}

.pagination-xs > li > a,
.pagination-xs > li > span {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.6666667;
}

.pagination-xs > li:first-child > a,
.pagination-xs > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-xs > li:last-child > a,
.pagination-xs > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination-xs > li > a,
.pagination-xs > li > span {
    padding: 7px;
    min-width: 34px;
}

.pager {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0;
}

    .pager li > a,
    .pager li > span {
        padding: 9px 17px;
        color: #333;
        border-width: 0;
        overflow: hidden;
        font-size: 13px;
    }

        .pager li > a:focus,
        .pager li > a:hover {
            border-color: #2196f3;
            color: #fff;
        }

    .pager li + li {
        margin-left: 10px;
    }

    .pager .disabled > a,
    .pager .disabled > a:focus,
    .pager .disabled > a:hover,
    .pager .disabled > span {
        border-color: #ddd;
    }

    .pager.text-left {
        text-align: left;
    }

    .pager.text-right {
        text-align: right;
    }

.pager-lg li > a,
.pager-lg li > span {
    padding: 10px 19px;
    font-size: 14px;
    line-height: 1.4285715;
}

.pager-sm li > a,
.pager-sm li > span {
    padding: 8px 15px;
    font-size: 12px;
    line-height: 1.6666667;
}

.pager-xs li > a,
.pager-xs li > span {
    padding: 7px 13px;
    font-size: 12px;
    line-height: 1.6666667;
}

.pager-rounded li > a,
.pager-rounded li > span {
    border-radius: 100px;
}

.pager-linked li > a,
.pager-linked li > span {
    border-color: transparent;
    background-color: transparent;
    color: #1e88e5;
}

    .pager-linked li > a:hover,
    .pager-linked li > span:hover {
        background-color: #2196f3;
        color: #fff;
    }

.pager-linked .disabled > a,
.pager-linked .disabled > a:focus,
.pager-linked .disabled > a:hover,
.pager-linked .disabled > span {
    background-color: transparent;
    border-color: transparent;
}

.label {
    display: inline-block;
    font-weight: 500;
    padding: 1px 4px;
    line-height: 1.5384616;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .1px;
    border-radius: 2px;
}
.label-warning {
    background: #f0ad4e;
    border-color: #eea236;
}

.btn .label {
    top: 0;
}

.list-group-item.active > .label,
.nav-pills > .active > a > .label,
.nav-tabs[class*=bg-] > li > a > .label {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

@media (min-width:769px) {
    .list-group-item > .label {
        float: right;
    }

        .list-group-item > .label + .label {
            margin-right: 8px;
        }
}

.badge > .caret,
.label > .caret {
    margin-top: -2px;
}

.open .badge.dropdown-toggle,
.open .label.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.badge[href]:focus,
.badge[href]:hover,
.label[href]:focus,
.label[href]:hover {
    opacity: .85;
}

.label-default {
    border-color: #999;
}

    .label-default[href]:focus,
    .label-default[href]:hover {
        background-color: #999;
    }

.label-primary {
    border-color: #2196f3;
}

    .label-primary[href]:focus,
    .label-primary[href]:hover {
        background-color: #2196f3;
    }

.label-success {
    border-color: #4caf50;
}

    .label-success[href]:focus,
    .label-success[href]:hover {
        background-color: #4caf50;
    }

.label-info {
    border-color: #00bcd4;
}

    .label-info[href]:focus,
    .label-info[href]:hover {
        background-color: #00bcd4;
    }

    .label-warning[href]:focus,
    .label-warning[href]:hover {
        background-color: #ff5722;
    }

.label-danger {
    border-color: #f44336;
}

    .label-danger[href]:focus,
    .label-danger[href]:hover {
        background-color: #f44336;
    }

.label-striped {
    background-color: #f5f5f5;
    color: #333;
    border-left-width: 2px;
    padding: 6px 12px;
}

    .label-striped.label-striped-right {
        border-left-width: 1px;
        border-right-width: 2px;
    }

    .label-striped,
    .label-striped.label-icon {
        border-radius: 0;
    }

        .label-striped[href]:focus,
        .label-striped[href]:hover {
            color: #333;
            background-color: #eee;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.label-flat {
    background-color: transparent;
    border-width: 2px;
    border-radius: 0;
    padding: 1px 4px 0 4px;
}

    .label-flat[href]:focus,
    .label-flat[href]:hover {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.label-icon {
    padding: 4px;
    border-radius: 2px;
    line-height: 1;
}

    .label-icon > i {
        top: 0;
    }

    .label-icon.label-flat {
        padding: 6px;
    }

.label-icon-xlg {
    padding: 10px;
}

    .label-icon-xlg.label-flat {
        padding: 8px;
    }

.label-icon-lg {
    padding: 9px;
}

    .label-icon-lg.label-flat {
        padding: 7px;
    }

.label-icon-sm {
    padding: 7px;
}

    .label-icon-sm.label-flat {
        padding: 5px;
    }

.label-icon-xs {
    padding: 6px;
}

    .label-icon-xs.label-flat {
        padding: 4px;
    }

.label-rounded {
    border-radius: 100px;
}

    .label-rounded:not(.label-icon) {
        padding-left: 8px;
        padding-right: 8px;
    }

.label-roundless {
    border-radius: 0;
}

.label-block {
    display: block;
}

.form-control + .label-block {
    margin-top: 8px;
}

.label-block.text-left {
    text-align: left;
    margin-right: 0;
}

.label-block.text-right {
    text-align: right;
    margin-left: 0;
}

.badge {
    padding: 1px 6px;
    font-size: 10px;
    letter-spacing: .1px;
    vertical-align: baseline;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 100px;
}

.btn .badge {
    top: 0;
}

.btn-xs .badge {
    padding: 2px 6px 1px 6px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge,
.nav-tabs[class*=bg-] > li > a > .badge {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.nav-pills > li > a > .badge {
    margin-left: 0;
}

    .nav-pills > li > a > .badge.position-right {
        margin-left: 8px;
    }

.badge-default {
    background-color: #999;
    border-color: #999;
}

.badge-primary {
    background-color: #2196f3;
    border-color: #2196f3;
}

.badge-success {
    background-color: #4caf50;
    border-color: #4caf50;
}

.badge-info {
    background-color: #00bcd4;
    border-color: #00bcd4;
}

.badge-warning {
    background-color: #ff5722;
    border-color: #ff5722;
}

.badge-danger {
    background-color: #f44336;
    border-color: #f44336;
}

.badge-flat {
    background-color: transparent;
    border-width: 2px;
    padding: 1px 5px 0 5px;
}

    .badge-flat[href]:focus,
    .badge-flat[href]:hover {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.thumbnail {
    border-width: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.panel .thumbnail {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.thumbnail > a {
    display: block;
}

.thumbnail a > img,
.thumbnail > img {
    width: 100%;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #ddd;
}

.thumbnail .caption {
    padding: 17px;
    padding-top: 20px;
}

    .thumbnail .caption .icons-list.pull-right,
    .thumbnail .caption i.pull-right {
        margin-top: 4px;
    }

    .thumbnail .caption .media-heading {
        margin-top: 0;
    }

        .thumbnail .caption .media-heading:after {
            content: '';
            display: table;
            clear: both;
        }

.modal-dialog .thumbnail {
    border-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.thumbnail > .panel-heading {
    margin: -3px;
    margin-bottom: 0;
}

.thumbnail .panel-footer {
    margin: -3px;
    margin-top: 0;
}

.thumbnail.no-padding .thumb,
.thumbnail.no-padding img {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.thumbnail.no-padding .caption {
    padding: 20px;
}

.thumbnail.no-padding .panel-footer,
.thumbnail.no-padding .panel-heading {
    margin: 0;
}

.thumb {
    position: relative;
    display: block;
    text-align: center;
}

    .thumb img:not(.media-preview) {
        display: inline-block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .thumb.thumb-fixed img {
        max-width: 240px;
    }

    .thumb:not(.thumb-rounded) img {
        border-radius: 3px;
    }

    .thumb:hover .caption-zoom {
        border-radius: 0;
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .7);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, .7);
    }

    .thumb:hover .caption-offset {
        left: 8px;
        top: 8px;
    }

    .thumb .caption-collapse {
        top: 80%;
        z-index: 10;
        height: auto;
    }

    .thumb:hover .thumb .caption-collapse {
        top: 100%;
    }

.thumb-rounded {
    width: 60%;
    margin: 20px auto 0 auto;
}

    .thumb-rounded,
    .thumb-rounded .caption-overflow,
    .thumb-rounded img {
        border-radius: 50%;
    }

.caption-overflow {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    visibility: hidden;
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

    .caption-overflow span {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -18px;
        width: 100%;
        text-align: center;
    }

.thumb:hover > .caption-overflow {
    background-color: rgba(0, 0, 0, .7);
    visibility: visible;
    opacity: 1;
}

.zoom-image {
    color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.thumb:hover .zoom-image {
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
}

.img-rounded + .zoom-image {
    border-radius: 3px;
}

.img-circle + .zoom-image {
    border-radius: 50%;
}

.zoom-image i {
    font-size: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.thumb-slide {
    overflow: hidden;
}

    .thumb-slide .caption {
        position: absolute;
        bottom: -100%;
        left: 0;
        color: #fff;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .7);
        z-index: 10;
        -webkit-transition: all .1s linear;
        -o-transition: all .1s linear;
        transition: all .1s linear;
    }

        .thumb-slide .caption span {
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -19px;
            width: 100%;
            text-align: center;
        }

    .thumb-slide:hover .caption {
        bottom: 0;
    }

.alert {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

    .alert .alert-heading {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .alert .alert-link {
        color: inherit;
    }

    .alert .close,
    .alert .close:focus,
    .alert .close:hover {
        color: inherit;
    }

.alert-primary {
    background-color: #e3f2fd;
    border-color: #1e88e5;
    color: #1565c0;
}

    .alert-primary hr {
        border-top-color: #187bd1;
    }

    .alert-primary .alert-link {
        color: #104d92;
    }

    .alert-primary,
    .alert-primary .close {
        color: #104d92;
    }

.alert-success,
.alert-success .close {
    color: #205823;
}

.alert-info,
.alert-info .close {
    color: #00545c;
}

.alert-warning,
.alert-warning .close {
    color: #aa3510;
}

.alert-danger,
.alert-danger .close {
    color: #9c1f1f;
}

.alert.alert-rounded {
    border-radius: 100px;
    padding-left: 25px;
    padding-right: 25px;
}

.alert-component {
    border-width: 0;
}

    .alert-component[class*=alert-styled-] {
        background-color: #fff;
    }

.alert[class*=bg-] .alert-link,
.alert[class*=bg-] a {
    color: #fff;
}

.alert[class*=alert-styled-]:after {
    content: '\e9a2';
    font-family: icomoon;
    color: #fff;
    width: 44px;
    left: -44px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alert[class*=alert-styled-].alert-danger:after,
.alert[class*=alert-styled-][class*=bg-danger]:after {
    content: '\ed64';
}

.alert[class*=alert-styled-].alert-success:after,
.alert[class*=alert-styled-][class*=bg-success]:after {
    content: '\ed6e';
}

.alert[class*=alert-styled-].alert-warning:after,
.alert[class*=alert-styled-][class*=bg-warning]:after {
    content: '\e9bd';
}

.alert[class*=alert-styled-].alert-info:after,
.alert[class*=alert-styled-][class*=bg-info]:after {
    content: '\e9b9';
}

.alert.alert-styled-right:after {
    left: auto;
    right: -44px;
}

.alert.alert-styled-custom:after {
    content: "\e81b";
}

.alert.alert-styled-left {
    border-left-width: 44px;
}

    .alert.alert-styled-left[class*=bg-] {
        border-left-color: rgba(0, 0, 0, .15) !important;
    }

.alert.alert-styled-right {
    border-right-width: 44px;
}

    .alert.alert-styled-right[class*=bg-] {
        border-right-color: rgba(0, 0, 0, .15) !important;
    }

.alert:not(.ui-pnotify)[class*=alert-arrow-]:before,
.ui-pnotify.alert[class*=alert-arrow-] > .brighttheme:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    border-left: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left-color: inherit;
    margin-top: -5px;
}

.alert:not(.ui-pnotify).alert-arrow-right:before,
.ui-pnotify.alert.alert-arrow-right > .brighttheme:before {
    left: auto;
    right: 0;
    border-left: 0;
    border-right: 5px solid;
    border-right-color: inherit;
}

.progress {
    position: relative;
    margin-bottom: 0;
    height: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    line-height: 18px;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-rounded,
.progress-rounded > .progress-bar {
    border-radius: 100px;
}

.progress .progressbar-back-text {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
}

.progress .progressbar-front-text {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    font-size: 12px;
}

.progress.right .progress-bar {
    right: 0;
    float: right;
}

.progress.right .progressbar-front-text {
    position: absolute;
    right: 0;
}

.progress.vertical {
    width: 50px;
    height: 100%;
    display: inline-block;
}

    .progress.vertical + .progress.vertical {
        margin-left: 10px;
    }

    .progress.vertical .progress-bar {
        width: 100%;
        height: 0;
        -webkit-transition: height .6s ease;
        -o-transition: height .6s ease;
        transition: height .6s ease;
    }

    .progress.vertical.bottom {
        position: relative;
    }

        .progress.vertical.bottom .progressbar-front-text {
            position: absolute;
            bottom: 0;
        }

        .progress.vertical.bottom .progress-bar {
            position: absolute;
            bottom: 0;
        }

.progress-lg {
    height: 22px;
}

    .progress-lg .progress-bar {
        line-height: 22px;
    }

.progress-sm {
    height: 14px;
}

.progress-xs {
    height: 10px;
}

.progress-xxs {
    height: 6px;
}

.progress-micro {
    height: 2px;
}

    .progress-micro .progress-bar,
    .progress-sm .progress-bar,
    .progress-xs .progress-bar,
    .progress-xxs .progress-bar {
        font-size: 0;
    }

.media {
    margin-top: 20px;
    position: relative;
}

    .media.panel-body {
        margin-top: 0;
    }

.media,
.media-body {
    overflow: visible;
}

.media-body,
.media-left,
.media-right {
    position: relative;
}

.media-heading {
    margin-bottom: 2px;
    display: block;
}

.media-list {
    margin-bottom: 0;
}

.media-right,
.media > .pull-right {
    padding-left: 20px;
}

.media-left,
.media > .pull-left {
    padding-right: 20px;
}

@media (max-width:768px) {
    .stack-media-on-mobile:not(.text-left):not(.text-right) {
        text-align: center;
    }

    .stack-media-on-mobile .media-annotation {
        display: block;
    }

        .stack-media-on-mobile .media-annotation.dotted:not(.pull-right):before {
            content: none;
            margin: 0;
        }

    .stack-media-on-mobile .media-heading .media-annotation {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 5px;
    }

    .stack-media-on-mobile .media-body,
    .stack-media-on-mobile .media-left,
    .stack-media-on-mobile .media-right {
        display: block;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .stack-media-on-mobile .media-body,
    .stack-media-on-mobile .media-right {
        margin-top: 15px;
    }

    .stack-media-on-mobile .media-heading {
        margin-bottom: 5px;
    }
}

.media-badge {
    position: absolute;
    left: -10px;
    top: -2px;
}

    .media-badge,
    .media-badge[class*=bg-] {
        border: 2px solid;
    }

@media (max-width:768px) {
    .navbar-inverse .media-badge {
        border: 0;
        top: 0;
    }
}

.media-annotation {
    color: #999;
    font-size: 12px;
    line-height: 1.6666667;
    font-weight: 400;
}

.media-heading .media-annotation {
    margin-left: 8px;
}

.media-annotation i {
    font-size: 13px;
}

.media-annotation.dotted:not(.pull-right):before {
    content: '\2022';
    margin-right: 11px;
}

.media-header {
    white-space: nowrap;
    margin-top: 20px;
    font-weight: 500;
}

    .media-header:first-child {
        margin-top: 0;
    }

.media-list-bordered > li {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

    .media-list-bordered > li:first-child {
        padding-top: 0;
        border-top-width: 0;
    }

.media-list-bordered.media-list-linked .media-header {
    margin-bottom: 15px;
}

.media-list-linked .media {
    margin-top: 0;
    padding: 0;
}

.media-list-linked .media-link {
    display: block;
    padding: 15px 20px;
    color: #333;
}

    .media-list-linked .media-link:focus,
    .media-list-linked .media-link:hover {
        background-color: #fafafa;
        color: #333;
    }

.media-list-linked .media-header {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .media-list-linked .media-header:first-child {
        margin-top: 0;
    }

.media-list-linked.media-list-bordered > li:first-child {
    border-top-width: 1px;
}

.media-list-linked.media-list-bordered > .media-header {
    margin-top: 0;
}

    .media-list-linked.media-list-bordered > .media-header:first-child {
        border-top-width: 0;
    }

.list-group {
    list-style: none;
    margin-bottom: 0;
    border: 1px solid #ddd;
    padding: 8px 0;
    border-radius: 3px;
}

.list-group-item {
    background-color: transparent;
    padding: 10px 20px;
    border: 0;
}

    .list-group-item.disabled .badge,
    .list-group-item.disabled .label,
    .list-group-item.disabled:focus .badge,
    .list-group-item.disabled:focus .label,
    .list-group-item.disabled:hover .badge,
    .list-group-item.disabled:hover .label {
        opacity: .75;
    }

.list-group-divider {
    height: 1px;
    display: block;
    background-color: #e5e5e5;
    margin-top: 8px;
    margin-bottom: 8px;
}

.list-group-header {
    padding: 8px 20px;
    font-size: 11px;
    line-height: 1.82;
    color: #999;
    text-transform: uppercase;
}

    .list-group-header:first-child {
        margin-top: 8px;
    }

.list-group-divider + .list-group-header,
.list-group-item + .list-group-header {
    margin-top: 16px;
}

.list-group-header > i,
.list-group-item > i {
    margin-right: 8px;
}

    .list-group-header > i.pull-right,
    .list-group-item > i.pull-right {
        margin-right: 0;
        margin-left: 8px;
        margin-top: 2px;
    }

.list-group-item-heading {
    margin-top: 8px;
    margin-bottom: 8px;
}

.list-group-item-text {
    line-height: 1.5384616;
    margin-bottom: 8px;
}

.list-group-item-success {
    color: #43a047;
    background-color: #e8f5e9;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #43a047;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus,
    a.list-group-item-success:hover,
    button.list-group-item-success:focus,
    button.list-group-item-success:hover {
        color: #43a047;
        background-color: #d6edd8;
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:focus,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active,
    button.list-group-item-success.active:focus,
    button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #43a047;
        border-color: #43a047;
    }

    .list-group-item-success,
    a.list-group-item-success,
    a.list-group-item-success:focus,
    a.list-group-item-success:hover {
        color: #205823;
    }

.list-group-item-info {
    color: #1565c0;
    background-color: #e3f2fd;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #1565c0;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus,
    a.list-group-item-info:hover,
    button.list-group-item-info:focus,
    button.list-group-item-info:hover {
        color: #1565c0;
        background-color: #cbe7fb;
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:focus,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active,
    button.list-group-item-info.active:focus,
    button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #1565c0;
        border-color: #1565c0;
    }

    .list-group-item-info,
    a.list-group-item-info,
    a.list-group-item-info:focus,
    a.list-group-item-info:hover {
        color: #104d92;
    }

.list-group-item-warning {
    color: #ef6c00;
    background-color: #fff3e0;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #ef6c00;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus,
    a.list-group-item-warning:hover,
    button.list-group-item-warning:focus,
    button.list-group-item-warning:hover {
        color: #ef6c00;
        background-color: #ffe9c6;
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:focus,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active,
    button.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #ef6c00;
        border-color: #ef6c00;
    }

    .list-group-item-warning,
    a.list-group-item-warning,
    a.list-group-item-warning:focus,
    a.list-group-item-warning:hover {
        color: #aa3510;
    }

.list-group-item-danger {
    color: #d84315;
    background-color: #fbe9e7;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #d84315;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus,
    a.list-group-item-danger:hover,
    button.list-group-item-danger:focus,
    button.list-group-item-danger:hover {
        color: #d84315;
        background-color: #f7d5d1;
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:focus,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active,
    button.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #d84315;
        border-color: #d84315;
    }

    .list-group-item-danger,
    a.list-group-item-danger,
    a.list-group-item-danger:focus,
    a.list-group-item-danger:hover {
        color: #9c1f1f;
    }

.panel {
    margin-bottom: 20px;
    border-width: 0;
    color: #333;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

    .panel.has-scroll {
        max-width: 100%;
        overflow-x: auto;
    }

    .panel.has-bg-image {
        background-image: url(../images/backgrounds/panel_bg.png);
    }

.panel-flat > .panel-heading + .table,
.panel-flat > .panel-heading + .table-responsive {
    border-top: 1px solid #ddd;
}

.panel[class*=bg-] > .panel-heading {
    border-color: rgba(255, 255, 255, .2);
}

@media (max-width:768px) {
    .panel[class*=bg-] > .panel-heading {
        background-color: inherit;
    }
}

.panel[class*=bg-].panel-flat > .panel-heading {
    border-bottom-color: transparent;
}

.panel[class*=bg-] .panel-title {
    color: #fff;
}

.panel[class*=bg-] .table tbody td,
.panel[class*=bg-] .table tbody th,
.panel[class*=bg-] .table thead td,
.panel[class*=bg-] .table thead th {
    border-color: rgba(255, 255, 255, .1);
}

.panel[class*=bg-] .help-block,
.panel[class*=bg-] .help-inline,
.panel[class*=bg-] .text-muted {
    color: rgba(255, 255, 255, .8);
}

.panel-bordered {
    border-width: 1px;
}

.panel[class*=border-top-] {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

    .panel[class*=border-top-]:not(.border-top-lg):not(.border-top-xlg) {
        border-top-width: 1px;
    }

.panel[class*=border-bottom-] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .panel[class*=border-bottom-]:not(.border-bottom-lg):not(.border-bottom-xlg) {
        border-bottom-width: 1px;
    }

.panel[class*=border-left-] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

    .panel[class*=border-left-]:not(.border-left-lg):not(.border-left-xlg) {
        border-left-width: 1px;
    }

.panel[class*=border-right-] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

    .panel[class*=border-right-]:not(.border-right-lg):not(.border-right-xlg) {
        border-right-width: 1px;
    }

.panel-body {
    position: relative;
}

.panel-flat > .panel-heading + .panel-body {
    padding-top: 0;
}

.panel-body + .panel-body,
.panel-body + .table,
.panel-body + .table-responsive,
.panel-body.has-top-border {
    border-top: 1px solid #ddd;
}

.panel[class*=bg-] .panel-body + .panel-body,
.panel[class*=bg-] .panel-body + .table,
.panel[class*=bg-] .panel-body + .table-responsive,
.panel[class*=bg-] .panel-body.has-top-border {
    border-top-color: rgba(255, 255, 255, .5);
}

.panel-body-accent {
    background-color: #fcfcfc;
}

.panel[class*=bg-] .panel-body-accent {
    background-color: rgba(0, 0, 0, .1);
}

.panel-heading {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-bordered > .panel-heading {
    margin: 0;
}

.panel-flat > .panel-heading {
    background-color: #fff;
}

    .panel-flat > .panel-heading > .panel-title {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .panel-flat > .panel-heading + .tab-content > .has-padding {
        padding-top: 0;
    }

.panel-flat[class*=bg-] > .panel-heading {
    background-color: inherit;
}

.panel-danger .panel-heading,
.panel-heading[class*=bg-],
.panel-info .panel-heading,
.panel-primary .panel-heading,
.panel-success .panel-heading,
.panel-warning .panel-heading {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-white > .panel-heading {
    background-color: #fff;
    border-bottom-color: #ddd;
}

.panel-title {
    position: relative;
    font-size: 13px;
}

    .panel-title.text-size-mini {
        font-size: 11px;
    }

    .panel-title.text-size-small {
        font-size: 12px;
    }

    .panel-title.text-size-large {
        font-size: 14px;
    }

a.panel-title {
    display: block;
}

.panel-title img {
    max-height: 20px;
    display: inline-block;
    vertical-align: top;
}

.panel-title > .small:not(.display-block),
.panel-title > small:not(.display-block) {
    margin-left: 5px;
}

.h1.panel-title,
h1.panel-title {
    font-size: 25px;
}

.h2.panel-title,
h2.panel-title {
    font-size: 23px;
}

.h3.panel-title,
h3.panel-title {
    font-size: 21px;
}

.h4.panel-title,
h4.panel-title {
    font-size: 19px;
}

.h5.panel-title,
h5.panel-title {
    font-size: 17px;
}

.h6.panel-title,
h6.panel-title {
    font-size: 15px;
}

.icons-list a[data-action] {
    vertical-align: middle;
}

    .icons-list a[data-action]:after {
        font-family: icomoon;
        font-size: 16px;
        min-width: 16px;
        text-align: center;
        display: inline-block;
        line-height: 1;
        vertical-align: middle;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.icons-list a[data-action=collapse]:after {
    content: '\e9c1';
}

.icons-list a[data-action=reload]:after {
    content: '\e9fb';
}

.icons-list a[data-action=close]:after {
    content: '\e9b6';
}

.icons-list a[data-action=move]:after {
    content: '\e986';
}

.icons-list a[data-action=modal]:after {
    content: '\e9eb';
}

.panel-footer {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .panel-footer:after {
        content: '';
        display: table;
        clear: both;
    }

    .panel-footer .bootstrap-select .btn-default,
    .panel-footer .form-control,
    .panel-footer .multiselect.btn-default,
    .panel-footer .select2-selection--single:not([class*=bg-]):not([class*=border-]),
    .panel-footer .selectboxit-btn {
        border-bottom-color: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.panel-footer-transparent {
    background-color: transparent;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 11px;
}

.panel-footer-condensed {
    padding-top: 2px;
    padding-bottom: 2px;
}

.panel-footer-bordered {
    background-color: #fff;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
    border-top-width: 0;
}

.panel-group-control .panel-title > a {
    padding-left: 26px;
    display: inline-block;
}

    .panel-group-control .panel-title > a:before {
        content: '\e9b7';
        font-family: icomoon;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .panel-group-control .panel-title > a.collapsed:before {
        content: '\e9b8';
    }

.panel-group-control.panel-group-control-right .panel-title > a {
    padding-left: 0;
    padding-right: 26px;
}

    .panel-group-control.panel-group-control-right .panel-title > a:before {
        left: auto;
        right: 0;
    }

.panel-default {
    border-color: transparent;
}

.panel-primary {
    border-color: transparent;
}

    .panel-primary.panel-bordered {
        border-color: #2196f3;
    }

.panel-success {
    border-color: transparent;
}

    .panel-success.panel-bordered {
        border-color: #4caf50;
    }

.panel-info {
    border-color: transparent;
}

    .panel-info.panel-bordered {
        border-color: #00bcd4;
    }

.panel-warning {
    border-color: transparent;
}

    .panel-warning.panel-bordered {
        border-color: #ff5722;
    }

.panel-danger {
    border-color: transparent;
}

    .panel-danger.panel-bordered {
        border-color: #f44336;
    }

.well {
    margin-bottom: 0;
    padding: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well-white {
    background-color: #fff;
}

.well[class*=border-top-] {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.well[class*=border-bottom-] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.well[class*=border-left-] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.well[class*=border-right-] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.well-lg {
    padding: 25px;
    border-radius: 3px;
}

.well-sm {
    padding: 15px;
    border-radius: 3px;
}

.close {
    text-shadow: none;
    opacity: .6;
}

    .close:focus,
    .close:hover {
        outline: 0;
        opacity: 1;
    }

.modal-content {
    border-radius: 3px;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    max-height: calc(100vh - 50px);
}

.modal-header {
    position: relative;
    padding: 10px 20px;
    border-bottom: solid 1px #ccc;
}

    .modal-header[class*=bg-] {
        padding: 15px 20px;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

        .modal-header[class*=bg-] .close {
            margin-top: -9.75px;
        }

        .modal-content[class*=bg-] .modal-header .close,
        .modal-header[class*=bg-] .close {
            color: #fff;
        }

    .modal-header .close {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -10px;
    }

.modal-body .close {
    margin-top: 0 !important;
}

.modal-footer {
    padding-top: 0;
}

    .modal-footer.text-center {
        text-align: center;
    }

    .modal-footer.text-left {
        text-align: left;
    }

@media (min-width:769px) {
    .modal-xs {
        width: 300px;
    }

    .modal-full {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
}

.tooltip {
    font-size: 13px;
    line-height: 1.5384616;
}

    .tooltip .tooltip-arrow {
        display: none;
    }

    .tooltip [class*=bg-] {
        border-radius: 3px;
    }

        .tooltip [class*=bg-] > .tooltip-inner {
            background-color: inherit;
        }

.tooltip-inner {
    padding: 8px 16px;
}

.popover {
    border-radius: 3px;
    padding: 0;
    border-width: 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

    .popover .arrow {
        display: none;
    }

.popover-title {
    font-size: 12px;
    line-height: 1.6666667;
    border: 0;
    padding: 15px 15px 0 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .popover-title[class*=bg-] {
        padding: 10px 15px;
        margin: -1px -1px 0 -1px;
    }

.popover-content {
    padding: 15px;
}

.avatar {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: #104166;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
    text-align: center;
    float: left;
    padding: 10px 5px;
}

.square-avatar {
    height: 220px;
    width: 220px;
    background: #108eef;
    color: #fff;
    font-size: 50px;
    line-height: 130px;
    font-weight: bold;
    text-align: center;
    float: left;
    padding: 40px 5px;
}

.remember-check input[type="checkbox"] {
    margin: 0;
    vertical-align: text-bottom;
}

.remember-check label {
    margin-bottom: 0;
}

.icons-list > li.login-link > a {
    color: #1e88e5;
}

    .icons-list > li.login-link > a:hover,
    .icons-list > li.login-link > a:focus {
        color: #166dba;
        opacity: 1;
    }

.mt-0 {
    margin-top: 0px !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.ml-30 {
    margin-left: 30px !important;
}
.ml-930 {
    margin-left: 930px !important;
}
.mr-0 {
    margin-right: 0px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-30 {
    margin-right: 25px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.p-5{
    padding: 5px !important;
}
.ml-2{
    margin-left: 2px !important;
}
.pdficon{
    height: 50px;
    width: 50px;
}

.heading-btn {
    float: right;
    text-align: right;
    margin-top: -3px;
}

.panel-title {
    display: inline;
}

.dataTable .btn {
    height: 28px;
    width: 30px;
    padding: 3px;
    margin: 0 5px 2px 0;
    text-align: center;
}

    .dataTable .btn i {
        font-size: 14px;
    }

    .dataTable .btn:last-child {
        margin-right: 0;
    }

    .dataTable .btn.btn-default {
        border: solid 1px #ddd;
    }

.dataTable thead tr {
    background: #e9e9e9;
}

.dataTable > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td {
    padding-top: 5px;
    padding-bottom: 3px;
    height: 30px;
}

.panel-body .panel-heading {
    padding: 10px 15px;
}

    .panel-body .panel-heading .heading-btn {
        margin: 2px 0 0;
    }

.main {
    background: #0855b5;
    height: 100vh;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.content-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.main-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main-content h1 {
        display: inline-block;
        font-size: 50px;
        color: #000;
        margin: 0 50px 0 0;
    }

    .main-content a {
        display: inline-block;
        margin: 0 50px;
    }

        .main-content a span {
            border: solid 5px #ced3de;
            border-radius: 50%;
            padding: 5px;
            display: inline-block;
            height: 100%;
            width: 100%;
        }

        .main-content a > span:first-child {
            width: 90px;
            height: 90px;
        }

    .main-content p {
        display: inline-block;
        margin: 0 0 0 0;
        color: #fff;
        font-size: 27px;
    }

.custom-check [type="checkbox"]:not(:checked),
.custom-check [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    .custom-check [type="checkbox"]:not(:checked) + label,
    .custom-check [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
    }

        .custom-check [type="checkbox"]:not(:checked) + label:before,
        .custom-check [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
        }

        .custom-check [type="checkbox"]:not(:checked) + label:after,
        .custom-check [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: 4px;
            left: 4px;
            font-size: 14px;
            line-height: 0.8;
            color: #108eef;
            transition: all .2s;
        }

        .custom-check [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        .custom-check [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

.custom-check [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-check [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.custom-check [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.custom-check [type="checkbox"]:disabled + label {
    color: #aaa;
}

.custom-check label:hover:before {
    border: 2px solid #108eef;
}

.detail-block {
    float: left;
    width: 100%;
    padding-right: 50px;
    position: relative;
}

.remove-block {
    position: absolute;
    right: 18px;
    top: 10px;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .custom-radio [type="radio"]:checked + label,
    .custom-radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 22px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #333;
        font-size: 14px;
    }

        .custom-radio [type="radio"]:checked + label:before,
        .custom-radio [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 16px;
            height: 16px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fbfbfb;
        }

        .custom-radio [type="radio"]:checked + label:after,
        .custom-radio [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #108eef;
            position: absolute;
            top: 7px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .custom-radio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .custom-radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.custom-radio > span {
    padding-right: 10px;
}

    .custom-radio > span:last-child {
        padding-right: 0;
    }

#navbar-second > ul {
    position: absolute;
    right: 55px;
    top: -50px;
}

    #navbar-second > ul li a {
        color: #fff;
    }

        #navbar-second > ul li a:hover,
        #navbar-second > ul li a[aria-expanded="true"] {
            color: #108eef;
        }

#navbar-second.navbar {
    min-height: 0;
}

.modal-body {
    max-height: calc(100vh - 160px);
    overflow: auto;
}

.small-btn {
    padding: 2px 10px;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.upload-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 300px;
    width: 300px;
    border-radius: 15px;
    background: #000;
}

    .upload-wrapper input[type=file] {
        height: 40px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        opacity: 0;
        margin-top: -20px;
        cursor: pointer;
    }

    .upload-wrapper a {
        position: absolute;
        top: 50%;
        height: 40px;
        margin-top: -20px;
        padding: 10px 5px;
        left: 0;
        right: 0;
        text-align: center;
        color: #fff;
    }

    .upload-wrapper input[type=file]:hover {
        background: rgba(16, 142, 239, 0.5);
    }

.textAlignRight {
    text-align: right;
}

.alignCenter {
    align-content: center;
}

@media (max-width:991px) {
    .main-content h1 {
        margin-right: 30px;
    }

    .main-content a {
        margin: 0 30px;
    }

    .main-content p {
        margin-left: 30px;
    }
}

@media (max-width:767px) {
    .main-content {
        display: block;
    }

        .main-content h1,
        .main-content a,
        .main-content p {
            width: 100%;
            margin: 10px 0;
        }
}

.uib-datepicker-popup .btn-info,
.uib-datepicker-popup .btn-info.active,
.uib-datepicker-popup .btn-info:active,
.uib-datepicker-popup .open > .dropdown-toggle.btn-info,
.uib-datepicker-popup .btn-danger,
.uib-datepicker-popup .btn-danger:hover,
.uib-datepicker-popup .btn-info:focus {
    background: #108eef;
    border-color: #108eef;
}

.uib-datepicker-popup .text-info {
    color: #108eef !important;
}

.uib-datepicker-popup .btn-info .text-info {
    color: #fff !important;
}

.uib-datepicker-popup .text-info:focus,
.uib-datepicker-popup .text-info:hover {
    color: white !important;
}

.uib-datepicker-popup .btn-.text-info {
    color: #108eef !important;
}

.uib-datepicker-popup .text-info:focus,
.uib-datepicker-popup .text-info:hover {
    color: white !important;
}

.uib-datepicker-popup .btn-success {
    background: #f5f5f5;
    border-color: transparent;
    color: #333;
}

.blackTextColor {
    color: black;
}

.uib-clear {
    display: none;
}

.selectedRoleRightsRow,
.selectedRoleRightsRow :hover {
    background-color: #2196f3 !important;
    color: white !important;
}

table tr th {
    background-color: #ddd;
}

.profile-img {
    display: inline-flex;
    height: 220px;
    width: 220px;
    border-radius: 50%;
    margin-bottom: 15px;
}

    .profile-img img {
        height: 100%;
        width: 100%;
    }

.user-loc {
    float: left;
    width: 100%;
    color: #108eef;
    font-weight: bold;
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
    font-size: 20px;
}

.m-m1 {
    margin-left: -1px !important;
}

.border-right {
    border-right: solid 1px #108eef !important;
}

.border-left {
    border-left: solid 1px #ddd;
}

.user-info {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
}

    .user-info h3 {
        float: left;
        width: auto;
        margin: 0;
        font-weight: bold;
        padding-right: 15px;
    }

    .user-info ul {
        float: right;
        width: auto;
        padding: 0;
        margin: 0;
        border: solid 1px #ddd;
    }

        .user-info ul li {
            float: left;
            width: auto;
            list-style: none;
            border-right: solid 1px #ddd;
        }

            .user-info ul li:last-child {
                border-right: none;
            }

            .user-info ul li a {
                float: left;
                width: 30px;
                padding: 3px 5px 5px 5px;
                color: #585858;
                font-size: 15px;
                height: 30px;
                text-align: center;
            }

                .user-info ul li a span {
                    line-height: 15px;
                }

.eTab-content > .row > .nav {
    background: #f1f1f1;
    padding: 0;
}

.eTab-content > .row > .nav-pills li.active a {
    background: none;
    color: #108eef;
}

.is-valid,
.is-invalid {
    height: 17px;
    width: 17px;
    background: #28a745;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    padding: 2px;
    position: absolute;
    top: calc(100% - 26px);
    right: 10px;
    text-align: center;
}

.is-invalid {
    background: #dc3545;
    padding: 3px 2px;
}

.eTab-content .nav-stacked li.active a {
    color: #108eef;
    border-right: solid 5px #108eef;
    border-radius: 0;
    background: #ddecf7;
}

.width200px {
    width: 150px;
}

.widthAuto {
    width: auto !important;
}

.select2 {
    border: 1px solid #ddd !important;
}

.greyLabel {
    color: rgba(0, 0, 0, 0.43);
}

.displayTable {
    display: table !important;
}

.verified {
    color: #108eef;
    font-size: 16px;
}

.borderBottomNone {
    border-bottom: none;
}

/* .customAvatar {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.customAvatar img {
  height: 100%;
  width: 100%;
} */

.configurationButton {
    font-weight: bolder !important;
    font-size: 16px !important;
}

.hideColumn {
    display: none;
}

.modal-header .add {
    right: 20px;
    top: 50%;
    margin-top: 0;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}
.mt-40 {
    margin-top: 40px !important;
}

.table-hover > tbody > tr:hover {
    cursor: pointer;
}

.customInformationButton {
    border: none;
    background-color: white;
    margin-top: 5px;
    font-size: 0px;
}


.disabled {
    opacity: 1;
    pointer-events: none;
    background-color: #f2f2f2 !important;
}

/* .disabled>* {
  opacity: 0.5;
  pointer-events: none;
} */


div.dt-buttons {
    float: right !important;
    margin-top: 12px;
}

.fixed-input .form-group {
    width: 100px;
    float: left;
    margin-bottom: 20px;
}

    .fixed-input .form-group .form-control {
        width: 100%;
    }

.form-inline .form-group + .form-group {
    margin-left: 15px;
}

.dynamic-placeholder {
    color: #333;
    opacity: 0.55;
}

.drpdwn-arw {
    position: relative;
}

    .drpdwn-arw:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translate(0, -50%);
        margin-top: 5px;
        border: solid transparent;
        height: 0;
        width: 0;
        pointer-events: none;
        border-color: rgba(51, 51, 51, 0);
        border-top-color: #333333;
        border-width: 7px;
    }

.items-list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.wrapper {
    float: left;
    width: 100%;
}
.selected-items-box .items-list li {
    padding: 2px 10px;
    display: inline-block;
    border: radius 5px;
    border: 1px solid #AAAAAA;
    box-shadow: 0 0 10px #E8E8E8 inset;
    margin: 20 20 20 20px;
    border-radius: 100px;
    background-color: #eee;
}

.selected-items-box {
    width: 100%;
}

.informationLink li {
    display: inline-block;
    /* padding: 5px; */
}

.wrapper .list {
    height: 200px;
    overflow-x: auto;
    /* overflow-x: hidden; */
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    z-index: 100;
    width: 97%;
    position: absolute;
}

.wrapper .selected-items-box {
    cursor: pointer;
    border: solid 1px #eee;
    padding: 5px 12px;
    background-color: #f2f2f2;
    color: black;
    position: relative;
    background-color: white;
    float: left;
    min-height: 38px;
}

.customStyle {
    background-color: white;
}

.d-flex {
    display: flex;
}

.search-box {
    min-width: 300px;
}

.left-part {
    position: absolute;
    top: 20px;
    left: 0;
    width: 300px;
    padding: 0 15px;
}

.right-part {
    padding-left: 280px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}

.inner-data {
    padding: 0 15px;
    border-left: solid 1px #108eef;
    min-height: 360px;
}
.inner-data_client {
    padding: 0 15px;
    border-left: solid 1px #108eef;
    min-height: 0px; 
}
.ml-94 {
    margin-left: 94px !important;
}

.inner-info {
    flex-basis: 0;
    flex-grow: 1;
}

.radio-text input[type="radio"] {
    position: absolute;
    top: 0;
    left: 18px;
}

.radio-text label {
    padding-left: 23px;
}

.red {
    border: solid 1px red;
}

    .red:focus {
        border: solid 1px red;
    }

.btn-reg-plus {
    float: right;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    margin-top: -12px;
}

.btn-plus {
    float: right;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 6px 8px;
}

.btn-minus {
    float: right;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 0px 1px;
    font-size: 25px;
    margin-right: 7px;
    line-height: 11px;
}

.footer-color {
    color: #108eef;
}

.table {
    width: 100% !important;
}

.loader {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.5);
}

    .loader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
    }

.ui-autocomplete {
    z-index: 5000 !important;
}

.digitalsignature {
    border: solid 1px #ccc;
    border-radius: 5px;
}

    .digitalsignature img {
        max-height: 100%;
        width: 100%;
    }

.add-candidate {
    float: right;
    position: absolute;
    right: 15px;
    top: 20px;
}

.dt-btn {
    margin-bottom: -100px;
    position: relative;
    z-index: 9;
}

.dt-select {
    position: absolute;
    top: 20px;
    left: 230px;
    z-index: 9;
}

.header-username {
    margin: 5px 0 0 0;
    font-size: 18px;
    line-height: 25px;
}
.text-centerdiv{
    text-align: center;
    margin-top: 34px ;
    margin-bottom: 51px
}
/*#candidateGrid_wrapper table tbody {
    max-height: calc(100vh - 550px);
    overflow: auto;
    display: inline-block;
    width: 100%;
    min-height:230px;
}
    #candidateGrid_wrapper table tbody tr, #candidateGrid_wrapper table tbody tr td {
        display:block;
    }*/
/*.scroll-tbl {
max-height: calc(100vh - 550px);
    overflow: auto;
    display: inline-block;
    width: 100%;
    min-height:230px;
}*/
.scroll-tbl{
    table-layout: fixed;
}
    /* .scroll-tbl .table tbody {
        display: block;
	max-height: calc(100vh - 550px);
    min-height:230px;
	overflow: auto;
	width: 100%;
    } */
    .scroll-tbl .table thead {
        display: table;
	overflow: auto;
	width: 100%;
    }
    .scroll-table {
        max-height: calc(100vh - 550px);
        min-height: 230px;
        overflow: auto;
    }
.dataTable tbody > tr.selected, .dataTable tbody > tr > .selected, .scroll-tbl tbody > tr.selected, .scroll-tbl tbody > tr > .selected, .table tbody > tr.selected {
    background:#dbeefd !important;
}
.tag-input i {
    position: absolute;
    top: 50%;
    right: 24px;
    z-index: 9;
    margin-top:-9px;
}
.tag-input tags-input .host {
    margin:0;
}
.tag-input tags-input .tags {
    display: block;
    width: 100%;
    min-height:38px;
    height: auto;
    padding: 3px 35px 4px 4px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.client-info-search {
    z-index:999;
}
.client-info-tbl {
    margin-top:-60px;
    
}
.dashboard-info{
    margin-top:-70px;
}
.dashboard-info .dt-buttons {
    margin-top: 60px;
}
.dashboard-info .dataTables_filter > label{
    margin-top: 30px;
}
.dashboard-datepicker{
    background: #fff; 
    cursor: pointer; 
    padding: 5px 10px;
    border: 1px solid #ccc; 
    width: 100%
}
.display-inlineblock {
    display: inline-block;
}
.eTab-content {
    float: left;
    width: 100%;
}
.column-name {
    padding: 10px 15px;
    border: 1px solid #ccc;
    box-shadow: none;
}
.column-name:after, .column-name:before {
	bottom: 100%;
	left: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.column-name:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}
.column-name:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 9px;
	margin-left: -9px;
}

.column-name li {
    margin-bottom: 7px;
    position: relative;
    padding-left: 20px;
}
.column-name li input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
}
.column-name li label {
    padding: 0;
}
.column-name li label:hover {
    background: none;
}
.back-enable {
    position: relative;
    padding-left: 80px;
}
.go-back {
    position: absolute; top: 7px; left: 0;
    z-index: 9;
    transform:perspective(1px) translateZ(0);
    -webkit-transform:perspective(1px) translateZ(0);
    -moz-transform:perspective(1px) translateZ(0);
    transition-duration:0.1s;
    -webkit-transition-duration:0.1s;
}
.go-back i {
    float: left;
    padding-right: 8px;
    color: #2196f3;
}
.go-back:hover i {
    -webkit-transform:translateX(-4px);
    transform:translateX(-4px);
}
.go-back span {
    float: left;
    font-size: 15px;
    line-height: 1;
    color: #2196f3;
}
.no-shadow {
    box-shadow:none;
}
.time-picker {
    margin-top: -20px;
}
.time-picker table { width: 100%; position: relative; }
.uib-increment a, .uib-decrement a { padding: 0; }
.uib-increment a .glyphicon, .uib-decrement a .glyphicon { font-size: 14px; }
.uib-time input {
    width: 100%;
    padding-left: 25px;
    padding-right: 10px;
}
.uib-increment, .uib-decrement {
    position: absolute;
    top: 21px;
    z-index: 9;
    padding-left: 5px;
    background: #f2f2f2;
    margin-left: 1px;
    padding-right: 4px;
    height: 19px;
}
.uib-decrement {
    top: 38px;
}
.uib-separator {
    padding: 0 2px; text-align: center;
}
.uib-time .btn-default {
    padding-left: 5px;
    padding-right: 7px;
}

.inline-forms .form-control[disabled], fieldset[disabled] .inline-forms .form-control {
    background: none;
    cursor: auto;
    border-color: transparent;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
}
.inline-forms label {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 8px;
}
.inline-forms .form-control[disabled] + div + .input-group-btn, fieldset[disabled] .inline-forms .form-control + div + .input-group-btn {
    visibility: hidden;
}
.left-tab-nav {
    float: left;
    width: 280px;
}
.advance-search-field .input-group-addon {
    padding: 0;
}
.advance-search-field .input-group-addon .form-control, .advance-search-field .input-group-addon .btn {
    min-height: 39px; margin-top: -1px;
}
.advance-search-field .input-group-addon .btn {
    padding: 9px 12px;
}
.advance-search-field .input-group-addon .form-control {
    border-color:#1d2124;
}
.advance-search-field .input-group-addon:first-child {
    width: 110px;
}
.advance-search-field.tag-input i {
    right: 52px;
}
.advance-block {
    padding-right: 150px;
}
.search-btn-block {
    position: absolute; width: 115px; top:0; right: 15px;
}
/* .search-btn-block .btn:first-child {
    width: 40px;
    padding: 9px 12px;
    float: left;
} */
.remove-tag {
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    padding: 0 2px;
    background: #fff;
    border: solid 1px #ccc;
    width: 20px;
    border-radius: 0 0 0 3px;
}
.remove-tag .icon-minus2 {
color: #f44336;
margin-top: -6px;
}
.multi-input .tags.focused {
    box-shadow: none;
}
.multi-input .tags .input {
    max-width: 100%; word-wrap: break-word;
}
.remove-tag:hover, .remove-tag:focus {
    background: #f44336;
    border-color: #f44336;
}
.remove-tag:hover .icon-minus2, .remove-tag:focus .icon-minus2 {
    color: #fff;
}
.tag-group {
    position: relative;
}
.multi-input .tags {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 4px 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.tag-input {
    position: relative;
}
.modal-dialog  {
    max-height: calc(100vh - 60px);
}

.new-tab-icon {
    display: inline-block; height: 12px; width: 12px; border: solid 2px #333; border-radius: 3px; position: relative;
}
.new-tab-icon span {
    position: absolute;
    top: -3px;
    right: -7px;
    background: #fff;
    line-height: 9px;
    float: right;
    width: 10px;
    padding: 0;
    font-size: 14px;
    height: 10px;
    color: #333;
    font-weight: bold;
}
.header-btns {
    float: right;
    margin:3px 30px 0 0;
}
.header-btns.btn-group .btn {
    height:25px;
    width: 25px;
    border: solid 1px #ccc;
    background: #fff;
    padding: 1px 3px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
}
.picker-group a {
    color: #333;
}
.picker-group a:hover {
    color: #2196f3;
}
.picker-group .dropdown:last-child .dropdown-menu {
    left: auto;
    right: 0;
}
.inline-date-input {
    float:right;
    width:calc(100% - 25px);
}
.inline-date-input .form-control {
    padding: 2px 0;
    border: none;
    box-shadow: none;
    height: auto;
}
.navbar-brand {
    padding: 6px 20px 15px;
}
.bootbox {
    z-index: 9999;
}
.bootbox:before {
content: "";
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
background: rgba(0,0,0,0.5);
}
.invoice-table table tr td {
    padding: 3px 15px;
}
.uib-day.selected .btn {
    color: rgb(255, 255, 255);
    background-color: rgb(91, 192, 222);
    border-color: rgb(70, 184, 218);
}
.isgoing-wid-calendar {
    position: absolute;
    top: 47px;
    left: 110px;
    z-index: 9999;
}
.is-ongoing .uib-datepicker-popup.dropdown-menu .uib-title {
    text-align: right;
}
.delete-table {
    position: absolute;
    top: -7px;
    right: -13px;
    padding: 1px 0 0 0;
}
.profile-datepickre .uib-datepicker table {
    width: 100%;
}
.auto-scroll-content {
    max-width: 100%;
    overflow: auto;
}
.candicate-history {
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    right: 15px;
    z-index: 99;
    background: rgba(255,255,255,0.7);
    border: solid 1px #ccc;
    border-radius: 5px;
    -webkit-transition: left .4s, opacity .4s;
    transition: left .4s, opacity .4s;
    opacity: 0;
}
.candicate-history.history-show {
    left: 15px;
    opacity: 1;
}
.back-arrow {
    position: relative;
    padding:12px 15px 12px 40px;
    border-bottom: solid 1px #ccc;
    background: #fff;
    min-height: 51px;
}
.back-arrow .btn {
    position: absolute;
    top: 11px;
    left: 5px;
    color: #108eef;
    font-size: 25px;
    line-height: 30px;
    background: none;
    border: none;
    padding: 0;
}
.back-arrow .btn i {
    color: #108eef;
    font-size: 25px;
    line-height: 30px;
}
.back-arrow span {
    font-size: 17px;
}
.timesheet-form {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
}
.btns-m-t-0 .dt-buttons {
    margin-top: 0; margin-bottom: 5px;
}
.pr-135 {
    padding-right: 135px;
}
.pr-230px {
    padding-right: 230px;
}
.d-inline {
    display: inline !important;
}
.fixed-table table {
    table-layout: fixed;
}
.fixed-table table td .btn-sm {
    padding: 8px 0;
}
.fixed-table table td .btn-sm.active .text-info {
    color: #fff !important;
}
#candidateGrid_wrapper table {
    margin-bottom: 0;
}
#candidateGrid_wrapper .dataTables_scrollHeadInner {
    padding-right: 0 !important;
}
.table.dataTable {
    margin-bottom: 15px;
}
.dataTables_paginate {
    margin: 0 0 10px 10px !important;
}
.dataTables_paginate .paginate_button {
    padding: 4px !important;
    min-width: 29px !important;
}
.mt-m-40 {
    margin-top: -40px;
}
.dta-tbl-wrpr .dataTables_wrapper {
    position: relative;
    z-index: 1;
}
.modal-iframe {
    height: calc(100vh - 190px);
}
.td-small {
    width: 70px;
    max-width: 70px;
  }
.td-medium {
    width: 80px;
    max-width: 80px;
    padding: 4px !important;
}
@media (min-width:1024px) {
    .modal-xl { width:90%; }
}
@media (max-width:991px) {
    .pr-sm-15 {
        padding-right: 15px !important;
    }
}
@media (max-width:767px) {
    .uib-datepicker-popup.dropdown-menu {
        max-width: 100%;
    }
    .uib-datepicker-popup.dropdown-menu  table {
        table-layout: fixed;
        width: 100%;
    }
    .uib-datepicker-popup.dropdown-menu  table th {
        padding: 2px 0;
    }
    .uib-datepicker-popup.dropdown-menu  table .btn-sm {
        padding: 7px 0;
    }
    .left-tab-nav {
        width: 100%;
    }
    .left-tab-nav.border-right {
        border-right: none !important;
    }
    .left-tab-nav .nav-pills > li {
        width: auto;
        display: inline-block;
    }
    .inner-info {
        flex-basis: 100%;
    }
    .search-box {
        min-width: none;
    }

    .left-part {
        position: static;
        width: 100%;
        text-align: left;
    }

    .right-part {
        padding-left: 0;
    }

    .inner-data {
        min-height: auto;
        border: none;
    }

    .inner-info {
        border: none;
    }
    .pull-xs-none {
        float: none !important;
    }
    .mt-xs-5 {
        margin-top: 5px;
    }
    .client-info-tbl {
        margin-top: 0;
    }
    .nav-pills > li {
        width: 100%;
    }
    .heading-btn.device-info-btn {
        float: none;
        margin-top: 0;
        text-align: left;
    }
    .eTab-content {
        float: none;
    }
}