@charset 'UTF-8';
.page-content
{
    margin-bottom: 0;

    border: none;
    border-radius: 0;
}

.page-sidebar + .page-content,
.page-content + .page-sidebar,
.page-sidebar-right + .page-content
{
    padding: .1px;
}

.page-main
{
    overflow: hidden;

    height: auto;
}
.page-main .page-content
{
    overflow: hidden;

    width: auto;
}
.page-main .page-sidebar
{
    float: left;

    width: 240px;
}
.page-main .page-sidebar-right
{
    float: right;

    width: 240px;
}
@media (min-width: 768px)
{
    .page-main .page-sidebar.offcanvas-xs
    {
        position: relative;

        border-width: 1px;
        border-radius: 4px;
    }
}
@media (min-width: 992px)
{
    .page-main .page-sidebar.offcanvas-sm
    {
        position: relative;

        border-width: 1px;
        border-radius: 4px;
    }
}
@media (min-width: 1200px)
{
    .page-main .page-sidebar.offcanvas-md
    {
        position: relative;

        border-width: 1px;
        border-radius: 4px;
    }
}
.page-main.fixed-width-right
{
    padding-right: 240px;
}
@media (max-width: 767px)
{
    .page-main.fixed-width-right
    {
        padding-right: 0;
    }
}
.page-main.fixed-width-right .page-content
{
    float: left;

    width: 100%;
}
.page-main.fixed-width-right .page-sidebar
{
    float: right;

    margin-right: -240px;
}
@media (max-width: 767px)
{
    .page-main.fixed-width-right .page-content,
    .page-main.fixed-width-right .page-sidebar
    {
        float: left;

        width: 100%;
        margin: 0;
    }
}

/* Tabs */
@media (max-width: 767px)
{
    .nav-justified-xs
    {
        width: 100%;
    }
    .nav-justified-xs > li
    {
        display: table-cell;
        float: none !important;

        width: 1%;

        text-align: center;
    }
    .nav-justified-xs > li > a
    {
        margin-bottom: -1px;
    }
}
.nav-tabs > li
{
    float: left;

    margin-bottom: -1px;
}
.nav-tabs > li a:hover
{
    border-color: transparent;
}

.tab-content > .tab-pane .panel-body
{
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs
{
    width: 20%;

    border-bottom: 0;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li
{
    float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a
{
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane
{
    display: none;
}

.tab-content > .active,
.pill-content > .active
{
    display: block;
}

.tabs-left .panel-body
{
    position: static;

    width: 80%;
    margin-left: 20%;

    border-left: 1px solid #ddd;
}
.tabs-left > .nav-tabs
{
    float: left;

    margin-right: 19px;
}
@media (max-width: 368px)
{
    .tabs-left > .nav-tabs
    {
        margin-left: -15px;
    }
}
.tabs-left > .nav-tabs > li > a
{
    margin-right: -1px;

    border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus
{
    border-color: #ddd transparent #ddd #ddd;
}

.tabs-right .panel-body
{
    width: 80%;
    margin-right: 20%;

    border-right: 1px solid #ddd;
}

.tabs-right > .nav-tabs
{
    float: right;

    margin-left: 19px;
}

.tabs-right > .nav-tabs > li > a
{
    margin-left: -1px;

    border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus
{
    z-index: 1;

    border-color: #ddd #ddd #ddd transparent;
}

body:not(.bse-no-conflict) .panel h1,
body:not(.bse-no-conflict) .panel h2,
body:not(.bse-no-conflict) .panel h3,
body:not(.bse-no-conflict) .panel h4,
body:not(.bse-no-conflict) .panel h5
{
    margin-top: 5px;
}
body:not(.bse-no-conflict) .panel .btn
{
    margin-bottom: 5px;
}
body:not(.bse-no-conflict) .panel .panel-heading .btn-group
{
    margin-top: -5px;
}

.list-group.b-0 > .list-group-item
{
    border-right: 0;
    border-left: 0;
}

.list-group.b-0 > .list-group-item:first-child,
.list-group.b-0 > .list-group-item:last-child
{
    border-radius: 0;
}

@media (min-width: 1200px)
{
    .row-split [class*='col-lg']:not(:last-child):not(.col-ld-12)
    {
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 992px)
{
    .row-split [class*='col-md']:not(:last-child):not(.col-md-12)
    {
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 768px)
{
    .row-split [class*='col-sm']:not(:last-child):not(.col-sm-12)
    {
        border-right: 1px solid #ddd;
    }
}

.row-split [class*='col-xs']:not(:last-child):not(.col-xs-12)
{
    border-right: 1px solid #ddd;
}

.b
{
    border: 1px solid #ddd;
}
.b-0
{
    border: 0 !important;
}
.bt
{
    border-top: 1px solid #ddd;
}
.bt-0
{
    border-top: 0 !important;
}
.br
{
    border-right: 1px solid #ddd;
}
.br-0
{
    border-right: 0 !important;
}
.bb
{
    border-bottom: 1px solid #ddd;
}
.bb-0
{
    border-bottom: 0 !important;
}
.bl
{
    border-left: 1px solid #ddd;
}
.bl-0
{
    border-left: 0 !important;
}

.border
{
    border: 1px solid #ddd;
}
.border-0
{
    border: 0 !important;
}
.border-top
{
    border-top: 1px solid #ddd;
}
.border-top-0
{
    border-top: 0 !important;
}
.border-right
{
    border-right: 1px solid #ddd;
}
.border-right-0
{
    border-right: 0 !important;
}
.border-bottom
{
    border-bottom: 1px solid #ddd;
}
.border-bottom-0
{
    border-bottom: 0 !important;
}
.border-left
{
    border-left: 1px solid #ddd;
}
.border-left-0
{
    border-left: 0 !important;
}

.rounded
{
    border-radius: 4px !important;
}
.rounded-top
{
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.rounded-right
{
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.rounded-bottom
{
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.rounded-left
{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.rounded-circle
{
    border-radius: 50% !important;
}
.rounded-0
{
    border-radius: 0 !important;
}

.row.gutter-0
{
    margin-right: -0;
    margin-left: -0;
}
@media (min-width: 768px)
{
    .row.gutter-0.gutter-justified
    {
        margin-right: -15px;
        margin-left: -15px;
    }
}
.row.gutter-0 > [class^='col-'],
.row.gutter-0 > [class^=' col-']
{
    padding-right: 0;
    padding-left: 0;
}
.row.gutter-5
{
    margin-right: -2.5px;
    margin-left: -2.5px;
}
@media (min-width: 768px)
{
    .row.gutter-5.gutter-justified
    {
        margin-right: -12.5px;
        margin-left: -12.5px;
    }
}
.row.gutter-5 > [class^='col-'],
.row.gutter-5 > [class^=' col-']
{
    padding-right: 2.5px;
    padding-left: 2.5px;
}
.row.gutter-10
{
    margin-right: -5px;
    margin-left: -5px;
}
@media (min-width: 768px)
{
    .row.gutter-10.gutter-justified
    {
        margin-right: -10px;
        margin-left: -10px;
    }
}
.row.gutter-10 > [class^='col-'],
.row.gutter-10 > [class^=' col-']
{
    padding-right: 5px;
    padding-left: 5px;
}
.row.gutter-15
{
    margin-right: -7.5px;
    margin-left: -7.5px;
}
@media (min-width: 768px)
{
    .row.gutter-15.gutter-justified
    {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }
}
.row.gutter-15 > [class^='col-'],
.row.gutter-15 > [class^=' col-']
{
    padding-right: 7.5px;
    padding-left: 7.5px;
}
.row.gutter-20
{
    margin-right: -10px;
    margin-left: -10px;
}
@media (min-width: 768px)
{
    .row.gutter-20.gutter-justified
    {
        margin-right: -5px;
        margin-left: -5px;
    }
}
.row.gutter-20 > [class^='col-'],
.row.gutter-20 > [class^=' col-']
{
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 768px)
{
    .row.gutter-justified
    {
        margin-right: 0;
        margin-left: 0;
    }
}

.list-inline.separated li
{
    padding: 0;
}
.list-inline.separated li + li:before
{
    content: '  |   ';
}
.list-inline.separated li + li *
{
    display: inline-block;
}

@media (max-width: 767px)
{
    .center-list-xs
    {
        display: table;

        margin: 0 auto;
        padding-left: 0;
    }
}
.avatar
{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    position: relative;
    top: 1px;

    display: inline-block;

    margin: 0;
    padding: 0;

    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.avatar.img-thumbnail
{
    max-width: none;
    padding: 4px;
}

.avatar,
.avatar-32
{
    font-size: 20px;
    line-height: 32px;

    width: 32px;
    height: 100%;
    max-height: 32px;
}

.avatar-16
{
    font-size: 10px;
    line-height: 16px;

    width: 16px;
    height: 100%;
    max-height: 16px;
}

.avatar-24
{
    font-size: 16px;
    line-height: 24px;

    width: 24px;
    height: 100%;
    max-height: 24px;
}

.avatar-48
{
    font-size: 32px;
    line-height: 48px;

    width: 48px;
    height: 100%;
    max-height: 48px;
}

.avatar-64
{
    font-size: 40px;
    line-height: 64px;

    width: 64px;
    height: 100%;
    max-height: 64px;
}

.avatar-96
{
    font-size: 64px;
    line-height: 96px;

    width: 96px;
    height: 100%;
    max-height: 96px;
}

.avatar-128
{
    font-size: 80px;
    line-height: 128px;

    width: 128px;
    height: 100%;
    max-height: 128px;
}

.progress.progress-xs
{
    height: 5px;
    margin-bottom: 10px;
}
.progress.progress-sm
{
    height: 10px;
    margin-bottom: 10px;
}

.navmenu
{
    width: 240px;
    height: 100%;
}
.navmenu.navbar-default,
.navmenu.navbar-inverse
{
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
}

.navmenu-fixed-left,
.navmenu-fixed-right
{
    position: fixed;
    z-index: 1030;
    top: 0;

    overflow-y: auto;
}

.navmenu-fixed-left
{
    right: auto;
    bottom: 0;
    left: 0;
}

.navbar-default.navmenu-fixed-left,
.navbar-inverse.navmenu-fixed-left
{
    border-width: 0 1px 0 0;
    border-radius: 0;
}

.navmenu-fixed-right
{
    right: 0;
    left: auto !important;
}

.navbar-default.navmenu-fixed-right,
.navbar-inverse.navmenu-fixed-right
{
    border-width: 0 0 0 1px;
    border-radius: 0;
}

.navmenu.navbar-inverse .dropdown-menu .divider
{
    background-color: #022f5a;
}

.navmenu .navbar-nav
{
    margin: 0;
    margin-bottom: 10px;
}
.navmenu .navbar-nav.dropdown-menu
{
    position: static;

    float: none;

    margin: 0;
    padding-top: 0;

    border: none;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.navmenu .navbar-nav.dropdown-menu > li > a,
.navmenu .navbar-nav.dropdown-menu .dropdown-header
{
    padding: 5px 15px 5px 25px;
}
@media (min-width: 768px)
{
    .navmenu .navbar-nav
    {
        float: none;

        width: auto;
    }
}
.navmenu .navbar-nav > li
{
    float: none !important;
}
.navmenu .navbar-nav > li > a
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.navmenu .navbar-brand
{
    display: block;
    float: none;
}

.navbar + .navmenu
{
    z-index: 1029;

    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navmenu-modal
{
    z-index: 1025 !important;
}

.offcanvas
{
    display: none;
}
.offcanvas.in
{
    display: block;
}

@media (max-width: 767px)
{
    .offcanvas-xs
    {
        display: none;
    }
    .offcanvas-xs.in
    {
        display: block;
    }
}
@media (max-width: 991px)
{
    .offcanvas-sm
    {
        display: none;
    }
    .offcanvas-sm.in
    {
        display: block;
    }
}
@media (max-width: 1199px)
{
    .offcanvas-md
    {
        display: none;
    }
    .offcanvas-md.in
    {
        display: block;
    }
}
.offcanvas-lg
{
    display: none;
}
.offcanvas-lg.in
{
    display: block;
}

.canvas-sliding
{
    -webkit-transition: top .35s, left .35s, bottom .35s, right .35s;
         -o-transition: top .35s, left .35s, bottom .35s, right .35s;
            transition: top .35s, left .35s, bottom .35s, right .35s;
}

.offcanvas-clone
{
    position: absolute !important;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;

    overflow: hidden !important;

    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;

    opacity: 0 !important;
    border: none !important;
}

.btn-file
{
    position: relative;

    overflow: hidden;

    vertical-align: middle;
}
.btn-file > input
{
    font-size: 23px;

    position: absolute;
    top: 0;
    right: 0;

    width: 100%;
    height: 100%;
    margin: 0;

    cursor: pointer;

    opacity: 0;

    filter: alpha(opacity=0);
    direction: ltr;
}

.fileinput
{
    display: inline-block;

    margin-bottom: 9px;
}
.fileinput .form-control
{
    display: inline-block;

    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 5px;

    cursor: text;
    vertical-align: middle;
}
.fileinput .thumbnail
{
    display: inline-block;
    overflow: hidden;

    margin-bottom: 5px;

    text-align: center;
    vertical-align: middle;
}
.fileinput .thumbnail > img
{
    max-height: 100%;
}
.fileinput .btn
{
    vertical-align: middle;
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists
{
    display: none;
}

.fileinput-exists.close
{
    float: none;
}

.fileinput-inline .fileinput-controls
{
    display: inline;
}

.fileinput-filename
{
    display: inline-block;
    overflow: hidden;

    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-control .fileinput-filename
{
    vertical-align: bottom;
}

.fileinput.input-group
{
    display: table;
}

.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file
{
    border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-sm
{
    border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg
{
    border-radius: 0 6px 6px 0;
}

.form-group.has-warning .fileinput .fileinput-preview
{
    color: #c09853;
}
.form-group.has-warning .fileinput .thumbnail
{
    border-color: #fbeed5;
}

.form-group.has-error .fileinput .fileinput-preview
{
    color: #b94a48;
}
.form-group.has-error .fileinput .thumbnail
{
    border-color: #eed3d7;
}

.form-group.has-success .fileinput .fileinput-preview
{
    color: #468847;
}
.form-group.has-success .fileinput .thumbnail
{
    border-color: #d6e9c6;
}

.input-group-addon:not(:first-child)
{
    border-left: 0;
}

.footer
{
    width: 100%;
    padding-top: 30px;

    border-top-width: 1px;
    border-top-style: solid;
}
.footer.navbar-default,
.footer.navbar-default a
{
    color: #ddd;
}
.footer.navbar-inverse,
.footer.navbar-inverse a
{
    color: #fff;
}
.footer.bg-primary a
{
    color: inherit;
}

html.has-sticky-footer
{
    position: relative;

    min-height: 100%;
}
html.has-sticky-footer .footer
{
    position: absolute;
    bottom: 0;
}

.btn-circle
{
    font-size: 12px;
    line-height: 1.4;

    width: 30px;
    height: 30px;
    padding: 0;

    text-align: center;

    border-radius: 15px;
}
.btn-circle.btn-lg
{
    font-size: 20px;
    line-height: 1.33;

    width: 50px;
    height: 50px;

    border-radius: 25px;
}
.btn-circle .glyphicon
{
    line-height: inherit;

    left: 1px;
}

a.btn-circle,
a.btn-circle.btn-lg
{
    padding-top: 6px;
}

.btn-outline
{
    -webkit-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;

    color: inherit;
    background-color: transparent;
    background-image: none;
}
.btn-outline.btn-default
{
    color: rgba(0, 0, 0, .1);
}
.btn-outline.btn-primary
{
    color: #2fa4e7;
}
.btn-outline.btn-success
{
    color: #73a839;
}
.btn-outline.btn-info
{
    color: #033c73;
}
.btn-outline.btn-warning
{
    color: #dd5600;
}
.btn-outline.btn-danger
{
    color: #c71c22;
}
.btn-outline:hover.btn-primary,
.btn-outline:hover.btn-success,
.btn-outline:hover.btn-info,
.btn-outline:hover.btn-warning,
.btn-outline:hover.btn-danger
{
    color: #fff;
}

.btn-rounded
{
    border-radius: 50px;
}

@media (max-width: 767px)
{
    .btn-block-xs
    {
        display: block;

        width: 100%;
    }
    .btn-block-xs + .btn-block-xs
    {
        margin-top: 5px;
    }

    .modal-footer .btn-block-xs + .btn-block-xs
    {
        margin-left: 0;
    }
}
.action-btn
{
    position: fixed !important;
    right: 15px;
    bottom: 15px;
    left: auto !important;

    visibility: visible;

    -webkit-transition: visibility 0s linear 0s, opacity .35s !important;
         -o-transition: visibility 0s linear 0s, opacity .35s !important;
            transition: visibility 0s linear 0s, opacity .35s !important;

    opacity: 1;
}
.action-btn.affix-top
{
    visibility: hidden;

    -webkit-transition: visibility 0s linear .35s, opacity .35s !important;
         -o-transition: visibility 0s linear .35s, opacity .35s !important;
            transition: visibility 0s linear .35s, opacity .35s !important;

    opacity: 0;
}
.action-btn.action-btn-left
{
    right: auto !important;
    left: 15px;
}

.text-xs-left
{
    text-align: left !important;
}

.text-xs-right
{
    text-align: right !important;
}

.text-xs-center
{
    text-align: center !important;
}

@media (min-width: 768px)
{
    .text-sm-left
    {
        text-align: left !important;
    }

    .text-sm-right
    {
        text-align: right !important;
    }

    .text-sm-center
    {
        text-align: center !important;
    }
}
@media (min-width: 992px)
{
    .text-md-left
    {
        text-align: left !important;
    }

    .text-md-right
    {
        text-align: right !important;
    }

    .text-md-center
    {
        text-align: center !important;
    }
}
@media (min-width: 1200px)
{
    .text-lg-left
    {
        text-align: left !important;
    }

    .text-lg-right
    {
        text-align: right !important;
    }

    .text-lg-center
    {
        text-align: center !important;
    }
}
.fs-xs-0-5
{
    font-size: .5em;
}

.fs-xs-0-6
{
    font-size: .6em;
}

.fs-xs-0-7
{
    font-size: .7em;
}

.fs-xs-0-8
{
    font-size: .8em;
}

.fs-xs-0-9
{
    font-size: .9em;
}

.fs-xs-1-0
{
    font-size: 1.0em;
}

.fs-xs-1-1
{
    font-size: 1.1em;
}

.fs-xs-1-2
{
    font-size: 1.2em;
}

.fs-xs-1-3
{
    font-size: 1.3em;
}

.fs-xs-1-4
{
    font-size: 1.4em;
}

.fs-xs-1-5
{
    font-size: 1.5em;
}

.fs-xs-1-6
{
    font-size: 1.6em;
}

.fs-xs-1-7
{
    font-size: 1.7em;
}

.fs-xs-1-8
{
    font-size: 1.8em;
}

.fs-xs-1-9
{
    font-size: 1.9em;
}

.fs-xs-2-0
{
    font-size: 2.0em;
}

.fs-xs-2-2
{
    font-size: 2.2em;
}

.fs-xs-2-4
{
    font-size: 2.4em;
}

.fs-xs-2-5
{
    font-size: 2.5em;
}

.fs-xs-2-6
{
    font-size: 2.6em;
}

.fs-xs-2-8
{
    font-size: 2.8em;
}

.fs-xs-3-0
{
    font-size: 3.0em;
}

.fs-xs-3-2
{
    font-size: 3.2em;
}

.fs-xs-4-0
{
    font-size: 4.0em;
}

@media (min-width: 768px)
{
    .fs-sm-0-5
    {
        font-size: .5em;
    }

    .fs-sm-0-6
    {
        font-size: .6em;
    }

    .fs-sm-0-7
    {
        font-size: .7em;
    }

    .fs-sm-0-8
    {
        font-size: .8em;
    }

    .fs-sm-0-9
    {
        font-size: .9em;
    }

    .fs-sm-1-0
    {
        font-size: 1.0em;
    }

    .fs-sm-1-1
    {
        font-size: 1.1em;
    }

    .fs-sm-1-2
    {
        font-size: 1.2em;
    }

    .fs-sm-1-3
    {
        font-size: 1.3em;
    }

    .fs-sm-1-4
    {
        font-size: 1.4em;
    }

    .fs-sm-1-5
    {
        font-size: 1.5em;
    }

    .fs-sm-1-6
    {
        font-size: 1.6em;
    }

    .fs-sm-1-7
    {
        font-size: 1.7em;
    }

    .fs-sm-1-8
    {
        font-size: 1.8em;
    }

    .fs-sm-1-9
    {
        font-size: 1.9em;
    }

    .fs-sm-2-0
    {
        font-size: 2.0em;
    }

    .fs-sm-2-2
    {
        font-size: 2.2em;
    }

    .fs-sm-2-4
    {
        font-size: 2.4em;
    }

    .fs-sm-2-5
    {
        font-size: 2.5em;
    }

    .fs-sm-2-6
    {
        font-size: 2.6em;
    }

    .fs-sm-2-8
    {
        font-size: 2.8em;
    }

    .fs-sm-3-0
    {
        font-size: 3.0em;
    }

    .fs-sm-3-2
    {
        font-size: 3.2em;
    }

    .fs-sm-4-0
    {
        font-size: 4.0em;
    }
}
@media (min-width: 992px)
{
    .fs-md-0-5
    {
        font-size: .5em;
    }

    .fs-md-0-6
    {
        font-size: .6em;
    }

    .fs-md-0-7
    {
        font-size: .7em;
    }

    .fs-md-0-8
    {
        font-size: .8em;
    }

    .fs-md-0-9
    {
        font-size: .9em;
    }

    .fs-md-1-0
    {
        font-size: 1.0em;
    }

    .fs-md-1-1
    {
        font-size: 1.1em;
    }

    .fs-md-1-2
    {
        font-size: 1.2em;
    }

    .fs-md-1-3
    {
        font-size: 1.3em;
    }

    .fs-md-1-4
    {
        font-size: 1.4em;
    }

    .fs-md-1-5
    {
        font-size: 1.5em;
    }

    .fs-md-1-6
    {
        font-size: 1.6em;
    }

    .fs-md-1-7
    {
        font-size: 1.7em;
    }

    .fs-md-1-8
    {
        font-size: 1.8em;
    }

    .fs-md-1-9
    {
        font-size: 1.9em;
    }

    .fs-md-2-0
    {
        font-size: 2.0em;
    }

    .fs-md-2-2
    {
        font-size: 2.2em;
    }

    .fs-md-2-4
    {
        font-size: 2.4em;
    }

    .fs-md-2-5
    {
        font-size: 2.5em;
    }

    .fs-md-2-6
    {
        font-size: 2.6em;
    }

    .fs-md-2-8
    {
        font-size: 2.8em;
    }

    .fs-md-3-0
    {
        font-size: 3.0em;
    }

    .fs-md-3-2
    {
        font-size: 3.2em;
    }

    .fs-md-4-0
    {
        font-size: 4.0em;
    }
}
@media (min-width: 1200px)
{
    .fs-lg-0-5
    {
        font-size: .5em;
    }

    .fs-lg-0-6
    {
        font-size: .6em;
    }

    .fs-lg-0-7
    {
        font-size: .7em;
    }

    .fs-lg-0-8
    {
        font-size: .8em;
    }

    .fs-lg-0-9
    {
        font-size: .9em;
    }

    .fs-lg-1-0
    {
        font-size: 1.0em;
    }

    .fs-lg-1-1
    {
        font-size: 1.1em;
    }

    .fs-lg-1-2
    {
        font-size: 1.2em;
    }

    .fs-lg-1-3
    {
        font-size: 1.3em;
    }

    .fs-lg-1-4
    {
        font-size: 1.4em;
    }

    .fs-lg-1-5
    {
        font-size: 1.5em;
    }

    .fs-lg-1-6
    {
        font-size: 1.6em;
    }

    .fs-lg-1-7
    {
        font-size: 1.7em;
    }

    .fs-lg-1-8
    {
        font-size: 1.8em;
    }

    .fs-lg-1-9
    {
        font-size: 1.9em;
    }

    .fs-lg-2-0
    {
        font-size: 2.0em;
    }

    .fs-lg-2-2
    {
        font-size: 2.2em;
    }

    .fs-lg-2-4
    {
        font-size: 2.4em;
    }

    .fs-lg-2-5
    {
        font-size: 2.5em;
    }

    .fs-lg-2-6
    {
        font-size: 2.6em;
    }

    .fs-lg-2-8
    {
        font-size: 2.8em;
    }

    .fs-lg-3-0
    {
        font-size: 3.0em;
    }

    .fs-lg-3-2
    {
        font-size: 3.2em;
    }

    .fs-lg-4-0
    {
        font-size: 4.0em;
    }
}
.font-weight-normal
{
    font-weight: normal;
}

.font-weight-bold
{
    font-weight: bold;
}

.font-italic
{
    font-style: italic;
}

.no-underline,
.no-underline:hover,
.no-underline:visited
{
    text-decoration: none !important;
}

.container-xs
{
    max-width: 480px;
}

.container-sm
{
    max-width: 750px;
}

.container-md
{
    max-width: 970px;
}

.container-smooth
{
    max-width: 1170px;
}
.container-smooth.container-md
{
    max-width: 970px;
}
@media (min-width: 1px)
{
    .container-smooth
    {
        width: auto;
    }
}

/* 
	Flex Container, Row and Column for equal height
	Panels/Wells/Thumbnails 
*/
.container-flex > .row,
.container-flex > .row > div[class*='col-'],
.row-flex,
.row-flex > div[class*='col-']
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:         flex;

    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.row-flex-wrap,
.container-flex > .row
{
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
}

.container-flex > .row > div[class*='col-'],
.row-flex > div[class*='col-'],
.container-flex > div[class*='col-']
{
    margin: -.2px;
    /* hack adjust for wrapping */
}

.container-flex > .row > div[class*='col-'] > div,
.container-flex > div[class*='col-'] div,
.row-flex > div[class*='col-'] div
{
    width: 100%;
}

.flex-col
{
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
    display: -webkit-flex;

    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
            flex: 1 100%;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
}

.flex-grow
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex: 2;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}

.container-table
{
    display: table;

    width: 100%;

    border-collapse: collapse;
}
.container-table > .row
{
    display: table-row;
}
.container-table > .row > [class*=col-]
{
    display: block;
}
@media (min-width: 1200px)
{
    .container-table > .row > [class*=col-lg]:not(.col-lg-12)
    {
        display: table-cell;
        float: none;
    }
}
@media (min-width: 992px)
{
    .container-table > .row > [class*=col-md]:not(.col-md-12)
    {
        display: table-cell;
        float: none;
    }
}
@media (min-width: 768px)
{
    .container-table > .row > [class*=col-sm]:not(.col-sm-12)
    {
        display: table-cell;
        float: none;
    }
}
.container-table > .row > [class^=col-xs-]:not(.col-xs-12)
{
    display: table-cell;
    float: none;
}

.container-login
{
    max-width: 330px;
    padding-top: 100px;
}

.container-login-2
{
    max-width: 830px;
    padding-top: 100px;
}

.container-login,
.container-login-2
{
    z-index: 100;

    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

body:not(.bse-no-conflict) .navbar-toggle.pull-left
{
    float: left;

    margin-left: 15px;
}
@media (max-width: 767px)
{
    body:not(.bse-no-conflict) .navbar-toggle.pull-left
    {
        margin-right: 0;
    }
}
body:not(.bse-no-conflict) [class*='container'] > .navbar-toggle.pull-left
{
    margin-left: 0;
}

@media (max-width: 767px)
{
    .navbar-slide-nav
    {
        border-top: 0;
    }
    .navbar-slide-nav .navbar-nav
    {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-slide-nav [class*='container']
    {
        border-color: inherit;
        background-color: inherit;
    }
    .navbar-slide-nav .navbar-slide
    {
        position: fixed;
        z-index: 1030;
        top: 0;
        bottom: 0;
        left: 0;

        overflow: auto;

        width: 240px;
        height: 100%;
        margin: 0;

        border-right: 1px solid;
        border-right-color: inherit;
        background-color: inherit;
    }
    .navbar-slide-nav .navbar-slide .navbar-nav .dropdown-menu li a
    {
        width: 100%;

        white-space: normal;
    }
    .navbar-slide-nav .navbar-form
    {
        overflow: hidden;

        width: 100%;
        margin: 8px 0;

        text-align: center;
    }
}
@media (min-width: 768px)
{
    .navbar-slide
    {
        display: block;

        width: auto !important;
        padding-right: 15px;
        padding-left: 15px;
    }
}
/* 
	CSS to Enable Navigation sub-menu of dropdown
 */
@media (max-width: 767px)
{
    .navbar-inverse .dropdown-submenu > a
    {
        border-color: #022f5a;
    }
}

.dropdown-submenu
{
    position: relative;
}
.dropdown-submenu > .dropdown-menu
{
    top: 0;
    left: 100%;

    margin-top: -6px;
    margin-left: -1px;

    border-radius: 0 4px 4px 4px;
}
@media (max-width: 767px)
{
    .dropdown-submenu > .dropdown-menu
    {
        display: block;
    }
}
.dropdown-submenu:hover > .dropdown-menu
{
    display: block;
}
@media (max-width: 767px)
{
    .dropdown-submenu > a
    {
        font-size: 12px;
        line-height: 1.428571429 !important;

        margin-top: 9px;
        padding: 3px 20px !important;
        padding-top: 14px !important;

        color: #999 !important;
        border-top: 1px solid #e5e5e5;
    }
}
.dropdown-submenu > a > .caret
{
    position: absolute;
    top: 50%;
    right: 8px;

    display: inline-block;

    margin-top: -2px;

    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
         -o-transform: rotate(270deg);
            transform: rotate(270deg);
}
@media (max-width: 767px)
{
    .dropdown-submenu > a > .caret
    {
        display: none !important;
    }
}

.navbar-fixed-bottom .dropdown-submenu > .dropdown-menu
{
    bottom: 0;

    border-radius: 4px 4px 4px 0;
}
.navbar-fixed-bottom .dropdown-submenu > a > .caret
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.navbar-right .dropdown-submenu > .dropdown-menu
{
    right: 100%;
    left: auto;

    margin-left: 10px;

    border-radius: 4px 0 4px 4px;
}

.navbar-right-static
{
    float: right !important;
}
.navbar-right-static .navbar-nav
{
    margin: 0;
}
.navbar-right-static .navbar-nav > li
{
    float: left;
}
.navbar-right-static .navbar-nav > li > a
{
    line-height: 50px;

    padding-top: 0;
    padding-bottom: 0;
}
.navbar-right-static .dropdown-menu
{
    right: 0;
    left: auto;
}

[class*='container'] > .navbar-right-static
{
    margin-right: -15px;
}

@media (min-width: 768px)
{
    .navbar-justified
    {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-justified .navbar-nav
    {
        display: table;
        float: none;

        width: 100% !important;
        margin: 0 auto;

        table-layout: auto;
    }
    .navbar-justified .navbar-nav > li
    {
        display: table-cell;
        float: none;

        text-align: center;
    }
}
.pt-navbar-height
{
    padding-top: 50px;
}

.pb-navbar-height
{
    padding-bottom: 50px;
}

.mt-navbar-height
{
    margin-top: 50px;
}
.mt-navbar-height.navmenu
{
    height: -webkit-calc(100% - 50px);
    height:         calc(100% - 50px);
}

.mb-navbar-height
{
    margin-bottom: 50px;
}

@media (max-width: 767px)
{
    .break-xs
    {
        width: 100% !important;
    }
}
@media (min-width: 768px) and (max-width: 991px)
{
    .break-sm
    {
        width: 100% !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px)
{
    .break-md
    {
        width: 100% !important;
    }
}
@media (min-width: 1200px)
{
    .break-lg
    {
        width: 100% !important;
    }
}
.bg-white
{
    background-color: #fff;
}

.bg-transparent
{
    background-color: transparent;
}

.bg-well
{
    background-color: #f5f5f5;
}

.bg-jumbotron
{
    background-color: #eee;
}

.bg-img
{
    background-color: #414141;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
}

.text-white
{
    color: #fff !important;
}

.vertical-middle > *
{
    vertical-align: middle;
}
.vertical-top > *
{
    vertical-align: top;
}
.vertical-bottom > *
{
    vertical-align: bottom;
}

.fill
{
    width: 100%;
    height: 100%;
}

.full-height
{
    height: 100%;
}

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

.p-xs-0
{
    padding: 0 !important;
}

.p-1
{
    padding: 5px !important;
}

.p-xs-1
{
    padding: 5px !important;
}

.p-2
{
    padding: 10px !important;
}

.p-xs-2
{
    padding: 10px !important;
}

.p-3
{
    padding: 15px !important;
}

.p-xs-3
{
    padding: 15px !important;
}

.p-4
{
    padding: 25px !important;
}

.p-xs-4
{
    padding: 25px !important;
}

.p-5
{
    padding: 50px !important;
}

.p-xs-5
{
    padding: 50px !important;
}

.pt-0
{
    padding-top: 0 !important;
}

.pt-xs-0
{
    padding-top: 0 !important;
}

.pt-1
{
    padding-top: 5px !important;
}

.pt-xs-1
{
    padding-top: 5px !important;
}

.pt-2
{
    padding-top: 10px !important;
}

.pt-xs-2
{
    padding-top: 10px !important;
}

.pt-3
{
    padding-top: 15px !important;
}

.pt-xs-3
{
    padding-top: 15px !important;
}

.pt-4
{
    padding-top: 25px !important;
}

.pt-xs-4
{
    padding-top: 25px !important;
}

.pt-5
{
    padding-top: 50px !important;
}

.pt-xs-5
{
    padding-top: 50px !important;
}

.pr-0
{
    padding-right: 0 !important;
}

.pr-xs-0
{
    padding-right: 0 !important;
}

.pr-1
{
    padding-right: 5px !important;
}

.pr-xs-1
{
    padding-right: 5px !important;
}

.pr-2
{
    padding-right: 10px !important;
}

.pr-xs-2
{
    padding-right: 10px !important;
}

.pr-3
{
    padding-right: 15px !important;
}

.pr-xs-3
{
    padding-right: 15px !important;
}

.pr-4
{
    padding-right: 25px !important;
}

.pr-xs-4
{
    padding-right: 25px !important;
}

.pr-5
{
    padding-right: 50px !important;
}

.pr-xs-5
{
    padding-right: 50px !important;
}

.pb-0
{
    padding-bottom: 0 !important;
}

.pb-xs-0
{
    padding-bottom: 0 !important;
}

.pb-1
{
    padding-bottom: 5px !important;
}

.pb-xs-1
{
    padding-bottom: 5px !important;
}

.pb-2
{
    padding-bottom: 10px !important;
}

.pb-xs-2
{
    padding-bottom: 10px !important;
}

.pb-3
{
    padding-bottom: 15px !important;
}

.pb-xs-3
{
    padding-bottom: 15px !important;
}

.pb-4
{
    padding-bottom: 25px !important;
}

.pb-xs-4
{
    padding-bottom: 25px !important;
}

.pb-5
{
    padding-bottom: 50px !important;
}

.pb-xs-5
{
    padding-bottom: 50px !important;
}

.pl-0
{
    padding-left: 0 !important;
}

.pl-xs-0
{
    padding-left: 0 !important;
}

.pl-1
{
    padding-left: 5px !important;
}

.pl-xs-1
{
    padding-left: 5px !important;
}

.pl-2
{
    padding-left: 10px !important;
}

.pl-xs-2
{
    padding-left: 10px !important;
}

.pl-3
{
    padding-left: 15px !important;
}

.pl-xs-3
{
    padding-left: 15px !important;
}

.pl-4
{
    padding-left: 25px !important;
}

.pl-xs-4
{
    padding-left: 25px !important;
}

.pl-5
{
    padding-left: 50px !important;
}

.pl-xs-5
{
    padding-left: 50px !important;
}

.m-0
{
    margin: 0 !important;
}

.m-xs-0
{
    margin: 0 !important;
}

.m-1
{
    margin: 5px !important;
}

.m-xs-1
{
    margin: 5px !important;
}

.m-2
{
    margin: 10px !important;
}

.m-xs-2
{
    margin: 10px !important;
}

.m-3
{
    margin: 15px !important;
}

.m-xs-3
{
    margin: 15px !important;
}

.m-4
{
    margin: 25px !important;
}

.m-xs-4
{
    margin: 25px !important;
}

.m-5
{
    margin: 50px !important;
}

.m-xs-5
{
    margin: 50px !important;
}

.mt-0
{
    margin-top: 0 !important;
}

.mt-xs-0
{
    margin-top: 0 !important;
}

.mt-1
{
    margin-top: 5px !important;
}

.mt-xs-1
{
    margin-top: 5px !important;
}

.mt-2
{
    margin-top: 10px !important;
}

.mt-xs-2
{
    margin-top: 10px !important;
}

.mt-3
{
    margin-top: 15px !important;
}

.mt-xs-3
{
    margin-top: 15px !important;
}

.mt-4
{
    margin-top: 25px !important;
}

.mt-xs-4
{
    margin-top: 25px !important;
}

.mt-5
{
    margin-top: 50px !important;
}

.mt-xs-5
{
    margin-top: 50px !important;
}

.mr-0
{
    margin-right: 0 !important;
}

.mr-xs-0
{
    margin-right: 0 !important;
}

.mr-1
{
    margin-right: 5px !important;
}

.mr-xs-1
{
    margin-right: 5px !important;
}

.mr-2
{
    margin-right: 10px !important;
}

.mr-xs-2
{
    margin-right: 10px !important;
}

.mr-3
{
    margin-right: 15px !important;
}

.mr-xs-3
{
    margin-right: 15px !important;
}

.mr-4
{
    margin-right: 25px !important;
}

.mr-xs-4
{
    margin-right: 25px !important;
}

.mr-5
{
    margin-right: 50px !important;
}

.mr-xs-5
{
    margin-right: 50px !important;
}

.mb-0
{
    margin-bottom: 0 !important;
}

.mb-xs-0
{
    margin-bottom: 0 !important;
}

.mb-1
{
    margin-bottom: 5px !important;
}

.mb-xs-1
{
    margin-bottom: 5px !important;
}

.mb-2
{
    margin-bottom: 10px !important;
}

.mb-xs-2
{
    margin-bottom: 10px !important;
}

.mb-3
{
    margin-bottom: 15px !important;
}

.mb-xs-3
{
    margin-bottom: 15px !important;
}

.mb-4
{
    margin-bottom: 25px !important;
}

.mb-xs-4
{
    margin-bottom: 25px !important;
}

.mb-5
{
    margin-bottom: 50px !important;
}

.mb-xs-5
{
    margin-bottom: 50px !important;
}

.ml-0
{
    margin-left: 0 !important;
}

.ml-xs-0
{
    margin-left: 0 !important;
}

.ml-1
{
    margin-left: 5px !important;
}

.ml-xs-1
{
    margin-left: 5px !important;
}

.ml-2
{
    margin-left: 10px !important;
}

.ml-xs-2
{
    margin-left: 10px !important;
}

.ml-3
{
    margin-left: 15px !important;
}

.ml-xs-3
{
    margin-left: 15px !important;
}

.ml-4
{
    margin-left: 25px !important;
}

.ml-xs-4
{
    margin-left: 25px !important;
}

.ml-5
{
    margin-left: 50px !important;
}

.ml-xs-5
{
    margin-left: 50px !important;
}

@media (min-width: 768px)
{
    .p-sm-0
    {
        padding: 0 !important;
    }

    .p-sm-1
    {
        padding: 5px !important;
    }

    .p-sm-2
    {
        padding: 10px !important;
    }

    .p-sm-3
    {
        padding: 15px !important;
    }

    .p-sm-4
    {
        padding: 25px !important;
    }

    .p-sm-5
    {
        padding: 50px !important;
    }

    .pt-sm-0
    {
        padding-top: 0 !important;
    }

    .pt-sm-1
    {
        padding-top: 5px !important;
    }

    .pt-sm-2
    {
        padding-top: 10px !important;
    }

    .pt-sm-3
    {
        padding-top: 15px !important;
    }

    .pt-sm-4
    {
        padding-top: 25px !important;
    }

    .pt-sm-5
    {
        padding-top: 50px !important;
    }

    .pr-sm-0
    {
        padding-right: 0 !important;
    }

    .pr-sm-1
    {
        padding-right: 5px !important;
    }

    .pr-sm-2
    {
        padding-right: 10px !important;
    }

    .pr-sm-3
    {
        padding-right: 15px !important;
    }

    .pr-sm-4
    {
        padding-right: 25px !important;
    }

    .pr-sm-5
    {
        padding-right: 50px !important;
    }

    .pb-sm-0
    {
        padding-bottom: 0 !important;
    }

    .pb-sm-1
    {
        padding-bottom: 5px !important;
    }

    .pb-sm-2
    {
        padding-bottom: 10px !important;
    }

    .pb-sm-3
    {
        padding-bottom: 15px !important;
    }

    .pb-sm-4
    {
        padding-bottom: 25px !important;
    }

    .pb-sm-5
    {
        padding-bottom: 50px !important;
    }

    .pl-sm-0
    {
        padding-left: 0 !important;
    }

    .pl-sm-1
    {
        padding-left: 5px !important;
    }

    .pl-sm-2
    {
        padding-left: 10px !important;
    }

    .pl-sm-3
    {
        padding-left: 15px !important;
    }

    .pl-sm-4
    {
        padding-left: 25px !important;
    }

    .pl-sm-5
    {
        padding-left: 50px !important;
    }

    .m-sm-0
    {
        margin: 0 !important;
    }

    .m-sm-1
    {
        margin: 5px !important;
    }

    .m-sm-2
    {
        margin: 10px !important;
    }

    .m-sm-3
    {
        margin: 15px !important;
    }

    .m-sm-4
    {
        margin: 25px !important;
    }

    .m-sm-5
    {
        margin: 50px !important;
    }

    .mt-sm-0
    {
        margin-top: 0 !important;
    }

    .mt-sm-1
    {
        margin-top: 5px !important;
    }

    .mt-sm-2
    {
        margin-top: 10px !important;
    }

    .mt-sm-3
    {
        margin-top: 15px !important;
    }

    .mt-sm-4
    {
        margin-top: 25px !important;
    }

    .mt-sm-5
    {
        margin-top: 50px !important;
    }

    .mr-sm-0
    {
        margin-right: 0 !important;
    }

    .mr-sm-1
    {
        margin-right: 5px !important;
    }

    .mr-sm-2
    {
        margin-right: 10px !important;
    }

    .mr-sm-3
    {
        margin-right: 15px !important;
    }

    .mr-sm-4
    {
        margin-right: 25px !important;
    }

    .mr-sm-5
    {
        margin-right: 50px !important;
    }

    .mb-sm-0
    {
        margin-bottom: 0 !important;
    }

    .mb-sm-1
    {
        margin-bottom: 5px !important;
    }

    .mb-sm-2
    {
        margin-bottom: 10px !important;
    }

    .mb-sm-3
    {
        margin-bottom: 15px !important;
    }

    .mb-sm-4
    {
        margin-bottom: 25px !important;
    }

    .mb-sm-5
    {
        margin-bottom: 50px !important;
    }

    .ml-sm-0
    {
        margin-left: 0 !important;
    }

    .ml-sm-1
    {
        margin-left: 5px !important;
    }

    .ml-sm-2
    {
        margin-left: 10px !important;
    }

    .ml-sm-3
    {
        margin-left: 15px !important;
    }

    .ml-sm-4
    {
        margin-left: 25px !important;
    }

    .ml-sm-5
    {
        margin-left: 50px !important;
    }
}
@media (min-width: 992px)
{
    .p-md-0
    {
        padding: 0 !important;
    }

    .p-md-1
    {
        padding: 5px !important;
    }

    .p-md-2
    {
        padding: 10px !important;
    }

    .p-md-3
    {
        padding: 15px !important;
    }

    .p-md-4
    {
        padding: 25px !important;
    }

    .p-md-5
    {
        padding: 50px !important;
    }

    .pt-md-0
    {
        padding-top: 0 !important;
    }

    .pt-md-1
    {
        padding-top: 5px !important;
    }

    .pt-md-2
    {
        padding-top: 10px !important;
    }

    .pt-md-3
    {
        padding-top: 15px !important;
    }

    .pt-md-4
    {
        padding-top: 25px !important;
    }

    .pt-md-5
    {
        padding-top: 50px !important;
    }

    .pr-md-0
    {
        padding-right: 0 !important;
    }

    .pr-md-1
    {
        padding-right: 5px !important;
    }

    .pr-md-2
    {
        padding-right: 10px !important;
    }

    .pr-md-3
    {
        padding-right: 15px !important;
    }

    .pr-md-4
    {
        padding-right: 25px !important;
    }

    .pr-md-5
    {
        padding-right: 50px !important;
    }

    .pb-md-0
    {
        padding-bottom: 0 !important;
    }

    .pb-md-1
    {
        padding-bottom: 5px !important;
    }

    .pb-md-2
    {
        padding-bottom: 10px !important;
    }

    .pb-md-3
    {
        padding-bottom: 15px !important;
    }

    .pb-md-4
    {
        padding-bottom: 25px !important;
    }

    .pb-md-5
    {
        padding-bottom: 50px !important;
    }

    .pl-md-0
    {
        padding-left: 0 !important;
    }

    .pl-md-1
    {
        padding-left: 5px !important;
    }

    .pl-md-2
    {
        padding-left: 10px !important;
    }

    .pl-md-3
    {
        padding-left: 15px !important;
    }

    .pl-md-4
    {
        padding-left: 25px !important;
    }

    .pl-md-5
    {
        padding-left: 50px !important;
    }

    .m-md-0
    {
        margin: 0 !important;
    }

    .m-md-1
    {
        margin: 5px !important;
    }

    .m-md-2
    {
        margin: 10px !important;
    }

    .m-md-3
    {
        margin: 15px !important;
    }

    .m-md-4
    {
        margin: 25px !important;
    }

    .m-md-5
    {
        margin: 50px !important;
    }

    .mt-md-0
    {
        margin-top: 0 !important;
    }

    .mt-md-1
    {
        margin-top: 5px !important;
    }

    .mt-md-2
    {
        margin-top: 10px !important;
    }

    .mt-md-3
    {
        margin-top: 15px !important;
    }

    .mt-md-4
    {
        margin-top: 25px !important;
    }

    .mt-md-5
    {
        margin-top: 50px !important;
    }

    .mr-md-0
    {
        margin-right: 0 !important;
    }

    .mr-md-1
    {
        margin-right: 5px !important;
    }

    .mr-md-2
    {
        margin-right: 10px !important;
    }

    .mr-md-3
    {
        margin-right: 15px !important;
    }

    .mr-md-4
    {
        margin-right: 25px !important;
    }

    .mr-md-5
    {
        margin-right: 50px !important;
    }

    .mb-md-0
    {
        margin-bottom: 0 !important;
    }

    .mb-md-1
    {
        margin-bottom: 5px !important;
    }

    .mb-md-2
    {
        margin-bottom: 10px !important;
    }

    .mb-md-3
    {
        margin-bottom: 15px !important;
    }

    .mb-md-4
    {
        margin-bottom: 25px !important;
    }

    .mb-md-5
    {
        margin-bottom: 50px !important;
    }

    .ml-md-0
    {
        margin-left: 0 !important;
    }

    .ml-md-1
    {
        margin-left: 5px !important;
    }

    .ml-md-2
    {
        margin-left: 10px !important;
    }

    .ml-md-3
    {
        margin-left: 15px !important;
    }

    .ml-md-4
    {
        margin-left: 25px !important;
    }

    .ml-md-5
    {
        margin-left: 50px !important;
    }
}
@media (min-width: 1200px)
{
    .p-lg-0
    {
        padding: 0 !important;
    }

    .p-lg-1
    {
        padding: 5px !important;
    }

    .p-lg-2
    {
        padding: 10px !important;
    }

    .p-lg-3
    {
        padding: 15px !important;
    }

    .p-lg-4
    {
        padding: 25px !important;
    }

    .p-lg-5
    {
        padding: 50px !important;
    }

    .pt-lg-0
    {
        padding-top: 0 !important;
    }

    .pt-lg-1
    {
        padding-top: 5px !important;
    }

    .pt-lg-2
    {
        padding-top: 10px !important;
    }

    .pt-lg-3
    {
        padding-top: 15px !important;
    }

    .pt-lg-4
    {
        padding-top: 25px !important;
    }

    .pt-lg-5
    {
        padding-top: 50px !important;
    }

    .pr-lg-0
    {
        padding-right: 0 !important;
    }

    .pr-lg-1
    {
        padding-right: 5px !important;
    }

    .pr-lg-2
    {
        padding-right: 10px !important;
    }

    .pr-lg-3
    {
        padding-right: 15px !important;
    }

    .pr-lg-4
    {
        padding-right: 25px !important;
    }

    .pr-lg-5
    {
        padding-right: 50px !important;
    }

    .pb-lg-0
    {
        padding-bottom: 0 !important;
    }

    .pb-lg-1
    {
        padding-bottom: 5px !important;
    }

    .pb-lg-2
    {
        padding-bottom: 10px !important;
    }

    .pb-lg-3
    {
        padding-bottom: 15px !important;
    }

    .pb-lg-4
    {
        padding-bottom: 25px !important;
    }

    .pb-lg-5
    {
        padding-bottom: 50px !important;
    }

    .pl-lg-0
    {
        padding-left: 0 !important;
    }

    .pl-lg-1
    {
        padding-left: 5px !important;
    }

    .pl-lg-2
    {
        padding-left: 10px !important;
    }

    .pl-lg-3
    {
        padding-left: 15px !important;
    }

    .pl-lg-4
    {
        padding-left: 25px !important;
    }

    .pl-lg-5
    {
        padding-left: 50px !important;
    }

    .m-lg-0
    {
        margin: 0 !important;
    }

    .m-lg-1
    {
        margin: 5px !important;
    }

    .m-lg-2
    {
        margin: 10px !important;
    }

    .m-lg-3
    {
        margin: 15px !important;
    }

    .m-lg-4
    {
        margin: 25px !important;
    }

    .m-lg-5
    {
        margin: 50px !important;
    }

    .mt-lg-0
    {
        margin-top: 0 !important;
    }

    .mt-lg-1
    {
        margin-top: 5px !important;
    }

    .mt-lg-2
    {
        margin-top: 10px !important;
    }

    .mt-lg-3
    {
        margin-top: 15px !important;
    }

    .mt-lg-4
    {
        margin-top: 25px !important;
    }

    .mt-lg-5
    {
        margin-top: 50px !important;
    }

    .mr-lg-0
    {
        margin-right: 0 !important;
    }

    .mr-lg-1
    {
        margin-right: 5px !important;
    }

    .mr-lg-2
    {
        margin-right: 10px !important;
    }

    .mr-lg-3
    {
        margin-right: 15px !important;
    }

    .mr-lg-4
    {
        margin-right: 25px !important;
    }

    .mr-lg-5
    {
        margin-right: 50px !important;
    }

    .mb-lg-0
    {
        margin-bottom: 0 !important;
    }

    .mb-lg-1
    {
        margin-bottom: 5px !important;
    }

    .mb-lg-2
    {
        margin-bottom: 10px !important;
    }

    .mb-lg-3
    {
        margin-bottom: 15px !important;
    }

    .mb-lg-4
    {
        margin-bottom: 25px !important;
    }

    .mb-lg-5
    {
        margin-bottom: 50px !important;
    }

    .ml-lg-0
    {
        margin-left: 0 !important;
    }

    .ml-lg-1
    {
        margin-left: 5px !important;
    }

    .ml-lg-2
    {
        margin-left: 10px !important;
    }

    .ml-lg-3
    {
        margin-left: 15px !important;
    }

    .ml-lg-4
    {
        margin-left: 25px !important;
    }

    .ml-lg-5
    {
        margin-left: 50px !important;
    }
}
.d-none
{
    display: none !important;
}

.d-inline
{
    display: inline !important;
}

.d-inline-block
{
    display: inline-block !important;
}

.d-block
{
    display: block !important;
}

.d-table
{
    display: table !important;
}

.d-table-row
{
    display: table-row !important;
}

.d-table-cell
{
    display: table-cell !important;
}

.d-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

.d-xs-none
{
    display: none !important;
}

.d-xs-inline
{
    display: inline !important;
}

.d-xs-inline-block
{
    display: inline-block !important;
}

.d-xs-block
{
    display: block !important;
}

.d-xs-table
{
    display: table !important;
}

.d-xs-table-row
{
    display: table-row !important;
}

.d-xs-table-cell
{
    display: table-cell !important;
}

.d-xs-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-xs-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

.d-xs-none
{
    display: none !important;
}

.d-xs-inline
{
    display: inline !important;
}

.d-xs-inline-block
{
    display: inline-block !important;
}

.d-xs-block
{
    display: block !important;
}

.d-xs-table
{
    display: table !important;
}

.d-xs-table-row
{
    display: table-row !important;
}

.d-xs-table-cell
{
    display: table-cell !important;
}

.d-xs-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-xs-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

.d-sm-none
{
    display: none !important;
}

.d-sm-inline
{
    display: inline !important;
}

.d-sm-inline-block
{
    display: inline-block !important;
}

.d-sm-block
{
    display: block !important;
}

.d-sm-table
{
    display: table !important;
}

.d-sm-table-row
{
    display: table-row !important;
}

.d-sm-table-cell
{
    display: table-cell !important;
}

.d-sm-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-sm-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

.d-sm-none
{
    display: none !important;
}

.d-sm-inline
{
    display: inline !important;
}

.d-sm-inline-block
{
    display: inline-block !important;
}

.d-sm-block
{
    display: block !important;
}

.d-sm-table
{
    display: table !important;
}

.d-sm-table-row
{
    display: table-row !important;
}

.d-sm-table-cell
{
    display: table-cell !important;
}

.d-sm-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-sm-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

.d-md-none
{
    display: none !important;
}

.d-md-inline
{
    display: inline !important;
}

.d-md-inline-block
{
    display: inline-block !important;
}

.d-md-block
{
    display: block !important;
}

.d-md-table
{
    display: table !important;
}

.d-md-table-row
{
    display: table-row !important;
}

.d-md-table-cell
{
    display: table-cell !important;
}

.d-md-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-md-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

.d-md-none
{
    display: none !important;
}

.d-md-inline
{
    display: inline !important;
}

.d-md-inline-block
{
    display: inline-block !important;
}

.d-md-block
{
    display: block !important;
}

.d-md-table
{
    display: table !important;
}

.d-md-table-row
{
    display: table-row !important;
}

.d-md-table-cell
{
    display: table-cell !important;
}

.d-md-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-md-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

.d-lg-none
{
    display: none !important;
}

.d-lg-inline
{
    display: inline !important;
}

.d-lg-inline-block
{
    display: inline-block !important;
}

.d-lg-block
{
    display: block !important;
}

.d-lg-table
{
    display: table !important;
}

.d-lg-table-row
{
    display: table-row !important;
}

.d-lg-table-cell
{
    display: table-cell !important;
}

.d-lg-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-lg-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

.d-lg-none
{
    display: none !important;
}

.d-lg-inline
{
    display: inline !important;
}

.d-lg-inline-block
{
    display: inline-block !important;
}

.d-lg-block
{
    display: block !important;
}

.d-lg-table
{
    display: table !important;
}

.d-lg-table-row
{
    display: table-row !important;
}

.d-lg-table-cell
{
    display: table-cell !important;
}

.d-lg-flex
{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display:         flex !important;
}

.d-lg-inline-flex
{
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display:         inline-flex !important;
}

@media print
{
    .d-print-none
    {
        display: none !important;
    }

    .d-print-inline
    {
        display: inline !important;
    }

    .d-print-inline-block
    {
        display: inline-block !important;
    }

    .d-print-block
    {
        display: block !important;
    }

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

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

    .d-print-table-cell
    {
        display: table-cell !important;
    }

    .d-print-flex
    {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display:         flex !important;
    }

    .d-print-inline-flex
    {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display:         inline-flex !important;
    }
}
.float-xs-left
{
    float: left !important;
}

.float-xs-right
{
    float: right !important;
}

.float-xs-none
{
    float: none !important;
}

.float-sm-left
{
    float: left !important;
}

.float-sm-right
{
    float: right !important;
}

.float-sm-none
{
    float: none !important;
}

.float-md-left
{
    float: left !important;
}

.float-md-right
{
    float: right !important;
}

.float-md-none
{
    float: none !important;
}

.float-lg-left
{
    float: left !important;
}

.float-lg-right
{
    float: right !important;
}

.float-lg-none
{
    float: none !important;
}

.position-static
{
    position: static !important;
}

.position-relative
{
    position: relative !important;
}

.position-absolute
{
    position: absolute !important;
}

.position-fixed
{
    position: fixed !important;
}

.position-sticky
{
    position: -webkit-sticky !important;
    position:         sticky !important;
}

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

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

.sticky-top
{
    position: -webkit-sticky;
    position:         sticky;
    z-index: 1020;
    top: 0;
}

.w-25
{
    width: 25% !important;
}

.w-50
{
    width: 50% !important;
}

.w-75
{
    width: 75% !important;
}

.w-100
{
    width: 100% !important;
}

.h-25
{
    height: 25% !important;
}

.h-50
{
    height: 50% !important;
}

.h-75
{
    height: 75% !important;
}

.h-100
{
    height: 100% !important;
}

.mw-100
{
    max-width: 100% !important;
}

.mh-100
{
    max-height: 100% !important;
}

/*# sourceMappingURL=cerulean-bootstrap-essentials.css.map */
