/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.float-none {
    float: none!important;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}.table-new-main-wrapper
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #42464A;
    background-color: #FAFBFC;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #1D1E40;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #05050b;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #FAFBFC;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 30px;
}
h2,
.h2 {
    font-size: 26px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 20px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 16px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #1D1E40;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #0d0e1d;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #1D1E40;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0d0e1d;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 768px) {
    .container {
        width: 752px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 972px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1172px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.row {
    margin-left: -16px;
    margin-right: -16px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px 16px;
    padding-bottom: 8px 16px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px 16px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #D1D1D1;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #D1D1D1;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #D1D1D1;
}
.table .table {
    background-color: #FAFBFC;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #D1D1D1;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #D1D1D1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #D1D1D1;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #DEDFE2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 26px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 26px;
    line-height: 26px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 26px;
    line-height: 26px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 26px;
    min-height: 32px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #7f868d;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -16px;
    margin-right: -16px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 16px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 4px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 7px;
    -webkit-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #1D1E40;
    border-color: #15162e;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0d0e1d;
    border-color: #000000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0d0e1d;
    border-color: #020204;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0d0e1d;
    border-color: #020204;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #020204;
    border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #1D1E40;
    border-color: #15162e;
}
.btn-primary .badge {
    color: #1D1E40;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #EEEFF0;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #aaafb4;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #cdd0d3;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #cdd0d3;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #aaafb4;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #EEEFF0;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #E84559;
    border-color: #e52e45;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #de1c33;
    border-color: #84101e;
}
.btn-danger:hover {
    color: #fff;
    background-color: #de1c33;
    border-color: #bf182c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #de1c33;
    border-color: #bf182c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #bf182c;
    border-color: #84101e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #E84559;
    border-color: #e52e45;
}
.btn-danger .badge {
    color: #E84559;
    background-color: #fff;
}
.btn-link {
    color: #1D1E40;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #05050b;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #979797;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #131415;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #1D1E40;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #1D1E40;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: rgba(245, 245, 245, 0.5);
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
#add-organisation .input-group .form-control {
    width: 79%;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 26px;
    line-height: 26px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #DEDFE2;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #1D1E40;
}
.nav > li.disabled > a {
    color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #1D1E40;
    border-color: #1D1E40;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #1D1E40;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #FAFBFC;
    }
}
.nav-pills .set-bor {
    display: flex;
    align-items: center;
}
.nav-pills .set-bor::before {
    content: "";
    display: block;
    width: 1px;
    height: 31px;
    background-color: #ccc;
    margin-right: 10px;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li .nav-screen {
    display: flex;
    align-items: center;
}
.nav-pills > li .nav-screen li:last-child {
    margin-right: 0;
}
.nav-pills > li .nav-screen li a {
    padding: 0 8px 6px 12px;
    cursor: pointer;
}
.nav-pills > li .nav-screen::before {
    display: block;
    width: 1px;
    height: 31px;
    content: "";
    background: #ccc;
    margin-right: 26px;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #1D1E40;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #FAFBFC;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 16px;
    padding-left: 16px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -16px;
    margin-left: -16px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px 16px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -16px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 16px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -16px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px 16px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 12px;
    margin-bottom: 12px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 16px;
        margin-right: 16px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
        float: left;
    }
    .navbar-right {
        float: right !important;
        float: right;
        margin-right: -16px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: rgba(0, 0, 0, 0);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #777777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1D1E40;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #05050b;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #1D1E40;
    border-color: #1D1E40;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #1D1E40;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #0d0e1d;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #E84559;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #de1c33;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #1D1E40;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #FAFBFC;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #1D1E40;
}
.thumbnail .caption {
    padding: 9px;
    color: #42464A;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #1D1E40;
    border-color: #1D1E40;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #6c6fbd;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #2E2E30;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #D1D1D1;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #E5E6EB;
}
.panel-default > .panel-heading {
    color: #ECECF1;
    background-color: #E5E6EB;
    border-color: #E5E6EB;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #E5E6EB;
}
.panel-default > .panel-heading .badge {
    color: #E5E6EB;
    background-color: #ECECF1;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #E5E6EB;
}
.panel-primary {
    border-color: #1D1E40;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #1D1E40;
    border-color: #1D1E40;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #1D1E40;
}
.panel-primary > .panel-heading .badge {
    color: #1D1E40;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1D1E40;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid #E5E6E9;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #272727;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.55;
    filter: alpha(opacity=55.00000000000001);
}
.modal-header {
    padding: 16px;
    border-bottom: 1px solid #E5E6EB;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 16px;
}
.modal-footer {
    padding: 16px;
    text-align: right;
    border-top: 1px solid #E5E6EB;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 48px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 20px;
    color: #1D1E40;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #1D1E40;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.row:before,
.row:after {
    display: none;
}
.row.reverse {
    flex-direction: row-reverse;
}
.col.reverse {
    flex-direction: column-reverse;
}
.col-xs,
.col-sm,
.col-md,
.col-lg {
    padding-left: 16px;
    padding-right: 16px;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
}
.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}
.start-xs {
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    justify-content: center;
    text-align: center;
}
.end-xs {
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    align-items: flex-start;
}
.middle-xs {
    align-items: center;
}
.bottom-xs {
    align-items: flex-end;
}
.around-xs {
    justify-content: space-around;
}
.between-xs {
    justify-content: space-between;
}
.first-xs {
    order: -1;
}
.last-xs {
    order: 1;
}
@media only screen and (min-width: 768px) {
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-sm {
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        align-items: flex-start;
    }
    .middle-sm {
        align-items: center;
    }
    .bottom-sm {
        align-items: flex-end;
    }
    .around-sm {
        justify-content: space-around;
    }
    .between-sm {
        justify-content: space-between;
    }
    .first-sm {
        order: -1;
    }
    .last-sm {
        order: 1;
    }
}
@media only screen and (min-width: 992px) {
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    .start-md {
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        justify-content: center;
        text-align: center;
    }
    .end-md {
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        align-items: flex-start;
    }
    .middle-md {
        align-items: center;
    }
    .bottom-md {
        align-items: flex-end;
    }
    .around-md {
        justify-content: space-around;
    }
    .between-md {
        justify-content: space-between;
    }
    .first-md {
        order: -1;
    }
    .last-md {
        order: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-lg {
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        align-items: flex-start;
    }
    .middle-lg {
        align-items: center;
    }
    .bottom-lg {
        align-items: flex-end;
    }
    .around-lg {
        justify-content: space-around;
    }
    .between-lg {
        justify-content: space-between;
    }
    .first-lg {
        order: -1;
    }
    .last-lg {
        order: 1;
    }
}
.col-xl-6 {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1500px) {
    .col-xl-6 {
        width: 50%;
        box-sizing: border-box;
        flex: 0 0 auto;
    }
}
.flex-row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex-row.flex-row-start {
    justify-content: start;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Light.eot');
    src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Light.woff2') format('woff2'), url('../fonts/AvenirLTStd-Light.woff') format('woff'), url('../fonts/AvenirLTStd-Light.ttf') format('truetype'), url('../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-LightOblique.eot');
    src: url('../fonts/AvenirLTStd-LightOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-LightOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-LightOblique.woff') format('woff'), url('../fonts/AvenirLTStd-LightOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-LightOblique.svg#AvenirLTStd-LightOblique') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), url('../fonts/AvenirLTStd-Book.woff') format('woff'), url('../fonts/AvenirLTStd-Book.ttf') format('truetype'), url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-BookOblique.eot');
    src: url('../fonts/AvenirLTStd-BookOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-BookOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff'), url('../fonts/AvenirLTStd-BookOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-BookOblique.svg#AvenirLTStd-BookOblique') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('../fonts/AvenirLTStd-Roman.woff') format('woff'), url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'), url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Oblique.eot');
    src: url('../fonts/AvenirLTStd-Oblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Oblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-Oblique.woff') format('woff'), url('../fonts/AvenirLTStd-Oblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-Oblique.svg#AvenirLTStd-Oblique') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-MediumOblique.eot');
    src: url('../fonts/AvenirLTStd-MediumOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-MediumOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff'), url('../fonts/AvenirLTStd-MediumOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-MediumOblique.svg#AvenirLTStd-MediumOblique') format('svg');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Medium.eot');
    src: url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'), url('../fonts/AvenirLTStd-Medium.woff') format('woff'), url('../fonts/AvenirLTStd-Medium.ttf') format('truetype'), url('../fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Heavy.eot');
    src: url('../fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff'), url('../fonts/AvenirLTStd-Heavy.ttf') format('truetype'), url('../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-HeavyOblique.eot');
    src: url('../fonts/AvenirLTStd-HeavyOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-HeavyOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff'), url('../fonts/AvenirLTStd-HeavyOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-HeavyOblique.svg#AvenirLTStd-HeavyOblique') format('svg');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-BlackOblique.eot');
    src: url('../fonts/AvenirLTStd-BlackOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-BlackOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff'), url('../fonts/AvenirLTStd-BlackOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-BlackOblique.svg#AvenirLTStd-BlackOblique') format('svg');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Black.woff2') format('woff2'), url('../fonts/AvenirLTStd-Black.woff') format('woff'), url('../fonts/AvenirLTStd-Black.ttf') format('truetype'), url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-UltraLight.eot');
    src: url('../fonts/AvenirNext/AvenirNext-UltraLight.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-UltraLight.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-UltraLight.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-UltraLight.svg') format('svg');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-Regular.eot');
    src: url('../fonts/AvenirNext/AvenirNext-Regular.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Regular.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Regular.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Regular.svg') format('svg');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-Medium.eot');
    src: url('../fonts/AvenirNext/AvenirNext-Medium.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Medium.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Medium.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Medium.svg') format('svg');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-DemiBold.eot');
    src: url('../fonts/AvenirNext/AvenirNext-DemiBold.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-DemiBold.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-DemiBold.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-DemiBold.svg') format('svg');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-Bold.eot');
    src: url('../fonts/AvenirNext/AvenirNext-Bold.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Bold.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Bold.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Bold.svg') format('svg');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-Heavy.eot');
    src: url('../fonts/AvenirNext/AvenirNext-Heavy.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Heavy.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Heavy.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Heavy.svg') format('svg');
    font-style: normal;
    font-weight: 800;
}
.daterangepicker {
    position: absolute;
    color: inherit;
    background: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    /* Calendars */
}
.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
    right: 9px;
}
.daterangepicker.opensleft:after {
    right: 10px;
}
.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.opensright:before {
    left: 9px;
}
.daterangepicker.opensright:after {
    left: 10px;
}
.daterangepicker.dropup {
    margin-top: -5px;
}
.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none;
}
.daterangepicker.show-calendar .calendar {
    display: block;
}
.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
    border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}
.daterangepicker table {
    width: 100%;
    margin: 0;
}
.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}
.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}
.daterangepicker th.month {
    width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}
.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}
.daterangepicker select.yearselect {
    width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}
.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}
.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
    position: relative;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}
.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px;
}
.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}
.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}
.ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}
.ranges li.active {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }
    .daterangepicker .ranges ul {
        width: 160px;
    }
    .daterangepicker.single .ranges ul {
        width: 100%;
    }
    .daterangepicker.single .calendar.left {
        clear: none;
    }
    .daterangepicker.single.ltr .ranges,
    .daterangepicker.single.ltr .calendar {
        float: left;
    }
    .daterangepicker.single.rtl .ranges,
    .daterangepicker.single.rtl .calendar {
        float: right;
    }
    .daterangepicker.ltr {
        direction: ltr;
        text-align: left;
    }
    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0;
    }
    .daterangepicker.ltr .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker.ltr .calendar.right {
        margin-left: 0;
    }
    .daterangepicker.ltr .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px;
    }
    .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px;
    }
    .daterangepicker.ltr .ranges,
    .daterangepicker.ltr .calendar {
        float: left;
    }
    .daterangepicker.rtl {
        direction: rtl;
        text-align: right;
    }
    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0;
    }
    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker.rtl .calendar.right {
        margin-right: 0;
    }
    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px;
    }
    .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px;
    }
    .daterangepicker.rtl .ranges,
    .daterangepicker.rtl .calendar {
        text-align: right;
        float: right;
    }
}
@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }
    .daterangepicker.ltr .ranges {
        float: left;
    }
    .daterangepicker.rtl .ranges {
        float: right;
    }
    .daterangepicker .calendar.left {
        clear: none !important;
    }
}
.daterangepicker.ltr .ranges .range_inputs .btn-success {
    float: right;
}
.daterangepicker.ltr .ranges .range_inputs .btn-clear {
    display: inline-block !important;
    width: 62px;
    height: 44px;
    margin-top: 10px;
    border: none;
    border-radius: 2px !important;
    background-color: transparent;
    margin-right: 6px;
}
.daterangepicker.ltr .ranges .range_inputs .btn-clear:hover {
    background-color: #ededed;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.select2-container--bootstrap {
    display: block;
    /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
    /**
   * Search field in the Select2 dropdown.
   */
    /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
    /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
    /**
   * Clear the selection.
   */
    /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
    /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
    /**
   * Dropdown border color and box-shadow.
   */
    /**
   * Limit the dropdown height.
   */
    /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
    /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
    /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
    /* 1 */
    /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #DEDFE2;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
    border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #DEDFE2;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
    outline: 0;
    /* Firefox 18- */
    /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-results__option {
    padding: 6px 12px;
    /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
    /**
     * Hover state.
     */
    /**
     * Selected state.
     */
}
.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #777777;
    cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #1D1E40;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #282a59;
    color: #fff;
}
.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -12px;
    padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -24px;
    padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -36px;
    padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -48px;
    padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -60px;
    padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
    color: rgba(245, 245, 245, 0.5);
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
    /**
     * Handle border radii of the container when the dropdown is showing.
     */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
    color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #DEDFE2;
    box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}
.select2-container--bootstrap .select2-dropdown {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
    box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
    margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 24px 6px 12px;
    /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555555;
    padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
    min-height: 34px;
    padding: 0;
    height: auto;
    /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
    /**
     * Minus 2px borders.
     */
    /**
     * Clear the selection.
     */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #555555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 12px;
    height: 32px;
    line-height: 1.42857143;
    margin-top: 0;
    min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 26px;
    line-height: 1.5;
    padding: 3px 22px 3px 10px;
    /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    margin-left: -3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 26px;
    border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 2px 0 0 5px;
    padding: 0 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 10px;
    font-size: 12px;
    height: 24px;
    line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 3px;
}
.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 31px 10px 16px;
    /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0 5px;
    margin-left: -5px;
    margin-left: -10px;
    margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 46px;
    border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    margin: 9px 0 0 8px;
    padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 16px;
    font-size: 18px;
    height: 44px;
    line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
    /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
    /**
     * Multiple Select2
     */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
    padding-left: 24px;
    padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
    /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 12px;
    right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    border-color: #66512c;
}
.has-warning.select2-drop-active {
    border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    border-color: #843534;
}
.has-error.select2-drop-active {
    border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    border-color: #2b542c;
}
.has-success.select2-drop-active {
    border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
    border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group > .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
    /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
    float: none;
}
.input-group > .select2-container--bootstrap.select2-container--open,
.input-group > .select2-container--bootstrap.select2-container--focus {
    z-index: 3;
}
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
    vertical-align: top;
}
/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
}
/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
    .form-inline .select2-container--bootstrap {
        display: inline-block;
    }
}
/* perfect-scrollbar v0.8.1 */
.ps {
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 6px;
}
.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 6px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    bottom: 2px;
    /* there must be 'bottom' for ps__scrollbar-x */
    height: 6px;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
    height: 6px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 6px;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: #999;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: transparent;
    opacity: 1;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: transparent;
    width: 8px;
}
.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 8px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    position: absolute;
    background-color: #d7d8e0;
    border-radius: 7px;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    right: 0;
    width: 8px;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
    width: 8px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: transparent;
    opacity: 1;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #babcca;
    width: 8px;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
    opacity: 1;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: transparent;
    opacity: 1;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #babcca;
}
.dashed-line {
    height: 2px;
}
.dashed-line:after {
    content: '';
    border: 1px dashed #00BA6E;
    display: block;
    height: 2px;
    width: 100%;
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 0;
}
input[type=checkbox]:focus + label:before,
input[type=file]:focus + label:before,
input[type=radio]:focus + label:before {
    outline: 0 !important;
}
.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #003D95;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: " ";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    border-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #1D1E40;
    border-color: #1D1E40;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #E84559;
    border-color: #E84559;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #1D1E40;
    border-color: #1D1E40;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #E84559;
    border-color: #E84559;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-group {
    margin-left: -10px;
    margin-right: -10px;
}
.checkbox-full {
    width: 25%;
    float: left;
    margin-top: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
}
.checkbox-full label {
    line-height: 40px;
    width: 100%;
    padding: 0;
    text-align: center;
}
.checkbox-full label:before {
    width: 100%;
    height: 40px;
    left: 0;
    margin-left: 0;
    border: 1px solid #CECECE;
    background-color: rgba(0, 0, 0, 0);
}
.checkbox-full input[type=checkbox] + label:after {
    display: none;
}
.checkbox-full input[type=checkbox]:checked + label:before {
    border-color: #00BA6E;
}
.checkbox-full input[type=checkbox]:checked + label {
    color: #00BA6E;
}
.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #DEDFE2;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
    cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
    background-color: #1D1E40;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #1D1E40;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #1D1E40;
}
.radio-danger input[type="radio"] + label::after {
    background-color: #E84559;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #E84559;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #E84559;
}
.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #003D95;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}
body {
    overflow: hidden;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a:hover,
a:focus,
a:active,
a:link {
    outline: none;
    text-decoration: none;
}
.transition {
    transition: all 0.25s ease-in-out;
}
.no-border-top {
    border-top: none !important;
}
.no-border-bottom {
    border-bottom: none !important;
}
.no-border-left {
    border-left: none !important;
}
.no-border-right {
    border-right: none !important;
}
.border-dark-left {
    border-left: 1px solid rgba(29, 30, 64, 0.37) !important;
}
.border-dark-top {
    border-top: 1px solid rgba(29, 30, 64, 0.37) !important;
}
.border-dark-bottom {
    border-bottom: 1px solid rgba(29, 30, 64, 0.37) !important;
}
.border-dark-right {
    border-right: 1px solid rgba(29, 30, 64, 0.37) !important;
}
.min-width-130 {
    min-width: 130px;
}
.tx-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date-input {
    display: flex;
    align-items: center;
}
.date-line {
    flex-shrink: 0;
    width: 5px;
    height: 2px;
    background-color: #DEDFE2;
    display: inline-block;
    margin: 0 20px;
}
hr {
    border-top: 1px solid #DADBDB;
}
.reponsive-wall {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('../images/blur-bg.png');
    background-color: #ffffff;
    z-index: 9999;
}
.reponsive-wall h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 900;
    color: #009C00;
    margin: 7px 0 17px 0;
}
.reponsive-wall p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #1D1E45;
}
@media (max-width: 414px) {
    .reponsive-wall {
        display: flex;
    }
}
.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}
.icon-8 {
    width: 8px;
    height: 8px;
}
.icon-10 {
    width: 10px;
    height: 10px;
}
.icon-13 {
    width: 13px;
    height: 13px;
}
.icon-14 {
    width: 14px;
    height: 14px;
}
.icon-16 {
    width: 16px;
    height: 16px;
}
.icon-18 {
    width: 18px;
    height: 18px;
}
.icon-19 {
    width: 19px;
    height: 19px;
}
.icon-20 {
    width: 20px;
    height: 20px;
}
.icon-21 {
    width: 21px;
    height: 21px;
}
.icon-24 {
    width: 24px;
    height: 24px;
}
.icon-25 {
    width: 25px;
    height: 25px;
}
.icon-26 {
    width: 26px;
    height: 26px;
}
.icon-30 {
    width: 30px;
    height: 30px;
}
.icon-40 {
    width: 40px;
    height: 40px;
}
.icon-55 {
    width: 55px;
    height: 55px;
}
.icon-64 {
    width: 64px;
    height: 64px;
}
.icon-120 {
    width: 120px;
    height: 120px;
}
.icon-127 {
    width: 127px;
    height: 127px;
}
.icon-128 {
    width: 128px;
    height: 128px;
}
.icon-hover {
    cursor: pointer;
}
.icon-project {
    background-image: url('../images/icon-menu/icon-project.png');
}
.icon-item {
    background-image: url('../images/icon-menu/icon-item.png');
}
.icon-resource {
    background-image: url('../images/icon-menu/icon-resource.png');
}
.icon-reward {
    background-image: url('../images/icon-menu/icon-reward.png');
}
.icon-notification {
    background-image: url('../images/icon-menu/icon-notification.svg');
}
.icon-help {
    background-image: url('../images/icon-menu/icon-help.svg');
}
.icon-people {
    background-image: url('../images/icon-menu/icon-people.svg');
}
.icon-setting {
    background-image: url('../images/icon-menu/icon-setting.svg');
}
.icon-logout {
    background-image: url('../images/icon-menu/icon-logout.svg');
}
.icon-search {
    background-image: url('../images/icon/icon-search.png');
}
.icon-add {
    background-image: url('../images/icon/icon-add.png');
}
.icon-battery-NA {
    background-image: url('../images/icon/icon-battery-NA.png');
}
.icon-battery-0 {
    background-image: url('../images/icon/icon-battery-0.png');
}
.icon-battery-1 {
    background-image: url('../images/icon/icon-battery-01.png');
}
.icon-battery-2 {
    background-image: url('../images/icon/icon-battery-02.png');
}
.icon-battery-3 {
    background-image: url('../images/icon/icon-battery-03.png');
}
.icon-battery-4 {
    background-image: url('../images/icon/icon-battery-04.png');
}
.icon-battery-5 {
    background-image: url('../images/icon/icon-battery-05.png');
}
.icon-close-cicle {
    background-image: url('../images/icon/icon-close-cicle.svg');
}
.icon-calendar {
    background-image: url('../images/icon/icon-calendar.png');
}
.icon-calendar-dark {
    background-image: url('../images/icon/icon-calendar-dark.png');
}
.icon-group {
    background-image: url('../images/icon/icon-group.svg');
}
.icon-hide {
    background-image: url('../images/icon/icon-hide.svg');
}
.icon-qa-circle-green {
    background-image: url('../images/icon/icon-qa-circle-green.svg');
}
.icon-export-green {
    background-image: url('../images/icon/icon-export-green.svg');
}
.icon-fixed-budget {
    background-image: url('../images/icon/icon-fixed-budget.svg');
}
.icon-structure-tree {
    background-image: url('../images/icon/icon-structure-tree.svg');
}
.icon-productivity-value-low {
    background-image: url('../images/icon/icon-productivity-value-low.svg');
}
.icon-productivity-value-high {
    background-image: url('../images/icon/icon-productivity-value-high.svg');
}
.icon-productivity-value-average {
    background-image: url('../images/icon/icon-productivity-value-average.svg');
}
.icon-productivity-value-not-applicable {
    background-image: url('../images/icon/icon-productivity-value-not-applicable.svg');
}
.icon-business-strategy {
    background-image: url('../images/icon/icon-business-strategy.svg');
}
.icon-unknown {
    background-image: url('../images/icon/icon-level-0.png');
}
.icon-moderate {
    background-image: url('../images/icon/icon-level-1.png');
}
.icon-easy {
    background-image: url('../images/icon/icon-level-2.png');
}
.icon-difficult {
    background-image: url('../images/icon/icon-level-3.png');
}
.icon-avatar {
    background-image: url('../images/icon/icon-avatar.png');
}
.icon-green-flash {
    background-image: url('../images/icon/icon-green-flash.png');
}
.icon-gray-flash {
    background-image: url('../images/icon/icon-gray-flash.png');
}
.icon-yellow-flash {
    background-image: url('../images/icon/icon-yellow-flash.png');
}
.icon-productivity-value-average-white {
    background-image: url('../images/icon/icon-productivity-value-average-white.svg');
}
.icon-productivity-value-average-gray {
    background-image: url('../images/icon/icon-productivity-value-average-gray.svg');
}
.icon-productivity-value-average-gray-dark {
    background-image: url('../images/icon/icon-productivity-value-average-gray-dark.svg');
}
.icon-arrow {
    background-image: url('../images/icon/icon-arrow.svg');
}
.icon-delete {
    background-image: url('../images/icon/icon-delete.png');
}
.icon-medal {
    background-image: url('../images/icon/icon-medal.png');
}
.icon-star {
    background-image: url('../images/icon/icon-star.png');
}
.icon-target {
    background-image: url('../images/icon/icon-target.png');
}
.icon-wallet {
    background-image: url('../images/icon/icon-wallet.png');
}
.icon-warning-info {
    background-image: url('../images/icon/icon-warning-info.png');
}
.icon-dollar-down {
    background-image: url('../images/icon/icon-dollar-down.png');
}
.icon-dollar-info {
    background-image: url('../images/icon/icon-dollar-info.png');
}
.icon-dollar-spot {
    background-image: url('../images/icon/icon-dollar-spot.png');
}
.icon-dollar-up {
    background-image: url('../images/icon/icon-dollar-up.png');
}
.icon-clock {
    background-image: url('../images/icon/icon-clock.png');
}
.icon-report-info {
    background-image: url('../images/icon/icon-report-info.png');
}
.icon-people-bar {
    background-image: url('../images/icon/icon-people-bar.png');
}
.icon-flag {
    background-image: url('../images/icon/icon-flag.png');
}
.icon-visible {
    background-image: url('../images/icon/icon-visible.svg');
}
.icon-gray {
    background-image: url('../images/icon/icon-view-gray.svg');
}
.icon-hidden {
    background-image: url('../images/icon/icon-hidden.svg');
}
.icon-lock {
    background-image: url('../images/icon/icon-lock.svg');
}
.icon-unlock {
    background-image: url('../images/icon/icon-unlock.svg');
}
.icon-check-gray {
    background-image: url('../images/icon/icon-check-gray.png');
}
.icon-flag-gray {
    background-image: url('../images/icon/icon-flag-gray.png');
}
.icon-laptop {
    background-image: url('../images/icon/icon-laptop.svg');
}
.icon-i {
    background-image: url('../images/icon/Shape-i.svg') !important;
    margin-left: 0 !important;
}
.icon-sss {
    width: 29px;
    height: 25px;
    display: block;
    background-image: url(../images/icon/111.svg);
}
.icon-battery {
    width: 17px;
    height: 23px;
    background-image: url(../images/icon/battery.svg);
    margin-right: 8px;
}
.icon-prev {
    width: 25px;
    height: 15px;
    background-image: url(../images/icon/prev.svg);
    transform: rotate(90deg);
}
.icon-next {
    width: 25px;
    height: 15px;
    background-image: url(../images/icon/prev.svg);
    transform: rotate(270deg);
}
.icon-info-black {
    background-image: url('../images/icon/icon-info-black.svg');
}
.icon-date-time {
    background-image: url('../images/icon/date-time.png');
}
.icon-new-info {
    background-image: url('../images/icon-new/icon-info.svg');
}
.icon-count {
    background-image: url('../images/icon-new/icon-count.svg');
}
.icon-new-left {
    background-image: url('../images/icon-new/icon-arr-left.svg');
}
.icon-new-right {
    background-image: url('../images/icon-new/icon-arr-right.svg');
}
.btn {
    font-weight: 800;
    font-size: 14px;
    padding: 10px 28px;
    border-radius: 7px;
    transition: all 0.25s ease-in-out;
}
.btn .icon {
    margin-right: 4px;
    vertical-align: -2px;
}
.btn-create {
    padding: 6px 10px;
    border-radius: 0;
    color: #009C00;
    background-color: transparent;
}
.btn-create:hover {
    color: #008300;
}
.btn-create:link,
.btn-create:focus {
    color: #009C00;
}
.btn-create:link:hover,
.btn-create:focus:hover {
    color: #009C00;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 3px 10px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}
.btn.active,
.btn:active {
    box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    box-shadow: none;
    background: #EFEFEF;
    border-color: #C9C9C9;
    color: #6F7783;
}
.btn-primary {
    color: #FAFBFC;
    height: 40px;
    border: none;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:link {
    background-color: #15162e;
}
.btn-add {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #E5E6EC;
    padding: 0;
    margin: 0;
}
.btn-add::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    width: 34px;
    height: 34px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
    background-image: url('../images/icon/icon-add.png');
}
.btn-add:hover {
    background-color: #d6d8e1;
}
.btn-edit {
    min-width: 36px;
    height: 24px;
    font-size: 12px;
    color: #2F3032;
    padding: 0 6px;
    margin: 0;
    border-radius: 4px;
    background-color: #E5E6EC;
}
.btn-edit:hover {
    color: #232325;
    background-color: #d6d8e1;
}
.btn-delete-small {
    min-width: 36px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    padding: 0 6px;
    margin: 0;
    border-radius: 4px;
    background-color: #FF0060;
}
.btn-delete-small:hover {
    color: #fff;
    background-color: #f5005c;
}
.btn-delete-small:link,
.btn-delete-small:focus {
    color: #fff;
    background-color: #FF0060;
}
.btn-delete-small:link:hover,
.btn-delete-small:focus:hover {
    color: #fff;
    background-color: #FF0060;
}
.btn-cancel-link {
    min-width: 36px;
    height: 24px;
    font-size: 12px;
    color: #67686C;
    padding: 0 6px;
    margin: 0;
    border: none;
    background-color: transparent;
    text-decoration: underline;
}
.btn-cancel-link:hover {
    color: #5b5b5f;
    background-color: transparent;
    text-decoration: underline;
}
.btn-cancel-link:link,
.btn-cancel-link:focus {
    color: #5b5b5f;
    background-color: transparent;
    text-decoration: underline;
}
.btn-cancel-link:link:hover,
.btn-cancel-link:focus:hover {
    color: #5b5b5f;
    background-color: transparent;
    text-decoration: underline;
}
.btn-upload {
    color: #009C00;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 3px;
    background-color: #dcf2ec;
    cursor: pointer;
}
.btn-upload:hover,
.btn-upload.active {
    background-color: #b7e4d8;
    box-shadow: none;
}
.btn-upload::before {
    font-family: 'FontAwesome';
    content: "\f0ee";
    font-size: 13px;
    color: #009C00;
    margin-right: 6px;
}
.btn-upload .fa {
    display: none;
}
.btn-upload.btn-loading::before {
    display: none;
}
.btn-upload.btn-loading .fa {
    display: inline-block;
}
.btn-upload.btn.disabled,
.btn-upload.btn[disabled] {
    cursor: not-allowed;
    box-shadow: none;
    background: #def3ed;
    border-color: #def3ed;
    color: #00a100;
}
.btn-active-green-light {
    background-color: #dcf2ec;
}
.btn-active-green-light .btn-text-color {
    color: #009C00;
}
.btn-active-green-light:hover {
    background-color: #b7e4d8;
    box-shadow: none;
}
.btn-active-green-light.active {
    background-color: #92d6c4;
    box-shadow: none;
}
.btn-outline-secondary {
    border: 1px solid #009C00;
    background-color: transparent;
}
.btn-link-info {
    color: #009C00;
    border: none;
    background-color: transparent;
}
.btn-link-primary {
    border-radius: 3px;
    background-color: #E5E6EB;
}
.btn-link-primary:hover,
.btn-link-primary.active {
    background-color: #b7e4d8;
    box-shadow: none;
}
.btn-admin {
    height: 50px;
    border: 2px solid #53AA85;
    border-radius: 5px;
    background-color: #76E4B5;
}
.btn-admin img {
    margin-right: 14px;
}
.btn-admin span {
    opacity: 0.61;
    color: #073A24;
    font-size: 14px;
    font-weight: 700;
}
.btn-admin-email {
    height: 48px;
    border-radius: 5px;
    background: linear-gradient(90deg, #E5EFF4 0%, #E9F8F5 100%);
    color: #0C0C0C;
    font-size: 14px;
    font-weight: 500;
    margin: 0 4px !important;
}
.btn-admin-email img {
    margin-right: 5px;
    height: 30px;
    width: 30px;
}
.btn-admin-email:hover {
    color: #000000;
    background: linear-gradient(90deg, #d3e4ec 0%, #d6f2ec 100%);
}
.btn-cancel {
    height: 50px;
    border: 2px solid #D8D8D8;
    border-radius: 5px;
    background-color: #e5e5e5;
    color: #a5a5a5;
}
.btn-cancel:hover {
    color: #b2b2b2;
    border: 2px solid #e5e5e5;
    background-color: #f2f2f2;
}
.btn-delete {
    height: 50px;
    border: 2px solid #E84559;
    border-radius: 5px;
    background-color: #eb5c6d;
    color: #fff;
}
.btn-delete:hover {
    color: #fff;
    border: 2px solid #eb5c6d;
    background-color: #ee7282;
}
.btn-add-user {
    font-size: 18px;
    color: #2E2F30;
    min-width: 90px;
    height: auto;
    background-color: #E5E6E9;
}
.btn-add-user:hover {
    color: #222223;
    background-color: #d7d9dd;
}
.btn-tab {
    font-size: 18px;
    font-weight: 600;
    color: #2E2F30;
    min-width: 103px;
    height: 36px;
    line-height: 16px;
    padding: 10px 12px;
    background-color: #EDEFF1;
}
.btn-tab:hover {
    color: #222223;
    background-color: #dfe2e6;
}
.btn-remove {
    font-size: 18px;
    font-weight: 500;
    color: #009C00;
    background-color: transparent;
}
.btn-remove:hover {
    color: #008300;
}
.btn-type {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 10px 20px;
    background-color: #E5E6EE;
}
.btn-type:hover,
.btn-type.active {
    color: #009C00;
    background-color: #E8FFE7;
}
.btn-archive {
    padding: 4px 12px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background-color: #ED6353;
}
.btn-archive:hover,
.btn-archive.active {
    color: #fff;
    background-color: #eb4e3c;
}
.btn-archive:link,
.btn-archive:focus {
    color: #fff;
    background-color: #ED6353;
}
.btn-danger {
    color: #fff;
    background-color: #ED6353;
}
.btn-danger:hover {
    color: #fff;
    background-color: #eb4e3c;
}
.btn-lock {
    cursor: default;
    padding: 0 16px 0 0;
    color: rgba(130, 136, 143, 0.45);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    background-color: transparent;
}
.btn-lock .icon {
    margin-right: 3px !important;
}
.btn-lock:hover {
    color: rgba(130, 136, 143, 0.45);
}
.btn-lock:link,
.btn-lock:focus {
    color: rgba(130, 136, 143, 0.45);
}
.btn-lock:link:hover,
.btn-lock:focus:hover {
    color: rgba(130, 136, 143, 0.45);
}
.btn-unlock {
    cursor: default;
    padding: 0 16px 0 0;
    color: #009C00;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    background-color: transparent;
}
.btn-unlock:hover {
    color: #009C00;
}
.btn-unlock:link,
.btn-unlock:focus {
    color: #009C00;
}
.btn-unlock:link:hover,
.btn-unlock:focus:hover {
    color: #009C00;
}
.btn-green-light {
    color: #47B847;
    background-color: #E8FFE7;
}
.btn-green-light:hover {
    color: #47B847;
    background-color: #d0ffcd;
    box-shadow: none;
}
.btn-green-light.active {
    color: #47B847;
    background-color: #d0ffcd;
    box-shadow: none;
}
.btn-white-radius {
    padding: 9px 23px;
    font-size: 16px;
    letter-spacing: -0.35px;
    font-weight: 900;
    color: #00A86C;
    border-radius: 20px;
    background-color: #fff;
}
.btn-white-radius:hover {
    color: #008f5c;
}
.btn-white-radius:link,
.btn-white-radius:focus {
    color: #00A86C;
}
.btn-white-radius:link:hover,
.btn-white-radius:focus:hover {
    color: #008f5c;
}
.aside-list > li > a {
    position: relative;
    display: block;
    padding: 10px 16px;
}
.aside-list > li > a:hover,
.aside-list > li > a.active {
    background-color: #E8FFE7;
}
.aside-list > li > a .title {
    font-size: 14px;
    font-weight: 600;
    color: #131415;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.aside-list > li > a .sub-title {
    font-size: 12px;
    font-weight: 800;
    color: rgba(57, 61, 62, 0.46);
    line-height: 16px;
}
.aside-list.aside-list-project > li > a {
    padding-left: 46px;
}
.aside-list.aside-list-project > li > a .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}
.aside-list.aside-list-project > li > a .btn-edit {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.aside-list.aside-list-project > li > a:hover {
    padding-right: 56px;
}
.aside-list.aside-list-project > li > a:hover .btn-edit {
    opacity: 1;
}
.aside-list.aside-list-resource > li.sortable-placeholder {
    width: calc(100% - 16px);
    margin: 0 auto;
    background-color: rgba(216, 216, 216, 0.24);
    height: 52px;
    border: 1px dashed #979797 !important;
}
.aside-list.aside-list-resource > li > a {
    padding-left: 55px;
    padding-right: 80px;
    width: 100%;
}
.aside-list.aside-list-resource > li > a .icon {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
}
.aside-list.aside-list-resource > li > a .hour {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -14px;
    font-size: 12px;
    font-weight: 800;
    color: #131415;
    min-width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}
.aside-list.aside-list-resource > li > a .hour span {
    text-align: right;
    display: inline-block;
    width: 40px;
}
.aside-list.aside-list-resource > li > a .hour span.xs-mr-16 {
    margin-right: 6px !important;
}
.aside-list.aside-list-resource > li > a .btn-edit {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.aside-list.aside-list-resource > li > a:hover {
    padding-right: 56px;
}
.aside-list.aside-list-resource > li > a:hover .hour {
    display: none;
}
.aside-list.aside-list-resource > li > a:hover .btn-edit {
    opacity: 1;
}
.aside-empty {
    padding: 5px;
}
.aside-empty > li {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    margin-bottom: 4px;
}
.aside-empty > li::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 8px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.aside-empty > li:nth-child(1) {
    background-color: #E5E6ED;
    background: #E5E6ED;
    background-image: -webkit-linear-gradient(left, #E5E6ED 0%, #d9dae5 20%, #E5E6ED 40%, #E5E6ED 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    animation: preloaderShimmer 1.5s linear infinite forwards;
    transition: all 0.25s ease-in-out;
}
.aside-empty > li:nth-child(1)::before {
    background-color: #F9F9FA;
}
.aside-empty > li:nth-child(2) {
    background-color: rgba(229, 230, 237, 0.75);
    background: #ececf2;
    background-image: -webkit-linear-gradient(left, #ececf2 0%, #e0e0ea 20%, #ececf2 40%, #ececf2 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    animation: preloaderShimmer 1.5s linear infinite forwards;
    transition: all 0.25s ease-in-out;
}
.aside-empty > li:nth-child(2)::before {
    background-color: #F1F2F5;
}
.aside-empty > li:nth-child(3) {
    background-color: rgba(229, 230, 237, 0.5);
    background: #f2f2f6;
    background-image: -webkit-linear-gradient(left, #f2f2f6 0%, #e6e6ee 20%, #f2f2f6 40%, #f2f2f6 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    animation: preloaderShimmer 1.5s linear infinite forwards;
    transition: all 0.25s ease-in-out;
}
.aside-empty > li:nth-child(3)::before {
    background-color: #ECECF1;
}
.aside-empty > li:nth-child(4) {
    background-color: rgba(229, 230, 237, 0.25);
    background: #f8f9fa;
    background-image: -webkit-linear-gradient(left, #f8f9fa 0%, #eceff1 20%, #f8f9fa 40%, #f8f9fa 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    animation: preloaderShimmer 1.5s linear infinite forwards;
    transition: all 0.25s ease-in-out;
}
.aside-empty > li:nth-child(4)::before {
    background-color: #E5E6EE;
}
.resource-group .sortable-placeholder {
    width: calc(100% - 16px);
    margin: 30px auto 0;
    background-color: rgba(216, 216, 216, 0.24);
    border: 1px dashed #979797 !important;
}
.nav-tabs {
    position: relative;
    padding: 0 23px 13px 23px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.31);
}
@media (max-width: 1359px) {
    .nav-tabs {
        padding: 0 0 13px 0;
    }
}
.nav-tabs li {
    border: none;
    margin-right: 10px;
}
.nav-tabs li a {
    display: block;
    font-size: 18px;
    color: #131415;
    font-weight: 600;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: none !important;
    background-color: transparent !important;
}
@media (max-width: 1199px) {
    .nav-tabs li a {
        font-size: 16px;
    }
}
.nav-tabs li.active > a,
.nav-tabs li:hover > a,
.nav-tabs li.active > a:focus,
.nav-tabs li:hover > a:focus,
.nav-tabs li.active > a:hover,
.nav-tabs li:hover > a:hover {
    color: #009C00 !important;
    background-color: #C6FFDF !important;
}
.nav-tabs.modal-nav-tabs {
    padding-left: 15px;
    padding-right: 15px;
}
.nav-tabs.modal-nav-tabs li a {
    color: #000;
}
.nav-tabs.modal-nav-tabs li.active > a,
.nav-tabs.modal-nav-tabs li:hover > a,
.nav-tabs.modal-nav-tabs li.active > a:focus,
.nav-tabs.modal-nav-tabs li:hover > a:focus,
.nav-tabs.modal-nav-tabs li.active > a:hover,
.nav-tabs.modal-nav-tabs li:hover > a:hover {
    color: #009C00 !important;
    background-color: #E8FFE7 !important;
}
.nav-tabs.nav-project li.active > a,
.nav-tabs.nav-project li:hover > a,
.nav-tabs.nav-project li.active > a:focus,
.nav-tabs.nav-project li:hover > a:focus,
.nav-tabs.nav-project li.active > a:hover,
.nav-tabs.nav-project li:hover > a:hover {
    color: #009C00;
    background-color: #E8FFE7;
}
.nav-tabs .btn {
    position: absolute;
    right: 20px;
    bottom: 11.5px;
}
.nav-tabs.nav-tabs-side {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 11px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.31);
}
.nav-tabs.nav-tabs-side li {
    width: 50%;
    border: none;
    margin-right: 0;
    text-align: center;
}
.nav-tabs.nav-tabs-side li a {
    font-size: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-tabs.nav-tabs-side li.active > a,
.nav-tabs.nav-tabs-side li:hover > a,
.nav-tabs.nav-tabs-side li.active > a:focus,
.nav-tabs.nav-tabs-side li:hover > a:focus,
.nav-tabs.nav-tabs-side li.active > a:hover,
.nav-tabs.nav-tabs-side li:hover > a:hover {
    color: #009C00 !important;
    background-color: #C6FFDF !important;
}
.tab-content {
    position: absolute;
    top: calc(142px);
    left: 0;
    padding: 35.6px 21.5px;
    width: 100%;
    height: calc(100% - 142px);
    overflow: auto;
}
.tab-content.tab-settings {
    padding: 23px 21.5px;
}
.tab-content.tab-modal-content {
    position: relative;
    top: 0;
    height: auto;
    padding: 0;
}
.tab-content.tab-table {
    top: calc(142px + 95px);
    height: calc(100% - 142px - 95px);
    padding: 0 21.5px;
}
.tab-content.tab-table.tab-small-table {
    top: calc(142px + 69px);
    height: calc(100% - 142px - 69px);
}
.tab-content.tab-content-side {
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: auto;
}
.tab-content .tab-table-border {
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}
.tab-content.tab-table-insights {
    top: calc(142px + 16px);
    height: calc(100% - 142px - 32px);
    padding: 0 21.5px;
}
.tab-content.tab-table-content {
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: auto;
}
.new-main .nav-tabs {
    font-family: "AvenirNext";
    position: relative;
    padding: 0;
    border-bottom: none;
    margin-left: 20px;
    margin-top: 9px;
}
@media only screen and (max-width: 730px) {
    .new-main .nav-tabs {
        margin-left: 0;
    }
}
.new-main .nav-tabs li {
    border: none;
    margin-right: 10px;
}
.new-main .nav-tabs li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: rgba(69, 79, 110, 0.61);
    padding: 0 12px 6px 12px;
    height: auto;
    border-radius: 0;
    border: none !important;
    background-color: transparent !important;
}
.new-main .nav-tabs li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 8px;
}
@media only screen and (max-width: 730px) {
    .new-main .nav-tabs li a {
        font-size: 16px;
        line-height: 25px;
        color: rgba(69, 79, 110, 0.61);
        padding: 0 6px;
    }
}
.new-main .nav-tabs li.active > a,
.new-main .nav-tabs li:hover > a,
.new-main .nav-tabs li.active > a:focus,
.new-main .nav-tabs li:hover > a:focus,
.new-main .nav-tabs li.active > a:hover,
.new-main .nav-tabs li:hover > a:hover {
    color: #454F6E !important;
    background-color: transparent !important;
}
.new-main .nav-tabs li.active > a::before,
.new-main .nav-tabs li:hover > a::before,
.new-main .nav-tabs li.active > a:focus::before,
.new-main .nav-tabs li:hover > a:focus::before,
.new-main .nav-tabs li.active > a:hover::before,
.new-main .nav-tabs li:hover > a:hover::before {
    background-color: #454F6E;
}
.new-main .nav-tabs.modal-nav-tabs {
    padding-left: 15px;
    padding-right: 15px;
}
.new-main .nav-tabs.modal-nav-tabs li a {
    color: #000;
}
.new-main .nav-tabs.modal-nav-tabs li.active > a,
.new-main .nav-tabs.modal-nav-tabs li:hover > a,
.new-main .nav-tabs.modal-nav-tabs li.active > a:focus,
.new-main .nav-tabs.modal-nav-tabs li:hover > a:focus,
.new-main .nav-tabs.modal-nav-tabs li.active > a:hover,
.new-main .nav-tabs.modal-nav-tabs li:hover > a:hover {
    color: #009C00 !important;
    background-color: #E8FFE7 !important;
}
.new-main .nav-tabs.nav-project li.active > a,
.new-main .nav-tabs.nav-project li:hover > a,
.new-main .nav-tabs.nav-project li.active > a:focus,
.new-main .nav-tabs.nav-project li:hover > a:focus,
.new-main .nav-tabs.nav-project li.active > a:hover,
.new-main .nav-tabs.nav-project li:hover > a:hover {
    color: #009C00;
    background-color: #E8FFE7;
}
.new-main .nav-tabs .btn {
    position: absolute;
    right: 20px;
    bottom: 11.5px;
}
.new-main .nav-tabs.nav-tabs-side {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 11px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.31);
}
.new-main .nav-tabs.nav-tabs-side li {
    width: 50%;
    border: none;
    margin-right: 0;
    text-align: center;
}
.new-main .nav-tabs.nav-tabs-side li a {
    font-size: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.new-main .nav-tabs.nav-tabs-side li.active > a,
.new-main .nav-tabs.nav-tabs-side li:hover > a,
.new-main .nav-tabs.nav-tabs-side li.active > a:focus,
.new-main .nav-tabs.nav-tabs-side li:hover > a:focus,
.new-main .nav-tabs.nav-tabs-side li.active > a:hover,
.new-main .nav-tabs.nav-tabs-side li:hover > a:hover {
    color: #009C00 !important;
    background-color: #C6FFDF !important;
}
@media only screen and (max-width: 590px) {
    .new-main .nav-tabs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}
.new-main .tab-content {
    position: absolute;
    top: calc(142px);
    left: 0;
    padding: 0;
    width: 100%;
    height: calc(100% - 142px);
    overflow: auto;
    background-color: #EDEEEF;
}
.new-main .tab-content.tab-table {
    top: 150px;
    height: calc(100% - 150px);
    padding: 0;
}
@media only screen and (max-width: 1650px) {
    .new-main .tab-content.tab-table {
        top: 200px;
        height: calc(100% - 150px - 50px);
        padding: 0;
    }
}
label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.form-control {
    font-size: 14px;
    color: #000;
    height: 40px;
    font-weight: 800;
    border: 2px solid #DEDFE2;
    border-radius: 0;
}
.form-control:focus {
    border-color: #d0d2d6;
    box-shadow: none;
}
.form-control.input-sm {
    height: auto;
}
.cell-input-with-disabled[disabled] {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
.td-block-header .cell-input-with-disabled[disabled] {
    font-size: inherit;
    color: inherit;
}
.cell-hour-input-with-disabled {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px;
    font-weight: 800;
    color: #009C00;
    border-radius: 4px;
    padding: 0;
    margin-right: 4px;
    border: none;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.cell-hour-input-with-disabled[disabled] {
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    text-align: center;
    background-color: #ACFFA8;
}
.input-unit {
    position: relative;
}
.input-unit span {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 800;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 36px;
    line-height: 40px;
    width: 32px;
    text-align: center;
}
.input-unit input {
    padding-left: 32px;
}
.input-unit-after {
    position: relative;
}
.input-unit-after span {
    display: block;
    font-size: 14px;
    color: #696A6E;
    font-weight: 800;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 36px;
    line-height: 40px;
    width: 32px;
    text-align: center;
}
.input-unit-after input {
    padding-right: 32px;
}
.input-unit-after.input-unit-long span {
    width: auto;
    right: 10px;
    line-height: 36px;
}
.input-unit-after.input-unit-long input {
    padding-right: 160px;
}
.file-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #ececee;
    border-radius: 0;
}
.file-box .upload-document {
    width: 100%;
    height: 40px;
    opacity: 0;
}
.file-box .upload-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: rgba(57, 61, 62, 0.46);
    font-weight: 800;
    text-align: center;
}
.upload-file {
    position: relative;
}
.upload-file .upload-document {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload-image {
    width: 155px;
    height: auto;
}
.input-group {
    display: flex;
    align-items: center;
}
.check-box {
    height: 20px;
    width: auto;
    position: relative;
    margin: 10px 0;
}
.check-box label {
    width: 100%;
    height: 100%;
    padding-left: 36px;
    font-size: 14px;
    line-height: 19px;
    color: #66676B;
    cursor: pointer;
}
.check-box label::before,
.check-box label::after {
    content: "";
    display: block;
    position: absolute;
    height: 19px;
    width: 19px;
    line-height: 20px;
    border-radius: 4px;
    top: 50%;
    margin-top: -10px;
    left: 0;
}
.check-box label::before {
    border: 2px solid #E5E6EC;
    border-radius: 4px;
    background-color: white;
}
.check-box label::after {
    font-size: 12px;
    font-family: 'FontAwesome';
    text-align: center;
    color: white;
}
.check-box input[type="checkbox"] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.check-box input[type="checkbox"]:checked + label::before {
    border: 2px solid #1b1c3c;
    background-color: #1D1E40;
}
.check-box input[type="checkbox"]:checked + label::after {
    content: "\f00c";
}
.check-box input[type="checkbox"]:disabled {
    cursor: not-allowed;
}
.check-box input[type="checkbox"]:disabled + label::before {
    opacity: 0.4;
}
.check-box.check-box-td {
    margin: 0;
}
.check-box.check-box-td label {
    padding-left: 0;
    width: 18px;
}
.radio-box {
    height: 20px;
    width: auto;
    position: relative;
    margin: 10px 0;
}
.radio-box label {
    width: auto;
    height: 100%;
    padding-left: 36px;
    font-size: 14px;
    line-height: 19px;
    color: #66676B;
    cursor: pointer;
}
.radio-box label::before,
.radio-box label::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    top: 50%;
    left: 0;
}
.radio-box label::before {
    height: 19px;
    width: 19px;
    margin-top: -10px;
    line-height: 20px;
    border: 2px solid #E5E6EC;
    background-color: white;
}
.radio-box label::after {
    width: 9px;
    height: 9px;
    margin-top: -5px;
    left: 5px;
    background-color: transparent;
}
.radio-box input[type="radio"] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.radio-box input[type="radio"]:checked + label::before {
    border: 2px solid #1D1E40;
}
.radio-box input[type="radio"]:checked + label::after {
    background-color: #1D1E40;
}
.radio-box input[type="radio"]:disabled + label {
    cursor: not-allowed;
    opacity: 0.6;
}
/* ###### Preload ###### */
.tooltip.tooltip-custom {
    opacity: 1;
}
.tooltip.tooltip-custom .tooltip-inner {
    background-color: transparent;
    color: inherit;
    width: 100%;
    max-width: 100%;
    font-size: 10px;
    font-weight: 800;
}
.tooltip.tooltip-custom .tooltip-content {
    border-radius: 4px;
    width: 120px;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    color: #fff;
}
.tooltip.tooltip-custom .tooltip-figure {
    margin-bottom: 4px;
}
.tooltip-custom-dark .tooltip-content {
    background-color: #2e475d;
}
.tooltip-custom-dark.top .tooltip-arrow {
    border-top-color: #2e475d;
}
.tooltip-custom-dark.top-left .tooltip-arrow {
    border-top-color: #2e475d;
}
.tooltip-custom-dark.top-right .tooltip-arrow {
    border-top-color: #2e475d;
}
.tooltip-custom-dark.right .tooltip-arrow {
    border-right-color: #2e475d;
}
.tooltip-custom-dark.left .tooltip-arrow {
    border-left-color: #2e475d;
}
.tooltip-custom-dark.bottom .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-custom-dark.bottom-left .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-custom-dark.bottom-right .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-custom-danger .tooltip-content {
    background-color: #e84559;
}
.tooltip-custom-danger.top .tooltip-arrow {
    border-top-color: #e84559;
}
.tooltip-custom-danger.top-left .tooltip-arrow {
    border-top-color: #e84559;
}
.tooltip-custom-danger.top-right .tooltip-arrow {
    border-top-color: #2e475d;
}
.tooltip-custom-danger.right .tooltip-arrow {
    border-right-color: #2e475d;
}
.tooltip-custom-danger.left .tooltip-arrow {
    border-left-color: #2e475d;
}
.tooltip-custom-danger.bottom .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-custom-danger.bottom-left .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-custom-danger.bottom-right .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-hour {
    opacity: 1 !important;
}
.tooltip-hour .tooltip-content {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
.tooltip-hour .tooltip-content .tooltip-inner {
    font-size: 12px;
    font-weight: 700;
    color: #009C00;
    background-color: #fff;
    padding: 2px 8px;
}
.tooltip-hour.top .tooltip-arrow {
    border-top-color: #fff;
}
.tooltip-hour.top-left .tooltip-arrow {
    border-top-color: #fff;
}
.tooltip-hour.top-right .tooltip-arrow {
    border-top-color: #fff;
}
.tooltip-hour.right .tooltip-arrow {
    border-right-color: #fff;
}
.tooltip-hour.left .tooltip-arrow {
    border-left-color: #fff;
}
.tooltip-hour.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}
.tooltip-hour.bottom-left .tooltip-arrow {
    border-bottom-color: #fff;
}
.tooltip-hour.bottom-right .tooltip-arrow {
    border-bottom-color: #fff;
}
.tooltip-add {
    margin-left: 12px !important;
}
.tooltip-add.in {
    opacity: 1;
}
.tooltip-add .tooltip-arrow {
    border-right-color: #00A44E !important;
}
.tooltip-add .tooltip-content .tooltip-inner {
    font-size: 14px;
    color: #FAFBFC;
    line-height: 17px;
    width: 216px;
    padding: 10px 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    background-color: #00A44E !important;
}
.tooltip-field.in {
    opacity: 1;
}
.tooltip-field .tooltip-arrow {
    border-top-color: #2e475d !important;
}
.tooltip-field .tooltip-content .tooltip-inner {
    font-size: 12px;
    color: #FAFBFC;
    line-height: 16px;
    width: auto;
    max-width: 220px;
    padding: 8px 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    white-space: normal;
    word-break: break-word;
    background-color: #2e475d !important;
    text-align: left;
}
.modal {
    padding: 0 !important;
}
.modal .modal-dialog {
    width: 885px;
}
.modal .modal-dialog.modal-sm {
    width: 600px !important;
}
.modal .modal-content {
    position: relative;
    border-radius: 4px;
    box-shadow: none;
}
.modal .modal-content .modal-header {
    padding: 17px 32px;
    border-bottom: none;
}
.modal .modal-content .modal-header .close {
    position: absolute;
    top: 33.5px;
    right: 31.5px;
    opacity: 0.9;
    z-index: 99;
    cursor: pointer;
}
.modal .modal-content .modal-header .close:focus {
    outline: none;
}
.modal .modal-content .modal-header .close:hover {
    opacity: 1;
}
.modal .modal-content .modal-header h4 {
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    color: #000;
}
.modal .modal-content .modal-body {
    padding: 11px 16px 16px 16px;
}
.modal .modal-footer {
    border: none;
    padding-left: 24.3px;
    padding-right: 24.3px;
}
.tip-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    margin: 0 auto;
}
.tip-title span {
    flex: 32px 0 0;
    margin-right: 10px;
}
.tip-box {
    text-align: center;
}
.tip-box .tip-word {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
}
.tip-box .tip-button {
    margin-top: 40px;
}
.tip-box .tip-button .btn {
    min-width: 120px;
    margin: 0 6px;
}
.select2-container--default .select2-selection--multiple.select2-multiple-table-container .select2-selection__rendered {
    display: flex;
    flex-direction: row;
}
.select2-container .select2-selection--single {
    font-size: 14px;
    color: #000;
    font-weight: 800;
    height: 40px;
    border: 2px solid #DEDFE2;
    border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    background-color: #1D1E40;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-width: 4px 3px 0 3px;
    left: 50%;
    margin-left: -3px;
}
.select2-container.select2-container--open .select2-selection--single {
    border-color: #d0d2d6;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.075);
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 3px 4px 3px;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
}
.select2-container.select2-container--open .select2-dropdown {
    margin-top: -2px;
    border-width: 2px;
    border-color: #d0d2d6;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.075);
}
.select2-container.select2-container--focus {
    border-color: #d0d2d6;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.075);
}
.select2-container--bootstrap .select2-search {
    margin: 3px 0;
}
.select2-container--bootstrap .select2-results__option {
    padding: 8px 12px;
    font-weight: 600;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #e8e8e8;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #1D1E40 !important;
}
.select2-container--bootstrap .select2-dropdown .select2-results__options .selection-with-icon {
    display: flex;
    align-items: center;
}
.select2-container--bootstrap .select2-dropdown .select2-results__options .selection-with-icon .icon {
    margin: 0 6px 0 -6px;
}
.select2-container--bootstrap .select2-dropdown .select2-results__options .selection-with-icon .selection-text {
    font-size: 12px;
    font-weight: 900;
}
.select2-selection--multiple {
    border-width: 2px !important;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: #009C00;
    line-height: 26px;
    border: 1px solid #deffdd;
    background-color: #E8FFE7;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: rgba(0, 156, 0, 0.8);
    margin-right: 5px;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    color: #009C00;
}
.select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field {
    min-width: 120px !important;
}
.select2-container--focus .select2-selection--multiple,
.select2-container--open .select2-selection--multiple {
    border-color: #d0d2d6 !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.075) !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    max-height: 70px;
    overflow: auto;
}
.dropdown-status {
    z-index: 99;
}
.dropdown-status .btn {
    min-width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-status .dropdown-menu {
    left: auto;
    right: 0;
    padding: 5px 0;
}
.function-header .dropdown-status {
    position: absolute;
    right: 24px;
}
.dropdown-date {
    margin: 0 auto;
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    min-width: 260px;
    width: auto;
    text-align: center;
}
.dropdown-date.open {
    background-color: #FAFBFC;
}
.dropdown-date button {
    background-color: transparent;
    border: none;
}
.dropdown-date button:focus,
.dropdown-date button:active {
    outline: none;
}
.dropdown-date .dropdown-menu {
    min-width: 260px;
    max-height: 400px;
    overflow: auto;
}
.dropdown-date .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 800;
}
.dropdown-date.dropdown-date-sm {
    font-size: 14px;
    line-height: 19px;
}
.dropdown-date.dropdown-date-sm .dropdown-menu > li > a {
    font-size: 14px;
}
.dropdown-group,
.dropdown-fields {
    position: relative;
    color: #131415;
}
.dropdown-group .group-delete,
.dropdown-fields .group-delete {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
    border-radius: 100%;
    cursor: pointer;
}
.dropdown-group .group-delete:hover,
.dropdown-fields .group-delete:hover {
    color: #fff;
    background-color: #00C138;
    transition: all 0.25s ease-in-out;
}
.dropdown-group .dropdown-group-box,
.dropdown-fields .dropdown-group-box {
    position: absolute;
    top: 100%;
    right: 0;
    float: left;
    width: 240px;
    padding: 16px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #FAFBFC;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    z-index: 99;
}
.dropdown-group .dropdown-group-box .intro,
.dropdown-fields .dropdown-group-box .intro {
    font-size: 12px;
    font-weight: 400;
    color: rgba(57, 61, 62, 0.46);
}
.dropdown-group .btn-outline-grey:hover,
.dropdown-fields .btn-outline-grey:hover {
    color: #0D256E;
    border: 1px solid #0D256E;
}
.dropdown-group .dropdown-menu,
.dropdown-fields .dropdown-menu {
    min-width: 130px;
    width: 100%;
    padding: 0;
}
.dropdown-group .dropdown-menu li a,
.dropdown-fields .dropdown-menu li a {
    font-size: 12px;
    font-weight: bold;
    padding: 6px 16px;
}
.dropdown-group .dropdown-menu li a:hover,
.dropdown-fields .dropdown-menu li a:hover {
    color: #0D256E;
}
.dropdown-fields .dropdown-group-box {
    width: 220px;
    padding: 8px 16px;
    max-height: 540px;
    overflow: auto;
}
.dropdown-menu-project {
    max-width: 240px;
    max-height: 360px;
    overflow: auto;
    left: 65px;
}
.dropdown-menu-project li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 6px 16px;
    white-space: normal;
    word-break: break-word;
}
.dropdown-menu-project li a:hover {
    color: #0D256E;
}
.table-main-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 21.5px;
    overflow: hidden;
}
.table-main-wrapper.table-fixed-bg:before {
    content: "";
    height: 40px;
    z-index: 10;
    width: calc(100% - 60px);
    top: 0;
    left: 21.5px;
    background-color: #E5E6E9;
    display: block;
    position: absolute;
}
.table-main-wrapper .table {
    margin-bottom: 0;
}
.table-main-wrapper .table thead tr > th {
    font-size: 12px;
    font-weight: 900;
    color: #82888F;
    vertical-align: middle;
    padding: 2px 8px;
    z-index: 10;
    background-color: #fff;
}
.table-main-wrapper .table td {
    padding: 10px 8px;
    font-size: 14px;
    color: #6D6E72;
    vertical-align: middle;
    background-color: #FAFBFC;
    font-weight: 900;
}
.table-main-wrapper .table td .cell {
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-main-wrapper .table td .cell.cell-text {
    color: #66676B;
}
.table-main-wrapper .table td .cell input {
    font-weight: 900;
}
.table-main-wrapper .table td .cell.cell-selectable {
    cursor: pointer;
}
.table-main-wrapper .table td .cell-with-icon {
    display: flex;
    align-items: center;
}
.table-main-wrapper .table td .cell-content-input {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.table-main-wrapper .table td .cell-content-input .icon {
    margin-right: 6px;
}
.table-main-wrapper .table td .cell-content-input .cell-hour-input {
    width: 28px;
    height: 28px;
    margin-left: 4px;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection {
    border-width: 2px;
    border-color: transparent;
    background-color: #E5E6EB;
    box-shadow: none;
    padding: 0 20px 0 0px;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__rendered {
    line-height: 0;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__rendered .selection-with-icon {
    display: flex;
    align-items: center;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__rendered .selection-with-icon .icon {
    margin: 0 6px;
    width: 22px;
    height: 22px;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__rendered .selection-with-icon .selection-text {
    font-size: 14px;
    color: #66676B;
    font-weight: 900;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__arrow {
    display: none;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--open .select2-selection,
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--focus .select2-selection {
    border-color: #d0d2d6;
    box-shadow: none;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--open .select2-selection .select2-selection__arrow,
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--focus .select2-selection .select2-selection__arrow {
    display: block;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    right: 10px;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--open .select2-selection .select2-selection__arrow b,
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--focus .select2-selection .select2-selection__arrow b {
    margin-left: -6px;
    margin-top: -4px;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--open .select2-selection {
    border-bottom-width: 0;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #131415 transparent;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--focus .select2-selection .select2-selection__arrow b {
    border-color: #131415 transparent transparent transparent;
}
.table-main-wrapper .table td .cell-select-badge .select2-container .select2-selection {
    border-width: 2px;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.table-main-wrapper .table td .cell-select-badge .select2-container .select2-selection .select2-selection__rendered {
    border-radius: 10px;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    padding: 0 5px;
    background-color: #E5E6EC;
}
.table-main-wrapper .table td .cell-select-badge .select2-container .select2-selection .select2-selection__rendered .selection-with-icon {
    display: flex;
    align-items: center;
}
.table-main-wrapper .table td .cell-select-badge .select2-container .select2-selection .select2-selection__arrow {
    display: none;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection,
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--focus .select2-selection {
    border-color: #d0d2d6;
    box-shadow: none;
    padding: 0 20px 0 0px;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection .select2-selection__rendered,
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--focus .select2-selection .select2-selection__rendered {
    border-radius: 0;
    min-width: auto;
    height: auto;
    line-height: 23px;
    background-color: transparent;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection .select2-selection__arrow,
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--focus .select2-selection .select2-selection__arrow {
    display: block;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    right: 10px;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection .select2-selection__arrow b,
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--focus .select2-selection .select2-selection__arrow b {
    margin-left: -6px;
    margin-top: -4px;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection {
    border-bottom-width: 0;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #131415 transparent;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--focus .select2-selection .select2-selection__arrow b {
    border-color: #131415 transparent transparent transparent;
}
.table-main-wrapper .table td .cell-two-number span {
    display: inline-block;
    width: 60px;
    margin: 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-main-wrapper .table .table-align-top tr td {
    vertical-align: top;
}
.table-main-wrapper .table .selection-badge {
    color: #66676B;
    border-radius: 10px;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    padding: 0 5px;
    background-color: #E5E6EC;
}
.table-main-wrapper .table .selection-badge:empty {
    display: none;
}
.table-main-wrapper .table tbody {
    position: relative;
}
.table-main-wrapper .table tbody.ui-sortable-placeholder tr td,
.table-main-wrapper .table tbody.sortable-placeholder tr td {
    position: relative;
    height: 160px;
    border: none !important;
    background: none !important;
}
.table-main-wrapper .table tbody.ui-sortable-placeholder tr td::before,
.table-main-wrapper .table tbody.sortable-placeholder tr td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    width: 100%;
    height: 200px;
    background-color: rgba(216, 216, 216, 0.24);
    border: 1px dashed #979797 !important;
    border-left: none !important;
    border-right: none !important;
}
.table-main-wrapper .table tbody tr.ui-sortable-placeholder td,
.table-main-wrapper .table tbody tr.sortable-placeholder td {
    position: relative;
    height: 70px;
    border: none !important;
    background: none !important;
}
.table-main-wrapper .table tbody tr.ui-sortable-placeholder td::before,
.table-main-wrapper .table tbody tr.sortable-placeholder td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    width: 100%;
    height: 60px;
    background-color: rgba(216, 216, 216, 0.24);
    border-top: 1px dashed #979797 !important;
    border-bottom: 1px dashed #979797 !important;
}
.table-main-wrapper .table-bordered {
    border: 1px solid #E5E6E9;
}
.table-main-wrapper .table-bordered > thead > tr > th,
.table-main-wrapper .table-bordered > tbody > tr > th,
.table-main-wrapper .table-bordered > tfoot > tr > th,
.table-main-wrapper .table-bordered > thead > tr > td,
.table-main-wrapper .table-bordered > tbody > tr > td,
.table-main-wrapper .table-bordered > tfoot > tr > td {
    border: 1px solid #E5E6E9;
}
.table > tbody + tbody {
    border-top: 1px solid #E5E6E9;
}
.table-resources thead tr th {
    color: #82888F;
    padding: 6px 8px;
    border-bottom: 1px solid #E5E6E9;
}
.table-resources tbody tr td {
    padding: 20px 8px;
    color: #000;
    font-weight: 800;
    border-bottom: none !important;
    border-top: none !important;
}
.table-resources tbody tr td .btn-edit {
    text-align: right;
    color: #82888F;
}
.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover {
    background-color: #f4f6f8;
}
.table-access {
    margin-bottom: 0;
}
.table-access > tbody > tr > td {
    border-top: 1px solid #D8D8D8;
    vertical-align: middle;
    padding: 20px 16px;
}
.table-access > tbody > tr > td .cell-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.table-access > tbody > tr > td .cell-text .name {
    display: inline;
    font-weight: 800;
}
.table-resources .table tr.ui-sortable-placeholder td,
.table-resources .table tr.sortable-placeholder td {
    position: relative;
    height: 80px;
    border: none !important;
    background: none !important;
}
.table-resources .table tr.ui-sortable-placeholder td::before,
.table-resources .table tr.sortable-placeholder td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    width: 100%;
    height: 70px;
    background-color: rgba(216, 216, 216, 0.24);
    border-top: 1px dashed #979797 !important;
    border-bottom: 1px dashed #979797 !important;
}
.table-resources .table tr.ui-sortable-helper {
    display: flex;
    border-top: 1px solid #D1D1D1 !important;
    border-bottom: 1px solid #D1D1D1 !important;
    border-right: 1px solid #D1D1D1 !important;
}
.table-resources .table tr.ui-sortable-helper td {
    flex-grow: 1;
    border-right: none !important;
}
.table-new-main-wrapper {
    font-family: "AvenirNext";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.table-new-main-wrapper .table th {
    padding: 10px 6px !important;
}
.table-new-main-wrapper .table td {
    padding: 6px !important;
    height: 58px !important;
}
.table-new-main-wrapper .table th,
.table-new-main-wrapper .table td {
    vertical-align: middle !important;
    border: none !important;
}
.table-new-main-wrapper .table th:first-child,
.table-new-main-wrapper .table td:first-child {
    padding-left: 16px !important;
}
.table-new-main-wrapper .table th:last-child,
.table-new-main-wrapper .table td:last-child {
    padding-right: 16px !important;
}
.table-new-main-wrapper .table .table-id {
    display: block;
    width: 46px;
    height: 46px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    border-radius: 100%;
}
.table-new-main-wrapper .table .table-id.green-bg {
    background-color: #34B478;
    margin-left: 8px;
}
.table-new-main-wrapper .table .table-id.dark-bg {
    background-color: #131415;
}
.table-new-main-wrapper .table .table-id.no-bg {
    background-color: #fff;
    border: 2px solid #E3E6EB;
    color: #1D1E40;
}
.table-new-main-wrapper .table thead .table-top-header {
    background-color: #131415;
}
.table-new-main-wrapper .table thead .table-top-subHeader {
    background-color: #fff;
}
.table-new-main-wrapper .table thead.plan-head-date > tr > th {
    padding: 0 6px !important;
}
.table-new-main-wrapper .table thead.plan-head-date tbody .table-top-header th {
    top: 0 !important;
}
.table-new-main-wrapper .table thead.plan-head-date .table-top-subHeader th {
    position: relative;
    padding: 10px 6px !important;
}
.table-new-main-wrapper .table thead.plan-head-date .table-top-subHeader th:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #EEEFF1;
}
.table-new-main-wrapper .table thead th {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.09px;
    color: #fff;
    z-index: 10;
}

.table-new-main-wrapper .table thead th .cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 46px;
    padding: 0 7px 0 16px;
    border-radius: 23px;
    background-color: #33383E;
    white-space: nowrap;
    cursor: pointer;
}
.table-new-main-wrapper .table thead th .cell.cell-active {
    background-color: #34B478;
}
.table-new-main-wrapper .table thead th .cell.cell-active .icon-count {
    background-image: url('../images/icon-new/icon-new-close.svg');
}
.table-new-main-wrapper .table thead th .cell .cell-left {
    display: flex;
    align-items: center;
}
.table-new-main-wrapper .table thead th .cell .cell-left .icon-new-info {
    margin-right: 6px;
}
.table-new-main-wrapper .table thead th .cell .cell-text {
    padding: 0 14px 0 5px;
}
.table-new-main-wrapper .table tbody tr.block-header,
.table-new-main-wrapper .table tfoot tr.block-header {
    background-color: transparent;
    height: 34px;
}
.table-new-main-wrapper .table tbody tr.block-body,
.table-new-main-wrapper .table tfoot tr.block-body {
    padding: 0 10px;
    border-left: 16px solid #EDEEEF !important;
    background-color: #fff;
}
.table-new-main-wrapper .table tbody tr.block-body .table-id,
.table-new-main-wrapper .table tfoot tr.block-body .table-id {
    font-size: 16px;
    font-weight: 700;
}
.table-new-main-wrapper .table tbody tr.block-body:nth-child(2) td:first-child,
.table-new-main-wrapper .table tfoot tr.block-body:nth-child(2) td:first-child {
    border-top-left-radius: 16px !important;
}
.table-new-main-wrapper .table tbody tr.block-body:nth-child(2) td:last-child,
.table-new-main-wrapper .table tfoot tr.block-body:nth-child(2) td:last-child {
    border-top-right-radius: 16px !important;
}
.table-new-main-wrapper .table tbody tr.block-body:last-child td:first-child,
.table-new-main-wrapper .table tfoot tr.block-body:last-child td:first-child {
    border-bottom-left-radius: 16px !important;
}
.table-new-main-wrapper .table tbody tr.block-body:last-child td:last-child,
.table-new-main-wrapper .table tfoot tr.block-body:last-child td:last-child {
    border-bottom-right-radius: 16px !important;
}
.table-new-main-wrapper .table tbody tr.block-body td,
.table-new-main-wrapper .table tfoot tr.block-body td {
    background-color: #fff;
}
.table-new-main-wrapper .table tbody tr.block-body td .tx-info,
.table-new-main-wrapper .table tfoot tr.block-body td .tx-info {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
}
.table-new-main-wrapper .table tbody tr.block-body td .text-green,
.table-new-main-wrapper .table tfoot tr.block-body td .text-green {
    color: #009751;
}
.table-new-main-wrapper .table tbody tr.block-body td .text-green-light,
.table-new-main-wrapper .table tfoot tr.block-body td .text-green-light {
    color: #46D6A3;
}
.table-new-main-wrapper .table tbody tr.block-body td .bg-green-light,
.table-new-main-wrapper .table tfoot tr.block-body td .bg-green-light {
    background-color: #E8FFE7;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell-title,
.table-new-main-wrapper .table tfoot tr.block-body td .cell-title {
    color: #454F6E;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.1px;
    padding: 10px 20px;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-content-input,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-content-input {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-content-input .form-control,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-content-input .form-control {
    font-size: 16px;
    font-weight: 500;
    color: #131415;
    width: 100%;
    height: 40px;
    border-radius: 7px;
    border: 2px solid #34B478;
    background-color: #F3F3F3;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-content-input .form-control:focus,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-content-input .form-control:focus {
    border: 2px solid #34B478;
    background-color: #F3F3F3;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-text-edit,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-text-edit {
    font-size: 16px;
    font-weight: 500;
    color: #131415;
    width: 100%;
    height: 40px;
    border-radius: 7px;
    border: 3px solid #34B478;
    background-color: #F3F3F3;
    cursor: not-allowed;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-text,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    width: 100%;
    height: 40px;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 2px solid #B9B9B9;
    background-color: #F3F3F3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-text.text-dark,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-text.text-dark {
    color: #131415;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-text.text-gray,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-text.text-gray {
    color: rgba(19, 20, 21, 0.5);
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-text.text-14,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-text.text-14 {
    font-size: 14px;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-with-icon,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-with-icon {
    display: flex;
    align-items: center;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-with-icon.bg-select,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-with-icon.bg-select {
    width: 100%;
    height: 40px;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 2px solid #B9B9B9;
    background-color: #F3F3F3;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-with-icon .cell-text,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-with-icon .cell-text {
    color: #131415;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell .planned-box,
.table-new-main-wrapper .table tfoot tr.block-body td .cell .planned-box {
    font-family: 'Avenir LT Std';
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 6px 0 10px;
    border-radius: 7px;
    border: 2px solid #B9B9B9;
    background-color: #F3F3F3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell .planned-box .val,
.table-new-main-wrapper .table tfoot tr.block-body td .cell .planned-box .val {
    display: flex;
    align-items: center;
    width: auto;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell .planned-box .val .tx-info,
.table-new-main-wrapper .table tfoot tr.block-body td .cell .planned-box .val .tx-info {
    max-width: 70px;
    margin: 0 6px;
}
.table-new-main-wrapper .cell-uom .cell.cell-selectable .planned-total,
.table-new-main-wrapper .table tfoot tr.block-body td .cell .planned-box .planned-total {
    flex-basis: 92px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 27px;
    line-height: 27px;
    border-radius: 8px;
}
.table-new-main-wrapper .table tbody tr.block-body .table-id,
.table-new-main-wrapper .table tfoot tr.block-body .table-id {
    color: #1D1E40;
    border: 2px solid #E3E6EB;
    background-color: #fff;
}
.table-new-main-wrapper .table tfoot tr.block-body .table-id.active{
    background-color: #000;
    color: #fff;
}
.table-new-main-wrapper .table tbody tr.block-body.tr-select .table-id,
.table-new-main-wrapper .table tfoot tr.block-body.tr-select .table-id {
    color: #fff;
    border: 2px solid #131415;
    background-color: #131415;
}
.table-new-main-wrapper .table tbody tr.block-body.tr-select td .cell.cell-content-input .form-control,
.table-new-main-wrapper .table tfoot tr.block-body.tr-select td .cell.cell-content-input .form-control {
    background-color: #fff;
}

.table-new-main-wrapper .table-show-date .plan-head-date {
    display: table-header-group;
}
.table-new-main-wrapper .table-show-date .plan-tbody-date {
    display: table-row-group;
}
.table-new-main-wrapper .table-show-date .plan-head,
.table-new-main-wrapper .table-show-date .plan-tbody {
    display: none;
}
.table-new-main-wrapper .cell-270 {
    width: 270px !important;
}
.table-new-main-wrapper .cell-125 {
    width: 125px !important;
}
.table-new-main-wrapper .cell-261 {
    width: 261px !important;
}
.table-new-main-wrapper .cell-164 {
    width: 164px !important;
}
.table-new-main-wrapper .cell-140 {
    width: 140px !important;
}
.table-new-main-wrapper .cell-149 {
    width: 149px !important;
}
.table-new-main-wrapper .cell-167 {
    width: 167px !important;
}
.table-new-main-wrapper .cell-249 {
    width: 249px !important;
}
.table-new-main-wrapper .cell-296 {
    width: 296px !important;
}
.table-new-main-wrapper table tr,
.table-new-main-wrapper table th {
    border-left: none !important;
    border-right: none !important;
}
.table-new-main-wrapper table tr td,
.table-new-main-wrapper table th td {
    border-left: none !important;
    border-right: none !important;
}
.table-new-main-wrapper table tbody {
    position: relative;
}
.table-new-main-wrapper table tbody.ui-sortable-placeholder tr,
.table-new-main-wrapper table tbody.sortable-placeholder tr {
    border-left: none !important;
    border-right: none !important;
}
.table-new-main-wrapper table tbody.ui-sortable-placeholder tr td,
.table-new-main-wrapper table tbody.sortable-placeholder tr td {
    position: relative;
    height: 160px;
    border: none !important;
    background: none !important;
}
.table-new-main-wrapper table tbody.ui-sortable-placeholder tr td::before,
.table-new-main-wrapper table tbody.sortable-placeholder tr td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    width: 100%;
    height: 200px;
    background-color: rgba(216, 216, 216, 0.24);
    border: 1px dashed #979797 !important;
    border-left: none !important;
    border-right: none !important;
}
.table-new-main-wrapper table tbody tr {
    border-left: none !important;
    border-right: none !important;
}
.table-new-main-wrapper table tbody tr.ui-sortable-placeholder td,
.table-new-main-wrapper table tbody tr.sortable-placeholder td {
    position: relative;
    height: 70px;
    border: none !important;
    background: none !important;
}
.table-new-main-wrapper table tbody tr.ui-sortable-placeholder td::before,
.table-new-main-wrapper table tbody tr.sortable-placeholder td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    width: 100%;
    height: 60px;
    background-color: rgba(216, 216, 216, 0.24);
    border-top: 1px dashed #979797 !important;
    border-bottom: 1px dashed #979797 !important;
}
.table-new-main-wrapper table tfoot tr td.bg-zumthor {
    background-color: #fff !important;
}
.table-new-main-wrapper table tfoot tr td .cell {
    color: #454F6E !important;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 33px;
    letter-spacing: 0.1px;
}
.table-new-main-wrapper table tfoot tr td .cell .cell-title {
    font-size: 24px;
}

.table-new-main-wrapper .td-block-header .cell-block.cell-content-input {
    padding: 0 !important;
    line-height: 40px !important;
    border: none !important;
    background-color: transparent !important;
}
.table-new-main-wrapper .td-block-header .cell-block.cell-content-input span {
    color: #454F6E !important;
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 33px;
    letter-spacing: 0.1px;
    padding: 10px 20px;
}
.table-new-main-wrapper .cell-content-input.form-control {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    color: #131415;
    width: 100%;
    height: 40px;
    max-height: 40px !important;
    border-radius: 7px;
    border: 2px solid #34B478;
    background-color: #F3F3F3;
}
.table-new-main-wrapper .visually-hidden.cell-content-input.form-control {
    border-color: #34B478 !important;
    border-width: 0 !important;
    height: 0 !important;
}
.table-new-main-wrapper .cell-flex {
    display: flex;
    align-items: center;
}
.table-new-main-wrapper .cell.cell-with-icon,
.table-new-main-wrapper .cell-block.cell-with-icon,
.table-new-main-wrapper .cell-text.cell-with-icon,
.table-new-main-wrapper .cell.cell-content-input,
.table-new-main-wrapper .cell-block.cell-content-input,
.table-new-main-wrapper .cell-text.cell-content-input,
.table-new-main-wrapper .cell.cell-border,
.table-new-main-wrapper .cell-block.cell-border,
.table-new-main-wrapper .cell-text.cell-border {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    width: 100% !important;
    height: 40px !important;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 2px solid #B9B9B9;
    background-color: #F3F3F3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table-new-main-wrapper .cell.cell-border,
.table-new-main-wrapper .cell-block.cell-border,
.table-new-main-wrapper .cell-text.cell-border {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.table-new-main-wrapper .cell.cell-rating .hour-rating-control,
.table-new-main-wrapper .cell-block.cell-rating .hour-rating-control,
.table-new-main-wrapper .cell-text.cell-rating .hour-rating-control {
    margin-top: -18px;
}
.table-new-main-wrapper .cell-icon-no-padding .cell.cell-with-icon {
    padding: 0 !important;
}
.table-new-main-wrapper .cell-uom .cell.cell-selectable {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    width: 100% !important;
    height: 40px !important;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 2px solid #B9B9B9;
    background-color: #F3F3F3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table-new-main-wrapper .cell-uom .cell.cell-selectable.render-area {
    padding: 0 !important;
}
.table-new-main-wrapper .cell-uom .cell.cell-selectable.render-area .select2-container--bootstrap .select2-selection--single.input-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    color: #131415;
    width: 100%;
    height: 34px;
    max-height: 34px !important;
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none !important;
}
.table-new-main-wrapper .cell-uom .cell.cell-selectable.render-area .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__rendered .selection-with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-new-main-wrapper .cell-uom .cell.visually-hidden {
    height: 0 !important;
    border: none !important;
}
.table-new-main-wrapper .cell-selectable .select2-container--bootstrap .select2-selection--single.input-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    color: #131415;
    width: 100%;
    height: 40px;
    max-height: 40px !important;
    border-radius: 7px;
    border: 2px solid #34B478;
    background-color: #F3F3F3;
}
.table-new-main-wrapper .cell-selectable .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__rendered .selection-with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-new-main-wrapper td.cell-224 .fixed-width {
    max-width: 224px !important;
    min-width: 224px !important;
}
.table-new-main-wrapper td .resource-sortable {
    font-family: "Avenir LT Std" !important;
}
.table-new-main-wrapper td .resource-sortable .cell.cell-content-input.sortContent {
    display: flex !important;
    align-items: center !important;
    max-width: 240px !important;
    width: auto !important;
    height: 36px !important;
    padding: 0 4px !important;
    margin: 4px 0 !important;
    border-radius: 4px !important;
    background-color: #E8FFE7 !important;
    border: none !important;
}
.table-new-main-wrapper td .resource-sortable .cell.cell-content-input.sortContent .cell-hour-input {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #009C00 !important;
    border-radius: 4px !important;
    padding: 0 !important;
    border: none !important;
    text-align: center !important;
    background-color: #fff !important;
    cursor: pointer !important;
}
.table-new-main-wrapper td .resource-sortable .cell.cell-content-input.sortContent .cell-hour-input:focus {
    width: 28px !important;
    height: 28px !important;
    border: none !important;
    background-color: #fff !important;
}
.table-new-main-wrapper td.cell-edit .cell.cell-content-input {
    min-width: 205px !important;
    max-width: 205px !important;
    padding: 0;
    border: none;
    background-color: transparent;
}
.table-new-main-wrapper td.td-cell-editable .cell.cell-with-icon,
.table-new-main-wrapper td.td-cell-editable .cell-block.cell-with-icon,
.table-new-main-wrapper td.td-cell-editable .cell-text.cell-with-icon,
.table-new-main-wrapper td.td-cell-editable .cell.cell-content-input,
.table-new-main-wrapper td.td-cell-editable .cell-block.cell-content-input,
.table-new-main-wrapper td.td-cell-editable .cell-text.cell-content-input,
.table-new-main-wrapper td.td-cell-editable .cell.cell-border,
.table-new-main-wrapper td.td-cell-editable .cell-block.cell-border,
.table-new-main-wrapper td.td-cell-editable .cell-text.cell-border {
    border: 2px solid #34B478;
}
.table-new-main-wrapper td.td-cell-.plan-services .main-body .service .service-list .service-itemeditable .cell.cell-text {
    border: 2px solid #34B478 !important;
}
.table-new-main-wrapper td.td-cell-editable .cell-with-icon {
    display: flex;
    align-items: center;
}
.table-new-main-wrapper td.td-cell-editable .cell-with-icon.bg-select {
    border: 2px solid #34B478 !important;
}
.table-new-main-wrapper td.td-cell-editable .cell-with-icon .cell-text {
    color: #131415;
}
.table-new-main-wrapper td.td-cell-editable.cell-uom .cell.cell-selectable {
    border: 3px solid #34B478 !important;
}
.table-new-main-wrapper td.td-cell-editable.cell-uom .cell.visually-hidden {
    height: 0 !important;
    border: none !important;
}
.daterangepicker {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.daterangepicker .calendar {
    padding-top: 30px;
}
.daterangepicker .calendar::after {
    content: "Select date";
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 24px;
    font-weight: 900;
    color: #131415;
    line-height: 33px;
}
.daterangepicker .calendar .daterangepicker_input {
    position: absolute;
    top: 10px;
    width: 120px;
    height: 30px;
}
.daterangepicker .calendar.right .daterangepicker_input {
    right: 20px;
}
.daterangepicker .calendar.left .daterangepicker_input {
    right: 150px;
}
.daterangepicker.single .calendar {
    padding-top: 0;
}
.daterangepicker.single .calendar::after {
    display: none;
}
.daterangepicker.dropdown-menu {
    padding: 16px 27px;
}
.daterangepicker .calendar {
    margin: 0;
}
.daterangepicker.ltr .ranges {
    float: none;
}
.daterangepicker.ltr .ranges .range_inputs {
    text-align: right;
}
.daterangepicker.ltr .ranges .range_inputs .cancelBtn {
    display: none;
}
.daterangepicker.ltr .ranges .range_inputs .applyBtn {
    color: #009C00;
    width: 62px;
    height: 44px;
    margin-top: 10px;
    border: none;
    border-radius: 2px;
    background-color: #E8FFE7;
}
.daterangepicker.ltr .ranges .range_inputs .applyBtn:hover {
    color: #008300;
    background-color: #d0ffcd;
}
.daterangepicker td,
.daterangepicker th {
    font-size: 14px;
    font-weight: 800;
    color: #131415;
    line-height: 19px;
    width: 35px;
    height: 35px;
}
.daterangepicker th.month {
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
}
.daterangepicker td.active,
.daterangepicker td.acthive:hover,
.daterangepicker td.start-date,
.daterangepicker td.end-date {
    color: #fff !important;
    background-color: #009C00 !important;
    border-radius: 100% !important;
}
.daterangepicker td.in-range {
    background-color: #F4F4F4;
    color: #131415;
}
.calendar .daterangepicker_input .input-mini {
    color: #0D256E;
    font-weight: 600;
    border: none !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none;
}
.calendar .daterangepicker_input .input-mini.active {
    color: #0D256E;
    border: none;
    border-radius: 0;
}
.calendar .daterangepicker_input i {
    color: #E5E5E5;
}
.bar-horizontal-multiple {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    width: 160px;
}
.bar-horizontal-multiple .bar-inner {
    height: 6px;
    border-radius: 5px;
    width: 100%;
}
.bar-horizontal-multiple .bar-progress {
    height: 100%;
    padding-left: 2px;
    padding-right: 2px;
    height: 6px;
    flex: 0 0 1;
}
.bar-progress-box {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 180px;
    height: 29px;
}
.bar-progress-box .bar-progress .bar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 14px;
}
.bar-progress-box .bar-progress .bar-cicle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    margin-right: -2px;
    z-index: 5;
}
.bar-progress-box .bar-progress:nth-child(1) .bar-inner {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.bar-progress-box .bar-progress:nth-child(2) .bar-inner {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.popover-budget.popover {
    width: 295px;
    max-width: 295px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(167, 154, 154, 0.175);
    border-radius: 4px;
}
.popover-budget.popover .popover-content {
    padding: 11px 0;
}
.popover-row-menu.popover {
    position: absolute;
    left: 40px;
    top: 0;
    min-width: 120px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(167, 154, 154, 0.175);
    border-radius: 4px;
    margin-left: 32px;
    border: 1px solid #F1F2F5;
}
.popover-row-menu.popover .popover-content {
    padding: 0;
}
.popover-row-menu.popover .arrow {
    border-right-color: #F1F2F5;
}
.row-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.row-menu li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    cursor: pointer;
}
.row-menu li .fa {
    font-size: 14px;
    color: #48cc93;
    margin-right: 8px;
}
.row-menu li:hover {
    color: #37c487;
    background-color: #FAFBFC;
}
.popover-row-info {
    min-width: 200px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(167, 154, 154, 0.175);
    border-radius: 4px;
    max-width: 500px;
}
.popover-row-info .popover-content .info .info-list {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.popover-row-info .popover-content .info .info-list:last-child {
    margin-bottom: 0;
}
.popover-row-info .popover-content .info .info-list .address {
    position: relative;
    font-size: 12px;
    line-height: 1.1;
    color: #0D256E;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popover-row-info .popover-content .info .info-list .place {
    font-size: 12px;
    line-height: 1.1;
    color: #0D256E;
    margin-left: 28px;
    max-width: 100px;
    white-space: normal;
    word-break: break-word;
}
.resource-sortable li {
    display: flex;
    align-items: center;
    width: auto;
    height: 36px;
    margin: 4px 0;
    border-radius: 4px;
    background-color: #E8FFE7;
}
.resource-sortable li.sortable-placeholder {
    width: 100%;
    height: 36px;
    background-color: #E8FFE7;
    border: 1px dashed #009C00 !important;
}
.resource-sortable li .cell {
    margin-left: 4px;
}
.resource-sortable li .name {
    font-size: 14px;
    font-weight: 900;
    color: #009C00;
    margin: 0 4px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resource-sortable li a {
    display: flex;
    align-items: center;
    width: auto;
    height: 36px;
    padding: 0 4px;
    margin: 4px 0;
    border-radius: 4px;
    background-color: #E8FFE7;
    width: 100%;
}
.resource-sortable li a .title {
    font-size: 14px;
    font-weight: 900;
    color: #009C00;
    margin: 0 4px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resource-sortable li a .hour {
    color: #009C00;
    font-size: 12px;
    font-weight: 900;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 4px;
    border-radius: 4px;
    background-color: #ACFFA8;
    cursor: pointer;
}
.resource-sortable li a .icon,
.resource-sortable li a .sub-title,
.resource-sortable li a .btn {
    display: none;
}
.resource-sortable.resource-actual li {
    background-color: #E5E6E9;
}
.resource-sortable.resource-actual li.sortable-placeholder {
    width: 100%;
    height: 36px;
    background-color: #f3f3f5;
    border: 1px dashed #c9cbd2 !important;
}
.resource-sortable.resource-actual li .hour-box {
    color: #1877F2;
    font-size: 12px;
    font-weight: 900;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 4px;
    text-align: center;
    border-radius: 4px;
    background-color: #E7F3FF;
    cursor: pointer;
}
.resource-sortable.resource-actual li .name {
    color: #131415;
}
.resource-sortable.resource-actual li.resource-from-plan {
    background-color: #E8FFE7;
}
.resource-sortable.resource-actual li.resource-from-plan .hour-box {
    color: #009C00;
    background-color: #ACFFA8;
}
.resource-sortable.resource-actual li.resource-from-plan .name {
    color: #009C00;
}
.planned-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.planned-box .icon {
    flex-shrink: 0;
}
.planned-box .val {
    width: calc(100% - 55px);
}
.planned-box .val .tx-info {
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    text-align: right;
    flex-shrink: 0;
    max-width: 50px;
    margin: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.planned-box .planned-total {
    font-size: 13px;
    font-weight: 800;
    line-height: 16px;
    text-align: right;
    flex-basis: 120px;
    flex-shrink: 1;
    margin-left: 15px;
    padding: 2px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
}
.cell-rating {
    padding: 0 50px 0 0;
    position: relative;
    width: 100%;
    margin: 4px auto;
    height: 36px;
    display: flex;
    align-items: center;
}
.cell-rating .hour-rating-control {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
}
.cell-rating .hour-rating-control .btn {
    position: relative;
    font-size: 0;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-radius: 100%;
    background-color: #D8D8D8;
}
.cell-rating .hour-rating-control .btn::before {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
}
.cell-rating .hour-rating-control .btn.btn-add-rating::before {
    content: "+";
    top: 0;
    left: 0.5px;
}
.cell-rating .hour-rating-control .btn.btn-remove-rating::before {
    content: "-";
    font-size: 15px;
    top: -1px;
    left: 1px;
}
.cell-rating .hour-rating-control .btn:hover {
    background-color: #00c25a !important;
}
.hour-rating {
    display: flex;
    align-items: center;
}
.hour-rating .hour-rating-part {
    position: relative;
    display: flex;
    align-items: center;
    width: 45px;
    margin-right: 3px;
    border-radius: 8px;
    background-color: #D8D8D8;
    overflow: hidden;
}
.hour-rating .hour-rating-part:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    background-image: url('../images/icon/icon-productivity-value-average-gray.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.hour-rating .hour-rating-part span {
    position: relative;
    cursor: pointer;
    width: 25%;
    height: 20px;
    display: block;
    z-index: 2;
}
.hour-rating .hour-rating-part span.active {
    background-color: #00c25a;
    transition: all 0.25s ease-in-out;
}
.hour-rating .hour-rating-part.pro-easy:after {
    background-image: url('../images/icon/icon-productivity-value-average.svg');
}
.hour-rating .hour-rating-part.pro-difficult:after {
    background-image: url('../images/icon/icon-productivity-value-high.svg');
}
.hour-rating .hour-rating-part.pro-moderate:after {
    background-image: url('../images/icon/icon-productivity-value-average-gray.svg');
}
.hour-rating .hour-rating-part.pro-unknown:after {
    background-image: url('../images/icon/icon-productivity-value-not-applicable.svg');
}
.sortContent {
    display: flex;
    align-items: center;
    max-width: 240px;
    height: 36px;
    padding: 0 4px;
    margin: 4px 0;
    border-radius: 4px;
    background-color: #E8FFE7;
}
.sortContent .hour {
    color: #009C00;
    font-size: 12px;
    font-weight: 900;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 4px;
    border-radius: 4px;
    background-color: #ACFFA8;
}
.sortContent .name {
    font-size: 14px;
    font-weight: 900;
    color: #009C00;
    margin-left: 4px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sortContent .icon {
    background-image: none;
}
.sortContent.sortContent-actual {
    background-color: #E5E6E9;
}
.sortContent.sortContent-actual .hour {
    color: #1877F2;
    background-color: #E7F3FF;
}
.sortContent.sortContent-actual .name {
    color: #131415;
}
.sortContentGroup {
    width: auto;
    height: auto;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px dashed #b1b1b1 !important;
}
.cell .resource-sortable .aside-list-title {
    display: none;
}
.cell .resource-sortable .aside-list-resource li a {
    padding-left: 55px !important;
    padding-right: 0 !important;
}
.cell .resource-sortable .aside-list-resource li a .hour {
    right: auto;
    left: 4px;
    color: #009C00;
    font-weight: 900;
}
.system-msg {
    min-height: 44px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
    color: #fff;
    position: fixed;
    left: 50%;
    top: 14px;
    z-index: 9999;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-width: 800px;
    padding: 6px 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.system-msg.success {
    background-color: #4FB550;
}
.system-msg.success a {
    color: #fff !important;
}
.system-msg.fail {
    background-color: #B53030;
}
.label.label-access {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #66676B;
    padding: 2px 24px;
    height: 36px;
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;
}
.label.label-access.active {
    color: #009C00;
    background-color: #E8FFE7;
}
.user-list {
    padding: 0 20px;
}
.user-list h4 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
    color: #000;
}
.user-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.user-list ul li {
    flex-shrink: 0;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    margin-right: 15px;
    height: 370px;
    margin-bottom: 15px;
    transition: all 0.25s ease-in-out;
}
.user-list ul li:hover {
    background-color: #fafafa;
    border: 1px solid #dedede;
}
.user-list ul li .text-gray {
    font-size: 14px;
    color: #AD9E9E;
    margin-top: 25px;
}
.user-list ul li .btn-resend {
    font-size: 16px;
    font-weight: 600;
    color: #009C00;
    min-width: 103px;
    height: 36px;
    line-height: 16px;
    padding: 10px 12px;
    background-color: #e8ffe7;
}
.user-list ul li a {
    display: block;
    width: 310px;
    height: 260px;
    padding: 15px;
}
.user-list ul li .icon {
    margin: 0 auto;
}
.user-list ul li h4 {
    font-size: 36px;
    line-height: 49px;
    color: #009C68;
    font-weight: 800;
    margin-top: 15px;
}
.user-list ul li .line {
    width: 100%;
    height: 1px;
    background-color: #EFEFEF;
    margin: 9px 0 13px 0;
}
.user-list ul li p {
    font-size: 18px;
    line-height: 25px;
    color: #009C68;
    font-weight: 600;
    word-break: break-all;
}
.icon-simple-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #008d00;
    background-color: #009C00;
}
.icon-simple-name.icon-simple-name-gray {
    color: #595D60;
    border: 1px solid #979797;
    background-color: #C9CACD;
}
.icon-simple-name-large {
    font-size: 28px;
    color: #131415;
    font-weight: 800;
    width: 81px;
    height: 81px;
    line-height: 88px;
    border-radius: 100%;
    background-color: #D8D8D8;
}
.switch-checkbox {
    height: auto;
    background-color: #fff;
    vertical-align: middle;
    padding: 8px 2px;
    position: relative;
}
.switch-checkbox label {
    font-size: 12px;
    font-weight: 900;
    color: #82888F;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-left: 42px;
    cursor: pointer;
}
.switch-checkbox label .switchbox {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.switch-checkbox input[type="checkbox"] {
    position: absolute;
    top: 50%;
    margin-top: 0;
    right: 32px;
    width: 0;
    height: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.switch-checkbox input[type="checkbox"] + label .switchbox::before,
.switch-checkbox input[type="checkbox"] + label .switchbox::after,
.switch-checkbox input[type="checkbox"] + label .switchbox:before,
.switch-checkbox input[type="checkbox"] + label .switchbox:after,
.switch-checkbox input[type="checkbox"] + label .switchbox:before,
.switch-checkbox input[type="checkbox"] + label .switchbox after {
    content: "";
    display: block;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 50%;
}
.switch-checkbox input[type="checkbox"] + label .switchbox::before,
.switch-checkbox input[type="checkbox"] + label .switchbox:before,
.switch-checkbox input[type="checkbox"] + label .switchbox before {
    width: 32px;
    height: 14px;
    border-radius: 14px;
    background-color: #EEEFF0;
    margin-top: -6px;
    left: 0;
}
.switch-checkbox input[type="checkbox"] + label .switchbox::after,
.switch-checkbox input[type="checkbox"] + label .switchbox:after,
.switch-checkbox input[type="checkbox"] + label .switchbox after {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) !important;
    margin-top: -11px;
    left: -8px;
}
.switch-checkbox input[type="checkbox"]:checked + label .switchbox::after,
.switch-checkbox input[type="checkbox"]:checked + label .switchbox:after,
.switch-checkbox input[type="checkbox"]:checked + label .switchbox after {
    left: 16px;
}
.switch-checkbox input[type="checkbox"]:checked + label .switchbox::before,
.switch-checkbox input[type="checkbox"]:checked + label .switchbox:before,
.switch-checkbox input[type="checkbox"]:checked + label .switchbox before {
    background-color: #00c25a;
}
.switch-checkbox input[type="checkbox"].checked + label .switchbox::after,
.switch-checkbox input[type="checkbox"].checked + label:after,
.switch-checkbox input[type="checkbox"].checked + label after {
    left: 16px !important;
}
.switch-checkbox input[type="checkbox"].checked + label .switchbox::before,
.switch-checkbox input[type="checkbox"].checked + label .switchbox:before,
.switch-checkbox input[type="checkbox"].checked + label .switchbox before {
    background-color: #00c25a !important;
}
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox::after,
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox:after,
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox after {
    height: 22px !important;
    width: 22px !important;
    border-radius: 100% !important;
    background-color: #fff !important;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) !important;
    margin-top: -11px !important;
    left: -8px !important;
}
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox::before,
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox:before,
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox before {
    width: 32px !important;
    height: 14px !important;
    border-radius: 14px !important;
    background-color: #EEEFF0 !important;
    margin-top: -6px !important;
    left: 0 !important;
}
.switch-checkbox.switch-checkbox-sm {
    padding: 5px 0;
}
.switch-checkbox.switch-checkbox-sm label {
    padding-left: 34px;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] {
    position: absolute;
    top: 50%;
    margin-top: 0;
    left: 0;
    width: 0;
    height: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox::before,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox:before,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox before {
    width: 20px;
    height: 12px;
    margin-top: -6px;
    left: 0;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox::after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox:after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox after {
    height: 8px;
    width: 8px;
    margin-top: -4px;
    left: 2px;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"]:checked + label .switchbox::after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"]:checked + label .switchbox:after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"]:checked + label .switchbox after {
    left: 10px;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].checked + label .switchbox::after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].checked + label:after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].checked + label after {
    left: 10px !important;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox::after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox:after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox after {
    height: 8px !important;
    width: 8px !important;
    margin-top: -4px !important;
    left: 2px !important;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox::before,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox:before,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox before {
    width: 20px !important;
    height: 12px !important;
    margin-top: -6px !important;
    left: 0 !important;
}
.icon-eye {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 8px;
}
.count-unhide {
    color: #cfcfd0;
    font-size: 14px;
}
.unhide-a {
    text-decoration: underline !important;
    color: #cfcfd0;
}
.card-list {
    padding: 0 20px;
}
.card-list h4 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
    color: #000;
}
.card-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.card-list ul li:hover .icon-eye {
    display: block;
}
.card-list ul .icon-eye {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    z-index: 99;
    display: none;
    cursor: pointer;
}
.card-list ul li {
    flex-shrink: 0;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #dedede;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
}
.card-list ul li:last-child {
    margin-right: 0;
}
.card-list ul li:hover {
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
}
.card-list ul li:hover .bg-purple {
    background-color: #8300f5;
}
.card-list ul li:hover .bg-orange {
    background-color: #ffeacb;
}
.card-list ul li:hover .bg-green-dark {
    background-color: #deffdd !important;
}
.card-list ul li a {
    position: relative;
    display: block;
    width: 310px;
    height: 370px;
    cursor: default;
}
.card-list ul li a .card-top {
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.card-list ul li a .card-top .icon-eye:hover {
    background-image: url('../images/icon/icon-view-blank.svg') !important;
    opacity: 1;
}
.card-list ul li a .card-top .card-content {
    position: relative;
    width: 100%;
    padding: 0 25px;
    z-index: 5;
}
.card-list ul li a .card-top .card-content p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
}
.card-list ul li a .card-top .card-content h4 {
    font-size: 36px;
    font-weight: 900;
    line-height: 49px;
    border-bottom: 1px solid rgba(239, 239, 239, 0.7);
}
.card-list ul li a .card-top .card-content .for-label {
    font-size: 18px;
    font-weight: 800;
    width: 158px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
}
.card-list ul li a .card-top .card-content.card-content-orange h4 {
    color: #FF7A00;
}
.card-list ul li a .card-top .card-content.card-content-orange p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 600;
    color: #66676B;
}
.card-list ul li a .card-top .card-content.card-content-orange .for-label {
    color: #D14800;
}
.card-list ul li a .card-top .card-content.card-content-green h4 {
    color: #33A672;
}
.card-list ul li a .card-top .card-content.card-content-green p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 600;
    color: #66676B;
}
.card-list ul li a .card-top .card-content.card-content-green .for-label {
    color: #009C68;
}
.card-list ul li a .card-bottom {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    color: #004343;
    align-items: center;
    height: 70px;
    padding-left: 22px;
    text-align: left;
}
.card-list ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 246px;
    height: 192px;
    background-image: url('../images/card-bg.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}
.plan-content {
    display: flex;
    justify-content: flex-end;
}
.plan-content .plan-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 336px;
    padding: 21px;
    border-radius: 8px;
    border: 1px solid #E5E6E9;
    background-color: #fff;
    text-align: center;
    margin: 0 6px;
}
.plan-content .plan-box .title {
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    color: #1D1E40;
}
.plan-content .plan-box .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    color: #1BA71B;
    text-decoration: underline;
    margin: 14px 0 22px 0;
}
.plan-content .plan-box .price {
    position: relative;
    font-size: 32px;
    font-weight: 300;
    line-height: 44px;
    color: #1D1E40;
    padding-left: 12px;
    margin-top: 26px;
}
.plan-content .plan-box .price .unit {
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
}
.plan-content .plan-box .price-save {
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    color: #0060FF;
}
.plan-content .plan-box .btn-switch {
    display: flex;
    position: relative;
    width: 168px;
    height: 35px;
    padding: 4px;
    border-radius: 17.5px;
    background-color: #FAFBFC;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.plan-content .plan-box .btn-switch::before {
    content: "";
    position: absolute;
    top: 2px;
    width: 82px;
    height: 31px;
    border-radius: 16px;
    background-color: #E8FFE7;
    z-index: 1;
    transition: all 0.25s ease-in-out;
}
.plan-content .plan-box .btn-switch .switch-val {
    position: relative;
    font-size: 16px;
    font-weight: 800;
    color: #1D1E40;
    text-transform: uppercase;
    line-height: 31px;
    width: 82px;
    height: 31px;
    z-index: 5;
    transform: scale(0.67, 0.67);
    -moz-transform: scale(0.67, 0.67);
    -webkit-transform: scale(0.67, 0.67);
    -o-transform: scale(0.67, 0.67);
}
.plan-content .plan-box .btn-switch .switch-val.switch-left {
    margin-right: -2px;
}
.plan-content .plan-box .btn-switch .switch-val.switch-right {
    margin-right: 0;
}
.plan-content .plan-box .btn-switch.switch-left-active::before {
    left: 2px;
}
.plan-content .plan-box .btn-switch.switch-left-active .switch-left {
    color: #009C00;
}
.plan-content .plan-box .btn-switch.switch-right-active::before {
    left: 84px;
}
.plan-content .plan-box .btn-switch.switch-right-active .switch-right {
    color: #009C00;
}
.plan-info {
    font-weight: 500;
    font-size: 14px;
    color: #162F56;
    line-height: 22px;
    width: 300px;
    height: auto;
    padding: 16px 12px;
    background-color: #E3FEE5;
    border-radius: 8px;
}
.plan-info a {
    font-size: 14px;
    color: #162F56;
    line-height: 22px;
    text-decoration: underline;
}
.plan-info a:hover {
    color: #112442;
    text-decoration: underline;
}
.top-tip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    background-color: #009E6C;
    z-index: 99;
}
.top-tip a {
    color: #fff;
    text-decoration: underline;
}
.top-tip a:hover {
    opacity: 0.9;
    text-decoration: underline;
}
.screens {
    background-color: #edeeef !important;
}
.screens .d-flex {
    display: flex;
}
.screens .d-flex .btn-col-all {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
}
.screens .d-flex .btn-collapse,
.screens .d-flex .btn-expand {
    height: 19px;
    width: 85px;
    color: #019650;
    font-family: "AvenirNext";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06px;
    line-height: 19px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-left: 18px;
}
.screens .scr-over {
    overflow: auto;
    height: calc(100vh - 100px);
}
.screens .sub-header-right {
    display: none !important;
}
.screens .table-main-wrapper .table td .cell-selectable .select2-container .select2-selection {
    border-width: 3px;
    border-color: #B9B9B9;
    background-color: #f3f3f3;
    box-shadow: none;
    height: 40px;
    border-radius: 7px;
}
.screens .table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__rendered {
    line-height: 34px;
}
.screens .table-main-wrapper.table-fixed-bg:before {
    display: none;
}
.screens .table-main-wrapper {
    padding: 0;
}
.screens .table-main-wrapper table {
    border: none;
}
.screens .table-main-wrapper td {
    border: none !important;
    background: none;
    padding: 0;
}
.screens .table-main-wrapper .plan-header {
    background-color: #000;
    padding: 10px 20px;
    height: 66px;
}
.screens .table-main-wrapper .plan-header td {
    z-index: 9999;
}
.screens .table-main-wrapper .plan-header .cell {
    height: 46px;
    background-color: #33383E;
    border-radius: 23px;
    line-height: 46px;
    padding-left: 16px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.screens .table-main-wrapper .plan-header .cell p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.09px;
    font-weight: 600;
    margin: 0;
    line-height: 16px;
    font-family: "AvenirNext";
}
.screens .table-main-wrapper .plan-header .cell span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    right: 5px;
}
.screens .table-main-wrapper .plan-header .plan-header-td2 {
    width: 270px;
}
.screens .table-main-wrapper .plan-header .plan-header-td3 {
    width: 125px;
}
.screens .table-main-wrapper .plan-header .plan-header-td4 {
    width: 261px;
}
.screens .table-main-wrapper .plan-header .plan-header-td5 {
    width: 164px;
}
.screens .table-main-wrapper .plan-header .plan-header-td6 {
    width: 140px;
}
.screens .table-main-wrapper .plan-header .plan-header-td7 {
    width: 150px;
}
.screens .table-main-wrapper .plan-header .plan-header-td8 {
    width: 167px;
}
.screens .table-main-wrapper .plan-header .plan-header-td9 {
    width: 250px;
}
.screens .table-main-wrapper .plan-header .plan-header-td10 {
    width: 296px;
}
.screens .table-main-wrapper .plan-header .plan-id {
    background: #34B478;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 0.06px;
    color: #fff;
    font-weight: 600;
    margin-left: 20px;
}
.screens .table-main-wrapper .plan-header .plan-id span {
    font-family: AvenirNext;
}
.screens .table-main-wrapper .date {
    background-color: #fff;
    display: table-row;
    height: 62px;
}
.screens .table-main-wrapper .date td {
    z-index: 999;
}
.screens .table-main-wrapper .date input[type="date"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid #454F6E;
    border-radius: 8px;
    width: 267px;
    height: 48px;
    padding: 0 10px 0 50px ;
    color: #4E597B;
    font-size: 18px;
    font-weight: bold;
    margin: 7px 20px;
    cursor: pointer;
}
.screens .table-main-wrapper .date input[type="date"]::-webkit-calendar-picker-indicator {
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
}
.screens .table-main-wrapper .date .date-time-block {
    border: 3px solid #454F6E;
    border-radius: 8px;
    width: 267px;
    height: 48px;
    padding: 0 10px 0 25px;
    color: #4E597B;
    font-size: 18px;
    font-weight: bold;
    margin: 7px 20px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.screens .table-main-wrapper .date .date-time-block p {
    margin: 0 0 0 9px;
    font-family: "AvenirNext";
    font-weight: bold;
    font-size: 18px;
    color: #454f6e;
    cursor: pointer;
}
.screens .table-main-wrapper .date .date-time {
    display: flex;
    align-items: center;
}
.screens .table-main-wrapper .date .date-time .prev {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.screens .table-main-wrapper .date .date-time .next {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.screens .table-main-wrapper .date .date-time .month {
    font-size: 22px;
    color: #778390;
    font-weight: bold;
    letter-spacing: -0.48px;
    margin-left: 8px;
}
.screens .table-main-wrapper .date .date-time .month span {
    font-weight: normal;
}
.screens .table-main-wrapper .date .date-time ul {
    display: flex;
    align-items: center;
    padding: 6px 0 7px;
}
.screens .table-main-wrapper .date .date-time ul li {
    margin-left: 14px;
    width: 125px;
    height: 49px;
    line-height: 50px;
    text-align: center;
    background-color: #EEEFF1;
    border-radius: 25px;
}
.screens .table-main-wrapper .date .cell .day {
    margin-left: 14px;
    width: 125px;
    height: 49px;
    line-height: 50px;
    text-align: center;
    background-color: #EEEFF1;
    border-radius: 25px;
}
.screens .table-main-wrapper .month {
    font-size: 22px;
    height: 62px;
    line-height: 62px;
    color: #778390;
    font-weight: bold;
    letter-spacing: -0.48px;
    margin-left: 10px;
    border-right: 3px solid #EEEFF1;
}
.screens .table-main-wrapper .month span {
    font-weight: normal;
}
.screens .table-main-wrapper .date-time {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.screens .table-main-wrapper .date-time .prev {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.screens .table-main-wrapper .date-time .next {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.screens .table-main-wrapper .date-time ul {
    display: flex;
    align-items: center;
    padding: 6px 0 7px;
}
.screens .table-main-wrapper .date-time ul li {
    margin-left: 14px;
    width: 125px;
    height: 49px;
    line-height: 50px;
    text-align: center;
    background-color: #EEEFF1;
    border-radius: 25px;
}
.screens .table-main-wrapper .plan-stage {
    background-color: #edeeef;
}
.screens .table-main-wrapper .plan-stage tbody tr {
    padding-left: 10px;
    background: #edeeef;
}
.screens .table-main-wrapper .plan-stage .title {
    background-color: #edeeef !important;
    padding-top: 34px;
}
.screens .table-main-wrapper .plan-stage h2 {
    background-color: #fff;
    border-top-left-radius: 8px;
    margin-left: 10px;
}
.screens .table-main-wrapper .plan-stage .ml-10 {
    margin-left: 10px;
}
.screens .table-main-wrapper .plan-stage .cell > div {
    border: 3px solid #B9B9B9;
    border-radius: 7px;
    height: 40px;
    background-color: #f3f3f3;
    text-align: right;
    padding-left: 18px;
    line-height: 34px;
    padding-right: 10px;
    margin-right: 13px;
}
.screens .table-main-wrapper .plan-stage .tbody-input1 {
    width: 135px;
}
.screens .table-main-wrapper .plan-stage .tbody-input2 {
    width: 254px;
}
.screens .table-main-wrapper .plan-stage .table-disabled1 {
    width: 164px;
}
.screens .table-main-wrapper .plan-stage .table-disabled2 {
    width: 150px;
}
.screens .table-main-wrapper .plan-stage .table-disabled3 {
    width: 154px;
}
.screens .table-main-wrapper .plan-stage .table-disabled4 {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.screens .table-main-wrapper .plan-stage .cell {
    padding-bottom: 22px;
    background-color: #fff;
}
.screens .table-main-wrapper .plan-stage .cell .num {
    background: #000;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}
.screens .table-main-wrapper .plan-stage .cell .name {
    text-align: left;
    width: 267px;
    font-size: 14px;
    color: #535455;
    font-weight: 600;
    letter-spacing: 0.06px;
}
.screens .table-main-wrapper .plan-stage .cell input {
    font-size: 16px;
    color: #131415;
    letter-spacing: 0.07px;
    overflow: hidden;
    border: none;
    outline: none;
    background-color: #f3f3f3;
    border: 3px solid #B9B9B9;
    border-radius: 7px;
    height: 40px;
    text-align: right;
    padding-left: 18px;
    line-height: 34px;
    padding-right: 10px;
    margin-right: 13px;
}
.screens .table-main-wrapper .plan-stage .cell p {
    margin-bottom: 0;
}
.screens .table-main-wrapper .plan-stage .cell p.green {
    color: #009751;
}
.screens .table-main-wrapper .plan-stage .cell span.green {
    color: #4EDBAA;
    width: 92px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    background-color: #E8FFE7;
}
.screens .table-main-wrapper .plan-stage .green-bor {
    border: 3px solid #34B478 !important;
}
.screens .table-main-wrapper .plan-disabled .cell > .table-disabled {
    width: 150px !important;
}
.screens .sub-header {
    background-color: #fff;
    padding: 0 36px 10px;
}
.screens header {
    background-color: #fff;
    padding: 0;
}
.screens header .sub-tit {
    font-family: AvenirNext;
    font-weight: 500;
    color: #4F597B;
    font-size: 16px;
}
.screens header h2 {
    font-family: AvenirNext;
    font-size: 32px;
    line-height: 44px;
    color: #4E597B;
    letter-spacing: -1.18px !important;
}
.screens header .header-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 200px;
    height: 50px;
}
.screens header .header-img .txt {
    font-family: AvenirNext;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.33px;
    color: #53606F;
    margin-right: 18px;
    margin-bottom: 0;
    width: calc(100% - 65px);
}
.screens header .header-img img {
    width: 45px;
    height: 45px;
}
.screens .container-fluid {
    padding: 0 !important;
}
.screens .container-fluid ul.nav-pills {
    padding: 0 36px 10px;
    margin: 0;
    background-color: #fff;
}
.screens .container-fluid .sub-header-right {
    display: flex;
    align-items: center;
}
.screens .form-content-white {
    height: 73px !important;
    background-color: #fff;
    margin-top: 24px;
    display: flex;
    align-items: center;
    margin: 24px 36px 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.screens .form-content-white p {
    font-family: AvenirNext;
    font-weight: bold;
    font-size: 18px;
    color: #FF3360;
    margin-bottom: 0;
}
.screens .form-content-white a {
    text-decoration: underline !important;
    color: #FF3360;
}
.screens .form-content-white a:hover {
    color: #FF3360;
}
.screens .pro-title {
    font-family: AvenirNext;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.12px;
    line-height: 38px;
    color: #3A4047;
    margin-bottom: 20px;
}
.screens .section {
    margin: 24px 36px auto;
    background-color: #fff;
    padding: 10px 23px 0 26px;
}
.screens .sec-date span {
    font-family: AvenirNext;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.07px;
    line-height: 41px;
    color: #121415;
    width: 41px;
    height: 41px;
    border: 1px solid #E3E6EB;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.screens .sec-date .claim {
    width: 270px;
    height: 40px;
    line-height: 40px;
    border: 3px solid #B9B9B9;
    border-radius: 7px;
    background-color: #F3F3F3;
    padding-left: 18px;
    padding-right: 18px;
    font-family: AvenirNext;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06px;
    color: #494A4B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.screens .sec-date p {
    font-family: AvenirNext;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06px;
    color: #535455;
    margin-left: 37px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.screens .p-l {
    padding-left: 14px;
}
.screens .sec-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.screens .sec-flex h2 {
    font-family: AvenirNext;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 0.16px;
    line-height: 52px;
    color: #131415;
}
.screens .sec-flex .sub-tit {
    font-family: AvenirNext;
    font-size: 18px;
    letter-spacing: 0.08px;
    color: #121415;
    line-height: 25px;
}
.screens .sec-flex .sec-title {
    font-family: AvenirNext;
    font-size: 24px;
    letter-spacing: 0.1px;
}
.screens .sec-flex .sec-title .btn-collapse,
.screens .sec-flex .sec-title .btn-expand {
    height: 19px;
    width: 60px;
    color: #019650;
    font-family: "AvenirNext";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06px;
    line-height: 19px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-left: 18px;
}
.screens .sec-flex .sub-title2 {
    font-family: AvenirNext;
    font-size: 18px;
    letter-spacing: 0.08px;
    color: #33383E;
    margin-left: 22.5px;
}
.screens .sec-flex .sub-price {
    font-family: AvenirNext;
    font-size: 24px;
    letter-spacing: 0.08px;
    color: #131415;
}
.screens .sec-flex .sub-price2 {
    color: #141415 !important;
    text-decoration: none;
}

.screens .sec-title-sum,
.screens .sub-price-sum {
    font-family: AvenirNext;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #33383E;
    padding-left: 14px;
}
.screens .icon-i {
    width: 16px;
    height: 17px;
    background-image: url('../images/icon/ShapeCopy3.svg');
    vertical-align: middle;
    margin-right: 13px;
    margin-left: 6px;
}
.screens .icon-i2 {
    background-image: url('../images/icon/ShapeCopy31.svg') !important;
    margin-right: 22px !important;
}
.screens .bg-blank {
    background-color: #141415;
    height: 68px;
    border-radius: 8px;
    padding: 0 22px;
}
.screens .bg-blank .sec-title-sum {
    color: #fff !important;
    padding-left: 0;
}
.screens .bg-blank .pro-title {
    color: #fff;
    margin-bottom: 0;
}
.screens .bg-green {
    background-color: #35b478;
    height: 118px;
    border-radius: 8px;
    padding: 0 22px;
}
.screens .bg-green .sec-title-sum {
    color: #fff !important;
    padding-left: 0;
}
.screens .bg-green .pro-title {
    color: #fff;
    margin-bottom: 0;
}
.screens .bg-white {
    background-color: #fff;
    padding: 0px 13px 65px 20px;
    margin: 0 36px;
}

.screens .sub-tite3 {
    font-family: AvenirNext;
    font-size: 28px;
    letter-spacing: 0.12px;
    color: #3A4047;
}
.screens .sub-tite3 .btn-collapse,
.screens .sub-tite3 .btn-expand {
    height: 19px;
    width: 60px;
    color: #019650;
    font-family: "AvenirNext";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06px;
    line-height: 19px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-left: 18px;
}
.screens .line {
    height: 2px;
    width: 100%;
    background-color: #D8D8D8;
    margin-bottom: 10px;
    margin-top: 10px;
}
.screens .mb-clear {
    padding-bottom: 0 !important;
    padding-top: 58px !important;
}
.screens .mt-clear {
    padding-top: 28px !important;
}
.aside-content.screens-content {
    top: 77px !important;
    height: calc(100% - 77px) !important;
    padding-top: 0 !important;
}
.aside-content.screens-content .aside-list-project li .title {
    font-family: AvenirNext;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1px !important;
    color: #33475B !important;
}
.aside-content.screens-content .aside-list-project li .sub-title {
    font-family: AvenirNext;
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 0.09px !important;
    color: #33475B !important;
}
.aside-content.screens-content .aside-list.aside-list-project > li > a {
    padding-left: 16px !important;
}
.aside-content.screens-content .aside-list.aside-list-project > li > a:hover {
    padding-right: 16px !important;
}
.aside-content.screens-content .aside-list-project li a {
    margin: 8px 17px !important;
    border-radius: 8px;
    border: 3px solid #B9B9B9;
    background: #F3F3F3 !important;
}
.aside-content.screens-content .aside-list-project li a:first-child {
    margin-top: 0 !important;
}
.aside-content.screens-content .aside-list-project li a.active {
    background-color: #34B478 !important;
    border: 3px solid #34B478;
}
.aside-content.screens-content .aside-list-project li a.active .title {
    color: #fff !important;
}
.aside-content.screens-content .aside-list-project li a.active .sub-title {
    color: #fff !important;
}
.aside-content.screens-content .aside-box {
    margin: 5px auto 21px;
}
.aside-content.screens-content .aside-box h2 {
    font-family: AvenirNext;
    font-weight: bolder;
    font-size: 24px;
    color: #4F597B;
}
.icon-new {
    width: 40px;
    vertical-align: middle;
    height: 17px;
    background-image: url('../images/icon/GroupCopy2.svg');
    margin-left: 10px;
}
.icon-danger {
    background-image: url('../images/icon/ShapeCopy.svg');
}
.icon-gray-danger {
    background-image: url('../images/icon/Shape.svg');
}
.icon-danger-whm {
    width: 42px;
    height: 36px;
    margin: auto 21px;
}
.icon-22-19 {
    width: 22px;
    height: 19px;
    float: left;
    margin-top: 8px;
    margin-right: 15px;
}
.pb-17 {
    padding-bottom: 17px;
}
.mb-22 {
    margin-bottom: 22px;
    margin-left: 14px;
}
.mb-26 {
    margin-bottom: 26px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-36 {
    margin-bottom: 36px;
    margin-left: 14px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-46 {
    padding-bottom: 46px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.btn-green {
    background-color: #009650;
    color: #fff;
    font-family: AvenirNext;
    font-size: 16px;
}
.btn-green:hover {
    color: #fff !important;
}
.btn-create {
    font-family:AvenirNext;
    font-weight: 600;
    font-size: 16px !important;
    color: #00A156 !important;
    float: right;
}
.project-plans {
    display: table;
}
.pej-plan {
    font-family: AvenirNext;
    font-size: 14px;
    padding: 0 !important;
    display: table-header-group;
}
.pej-plan .plan {
    background-color: #000;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.pej-plan .plan .plan-id {
    background: #34B478;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 0.06px;
    color: #fff;
    font-weight: 600;
}
.pej-plan .plan ul {
    display: flex;
    align-items: center;
}
.pej-plan .plan ul li {
    height: 46px;
    background-color: #33383E;
    border: 1px solid #979797;
    border-radius: 23px;
    line-height: 46px;
    padding-left: 16px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.pej-plan .plan ul li P {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.09px;
    font-weight: 600;
    margin: 0;
    line-height: 16px;
}
.pej-plan .plan ul li span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2px;
    right: 5px;
}
.pej-plan .plan ul .edit-plan {
    padding-right: 50px;
}
.pej-plan .plan ul li:hover span .icon-sss {
    background-image: url('../images/icon/time.svg');
}
.pej-plan .plan ul li:nth-child(1) {
    width: 270px;
}
.pej-plan .plan ul li:nth-child(2) {
    width: 125px;
}
.pej-plan .plan ul li:nth-child(3) {
    width: 261px;
}
.pej-plan .plan ul li:nth-child(4) {
    width: 164px;
}
.pej-plan .plan ul li:nth-child(5) {
    width: 140px;
}
.pej-plan .plan ul li:nth-child(6) {
    width: 150px;
}
.pej-plan .plan ul li:nth-child(7) {
    width: 167px;
}
.pej-plan .plan ul li:nth-child(8) {
    width: 250px;
}
.pej-plan .plan ul li:nth-child(9) {
    width: 296px;
}
.plan-stage {
    margin: 34px 10px 0;
    font-family: AvenirNext;
    background-color: #fff;
    border-radius: 8px;
}
.plan-stage h2 {
    font-size: 24px;
    font-weight: 600;
    color: #454F6E;
    letter-spacing: 0.1px;
    padding: 20px 30px;
}
.plan-stage .plans-list {
    padding: 0 16px 0 10px;
}
.plan-stage .plans-list .plans-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.plan-stage .plans-list .plans-list-item .table-cell {
    display: table-cell;
}
.plan-stage .plans-list .plans-list-item div {
    border: 3px solid #B9B9B9;
    border-radius: 7px;
    height: 40px;
    background-color: #f3f3f3;
    text-align: right;
    padding-left: 18px;
    line-height: 34px;
    padding-right: 10px;
    margin-right: 13px;
}
.plan-stage .plans-list .plans-list-item div p {
    margin-bottom: 0;
    font-size: 16px;
    color: #131415;
    letter-spacing: 0.07px;
}
.plan-stage .plans-list .plans-list-item div p.green {
    color: #009751;
}
.plan-stage .plans-list .plans-list-item div span.green {
    color: #4EDBAA;
    width: 92px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    background-color: #E8FFE7;
}
.plan-stage .plans-list .plans-list-item div:nth-child(3) {
    width: 125px;
}
.plan-stage .plans-list .plans-list-item div:nth-child(4) {
    width: 254px;
}
.plan-stage .plans-list .plans-list-item div:nth-child(5) {
    width: 164px;
}
.plan-stage .plans-list .plans-list-item div:nth-child(6) {
    width: 137px;
    text-align: left;
    display: flex;
    align-items: center;
}
.plan-stage .plans-list .plans-list-item div:nth-child(7) {
    width: 150px;
}
.plan-stage .plans-list .plans-list-item div:nth-child(8) {
    width: 154px;
}
.plan-stage .plans-list .plans-list-item div:nth-child(9) {
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan-stage .plans-list .plans-list-item div:nth-child(10) {
    width: 296px;
}
.plan-stage .plans-list .plans-list-item div:last-child {
    margin-right: 0;
}
.plan-stage .plans-list .plans-list-item div.green-bor {
    border: 3px solid #34B478;
}
.plan-stage .plans-list .plans-list-item div.gray {
    color: rgba(18, 20, 21, 0.5);
    font-size: 16px;
    letter-spacing: 0.07px;
}
.plan-stage .plans-list .plans-list-item div.blank {
    font-size: 16px;
    color: #131415;
    letter-spacing: 0.07px;
}
.plan-stage .plans-list .plans-list-item .num {
    background: #000;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}
.plan-stage .plans-list .plans-list-item .name {
    text-align: left;
    width: 267px;
    font-size: 14px;
    color: #535455;
    font-weight: 600;
    letter-spacing: 0.06px;
}
.plan-stage .plans-list .plans-list-item:last-child {
    padding-bottom: 22px;
    margin-bottom: 0;
}
.date {
    display: table-row-group;
    background-color: #fff;
}
.date input[type="date"] {
    border: 3px solid #454F6E;
    border-radius: 8px;
    width: 267px;
    height: 48px;
    padding: 0 10px 0 50px ;
    color: #4E597B;
    font-size: 18px;
    font-weight: bold;
    margin: 7px 20px;
}
.date .date-time {
    display: flex;
    align-items: center;
}
.date .date-time .prev {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.date .date-time .next {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.date .date-time .month {
    font-size: 22px;
    color: #778390;
    font-weight: bold;
    letter-spacing: -0.48px;
    margin-left: 8px;
}
.date .date-time .month span {
    font-weight: normal;
}
.date .date-time ul {
    display: flex;
    align-items: center;
    padding: 6px 0 7px;
}
.date .date-time ul li {
    margin-left: 14px;
    width: 125px;
    height: 49px;
    line-height: 50px;
    text-align: center;
    background-color: #EEEFF1;
    border-radius: 25px;
}
.none-show {
    display: none;
}
.show-none .date {
    margin-left: 10px;
    margin-top: 5px;
    width: -webkit-min-content;
    width: min-content;
    padding: 0;
}
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(3),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(4),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(5),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(6),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(7),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(8),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(9),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(10),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(11),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(12),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(13),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(14),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(15),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(16),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(17),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(18),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(19),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(20),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(21),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(22),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(23),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(24),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(25),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(26),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(27),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(28),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(29),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(30),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(31),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(32) {
    width: 125px !important;
    border: 3px solid #B9B9B9 !important;
    background-color: #f3f3f3;
    text-align: right ;
    color: #131415;
    display: block;
    font-size: 16px;
}
.plans-list-click .plans-list ul li div {
    width: 125px;
}
.plans-list-click .pej-plan .plan .plan-id {
    background-color: #33383e;
}
.click-css {
    background-color: #34b478 !important;
}
.click-css span .icon-x {
    background-image: url('../images/icon/x.svg') !important;
}
.click-css li:hover span .icon-sss {
    background-image: url('../images/icon/x.svg') !important;
}
.plan-services {
    background-color: #f2f3f4 !important;
}
.plan-services header {
    padding: 16px 41px !important;
}
.plan-services header h2 {
    color: #33475B;
}
.plan-services header .sub-tit {
    color: #33475B !important;
    font-family: "AvenirNext";
    font-size: 18px;
    font-weight: 500 !important;
    letter-spacing: -0.4px;
    line-height: 25px;
}
.plan-services .main-body {
    margin: 17px 17.5px;
}

.plan-services .main-body .main-top {
    justify-content: space-between;
}
.plan-services .main-body .main-top .btn {
    width: 88px;
    height: 40px;
}
.plan-services .main-body .main-top .btn .btn-text {
    color: #00A86C;
    font-family: "AvenirNext";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.35px;
    line-height: 22px;
}
.plan-services .main-body .main-top .btn-126 {
    width: 126px;
}
.plan-services .main-body .main-top input[type="text"] {
    height: 41px;
    width: 225px;
    border: 1px solid #CCD5DE;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: #141415;
    font-family: "AvenirNext";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.35px;
    line-height: 22px;
    padding: 0 26.5px;
    outline: none;
    margin-right: 34.5px;
}
.plan-services .main-body .main-top .cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 46px;
    padding: 0 7px 0 16px;
    border-radius: 23px;
    background-color: #33383E;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 5px;
}
.plan-services .main-body .main-top .cell .cell-left {
    display: flex;
    align-items: center;
}
.plan-services .main-body .main-top .cell .cell-left .cell-text {
    padding: 0 14px 0 5px;
    color: #FAFBFC;
    font-family: AvenirNext;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}
.plan-services .main-body .main-top .cell.cell-active {
    background-color: #34B478;
}
.plan-services .main-body .main-top .cell.cell-active .icon-count {
    background-image: url(../images/icon-new/icon-new-close.svg);
}
.plan-services .main-body .main-top .cell.cell-130 {
    width: 130px;
}
.plan-services .main-body .main-top .cell.cell-143 {
    width: 157px;
}
.plan-services .main-body .date-control {
    display: flex;
    align-items: center;
    padding: 0 22px;
    margin: 33px 12px 20px -5.5px;
}
.plan-services .main-body .date-control .found {
    color: #8C8C8C;
    font-family: "AvenirNext";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05px;
    line-height: 16px;
    text-align: center;
    margin-left: 27px;
}
.plan-services .main-body .date-control .text {
    font-weight: 400;
    color: #6C7884;
    font-family: "AvenirNext";
    font-size: 29px;
    letter-spacing: -0.64px;
    line-height: 40px;
}
.plan-services .main-body .date-control .text span {
    font-weight: 700;
}
.plan-services .main-body .date-control .date-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 33px;
    margin-right: 17px;
    border-radius: 8px;
    background-color: #EEEFF1;
}
.plan-services .main-body .date-control .date-btn .date-btn-right,
.plan-services .main-body .date-control .date-btn .date-btn-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 33px;
    cursor: pointer;
}
.plan-services .main-body .date-control .date-btn .date-btn-left {
    border-right: 0.5px solid #D8DDE1;
}
.plan-services .main-body .date-control .date-btn .date-btn-right {
    border-left: 0.5px solid #D8DDE1;
}

.plan-services .main-body .service-tip {
    height: calc(100vh - 299px) !important;
}

.plan-services .main-body .service .service-list .txt h6 .btn-none {
    height: 22px;
    width: 52px;
    background-color: transparent;
    color: #34383E;
    font-family: "AvenirNext";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.26px;
    line-height: 19px;
    text-align: center;
    padding: 0;
    margin-left: 15px;
}
.plan-services .main-body .service .service-list .txt p {
    margin: 0;
    color: #131415;
    font-family: "AvenirNext";
    font-size: 12px;
    letter-spacing: 0.09px;
    line-height: 16px;
    height: 32px;
}
.plan-services .main-body .service .service-list .service-item {
    width: 220px;
    min-width: 220px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 132px;
    border-radius: 4px;
    background-color: #fff;
    padding: 20.5px 13.5px 13.5px;
    margin-right: 19.5px;
}
.plan-services .main-body .service .service-list .service-item .d-flex {
    justify-content: space-between;
    align-items: center;
}
.plan-services .main-body .service .service-list .service-item .time {
    color: #454F6E;
    font-family: "AvenirNext";
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06px;
    line-height: 19px;
    text-align: left;
    margin-bottom: 15px;
}
.plan-services .main-body .service .service-list .service-item .progre {
    color: #00A273;
    font-family: "AvenirNext";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.05px;
    line-height: 16px;
    text-align: right;
    margin-bottom: 15px;
}
.plan-services .main-body .service .service-list .service-item .progre.text-danger {
    color: #D0021B;
}
.plan-services .main-body .service .service-list .service-item .progress {
    height: 10px;
    width: 200px;
    border-radius: 4px;
    background-color: #EAEDF7;
    margin-bottom: 0;
}
.plan-services .main-body .service .service-list .service-item .progress .bg-gray-pro {
    background-color: #969696;
}
.plan-services .main-body .service .service-list .service-item .progress .bg-red-pro {
    background-color: #D0241B;
}
.plan-services .main-body .service .service-list .service-item .progress .bg-green-pro {
    background-color: #00A273;
}
.plan-services .main-body .service .service-list .service-item .progress .bg-purple-pro {
    background-color: #BD11E0;
}
.plan-services .main-body .service .service-list .purple {
    height: auto;
    min-height: 185px;
    background-color: #EFEFF7;
    padding: 17px 8px 11px 7px;
    border: none !important;
}
.plan-services .main-body .service .service-list .purple .time {
    text-decoration: underline;
    margin-left: 5px;
}
.plan-services .main-body .service .service-list .purple .progre {
    margin-right: 5px;
}
.plan-services .main-body .service .service-list .purple .progress {
    margin: 0 5px;
    background-color: rgba(189, 16, 224, 0.11);
}
.plan-services .main-body .service .service-list .purple .author {
    height: 46px;
    width: 205px;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin: 13px auto 0;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}
.plan-services .main-body .service .service-list .purple .author .bg-radius {
    width: 25px;
    height: 25px;
    background-color: #EFEFF4;
    border-radius: 50%;
    margin-right: 9px;
}
.plan-services .main-body .service .service-list .purple .author .txt {
    width: 76%;
    margin: 0;
}
.plan-services .main-body .service .service-list .purple .author .txt .name {
    color: #454F6E;
    font-family: "AvenirNext";
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05px;
    line-height: 16px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.plan-services .main-body .service .service-list .purple .author .txt .msg {
    color: #454F6E;
    font-family: "AvenirNext";
    font-size: 8px;
    letter-spacing: 0.03px;
    line-height: 11px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.plan-services .main-body .service .service-list .rect .purple {
    min-height: 392px;
    height: auto;
    margin-top: 10px;
}
.plan-services .main-body .service .service-list .rect .purple .author {
    margin: 0 0 5px;
}
.plan-services .main-body .service .service-list .rect .purple .target {
    margin-bottom: 13px;
}
.plan-services .main-body .service .cost-money {
    padding: 20px 16px 18px;
    width: -webkit-max-content;
    width: max-content;
    height: 124px;
    border-radius: 8px;
    background-color: #009650;
}
.plan-services .main-body .service .cost-money table {
    border-radius: 8px;
    background-color: #009650;
}
.plan-services .main-body .service .cost-money th .cell {
    margin-right: 8px;
    width: 143px;
    height: 46px;
    border-radius: 23px;
    background-color: #20BD73;
    padding: 0 19px;
}
.plan-services .main-body .service .cost-money th .cell span {
    color: #FFFFFF;
    font-family: AvenirNext;
    font-size: 12px;
    font-weight: 900;
    line-height: 46px;
    text-align: center;
}
.plan-services .main-body .service .cost-money td {
    height: 46px;
}
.plan-services .main-body .service .cost-money td .cell {
    margin-right: 8px;
}
.plan-services .main-body .service .cost-money td .cell span {
    display: inline-block;
    color: #FFFFFF;
    font-family: "AvenirNext";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08px;
    width: 100%;
    line-height: 27px;
    text-align: center;
}
.plan-services .main-body > .d-flex {
    margin-left: 13.5px;
}
@media (min-width: 0) {
    .xs-p-0 {
        padding: 0px !important;
    }
    .xs-pt-0 {
        padding-top: 0px !important;
    }
    .xs-pl-0 {
        padding-left: 0px !important;
    }
    .xs-pr-0 {
        padding-right: 0px !important;
    }
    .xs-pb-0 {
        padding-bottom: 0px !important;
    }
    .xs-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .xs-py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }
    .xs-m-0 {
        margin: 0px !important;
    }
    .xs-mt-0 {
        margin-top: 0px !important;
    }
    .xs-ml-0 {
        margin-left: 0px !important;
    }
    .xs-mr-0 {
        margin-right: 0px !important;
    }
    .xs-mb-0 {
        margin-bottom: 0px !important;
    }
    .xs-mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .xs-my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .xs-p-3 {
        padding: 3px !important;
    }
    .xs-pt-3 {
        padding-top: 3px !important;
    }
    .xs-pl-3 {
        padding-left: 3px !important;
    }
    .xs-pr-3 {
        padding-right: 3px !important;
    }
    .xs-pb-3 {
        padding-bottom: 3px !important;
    }
    .xs-px-3 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .xs-py-3 {
        padding-top: 3px !important;
        padding-bottom: 3px;
    }
    .xs-m-3 {
        margin: 3px !important;
    }
    .xs-mt-3 {
        margin-top: 3px !important;
    }
    .xs-ml-3 {
        margin-left: 3px !important;
    }
    .xs-mr-3 {
        margin-right: 3px !important;
    }
    .xs-mb-3 {
        margin-bottom: 3px !important;
    }
    .xs-mx-3 {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .xs-my-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .xs-p-4 {
        padding: 4px !important;
    }
    .xs-pt-4 {
        padding-top: 4px !important;
    }
    .xs-pl-4 {
        padding-left: 4px !important;
    }
    .xs-pr-4 {
        padding-right: 4px !important;
    }
    .xs-pb-4 {
        padding-bottom: 4px !important;
    }
    .xs-px-4 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .xs-py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px;
    }
    .xs-m-4 {
        margin: 4px !important;
    }
    .xs-mt-4 {
        margin-top: 4px !important;
    }
    .xs-ml-4 {
        margin-left: 4px !important;
    }
    .xs-mr-4 {
        margin-right: 4px !important;
    }
    .xs-mb-4 {
        margin-bottom: 4px !important;
    }
    .xs-mx-4 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
    .xs-my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .xs-p-5 {
        padding: 5px !important;
    }
    .xs-pt-5 {
        padding-top: 5px !important;
    }
    .xs-pl-5 {
        padding-left: 5px !important;
    }
    .xs-pr-5 {
        padding-right: 5px !important;
    }
    .xs-pb-5 {
        padding-bottom: 5px !important;
    }
    .xs-px-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .xs-py-5 {
        padding-top: 5px !important;
        padding-bottom: 5px;
    }
    .xs-m-5 {
        margin: 5px !important;
    }
    .xs-mt-5 {
        margin-top: 5px !important;
    }
    .xs-ml-5 {
        margin-left: 5px !important;
    }
    .xs-mr-5 {
        margin-right: 5px !important;
    }
    .xs-mb-5 {
        margin-bottom: 5px !important;
    }
    .xs-mx-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .xs-my-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .xs-p-6 {
        padding: 6px !important;
    }
    .xs-pt-6 {
        padding-top: 6px !important;
    }
    .xs-pl-6 {
        padding-left: 6px !important;
    }
    .xs-pr-6 {
        padding-right: 6px !important;
    }
    .xs-pb-6 {
        padding-bottom: 6px !important;
    }
    .xs-px-6 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .xs-py-6 {
        padding-top: 6px !important;
        padding-bottom: 6px;
    }
    .xs-m-6 {
        margin: 6px !important;
    }
    .xs-mt-6 {
        margin-top: 6px !important;
    }
    .xs-ml-6 {
        margin-left: 6px !important;
    }
    .xs-mr-6 {
        margin-right: 6px !important;
    }
    .xs-mb-6 {
        margin-bottom: 6px !important;
    }
    .xs-mx-6 {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .xs-my-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .xs-p-7 {
        padding: 7px !important;
    }
    .xs-pt-7 {
        padding-top: 7px !important;
    }
    .xs-pl-7 {
        padding-left: 7px !important;
    }
    .xs-pr-7 {
        padding-right: 7px !important;
    }
    .xs-pb-7 {
        padding-bottom: 7px !important;
    }
    .xs-px-7 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .xs-py-7 {
        padding-top: 7px !important;
        padding-bottom: 7px;
    }
    .xs-m-7 {
        margin: 7px !important;
    }
    .xs-mt-7 {
        margin-top: 7px !important;
    }
    .xs-ml-7 {
        margin-left: 7px !important;
    }
    .xs-mr-7 {
        margin-right: 7px !important;
    }
    .xs-mb-7 {
        margin-bottom: 7px !important;
    }
    .xs-mx-7 {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }
    .xs-my-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
    .xs-p-8 {
        padding: 8px !important;
    }
    .xs-pt-8 {
        padding-top: 8px !important;
    }
    .xs-pl-8 {
        padding-left: 8px !important;
    }
    .xs-pr-8 {
        padding-right: 8px !important;
    }
    .xs-pb-8 {
        padding-bottom: 8px !important;
    }
    .xs-px-8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .xs-py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px;
    }
    .xs-m-8 {
        margin: 8px !important;
    }
    .xs-mt-8 {
        margin-top: 8px !important;
    }
    .xs-ml-8 {
        margin-left: 8px !important;
    }
    .xs-mr-8 {
        margin-right: 8px !important;
    }
    .xs-mb-8 {
        margin-bottom: 8px !important;
    }
    .xs-mx-8 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .xs-my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .xs-p-9 {
        padding: 9px !important;
    }
    .xs-pt-9 {
        padding-top: 9px !important;
    }
    .xs-pl-9 {
        padding-left: 9px !important;
    }
    .xs-pr-9 {
        padding-right: 9px !important;
    }
    .xs-pb-9 {
        padding-bottom: 9px !important;
    }
    .xs-px-9 {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .xs-py-9 {
        padding-top: 9px !important;
        padding-bottom: 9px;
    }
    .xs-m-9 {
        margin: 9px !important;
    }
    .xs-mt-9 {
        margin-top: 9px !important;
    }
    .xs-ml-9 {
        margin-left: 9px !important;
    }
    .xs-mr-9 {
        margin-right: 9px !important;
    }
    .xs-mb-9 {
        margin-bottom: 9px !important;
    }
    .xs-mx-9 {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
    .xs-my-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }
    .xs-p-10 {
        padding: 10px !important;
    }
    .xs-pt-10 {
        padding-top: 10px !important;
    }
    .xs-pl-10 {
        padding-left: 10px !important;
    }
    .xs-pr-10 {
        padding-right: 10px !important;
    }
    .xs-pb-10 {
        padding-bottom: 10px !important;
    }
    .xs-px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .xs-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    .xs-m-10 {
        margin: 10px !important;
    }
    .xs-mt-10 {
        margin-top: 10px !important;
    }
    .xs-ml-10 {
        margin-left: 10px !important;
    }
    .xs-mr-10 {
        margin-right: 10px !important;
    }
    .xs-mb-10 {
        margin-bottom: 10px !important;
    }
    .xs-mx-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .xs-my-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .xs-p-12 {
        padding: 12px !important;
    }
    .xs-pt-12 {
        padding-top: 12px !important;
    }
    .xs-pl-12 {
        padding-left: 12px !important;
    }
    .xs-pr-12 {
        padding-right: 12px !important;
    }
    .xs-pb-12 {
        padding-bottom: 12px !important;
    }
    .xs-px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .xs-py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px;
    }
    .xs-m-12 {
        margin: 12px !important;
    }
    .xs-mt-12 {
        margin-top: 12px !important;
    }
    .xs-ml-12 {
        margin-left: 12px !important;
    }
    .xs-mr-12 {
        margin-right: 12px !important;
    }
    .xs-mb-12 {
        margin-bottom: 12px !important;
    }
    .xs-mx-12 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    .xs-my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .xs-p-13 {
        padding: 13px !important;
    }
    .xs-pt-13 {
        padding-top: 13px !important;
    }
    .xs-pl-13 {
        padding-left: 13px !important;
    }
    .xs-pr-13 {
        padding-right: 13px !important;
    }
    .xs-pb-13 {
        padding-bottom: 13px !important;
    }
    .xs-px-13 {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .xs-py-13 {
        padding-top: 13px !important;
        padding-bottom: 13px;
    }
    .xs-m-13 {
        margin: 13px !important;
    }
    .xs-mt-13 {
        margin-top: 13px !important;
    }
    .xs-ml-13 {
        margin-left: 13px !important;
    }
    .xs-mr-13 {
        margin-right: 13px !important;
    }
    .xs-mb-13 {
        margin-bottom: 13px !important;
    }
    .xs-mx-13 {
        margin-left: 13px !important;
        margin-right: 13px !important;
    }
    .xs-my-13 {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
    .xs-p-14 {
        padding: 14px !important;
    }
    .xs-pt-14 {
        padding-top: 14px !important;
    }
    .xs-pl-14 {
        padding-left: 14px !important;
    }
    .xs-pr-14 {
        padding-right: 14px !important;
    }
    .xs-pb-14 {
        padding-bottom: 14px !important;
    }
    .xs-px-14 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .xs-py-14 {
        padding-top: 14px !important;
        padding-bottom: 14px;
    }
    .xs-m-14 {
        margin: 14px !important;
    }
    .xs-mt-14 {
        margin-top: 14px !important;
    }
    .xs-ml-14 {
        margin-left: 14px !important;
    }
    .xs-mr-14 {
        margin-right: 14px !important;
    }
    .xs-mb-14 {
        margin-bottom: 14px !important;
    }
    .xs-mx-14 {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .xs-my-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }
    .xs-p-15 {
        padding: 15px !important;
    }
    .xs-pt-15 {
        padding-top: 15px !important;
    }
    .xs-pl-15 {
        padding-left: 15px !important;
    }
    .xs-pr-15 {
        padding-right: 15px !important;
    }
    .xs-pb-15 {
        padding-bottom: 15px !important;
    }
    .xs-px-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .xs-py-15 {
        padding-top: 15px !important;
        padding-bottom: 15px;
    }
    .xs-m-15 {
        margin: 15px !important;
    }
    .xs-mt-15 {
        margin-top: 15px !important;
    }
    .xs-ml-15 {
        margin-left: 15px !important;
    }
    .xs-mr-15 {
        margin-right: 15px !important;
    }
    .xs-mb-15 {
        margin-bottom: 15px !important;
    }
    .xs-mx-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .xs-my-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .xs-p-16 {
        padding: 16px !important;
    }
    .xs-pt-16 {
        padding-top: 16px !important;
    }
    .xs-pl-16 {
        padding-left: 16px !important;
    }
    .xs-pr-16 {
        padding-right: 16px !important;
    }
    .xs-pb-16 {
        padding-bottom: 16px !important;
    }
    .xs-px-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .xs-py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px;
    }
    .xs-m-16 {
        margin: 16px !important;
    }
    .xs-mt-16 {
        margin-top: 16px !important;
    }
    .xs-ml-16 {
        margin-left: 16px !important;
    }
    .xs-mr-16 {
        margin-right: 16px !important;
    }
    .xs-mb-16 {
        margin-bottom: 16px !important;
    }
    .xs-mx-16 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .xs-my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .xs-p-18 {
        padding: 18px !important;
    }
    .xs-pt-18 {
        padding-top: 18px !important;
    }
    .xs-pl-18 {
        padding-left: 18px !important;
    }
    .xs-pr-18 {
        padding-right: 18px !important;
    }
    .xs-pb-18 {
        padding-bottom: 18px !important;
    }
    .xs-px-18 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .xs-py-18 {
        padding-top: 18px !important;
        padding-bottom: 18px;
    }
    .xs-m-18 {
        margin: 18px !important;
    }
    .xs-mt-18 {
        margin-top: 18px !important;
    }
    .xs-ml-18 {
        margin-left: 18px !important;
    }
    .xs-mr-18 {
        margin-right: 18px !important;
    }
    .xs-mb-18 {
        margin-bottom: 18px !important;
    }
    .xs-mx-18 {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }
    .xs-my-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }
    .xs-p-20 {
        padding: 20px !important;
    }
    .xs-pt-20 {
        padding-top: 20px !important;
    }
    .xs-pl-20 {
        padding-left: 20px !important;
    }
    .xs-pr-20 {
        padding-right: 20px !important;
    }
    .xs-pb-20 {
        padding-bottom: 20px !important;
    }
    .xs-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .xs-py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px;
    }
    .xs-m-20 {
        margin: 20px !important;
    }
    .xs-mt-20 {
        margin-top: 20px !important;
    }
    .xs-ml-20 {
        margin-left: 20px !important;
    }
    .xs-mr-20 {
        margin-right: 20px !important;
    }
    .xs-mb-20 {
        margin-bottom: 20px !important;
    }
    .xs-mx-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .xs-my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .xs-p-25 {
        padding: 25px !important;
    }
    .xs-pt-25 {
        padding-top: 25px !important;
    }
    .xs-pl-25 {
        padding-left: 25px !important;
    }
    .xs-pr-25 {
        padding-right: 25px !important;
    }
    .xs-pb-25 {
        padding-bottom: 25px !important;
    }
    .xs-px-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .xs-py-25 {
        padding-top: 25px !important;
        padding-bottom: 25px;
    }
    .xs-m-25 {
        margin: 25px !important;
    }
    .xs-mt-25 {
        margin-top: 25px !important;
    }
    .xs-ml-25 {
        margin-left: 25px !important;
    }
    .xs-mr-25 {
        margin-right: 25px !important;
    }
    .xs-mb-25 {
        margin-bottom: 25px !important;
    }
    .xs-mx-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .xs-my-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .xs-p-23 {
        padding: 23px !important;
    }
    .xs-pt-23 {
        padding-top: 23px !important;
    }
    .xs-pl-23 {
        padding-left: 23px !important;
    }
    .xs-pr-23 {
        padding-right: 23px !important;
    }
    .xs-pb-23 {
        padding-bottom: 23px !important;
    }
    .xs-px-23 {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
    .xs-py-23 {
        padding-top: 23px !important;
        padding-bottom: 23px;
    }
    .xs-m-23 {
        margin: 23px !important;
    }
    .xs-mt-23 {
        margin-top: 23px !important;
    }
    .xs-ml-23 {
        margin-left: 23px !important;
    }
    .xs-mr-23 {
        margin-right: 23px !important;
    }
    .xs-mb-23 {
        margin-bottom: 23px !important;
    }
    .xs-mx-23 {
        margin-left: 23px !important;
        margin-right: 23px !important;
    }
    .xs-my-23 {
        margin-top: 23px !important;
        margin-bottom: 23px !important;
    }
    .xs-p-24 {
        padding: 24px !important;
    }
    .xs-pt-24 {
        padding-top: 24px !important;
    }
    .xs-pl-24 {
        padding-left: 24px !important;
    }
    .xs-pr-24 {
        padding-right: 24px !important;
    }
    .xs-pb-24 {
        padding-bottom: 24px !important;
    }
    .xs-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .xs-py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px;
    }
    .xs-m-24 {
        margin: 24px !important;
    }
    .xs-mt-24 {
        margin-top: 24px !important;
    }
    .xs-ml-24 {
        margin-left: 24px !important;
    }
    .xs-mr-24 {
        margin-right: 24px !important;
    }
    .xs-mb-24 {
        margin-bottom: 24px !important;
    }
    .xs-mx-24 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }
    .xs-my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .xs-p-26 {
        padding: 26px !important;
    }
    .xs-pt-26 {
        padding-top: 26px !important;
    }
    .xs-pl-26 {
        padding-left: 26px !important;
    }
    .xs-pr-26 {
        padding-right: 26px !important;
    }
    .xs-pb-26 {
        padding-bottom: 26px !important;
    }
    .xs-px-26 {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
    .xs-py-26 {
        padding-top: 26px !important;
        padding-bottom: 26px;
    }
    .xs-m-26 {
        margin: 26px !important;
    }
    .xs-mt-26 {
        margin-top: 26px !important;
    }
    .xs-ml-26 {
        margin-left: 26px !important;
    }
    .xs-mr-26 {
        margin-right: 26px !important;
    }
    .xs-mb-26 {
        margin-bottom: 26px !important;
    }
    .xs-mx-26 {
        margin-left: 26px !important;
        margin-right: 26px !important;
    }
    .xs-my-26 {
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }
    .xs-p-28 {
        padding: 28px !important;
    }
    .xs-pt-28 {
        padding-top: 28px !important;
    }
    .xs-pl-28 {
        padding-left: 28px !important;
    }
    .xs-pr-28 {
        padding-right: 28px !important;
    }
    .xs-pb-28 {
        padding-bottom: 28px !important;
    }
    .xs-px-28 {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
    .xs-py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px;
    }
    .xs-m-28 {
        margin: 28px !important;
    }
    .xs-mt-28 {
        margin-top: 28px !important;
    }
    .xs-ml-28 {
        margin-left: 28px !important;
    }
    .xs-mr-28 {
        margin-right: 28px !important;
    }
    .xs-mb-28 {
        margin-bottom: 28px !important;
    }
    .xs-mx-28 {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }
    .xs-my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }
    .xs-p-30 {
        padding: 30px !important;
    }
    .xs-pt-30 {
        padding-top: 30px !important;
    }
    .xs-pl-30 {
        padding-left: 30px !important;
    }
    .xs-pr-30 {
        padding-right: 30px !important;
    }
    .xs-pb-30 {
        padding-bottom: 30px !important;
    }
    .xs-px-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .xs-py-30 {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }
    .xs-m-30 {
        margin: 30px !important;
    }
    .xs-mt-30 {
        margin-top: 30px !important;
    }
    .xs-ml-30 {
        margin-left: 30px !important;
    }
    .xs-mr-30 {
        margin-right: 30px !important;
    }
    .xs-mb-30 {
        margin-bottom: 30px !important;
    }
    .xs-mx-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .xs-my-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .xs-p-32 {
        padding: 32px !important;
    }
    .xs-pt-32 {
        padding-top: 32px !important;
    }
    .xs-pl-32 {
        padding-left: 32px !important;
    }
    .xs-pr-32 {
        padding-right: 32px !important;
    }
    .xs-pb-32 {
        padding-bottom: 32px !important;
    }
    .xs-px-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .xs-py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px;
    }
    .xs-m-32 {
        margin: 32px !important;
    }
    .xs-mt-32 {
        margin-top: 32px !important;
    }
    .xs-ml-32 {
        margin-left: 32px !important;
    }
    .xs-mr-32 {
        margin-right: 32px !important;
    }
    .xs-mb-32 {
        margin-bottom: 32px !important;
    }
    .xs-mx-32 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }
    .xs-my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .xs-p-35 {
        padding: 35px !important;
    }
    .xs-pt-35 {
        padding-top: 35px !important;
    }
    .xs-pl-35 {
        padding-left: 35px !important;
    }
    .xs-pr-35 {
        padding-right: 35px !important;
    }
    .xs-pb-35 {
        padding-bottom: 35px !important;
    }
    .xs-px-35 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .xs-py-35 {
        padding-top: 35px !important;
        padding-bottom: 35px;
    }
    .xs-m-35 {
        margin: 35px !important;
    }
    .xs-mt-35 {
        margin-top: 35px !important;
    }
    .xs-ml-35 {
        margin-left: 35px !important;
    }
    .xs-mr-35 {
        margin-right: 35px !important;
    }
    .xs-mb-35 {
        margin-bottom: 35px !important;
    }
    .xs-mx-35 {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .xs-my-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .xs-p-40 {
        padding: 40px !important;
    }
    .xs-pt-40 {
        padding-top: 40px !important;
    }
    .xs-pl-40 {
        padding-left: 40px !important;
    }
    .xs-pr-40 {
        padding-right: 40px !important;
    }
    .xs-pb-40 {
        padding-bottom: 40px !important;
    }
    .xs-px-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .xs-py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
    .xs-m-40 {
        margin: 40px !important;
    }
    .xs-mt-40 {
        margin-top: 40px !important;
    }
    .xs-ml-40 {
        margin-left: 40px !important;
    }
    .xs-mr-40 {
        margin-right: 40px !important;
    }
    .xs-mb-40 {
        margin-bottom: 40px !important;
    }
    .xs-mx-40 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .xs-my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .xs-p-44 {
        padding: 44px !important;
    }
    .xs-pt-44 {
        padding-top: 44px !important;
    }
    .xs-pl-44 {
        padding-left: 44px !important;
    }
    .xs-pr-44 {
        padding-right: 44px !important;
    }
    .xs-pb-44 {
        padding-bottom: 44px !important;
    }
    .xs-px-44 {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }
    .xs-py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px;
    }
    .xs-m-44 {
        margin: 44px !important;
    }
    .xs-mt-44 {
        margin-top: 44px !important;
    }
    .xs-ml-44 {
        margin-left: 44px !important;
    }
    .xs-mr-44 {
        margin-right: 44px !important;
    }
    .xs-mb-44 {
        margin-bottom: 44px !important;
    }
    .xs-mx-44 {
        margin-left: 44px !important;
        margin-right: 44px !important;
    }
    .xs-my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important;
    }
    .xs-p-45 {
        padding: 45px !important;
    }
    .xs-pt-45 {
        padding-top: 45px !important;
    }
    .xs-pl-45 {
        padding-left: 45px !important;
    }
    .xs-pr-45 {
        padding-right: 45px !important;
    }
    .xs-pb-45 {
        padding-bottom: 45px !important;
    }
    .xs-px-45 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    .xs-py-45 {
        padding-top: 45px !important;
        padding-bottom: 45px;
    }
    .xs-m-45 {
        margin: 45px !important;
    }
    .xs-mt-45 {
        margin-top: 45px !important;
    }
    .xs-ml-45 {
        margin-left: 45px !important;
    }
    .xs-mr-45 {
        margin-right: 45px !important;
    }
    .xs-mb-45 {
        margin-bottom: 45px !important;
    }
    .xs-mx-45 {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .xs-my-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .xs-p-48 {
        padding: 48px !important;
    }
    .xs-pt-48 {
        padding-top: 48px !important;
    }
    .xs-pl-48 {
        padding-left: 48px !important;
    }
    .xs-pr-48 {
        padding-right: 48px !important;
    }
    .xs-pb-48 {
        padding-bottom: 48px !important;
    }
    .xs-px-48 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
    .xs-py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px;
    }
    .xs-m-48 {
        margin: 48px !important;
    }
    .xs-mt-48 {
        margin-top: 48px !important;
    }
    .xs-ml-48 {
        margin-left: 48px !important;
    }
    .xs-mr-48 {
        margin-right: 48px !important;
    }
    .xs-mb-48 {
        margin-bottom: 48px !important;
    }
    .xs-mx-48 {
        margin-left: 48px !important;
        margin-right: 48px !important;
    }
    .xs-my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }
    .xs-p-50 {
        padding: 50px !important;
    }
    .xs-pt-50 {
        padding-top: 50px !important;
    }
    .xs-pl-50 {
        padding-left: 50px !important;
    }
    .xs-pr-50 {
        padding-right: 50px !important;
    }
    .xs-pb-50 {
        padding-bottom: 50px !important;
    }
    .xs-px-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .xs-py-50 {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }
    .xs-m-50 {
        margin: 50px !important;
    }
    .xs-mt-50 {
        margin-top: 50px !important;
    }
    .xs-ml-50 {
        margin-left: 50px !important;
    }
    .xs-mr-50 {
        margin-right: 50px !important;
    }
    .xs-mb-50 {
        margin-bottom: 50px !important;
    }
    .xs-mx-50 {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .xs-my-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .xs-p-55 {
        padding: 55px !important;
    }
    .xs-pt-55 {
        padding-top: 55px !important;
    }
    .xs-pl-55 {
        padding-left: 55px !important;
    }
    .xs-pr-55 {
        padding-right: 55px !important;
    }
    .xs-pb-55 {
        padding-bottom: 55px !important;
    }
    .xs-px-55 {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .xs-py-55 {
        padding-top: 55px !important;
        padding-bottom: 55px;
    }
    .xs-m-55 {
        margin: 55px !important;
    }
    .xs-mt-55 {
        margin-top: 55px !important;
    }
    .xs-ml-55 {
        margin-left: 55px !important;
    }
    .xs-mr-55 {
        margin-right: 55px !important;
    }
    .xs-mb-55 {
        margin-bottom: 55px !important;
    }
    .xs-mx-55 {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .xs-my-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .xs-p-56 {
        padding: 56px !important;
    }
    .xs-pt-56 {
        padding-top: 56px !important;
    }
    .xs-pl-56 {
        padding-left: 56px !important;
    }
    .xs-pr-56 {
        padding-right: 56px !important;
    }
    .xs-pb-56 {
        padding-bottom: 56px !important;
    }
    .xs-px-56 {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
    .xs-py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px;
    }
    .xs-m-56 {
        margin: 56px !important;
    }
    .xs-mt-56 {
        margin-top: 56px !important;
    }
    .xs-ml-56 {
        margin-left: 56px !important;
    }
    .xs-mr-56 {
        margin-right: 56px !important;
    }
    .xs-mb-56 {
        margin-bottom: 56px !important;
    }
    .xs-mx-56 {
        margin-left: 56px !important;
        margin-right: 56px !important;
    }
    .xs-my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }
    .xs-p-60 {
        padding: 60px !important;
    }
    .xs-pt-60 {
        padding-top: 60px !important;
    }
    .xs-pl-60 {
        padding-left: 60px !important;
    }
    .xs-pr-60 {
        padding-right: 60px !important;
    }
    .xs-pb-60 {
        padding-bottom: 60px !important;
    }
    .xs-px-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .xs-py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px;
    }
    .xs-m-60 {
        margin: 60px !important;
    }
    .xs-mt-60 {
        margin-top: 60px !important;
    }
    .xs-ml-60 {
        margin-left: 60px !important;
    }
    .xs-mr-60 {
        margin-right: 60px !important;
    }
    .xs-mb-60 {
        margin-bottom: 60px !important;
    }
    .xs-mx-60 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .xs-my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .xs-p-65 {
        padding: 65px !important;
    }
    .xs-pt-65 {
        padding-top: 65px !important;
    }
    .xs-pl-65 {
        padding-left: 65px !important;
    }
    .xs-pr-65 {
        padding-right: 65px !important;
    }
    .xs-pb-65 {
        padding-bottom: 65px !important;
    }
    .xs-px-65 {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
    .xs-py-65 {
        padding-top: 65px !important;
        padding-bottom: 65px;
    }
    .xs-m-65 {
        margin: 65px !important;
    }
    .xs-mt-65 {
        margin-top: 65px !important;
    }
    .xs-ml-65 {
        margin-left: 65px !important;
    }
    .xs-mr-65 {
        margin-right: 65px !important;
    }
    .xs-mb-65 {
        margin-bottom: 65px !important;
    }
    .xs-mx-65 {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }
    .xs-my-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .xs-p-64 {
        padding: 64px !important;
    }
    .xs-pt-64 {
        padding-top: 64px !important;
    }
    .xs-pl-64 {
        padding-left: 64px !important;
    }
    .xs-pr-64 {
        padding-right: 64px !important;
    }
    .xs-pb-64 {
        padding-bottom: 64px !important;
    }
    .xs-px-64 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
    .xs-py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px;
    }
    .xs-m-64 {
        margin: 64px !important;
    }
    .xs-mt-64 {
        margin-top: 64px !important;
    }
    .xs-ml-64 {
        margin-left: 64px !important;
    }
    .xs-mr-64 {
        margin-right: 64px !important;
    }
    .xs-mb-64 {
        margin-bottom: 64px !important;
    }
    .xs-mx-64 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }
    .xs-my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
    .xs-p-70 {
        padding: 70px !important;
    }
    .xs-pt-70 {
        padding-top: 70px !important;
    }
    .xs-pl-70 {
        padding-left: 70px !important;
    }
    .xs-pr-70 {
        padding-right: 70px !important;
    }
    .xs-pb-70 {
        padding-bottom: 70px !important;
    }
    .xs-px-70 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .xs-py-70 {
        padding-top: 70px !important;
        padding-bottom: 70px;
    }
    .xs-m-70 {
        margin: 70px !important;
    }
    .xs-mt-70 {
        margin-top: 70px !important;
    }
    .xs-ml-70 {
        margin-left: 70px !important;
    }
    .xs-mr-70 {
        margin-right: 70px !important;
    }
    .xs-mb-70 {
        margin-bottom: 70px !important;
    }
    .xs-mx-70 {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }
    .xs-my-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .xs-p-72 {
        padding: 72px !important;
    }
    .xs-pt-72 {
        padding-top: 72px !important;
    }
    .xs-pl-72 {
        padding-left: 72px !important;
    }
    .xs-pr-72 {
        padding-right: 72px !important;
    }
    .xs-pb-72 {
        padding-bottom: 72px !important;
    }
    .xs-px-72 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }
    .xs-py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px;
    }
    .xs-m-72 {
        margin: 72px !important;
    }
    .xs-mt-72 {
        margin-top: 72px !important;
    }
    .xs-ml-72 {
        margin-left: 72px !important;
    }
    .xs-mr-72 {
        margin-right: 72px !important;
    }
    .xs-mb-72 {
        margin-bottom: 72px !important;
    }
    .xs-mx-72 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }
    .xs-my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .xs-p-80 {
        padding: 80px !important;
    }
    .xs-pt-80 {
        padding-top: 80px !important;
    }
    .xs-pl-80 {
        padding-left: 80px !important;
    }
    .xs-pr-80 {
        padding-right: 80px !important;
    }
    .xs-pb-80 {
        padding-bottom: 80px !important;
    }
    .xs-px-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .xs-py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px;
    }
    .xs-m-80 {
        margin: 80px !important;
    }
    .xs-mt-80 {
        margin-top: 80px !important;
    }
    .xs-ml-80 {
        margin-left: 80px !important;
    }
    .xs-mr-80 {
        margin-right: 80px !important;
    }
    .xs-mb-80 {
        margin-bottom: 80px !important;
    }
    .xs-mx-80 {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }
    .xs-my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .xs-p-88 {
        padding: 88px !important;
    }
    .xs-pt-88 {
        padding-top: 88px !important;
    }
    .xs-pl-88 {
        padding-left: 88px !important;
    }
    .xs-pr-88 {
        padding-right: 88px !important;
    }
    .xs-pb-88 {
        padding-bottom: 88px !important;
    }
    .xs-px-88 {
        padding-left: 88px !important;
        padding-right: 88px !important;
    }
    .xs-py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px;
    }
    .xs-m-88 {
        margin: 88px !important;
    }
    .xs-mt-88 {
        margin-top: 88px !important;
    }
    .xs-ml-88 {
        margin-left: 88px !important;
    }
    .xs-mr-88 {
        margin-right: 88px !important;
    }
    .xs-mb-88 {
        margin-bottom: 88px !important;
    }
    .xs-mx-88 {
        margin-left: 88px !important;
        margin-right: 88px !important;
    }
    .xs-my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important;
    }
    .xs-p-112 {
        padding: 112px !important;
    }
    .xs-pt-112 {
        padding-top: 112px !important;
    }
    .xs-pl-112 {
        padding-left: 112px !important;
    }
    .xs-pr-112 {
        padding-right: 112px !important;
    }
    .xs-pb-112 {
        padding-bottom: 112px !important;
    }
    .xs-px-112 {
        padding-left: 112px !important;
        padding-right: 112px !important;
    }
    .xs-py-112 {
        padding-top: 112px !important;
        padding-bottom: 112px;
    }
    .xs-m-112 {
        margin: 112px !important;
    }
    .xs-mt-112 {
        margin-top: 112px !important;
    }
    .xs-ml-112 {
        margin-left: 112px !important;
    }
    .xs-mr-112 {
        margin-right: 112px !important;
    }
    .xs-mb-112 {
        margin-bottom: 112px !important;
    }
    .xs-mx-112 {
        margin-left: 112px !important;
        margin-right: 112px !important;
    }
    .xs-my-112 {
        margin-top: 112px !important;
        margin-bottom: 112px !important;
    }
}
.xs-mt-auto {
    margin-top: auto;
}
.xs-mb-auto {
    margin-bottom: auto;
}
.xs-ml-auto {
    margin-left: auto;
}
.xs-mr-auto {
    margin-right: auto;
}
@media (min-width: 768px) {
    .sm-p-0 {
        padding: 0px !important;
    }
    .sm-pt-0 {
        padding-top: 0px !important;
    }
    .sm-pl-0 {
        padding-left: 0px !important;
    }
    .sm-pr-0 {
        padding-right: 0px !important;
    }
    .sm-pb-0 {
        padding-bottom: 0px !important;
    }
    .sm-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sm-py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }
    .sm-m-0 {
        margin: 0px !important;
    }
    .sm-mt-0 {
        margin-top: 0px !important;
    }
    .sm-ml-0 {
        margin-left: 0px !important;
    }
    .sm-mr-0 {
        margin-right: 0px !important;
    }
    .sm-mb-0 {
        margin-bottom: 0px !important;
    }
    .sm-mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .sm-my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .sm-p-3 {
        padding: 3px !important;
    }
    .sm-pt-3 {
        padding-top: 3px !important;
    }
    .sm-pl-3 {
        padding-left: 3px !important;
    }
    .sm-pr-3 {
        padding-right: 3px !important;
    }
    .sm-pb-3 {
        padding-bottom: 3px !important;
    }
    .sm-px-3 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .sm-py-3 {
        padding-top: 3px !important;
        padding-bottom: 3px;
    }
    .sm-m-3 {
        margin: 3px !important;
    }
    .sm-mt-3 {
        margin-top: 3px !important;
    }
    .sm-ml-3 {
        margin-left: 3px !important;
    }
    .sm-mr-3 {
        margin-right: 3px !important;
    }
    .sm-mb-3 {
        margin-bottom: 3px !important;
    }
    .sm-mx-3 {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .sm-my-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .sm-p-4 {
        padding: 4px !important;
    }
    .sm-pt-4 {
        padding-top: 4px !important;
    }
    .sm-pl-4 {
        padding-left: 4px !important;
    }
    .sm-pr-4 {
        padding-right: 4px !important;
    }
    .sm-pb-4 {
        padding-bottom: 4px !important;
    }
    .sm-px-4 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .sm-py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px;
    }
    .sm-m-4 {
        margin: 4px !important;
    }
    .sm-mt-4 {
        margin-top: 4px !important;
    }
    .sm-ml-4 {
        margin-left: 4px !important;
    }
    .sm-mr-4 {
        margin-right: 4px !important;
    }
    .sm-mb-4 {
        margin-bottom: 4px !important;
    }
    .sm-mx-4 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
    .sm-my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .sm-p-5 {
        padding: 5px !important;
    }
    .sm-pt-5 {
        padding-top: 5px !important;
    }
    .sm-pl-5 {
        padding-left: 5px !important;
    }
    .sm-pr-5 {
        padding-right: 5px !important;
    }
    .sm-pb-5 {
        padding-bottom: 5px !important;
    }
    .sm-px-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .sm-py-5 {
        padding-top: 5px !important;
        padding-bottom: 5px;
    }
    .sm-m-5 {
        margin: 5px !important;
    }
    .sm-mt-5 {
        margin-top: 5px !important;
    }
    .sm-ml-5 {
        margin-left: 5px !important;
    }
    .sm-mr-5 {
        margin-right: 5px !important;
    }
    .sm-mb-5 {
        margin-bottom: 5px !important;
    }
    .sm-mx-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .sm-my-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .sm-p-6 {
        padding: 6px !important;
    }
    .sm-pt-6 {
        padding-top: 6px !important;
    }
    .sm-pl-6 {
        padding-left: 6px !important;
    }
    .sm-pr-6 {
        padding-right: 6px !important;
    }
    .sm-pb-6 {
        padding-bottom: 6px !important;
    }
    .sm-px-6 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .sm-py-6 {
        padding-top: 6px !important;
        padding-bottom: 6px;
    }
    .sm-m-6 {
        margin: 6px !important;
    }
    .sm-mt-6 {
        margin-top: 6px !important;
    }
    .sm-ml-6 {
        margin-left: 6px !important;
    }
    .sm-mr-6 {
        margin-right: 6px !important;
    }
    .sm-mb-6 {
        margin-bottom: 6px !important;
    }
    .sm-mx-6 {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .sm-my-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .sm-p-7 {
        padding: 7px !important;
    }
    .sm-pt-7 {
        padding-top: 7px !important;
    }
    .sm-pl-7 {
        padding-left: 7px !important;
    }
    .sm-pr-7 {
        padding-right: 7px !important;
    }
    .sm-pb-7 {
        padding-bottom: 7px !important;
    }
    .sm-px-7 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .sm-py-7 {
        padding-top: 7px !important;
        padding-bottom: 7px;
    }
    .sm-m-7 {
        margin: 7px !important;
    }
    .sm-mt-7 {
        margin-top: 7px !important;
    }
    .sm-ml-7 {
        margin-left: 7px !important;
    }
    .sm-mr-7 {
        margin-right: 7px !important;
    }
    .sm-mb-7 {
        margin-bottom: 7px !important;
    }
    .sm-mx-7 {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }
    .sm-my-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
    .sm-p-8 {
        padding: 8px !important;
    }
    .sm-pt-8 {
        padding-top: 8px !important;
    }
    .sm-pl-8 {
        padding-left: 8px !important;
    }
    .sm-pr-8 {
        padding-right: 8px !important;
    }
    .sm-pb-8 {
        padding-bottom: 8px !important;
    }
    .sm-px-8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .sm-py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px;
    }
    .sm-m-8 {
        margin: 8px !important;
    }
    .sm-mt-8 {
        margin-top: 8px !important;
    }
    .sm-ml-8 {
        margin-left: 8px !important;
    }
    .sm-mr-8 {
        margin-right: 8px !important;
    }
    .sm-mb-8 {
        margin-bottom: 8px !important;
    }
    .sm-mx-8 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .sm-my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .sm-p-9 {
        padding: 9px !important;
    }
    .sm-pt-9 {
        padding-top: 9px !important;
    }
    .sm-pl-9 {
        padding-left: 9px !important;
    }
    .sm-pr-9 {
        padding-right: 9px !important;
    }
    .sm-pb-9 {
        padding-bottom: 9px !important;
    }
    .sm-px-9 {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .sm-py-9 {
        padding-top: 9px !important;
        padding-bottom: 9px;
    }
    .sm-m-9 {
        margin: 9px !important;
    }
    .sm-mt-9 {
        margin-top: 9px !important;
    }
    .sm-ml-9 {
        margin-left: 9px !important;
    }
    .sm-mr-9 {
        margin-right: 9px !important;
    }
    .sm-mb-9 {
        margin-bottom: 9px !important;
    }
    .sm-mx-9 {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
    .sm-my-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }
    .sm-p-10 {
        padding: 10px !important;
    }
    .sm-pt-10 {
        padding-top: 10px !important;
    }
    .sm-pl-10 {
        padding-left: 10px !important;
    }
    .sm-pr-10 {
        padding-right: 10px !important;
    }
    .sm-pb-10 {
        padding-bottom: 10px !important;
    }
    .sm-px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sm-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    .sm-m-10 {
        margin: 10px !important;
    }
    .sm-mt-10 {
        margin-top: 10px !important;
    }
    .sm-ml-10 {
        margin-left: 10px !important;
    }
    .sm-mr-10 {
        margin-right: 10px !important;
    }
    .sm-mb-10 {
        margin-bottom: 10px !important;
    }
    .sm-mx-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .sm-my-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .sm-p-12 {
        padding: 12px !important;
    }
    .sm-pt-12 {
        padding-top: 12px !important;
    }
    .sm-pl-12 {
        padding-left: 12px !important;
    }
    .sm-pr-12 {
        padding-right: 12px !important;
    }
    .sm-pb-12 {
        padding-bottom: 12px !important;
    }
    .sm-px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .sm-py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px;
    }
    .sm-m-12 {
        margin: 12px !important;
    }
    .sm-mt-12 {
        margin-top: 12px !important;
    }
    .sm-ml-12 {
        margin-left: 12px !important;
    }
    .sm-mr-12 {
        margin-right: 12px !important;
    }
    .sm-mb-12 {
        margin-bottom: 12px !important;
    }
    .sm-mx-12 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    .sm-my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .sm-p-13 {
        padding: 13px !important;
    }
    .sm-pt-13 {
        padding-top: 13px !important;
    }
    .sm-pl-13 {
        padding-left: 13px !important;
    }
    .sm-pr-13 {
        padding-right: 13px !important;
    }
    .sm-pb-13 {
        padding-bottom: 13px !important;
    }
    .sm-px-13 {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .sm-py-13 {
        padding-top: 13px !important;
        padding-bottom: 13px;
    }
    .sm-m-13 {
        margin: 13px !important;
    }
    .sm-mt-13 {
        margin-top: 13px !important;
    }
    .sm-ml-13 {
        margin-left: 13px !important;
    }
    .sm-mr-13 {
        margin-right: 13px !important;
    }
    .sm-mb-13 {
        margin-bottom: 13px !important;
    }
    .sm-mx-13 {
        margin-left: 13px !important;
        margin-right: 13px !important;
    }
    .sm-my-13 {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
    .sm-p-14 {
        padding: 14px !important;
    }
    .sm-pt-14 {
        padding-top: 14px !important;
    }
    .sm-pl-14 {
        padding-left: 14px !important;
    }
    .sm-pr-14 {
        padding-right: 14px !important;
    }
    .sm-pb-14 {
        padding-bottom: 14px !important;
    }
    .sm-px-14 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .sm-py-14 {
        padding-top: 14px !important;
        padding-bottom: 14px;
    }
    .sm-m-14 {
        margin: 14px !important;
    }
    .sm-mt-14 {
        margin-top: 14px !important;
    }
    .sm-ml-14 {
        margin-left: 14px !important;
    }
    .sm-mr-14 {
        margin-right: 14px !important;
    }
    .sm-mb-14 {
        margin-bottom: 14px !important;
    }
    .sm-mx-14 {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .sm-my-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }
    .sm-p-15 {
        padding: 15px !important;
    }
    .sm-pt-15 {
        padding-top: 15px !important;
    }
    .sm-pl-15 {
        padding-left: 15px !important;
    }
    .sm-pr-15 {
        padding-right: 15px !important;
    }
    .sm-pb-15 {
        padding-bottom: 15px !important;
    }
    .sm-px-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .sm-py-15 {
        padding-top: 15px !important;
        padding-bottom: 15px;
    }
    .sm-m-15 {
        margin: 15px !important;
    }
    .sm-mt-15 {
        margin-top: 15px !important;
    }
    .sm-ml-15 {
        margin-left: 15px !important;
    }
    .sm-mr-15 {
        margin-right: 15px !important;
    }
    .sm-mb-15 {
        margin-bottom: 15px !important;
    }
    .sm-mx-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .sm-my-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .sm-p-16 {
        padding: 16px !important;
    }
    .sm-pt-16 {
        padding-top: 16px !important;
    }
    .sm-pl-16 {
        padding-left: 16px !important;
    }
    .sm-pr-16 {
        padding-right: 16px !important;
    }
    .sm-pb-16 {
        padding-bottom: 16px !important;
    }
    .sm-px-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .sm-py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px;
    }
    .sm-m-16 {
        margin: 16px !important;
    }
    .sm-mt-16 {
        margin-top: 16px !important;
    }
    .sm-ml-16 {
        margin-left: 16px !important;
    }
    .sm-mr-16 {
        margin-right: 16px !important;
    }
    .sm-mb-16 {
        margin-bottom: 16px !important;
    }
    .sm-mx-16 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .sm-my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .sm-p-18 {
        padding: 18px !important;
    }
    .sm-pt-18 {
        padding-top: 18px !important;
    }
    .sm-pl-18 {
        padding-left: 18px !important;
    }
    .sm-pr-18 {
        padding-right: 18px !important;
    }
    .sm-pb-18 {
        padding-bottom: 18px !important;
    }
    .sm-px-18 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .sm-py-18 {
        padding-top: 18px !important;
        padding-bottom: 18px;
    }
    .sm-m-18 {
        margin: 18px !important;
    }
    .sm-mt-18 {
        margin-top: 18px !important;
    }
    .sm-ml-18 {
        margin-left: 18px !important;
    }
    .sm-mr-18 {
        margin-right: 18px !important;
    }
    .sm-mb-18 {
        margin-bottom: 18px !important;
    }
    .sm-mx-18 {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }
    .sm-my-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }
    .sm-p-20 {
        padding: 20px !important;
    }
    .sm-pt-20 {
        padding-top: 20px !important;
    }
    .sm-pl-20 {
        padding-left: 20px !important;
    }
    .sm-pr-20 {
        padding-right: 20px !important;
    }
    .sm-pb-20 {
        padding-bottom: 20px !important;
    }
    .sm-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .sm-py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px;
    }
    .sm-m-20 {
        margin: 20px !important;
    }
    .sm-mt-20 {
        margin-top: 20px !important;
    }
    .sm-ml-20 {
        margin-left: 20px !important;
    }
    .sm-mr-20 {
        margin-right: 20px !important;
    }
    .sm-mb-20 {
        margin-bottom: 20px !important;
    }
    .sm-mx-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .sm-my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .sm-p-25 {
        padding: 25px !important;
    }
    .sm-pt-25 {
        padding-top: 25px !important;
    }
    .sm-pl-25 {
        padding-left: 25px !important;
    }
    .sm-pr-25 {
        padding-right: 25px !important;
    }
    .sm-pb-25 {
        padding-bottom: 25px !important;
    }
    .sm-px-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .sm-py-25 {
        padding-top: 25px !important;
        padding-bottom: 25px;
    }
    .sm-m-25 {
        margin: 25px !important;
    }
    .sm-mt-25 {
        margin-top: 25px !important;
    }
    .sm-ml-25 {
        margin-left: 25px !important;
    }
    .sm-mr-25 {
        margin-right: 25px !important;
    }
    .sm-mb-25 {
        margin-bottom: 25px !important;
    }
    .sm-mx-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .sm-my-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .sm-p-23 {
        padding: 23px !important;
    }
    .sm-pt-23 {
        padding-top: 23px !important;
    }
    .sm-pl-23 {
        padding-left: 23px !important;
    }
    .sm-pr-23 {
        padding-right: 23px !important;
    }
    .sm-pb-23 {
        padding-bottom: 23px !important;
    }
    .sm-px-23 {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
    .sm-py-23 {
        padding-top: 23px !important;
        padding-bottom: 23px;
    }
    .sm-m-23 {
        margin: 23px !important;
    }
    .sm-mt-23 {
        margin-top: 23px !important;
    }
    .sm-ml-23 {
        margin-left: 23px !important;
    }
    .sm-mr-23 {
        margin-right: 23px !important;
    }
    .sm-mb-23 {
        margin-bottom: 23px !important;
    }
    .sm-mx-23 {
        margin-left: 23px !important;
        margin-right: 23px !important;
    }
    .sm-my-23 {
        margin-top: 23px !important;
        margin-bottom: 23px !important;
    }
    .sm-p-24 {
        padding: 24px !important;
    }
    .sm-pt-24 {
        padding-top: 24px !important;
    }
    .sm-pl-24 {
        padding-left: 24px !important;
    }
    .sm-pr-24 {
        padding-right: 24px !important;
    }
    .sm-pb-24 {
        padding-bottom: 24px !important;
    }
    .sm-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .sm-py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px;
    }
    .sm-m-24 {
        margin: 24px !important;
    }
    .sm-mt-24 {
        margin-top: 24px !important;
    }
    .sm-ml-24 {
        margin-left: 24px !important;
    }
    .sm-mr-24 {
        margin-right: 24px !important;
    }
    .sm-mb-24 {
        margin-bottom: 24px !important;
    }
    .sm-mx-24 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }
    .sm-my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .sm-p-26 {
        padding: 26px !important;
    }
    .sm-pt-26 {
        padding-top: 26px !important;
    }
    .sm-pl-26 {
        padding-left: 26px !important;
    }
    .sm-pr-26 {
        padding-right: 26px !important;
    }
    .sm-pb-26 {
        padding-bottom: 26px !important;
    }
    .sm-px-26 {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
    .sm-py-26 {
        padding-top: 26px !important;
        padding-bottom: 26px;
    }
    .sm-m-26 {
        margin: 26px !important;
    }
    .sm-mt-26 {
        margin-top: 26px !important;
    }
    .sm-ml-26 {
        margin-left: 26px !important;
    }
    .sm-mr-26 {
        margin-right: 26px !important;
    }
    .sm-mb-26 {
        margin-bottom: 26px !important;
    }
    .sm-mx-26 {
        margin-left: 26px !important;
        margin-right: 26px !important;
    }
    .sm-my-26 {
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }
    .sm-p-28 {
        padding: 28px !important;
    }
    .sm-pt-28 {
        padding-top: 28px !important;
    }
    .sm-pl-28 {
        padding-left: 28px !important;
    }
    .sm-pr-28 {
        padding-right: 28px !important;
    }
    .sm-pb-28 {
        padding-bottom: 28px !important;
    }
    .sm-px-28 {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
    .sm-py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px;
    }
    .sm-m-28 {
        margin: 28px !important;
    }
    .sm-mt-28 {
        margin-top: 28px !important;
    }
    .sm-ml-28 {
        margin-left: 28px !important;
    }
    .sm-mr-28 {
        margin-right: 28px !important;
    }
    .sm-mb-28 {
        margin-bottom: 28px !important;
    }
    .sm-mx-28 {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }
    .sm-my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }
    .sm-p-30 {
        padding: 30px !important;
    }
    .sm-pt-30 {
        padding-top: 30px !important;
    }
    .sm-pl-30 {
        padding-left: 30px !important;
    }
    .sm-pr-30 {
        padding-right: 30px !important;
    }
    .sm-pb-30 {
        padding-bottom: 30px !important;
    }
    .sm-px-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .sm-py-30 {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }
    .sm-m-30 {
        margin: 30px !important;
    }
    .sm-mt-30 {
        margin-top: 30px !important;
    }
    .sm-ml-30 {
        margin-left: 30px !important;
    }
    .sm-mr-30 {
        margin-right: 30px !important;
    }
    .sm-mb-30 {
        margin-bottom: 30px !important;
    }
    .sm-mx-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .sm-my-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .sm-p-32 {
        padding: 32px !important;
    }
    .sm-pt-32 {
        padding-top: 32px !important;
    }
    .sm-pl-32 {
        padding-left: 32px !important;
    }
    .sm-pr-32 {
        padding-right: 32px !important;
    }
    .sm-pb-32 {
        padding-bottom: 32px !important;
    }
    .sm-px-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .sm-py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px;
    }
    .sm-m-32 {
        margin: 32px !important;
    }
    .sm-mt-32 {
        margin-top: 32px !important;
    }
    .sm-ml-32 {
        margin-left: 32px !important;
    }
    .sm-mr-32 {
        margin-right: 32px !important;
    }
    .sm-mb-32 {
        margin-bottom: 32px !important;
    }
    .sm-mx-32 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }
    .sm-my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .sm-p-35 {
        padding: 35px !important;
    }
    .sm-pt-35 {
        padding-top: 35px !important;
    }
    .sm-pl-35 {
        padding-left: 35px !important;
    }
    .sm-pr-35 {
        padding-right: 35px !important;
    }
    .sm-pb-35 {
        padding-bottom: 35px !important;
    }
    .sm-px-35 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .sm-py-35 {
        padding-top: 35px !important;
        padding-bottom: 35px;
    }
    .sm-m-35 {
        margin: 35px !important;
    }
    .sm-mt-35 {
        margin-top: 35px !important;
    }
    .sm-ml-35 {
        margin-left: 35px !important;
    }
    .sm-mr-35 {
        margin-right: 35px !important;
    }
    .sm-mb-35 {
        margin-bottom: 35px !important;
    }
    .sm-mx-35 {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .sm-my-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .sm-p-40 {
        padding: 40px !important;
    }
    .sm-pt-40 {
        padding-top: 40px !important;
    }
    .sm-pl-40 {
        padding-left: 40px !important;
    }
    .sm-pr-40 {
        padding-right: 40px !important;
    }
    .sm-pb-40 {
        padding-bottom: 40px !important;
    }
    .sm-px-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .sm-py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
    .sm-m-40 {
        margin: 40px !important;
    }
    .sm-mt-40 {
        margin-top: 40px !important;
    }
    .sm-ml-40 {
        margin-left: 40px !important;
    }
    .sm-mr-40 {
        margin-right: 40px !important;
    }
    .sm-mb-40 {
        margin-bottom: 40px !important;
    }
    .sm-mx-40 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .sm-my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .sm-p-44 {
        padding: 44px !important;
    }
    .sm-pt-44 {
        padding-top: 44px !important;
    }
    .sm-pl-44 {
        padding-left: 44px !important;
    }
    .sm-pr-44 {
        padding-right: 44px !important;
    }
    .sm-pb-44 {
        padding-bottom: 44px !important;
    }
    .sm-px-44 {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }
    .sm-py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px;
    }
    .sm-m-44 {
        margin: 44px !important;
    }
    .sm-mt-44 {
        margin-top: 44px !important;
    }
    .sm-ml-44 {
        margin-left: 44px !important;
    }
    .sm-mr-44 {
        margin-right: 44px !important;
    }
    .sm-mb-44 {
        margin-bottom: 44px !important;
    }
    .sm-mx-44 {
        margin-left: 44px !important;
        margin-right: 44px !important;
    }
    .sm-my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important;
    }
    .sm-p-45 {
        padding: 45px !important;
    }
    .sm-pt-45 {
        padding-top: 45px !important;
    }
    .sm-pl-45 {
        padding-left: 45px !important;
    }
    .sm-pr-45 {
        padding-right: 45px !important;
    }
    .sm-pb-45 {
        padding-bottom: 45px !important;
    }
    .sm-px-45 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    .sm-py-45 {
        padding-top: 45px !important;
        padding-bottom: 45px;
    }
    .sm-m-45 {
        margin: 45px !important;
    }
    .sm-mt-45 {
        margin-top: 45px !important;
    }
    .sm-ml-45 {
        margin-left: 45px !important;
    }
    .sm-mr-45 {
        margin-right: 45px !important;
    }
    .sm-mb-45 {
        margin-bottom: 45px !important;
    }
    .sm-mx-45 {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .sm-my-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .sm-p-48 {
        padding: 48px !important;
    }
    .sm-pt-48 {
        padding-top: 48px !important;
    }
    .sm-pl-48 {
        padding-left: 48px !important;
    }
    .sm-pr-48 {
        padding-right: 48px !important;
    }
    .sm-pb-48 {
        padding-bottom: 48px !important;
    }
    .sm-px-48 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
    .sm-py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px;
    }
    .sm-m-48 {
        margin: 48px !important;
    }
    .sm-mt-48 {
        margin-top: 48px !important;
    }
    .sm-ml-48 {
        margin-left: 48px !important;
    }
    .sm-mr-48 {
        margin-right: 48px !important;
    }
    .sm-mb-48 {
        margin-bottom: 48px !important;
    }
    .sm-mx-48 {
        margin-left: 48px !important;
        margin-right: 48px !important;
    }
    .sm-my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }
    .sm-p-50 {
        padding: 50px !important;
    }
    .sm-pt-50 {
        padding-top: 50px !important;
    }
    .sm-pl-50 {
        padding-left: 50px !important;
    }
    .sm-pr-50 {
        padding-right: 50px !important;
    }
    .sm-pb-50 {
        padding-bottom: 50px !important;
    }
    .sm-px-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .sm-py-50 {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }
    .sm-m-50 {
        margin: 50px !important;
    }
    .sm-mt-50 {
        margin-top: 50px !important;
    }
    .sm-ml-50 {
        margin-left: 50px !important;
    }
    .sm-mr-50 {
        margin-right: 50px !important;
    }
    .sm-mb-50 {
        margin-bottom: 50px !important;
    }
    .sm-mx-50 {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .sm-my-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .sm-p-55 {
        padding: 55px !important;
    }
    .sm-pt-55 {
        padding-top: 55px !important;
    }
    .sm-pl-55 {
        padding-left: 55px !important;
    }
    .sm-pr-55 {
        padding-right: 55px !important;
    }
    .sm-pb-55 {
        padding-bottom: 55px !important;
    }
    .sm-px-55 {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .sm-py-55 {
        padding-top: 55px !important;
        padding-bottom: 55px;
    }
    .sm-m-55 {
        margin: 55px !important;
    }
    .sm-mt-55 {
        margin-top: 55px !important;
    }
    .sm-ml-55 {
        margin-left: 55px !important;
    }
    .sm-mr-55 {
        margin-right: 55px !important;
    }
    .sm-mb-55 {
        margin-bottom: 55px !important;
    }
    .sm-mx-55 {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .sm-my-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .sm-p-56 {
        padding: 56px !important;
    }
    .sm-pt-56 {
        padding-top: 56px !important;
    }
    .sm-pl-56 {
        padding-left: 56px !important;
    }
    .sm-pr-56 {
        padding-right: 56px !important;
    }
    .sm-pb-56 {
        padding-bottom: 56px !important;
    }
    .sm-px-56 {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
    .sm-py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px;
    }
    .sm-m-56 {
        margin: 56px !important;
    }
    .sm-mt-56 {
        margin-top: 56px !important;
    }
    .sm-ml-56 {
        margin-left: 56px !important;
    }
    .sm-mr-56 {
        margin-right: 56px !important;
    }
    .sm-mb-56 {
        margin-bottom: 56px !important;
    }
    .sm-mx-56 {
        margin-left: 56px !important;
        margin-right: 56px !important;
    }
    .sm-my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }
    .sm-p-60 {
        padding: 60px !important;
    }
    .sm-pt-60 {
        padding-top: 60px !important;
    }
    .sm-pl-60 {
        padding-left: 60px !important;
    }
    .sm-pr-60 {
        padding-right: 60px !important;
    }
    .sm-pb-60 {
        padding-bottom: 60px !important;
    }
    .sm-px-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .sm-py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px;
    }
    .sm-m-60 {
        margin: 60px !important;
    }
    .sm-mt-60 {
        margin-top: 60px !important;
    }
    .sm-ml-60 {
        margin-left: 60px !important;
    }
    .sm-mr-60 {
        margin-right: 60px !important;
    }
    .sm-mb-60 {
        margin-bottom: 60px !important;
    }
    .sm-mx-60 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .sm-my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .sm-p-65 {
        padding: 65px !important;
    }
    .sm-pt-65 {
        padding-top: 65px !important;
    }
    .sm-pl-65 {
        padding-left: 65px !important;
    }
    .sm-pr-65 {
        padding-right: 65px !important;
    }
    .sm-pb-65 {
        padding-bottom: 65px !important;
    }
    .sm-px-65 {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
    .sm-py-65 {
        padding-top: 65px !important;
        padding-bottom: 65px;
    }
    .sm-m-65 {
        margin: 65px !important;
    }
    .sm-mt-65 {
        margin-top: 65px !important;
    }
    .sm-ml-65 {
        margin-left: 65px !important;
    }
    .sm-mr-65 {
        margin-right: 65px !important;
    }
    .sm-mb-65 {
        margin-bottom: 65px !important;
    }
    .sm-mx-65 {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }
    .sm-my-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .sm-p-64 {
        padding: 64px !important;
    }
    .sm-pt-64 {
        padding-top: 64px !important;
    }
    .sm-pl-64 {
        padding-left: 64px !important;
    }
    .sm-pr-64 {
        padding-right: 64px !important;
    }
    .sm-pb-64 {
        padding-bottom: 64px !important;
    }
    .sm-px-64 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
    .sm-py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px;
    }
    .sm-m-64 {
        margin: 64px !important;
    }
    .sm-mt-64 {
        margin-top: 64px !important;
    }
    .sm-ml-64 {
        margin-left: 64px !important;
    }
    .sm-mr-64 {
        margin-right: 64px !important;
    }
    .sm-mb-64 {
        margin-bottom: 64px !important;
    }
    .sm-mx-64 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }
    .sm-my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
    .sm-p-70 {
        padding: 70px !important;
    }
    .sm-pt-70 {
        padding-top: 70px !important;
    }
    .sm-pl-70 {
        padding-left: 70px !important;
    }
    .sm-pr-70 {
        padding-right: 70px !important;
    }
    .sm-pb-70 {
        padding-bottom: 70px !important;
    }
    .sm-px-70 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .sm-py-70 {
        padding-top: 70px !important;
        padding-bottom: 70px;
    }
    .sm-m-70 {
        margin: 70px !important;
    }
    .sm-mt-70 {
        margin-top: 70px !important;
    }
    .sm-ml-70 {
        margin-left: 70px !important;
    }
    .sm-mr-70 {
        margin-right: 70px !important;
    }
    .sm-mb-70 {
        margin-bottom: 70px !important;
    }
    .sm-mx-70 {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }
    .sm-my-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .sm-p-72 {
        padding: 72px !important;
    }
    .sm-pt-72 {
        padding-top: 72px !important;
    }
    .sm-pl-72 {
        padding-left: 72px !important;
    }
    .sm-pr-72 {
        padding-right: 72px !important;
    }
    .sm-pb-72 {
        padding-bottom: 72px !important;
    }
    .sm-px-72 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }
    .sm-py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px;
    }
    .sm-m-72 {
        margin: 72px !important;
    }
    .sm-mt-72 {
        margin-top: 72px !important;
    }
    .sm-ml-72 {
        margin-left: 72px !important;
    }
    .sm-mr-72 {
        margin-right: 72px !important;
    }
    .sm-mb-72 {
        margin-bottom: 72px !important;
    }
    .sm-mx-72 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }
    .sm-my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .sm-p-80 {
        padding: 80px !important;
    }
    .sm-pt-80 {
        padding-top: 80px !important;
    }
    .sm-pl-80 {
        padding-left: 80px !important;
    }
    .sm-pr-80 {
        padding-right: 80px !important;
    }
    .sm-pb-80 {
        padding-bottom: 80px !important;
    }
    .sm-px-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .sm-py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px;
    }
    .sm-m-80 {
        margin: 80px !important;
    }
    .sm-mt-80 {
        margin-top: 80px !important;
    }
    .sm-ml-80 {
        margin-left: 80px !important;
    }
    .sm-mr-80 {
        margin-right: 80px !important;
    }
    .sm-mb-80 {
        margin-bottom: 80px !important;
    }
    .sm-mx-80 {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }
    .sm-my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .sm-p-88 {
        padding: 88px !important;
    }
    .sm-pt-88 {
        padding-top: 88px !important;
    }
    .sm-pl-88 {
        padding-left: 88px !important;
    }
    .sm-pr-88 {
        padding-right: 88px !important;
    }
    .sm-pb-88 {
        padding-bottom: 88px !important;
    }
    .sm-px-88 {
        padding-left: 88px !important;
        padding-right: 88px !important;
    }
    .sm-py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px;
    }
    .sm-m-88 {
        margin: 88px !important;
    }
    .sm-mt-88 {
        margin-top: 88px !important;
    }
    .sm-ml-88 {
        margin-left: 88px !important;
    }
    .sm-mr-88 {
        margin-right: 88px !important;
    }
    .sm-mb-88 {
        margin-bottom: 88px !important;
    }
    .sm-mx-88 {
        margin-left: 88px !important;
        margin-right: 88px !important;
    }
    .sm-my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important;
    }
    .sm-p-112 {
        padding: 112px !important;
    }
    .sm-pt-112 {
        padding-top: 112px !important;
    }
    .sm-pl-112 {
        padding-left: 112px !important;
    }
    .sm-pr-112 {
        padding-right: 112px !important;
    }
    .sm-pb-112 {
        padding-bottom: 112px !important;
    }
    .sm-px-112 {
        padding-left: 112px !important;
        padding-right: 112px !important;
    }
    .sm-py-112 {
        padding-top: 112px !important;
        padding-bottom: 112px;
    }
    .sm-m-112 {
        margin: 112px !important;
    }
    .sm-mt-112 {
        margin-top: 112px !important;
    }
    .sm-ml-112 {
        margin-left: 112px !important;
    }
    .sm-mr-112 {
        margin-right: 112px !important;
    }
    .sm-mb-112 {
        margin-bottom: 112px !important;
    }
    .sm-mx-112 {
        margin-left: 112px !important;
        margin-right: 112px !important;
    }
    .sm-my-112 {
        margin-top: 112px !important;
        margin-bottom: 112px !important;
    }
}
@media (min-width: 992px) {
    .md-p-0 {
        padding: 0px !important;
    }
    .md-pt-0 {
        padding-top: 0px !important;
    }
    .md-pl-0 {
        padding-left: 0px !important;
    }
    .md-pr-0 {
        padding-right: 0px !important;
    }
    .md-pb-0 {
        padding-bottom: 0px !important;
    }
    .md-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .md-py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }
    .md-m-0 {
        margin: 0px !important;
    }
    .md-mt-0 {
        margin-top: 0px !important;
    }
    .md-ml-0 {
        margin-left: 0px !important;
    }
    .md-mr-0 {
        margin-right: 0px !important;
    }
    .md-mb-0 {
        margin-bottom: 0px !important;
    }
    .md-mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .md-my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .md-p-3 {
        padding: 3px !important;
    }
    .md-pt-3 {
        padding-top: 3px !important;
    }
    .md-pl-3 {
        padding-left: 3px !important;
    }
    .md-pr-3 {
        padding-right: 3px !important;
    }
    .md-pb-3 {
        padding-bottom: 3px !important;
    }
    .md-px-3 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .md-py-3 {
        padding-top: 3px !important;
        padding-bottom: 3px;
    }
    .md-m-3 {
        margin: 3px !important;
    }
    .md-mt-3 {
        margin-top: 3px !important;
    }
    .md-ml-3 {
        margin-left: 3px !important;
    }
    .md-mr-3 {
        margin-right: 3px !important;
    }
    .md-mb-3 {
        margin-bottom: 3px !important;
    }
    .md-mx-3 {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .md-my-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .md-p-4 {
        padding: 4px !important;
    }
    .md-pt-4 {
        padding-top: 4px !important;
    }
    .md-pl-4 {
        padding-left: 4px !important;
    }
    .md-pr-4 {
        padding-right: 4px !important;
    }
    .md-pb-4 {
        padding-bottom: 4px !important;
    }
    .md-px-4 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .md-py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px;
    }
    .md-m-4 {
        margin: 4px !important;
    }
    .md-mt-4 {
        margin-top: 4px !important;
    }
    .md-ml-4 {
        margin-left: 4px !important;
    }
    .md-mr-4 {
        margin-right: 4px !important;
    }
    .md-mb-4 {
        margin-bottom: 4px !important;
    }
    .md-mx-4 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
    .md-my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .md-p-5 {
        padding: 5px !important;
    }
    .md-pt-5 {
        padding-top: 5px !important;
    }
    .md-pl-5 {
        padding-left: 5px !important;
    }
    .md-pr-5 {
        padding-right: 5px !important;
    }
    .md-pb-5 {
        padding-bottom: 5px !important;
    }
    .md-px-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .md-py-5 {
        padding-top: 5px !important;
        padding-bottom: 5px;
    }
    .md-m-5 {
        margin: 5px !important;
    }
    .md-mt-5 {
        margin-top: 5px !important;
    }
    .md-ml-5 {
        margin-left: 5px !important;
    }
    .md-mr-5 {
        margin-right: 5px !important;
    }
    .md-mb-5 {
        margin-bottom: 5px !important;
    }
    .md-mx-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .md-my-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .md-p-6 {
        padding: 6px !important;
    }
    .md-pt-6 {
        padding-top: 6px !important;
    }
    .md-pl-6 {
        padding-left: 6px !important;
    }
    .md-pr-6 {
        padding-right: 6px !important;
    }
    .md-pb-6 {
        padding-bottom: 6px !important;
    }
    .md-px-6 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .md-py-6 {
        padding-top: 6px !important;
        padding-bottom: 6px;
    }
    .md-m-6 {
        margin: 6px !important;
    }
    .md-mt-6 {
        margin-top: 6px !important;
    }
    .md-ml-6 {
        margin-left: 6px !important;
    }
    .md-mr-6 {
        margin-right: 6px !important;
    }
    .md-mb-6 {
        margin-bottom: 6px !important;
    }
    .md-mx-6 {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .md-my-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .md-p-7 {
        padding: 7px !important;
    }
    .md-pt-7 {
        padding-top: 7px !important;
    }
    .md-pl-7 {
        padding-left: 7px !important;
    }
    .md-pr-7 {
        padding-right: 7px !important;
    }
    .md-pb-7 {
        padding-bottom: 7px !important;
    }
    .md-px-7 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .md-py-7 {
        padding-top: 7px !important;
        padding-bottom: 7px;
    }
    .md-m-7 {
        margin: 7px !important;
    }
    .md-mt-7 {
        margin-top: 7px !important;
    }
    .md-ml-7 {
        margin-left: 7px !important;
    }
    .md-mr-7 {
        margin-right: 7px !important;
    }
    .md-mb-7 {
        margin-bottom: 7px !important;
    }
    .md-mx-7 {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }
    .md-my-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
    .md-p-8 {
        padding: 8px !important;
    }
    .md-pt-8 {
        padding-top: 8px !important;
    }
    .md-pl-8 {
        padding-left: 8px !important;
    }
    .md-pr-8 {
        padding-right: 8px !important;
    }
    .md-pb-8 {
        padding-bottom: 8px !important;
    }
    .md-px-8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .md-py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px;
    }
    .md-m-8 {
        margin: 8px !important;
    }
    .md-mt-8 {
        margin-top: 8px !important;
    }
    .md-ml-8 {
        margin-left: 8px !important;
    }
    .md-mr-8 {
        margin-right: 8px !important;
    }
    .md-mb-8 {
        margin-bottom: 8px !important;
    }
    .md-mx-8 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .md-my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .md-p-9 {
        padding: 9px !important;
    }
    .md-pt-9 {
        padding-top: 9px !important;
    }
    .md-pl-9 {
        padding-left: 9px !important;
    }
    .md-pr-9 {
        padding-right: 9px !important;
    }
    .md-pb-9 {
        padding-bottom: 9px !important;
    }
    .md-px-9 {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .md-py-9 {
        padding-top: 9px !important;
        padding-bottom: 9px;
    }
    .md-m-9 {
        margin: 9px !important;
    }
    .md-mt-9 {
        margin-top: 9px !important;
    }
    .md-ml-9 {
        margin-left: 9px !important;
    }
    .md-mr-9 {
        margin-right: 9px !important;
    }
    .md-mb-9 {
        margin-bottom: 9px !important;
    }
    .md-mx-9 {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
    .md-my-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }
    .md-p-10 {
        padding: 10px !important;
    }
    .md-pt-10 {
        padding-top: 10px !important;
    }
    .md-pl-10 {
        padding-left: 10px !important;
    }
    .md-pr-10 {
        padding-right: 10px !important;
    }
    .md-pb-10 {
        padding-bottom: 10px !important;
    }
    .md-px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .md-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    .md-m-10 {
        margin: 10px !important;
    }
    .md-mt-10 {
        margin-top: 10px !important;
    }
    .md-ml-10 {
        margin-left: 10px !important;
    }
    .md-mr-10 {
        margin-right: 10px !important;
    }
    .md-mb-10 {
        margin-bottom: 10px !important;
    }
    .md-mx-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .md-my-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .md-p-12 {
        padding: 12px !important;
    }
    .md-pt-12 {
        padding-top: 12px !important;
    }
    .md-pl-12 {
        padding-left: 12px !important;
    }
    .md-pr-12 {
        padding-right: 12px !important;
    }
    .md-pb-12 {
        padding-bottom: 12px !important;
    }
    .md-px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .md-py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px;
    }
    .md-m-12 {
        margin: 12px !important;
    }
    .md-mt-12 {
        margin-top: 12px !important;
    }
    .md-ml-12 {
        margin-left: 12px !important;
    }
    .md-mr-12 {
        margin-right: 12px !important;
    }
    .md-mb-12 {
        margin-bottom: 12px !important;
    }
    .md-mx-12 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    .md-my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .md-p-13 {
        padding: 13px !important;
    }
    .md-pt-13 {
        padding-top: 13px !important;
    }
    .md-pl-13 {
        padding-left: 13px !important;
    }
    .md-pr-13 {
        padding-right: 13px !important;
    }
    .md-pb-13 {
        padding-bottom: 13px !important;
    }
    .md-px-13 {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .md-py-13 {
        padding-top: 13px !important;
        padding-bottom: 13px;
    }
    .md-m-13 {
        margin: 13px !important;
    }
    .md-mt-13 {
        margin-top: 13px !important;
    }
    .md-ml-13 {
        margin-left: 13px !important;
    }
    .md-mr-13 {
        margin-right: 13px !important;
    }
    .md-mb-13 {
        margin-bottom: 13px !important;
    }
    .md-mx-13 {
        margin-left: 13px !important;
        margin-right: 13px !important;
    }
    .md-my-13 {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
    .md-p-14 {
        padding: 14px !important;
    }
    .md-pt-14 {
        padding-top: 14px !important;
    }
    .md-pl-14 {
        padding-left: 14px !important;
    }
    .md-pr-14 {
        padding-right: 14px !important;
    }
    .md-pb-14 {
        padding-bottom: 14px !important;
    }
    .md-px-14 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .md-py-14 {
        padding-top: 14px !important;
        padding-bottom: 14px;
    }
    .md-m-14 {
        margin: 14px !important;
    }
    .md-mt-14 {
        margin-top: 14px !important;
    }
    .md-ml-14 {
        margin-left: 14px !important;
    }
    .md-mr-14 {
        margin-right: 14px !important;
    }
    .md-mb-14 {
        margin-bottom: 14px !important;
    }
    .md-mx-14 {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .md-my-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }
    .md-p-15 {
        padding: 15px !important;
    }
    .md-pt-15 {
        padding-top: 15px !important;
    }
    .md-pl-15 {
        padding-left: 15px !important;
    }
    .md-pr-15 {
        padding-right: 15px !important;
    }
    .md-pb-15 {
        padding-bottom: 15px !important;
    }
    .md-px-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .md-py-15 {
        padding-top: 15px !important;
        padding-bottom: 15px;
    }
    .md-m-15 {
        margin: 15px !important;
    }
    .md-mt-15 {
        margin-top: 15px !important;
    }
    .md-ml-15 {
        margin-left: 15px !important;
    }
    .md-mr-15 {
        margin-right: 15px !important;
    }
    .md-mb-15 {
        margin-bottom: 15px !important;
    }
    .md-mx-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .md-my-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .md-p-16 {
        padding: 16px !important;
    }
    .md-pt-16 {
        padding-top: 16px !important;
    }
    .md-pl-16 {
        padding-left: 16px !important;
    }
    .md-pr-16 {
        padding-right: 16px !important;
    }
    .md-pb-16 {
        padding-bottom: 16px !important;
    }
    .md-px-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .md-py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px;
    }
    .md-m-16 {
        margin: 16px !important;
    }
    .md-mt-16 {
        margin-top: 16px !important;
    }
    .md-ml-16 {
        margin-left: 16px !important;
    }
    .md-mr-16 {
        margin-right: 16px !important;
    }
    .md-mb-16 {
        margin-bottom: 16px !important;
    }
    .md-mx-16 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .md-my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .md-p-18 {
        padding: 18px !important;
    }
    .md-pt-18 {
        padding-top: 18px !important;
    }
    .md-pl-18 {
        padding-left: 18px !important;
    }
    .md-pr-18 {
        padding-right: 18px !important;
    }
    .md-pb-18 {
        padding-bottom: 18px !important;
    }
    .md-px-18 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .md-py-18 {
        padding-top: 18px !important;
        padding-bottom: 18px;
    }
    .md-m-18 {
        margin: 18px !important;
    }
    .md-mt-18 {
        margin-top: 18px !important;
    }
    .md-ml-18 {
        margin-left: 18px !important;
    }
    .md-mr-18 {
        margin-right: 18px !important;
    }
    .md-mb-18 {
        margin-bottom: 18px !important;
    }
    .md-mx-18 {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }
    .md-my-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }
    .md-p-20 {
        padding: 20px !important;
    }
    .md-pt-20 {
        padding-top: 20px !important;
    }
    .md-pl-20 {
        padding-left: 20px !important;
    }
    .md-pr-20 {
        padding-right: 20px !important;
    }
    .md-pb-20 {
        padding-bottom: 20px !important;
    }
    .md-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .md-py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px;
    }
    .md-m-20 {
        margin: 20px !important;
    }
    .md-mt-20 {
        margin-top: 20px !important;
    }
    .md-ml-20 {
        margin-left: 20px !important;
    }
    .md-mr-20 {
        margin-right: 20px !important;
    }
    .md-mb-20 {
        margin-bottom: 20px !important;
    }
    .md-mx-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .md-my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .md-p-25 {
        padding: 25px !important;
    }
    .md-pt-25 {
        padding-top: 25px !important;
    }
    .md-pl-25 {
        padding-left: 25px !important;
    }
    .md-pr-25 {
        padding-right: 25px !important;
    }
    .md-pb-25 {
        padding-bottom: 25px !important;
    }
    .md-px-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .md-py-25 {
        padding-top: 25px !important;
        padding-bottom: 25px;
    }
    .md-m-25 {
        margin: 25px !important;
    }
    .md-mt-25 {
        margin-top: 25px !important;
    }
    .md-ml-25 {
        margin-left: 25px !important;
    }
    .md-mr-25 {
        margin-right: 25px !important;
    }
    .md-mb-25 {
        margin-bottom: 25px !important;
    }
    .md-mx-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .md-my-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .md-p-23 {
        padding: 23px !important;
    }
    .md-pt-23 {
        padding-top: 23px !important;
    }
    .md-pl-23 {
        padding-left: 23px !important;
    }
    .md-pr-23 {
        padding-right: 23px !important;
    }
    .md-pb-23 {
        padding-bottom: 23px !important;
    }
    .md-px-23 {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
    .md-py-23 {
        padding-top: 23px !important;
        padding-bottom: 23px;
    }
    .md-m-23 {
        margin: 23px !important;
    }
    .md-mt-23 {
        margin-top: 23px !important;
    }
    .md-ml-23 {
        margin-left: 23px !important;
    }
    .md-mr-23 {
        margin-right: 23px !important;
    }
    .md-mb-23 {
        margin-bottom: 23px !important;
    }
    .md-mx-23 {
        margin-left: 23px !important;
        margin-right: 23px !important;
    }
    .md-my-23 {
        margin-top: 23px !important;
        margin-bottom: 23px !important;
    }
    .md-p-24 {
        padding: 24px !important;
    }
    .md-pt-24 {
        padding-top: 24px !important;
    }
    .md-pl-24 {
        padding-left: 24px !important;
    }
    .md-pr-24 {
        padding-right: 24px !important;
    }
    .md-pb-24 {
        padding-bottom: 24px !important;
    }
    .md-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .md-py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px;
    }
    .md-m-24 {
        margin: 24px !important;
    }
    .md-mt-24 {
        margin-top: 24px !important;
    }
    .md-ml-24 {
        margin-left: 24px !important;
    }
    .md-mr-24 {
        margin-right: 24px !important;
    }
    .md-mb-24 {
        margin-bottom: 24px !important;
    }
    .md-mx-24 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }
    .md-my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .md-p-26 {
        padding: 26px !important;
    }
    .md-pt-26 {
        padding-top: 26px !important;
    }
    .md-pl-26 {
        padding-left: 26px !important;
    }
    .md-pr-26 {
        padding-right: 26px !important;
    }
    .md-pb-26 {
        padding-bottom: 26px !important;
    }
    .md-px-26 {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
    .md-py-26 {
        padding-top: 26px !important;
        padding-bottom: 26px;
    }
    .md-m-26 {
        margin: 26px !important;
    }
    .md-mt-26 {
        margin-top: 26px !important;
    }
    .md-ml-26 {
        margin-left: 26px !important;
    }
    .md-mr-26 {
        margin-right: 26px !important;
    }
    .md-mb-26 {
        margin-bottom: 26px !important;
    }
    .md-mx-26 {
        margin-left: 26px !important;
        margin-right: 26px !important;
    }
    .md-my-26 {
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }
    .md-p-28 {
        padding: 28px !important;
    }
    .md-pt-28 {
        padding-top: 28px !important;
    }
    .md-pl-28 {
        padding-left: 28px !important;
    }
    .md-pr-28 {
        padding-right: 28px !important;
    }
    .md-pb-28 {
        padding-bottom: 28px !important;
    }
    .md-px-28 {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
    .md-py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px;
    }
    .md-m-28 {
        margin: 28px !important;
    }
    .md-mt-28 {
        margin-top: 28px !important;
    }
    .md-ml-28 {
        margin-left: 28px !important;
    }
    .md-mr-28 {
        margin-right: 28px !important;
    }
    .md-mb-28 {
        margin-bottom: 28px !important;
    }
    .md-mx-28 {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }
    .md-my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }
    .md-p-30 {
        padding: 30px !important;
    }
    .md-pt-30 {
        padding-top: 30px !important;
    }
    .md-pl-30 {
        padding-left: 30px !important;
    }
    .md-pr-30 {
        padding-right: 30px !important;
    }
    .md-pb-30 {
        padding-bottom: 30px !important;
    }
    .md-px-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .md-py-30 {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }
    .md-m-30 {
        margin: 30px !important;
    }
    .md-mt-30 {
        margin-top: 30px !important;
    }
    .md-ml-30 {
        margin-left: 30px !important;
    }
    .md-mr-30 {
        margin-right: 30px !important;
    }
    .md-mb-30 {
        margin-bottom: 30px !important;
    }
    .md-mx-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .md-my-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .md-p-32 {
        padding: 32px !important;
    }
    .md-pt-32 {
        padding-top: 32px !important;
    }
    .md-pl-32 {
        padding-left: 32px !important;
    }
    .md-pr-32 {
        padding-right: 32px !important;
    }
    .md-pb-32 {
        padding-bottom: 32px !important;
    }
    .md-px-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .md-py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px;
    }
    .md-m-32 {
        margin: 32px !important;
    }
    .md-mt-32 {
        margin-top: 32px !important;
    }
    .md-ml-32 {
        margin-left: 32px !important;
    }
    .md-mr-32 {
        margin-right: 32px !important;
    }
    .md-mb-32 {
        margin-bottom: 32px !important;
    }
    .md-mx-32 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }
    .md-my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .md-p-35 {
        padding: 35px !important;
    }
    .md-pt-35 {
        padding-top: 35px !important;
    }
    .md-pl-35 {
        padding-left: 35px !important;
    }
    .md-pr-35 {
        padding-right: 35px !important;
    }
    .md-pb-35 {
        padding-bottom: 35px !important;
    }
    .md-px-35 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .md-py-35 {
        padding-top: 35px !important;
        padding-bottom: 35px;
    }
    .md-m-35 {
        margin: 35px !important;
    }
    .md-mt-35 {
        margin-top: 35px !important;
    }
    .md-ml-35 {
        margin-left: 35px !important;
    }
    .md-mr-35 {
        margin-right: 35px !important;
    }
    .md-mb-35 {
        margin-bottom: 35px !important;
    }
    .md-mx-35 {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .md-my-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .md-p-40 {
        padding: 40px !important;
    }
    .md-pt-40 {
        padding-top: 40px !important;
    }
    .md-pl-40 {
        padding-left: 40px !important;
    }
    .md-pr-40 {
        padding-right: 40px !important;
    }
    .md-pb-40 {
        padding-bottom: 40px !important;
    }
    .md-px-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .md-py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
    .md-m-40 {
        margin: 40px !important;
    }
    .md-mt-40 {
        margin-top: 40px !important;
    }
    .md-ml-40 {
        margin-left: 40px !important;
    }
    .md-mr-40 {
        margin-right: 40px !important;
    }
    .md-mb-40 {
        margin-bottom: 40px !important;
    }
    .md-mx-40 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .md-my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .md-p-44 {
        padding: 44px !important;
    }
    .md-pt-44 {
        padding-top: 44px !important;
    }
    .md-pl-44 {
        padding-left: 44px !important;
    }
    .md-pr-44 {
        padding-right: 44px !important;
    }
    .md-pb-44 {
        padding-bottom: 44px !important;
    }
    .md-px-44 {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }
    .md-py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px;
    }
    .md-m-44 {
        margin: 44px !important;
    }
    .md-mt-44 {
        margin-top: 44px !important;
    }
    .md-ml-44 {
        margin-left: 44px !important;
    }
    .md-mr-44 {
        margin-right: 44px !important;
    }
    .md-mb-44 {
        margin-bottom: 44px !important;
    }
    .md-mx-44 {
        margin-left: 44px !important;
        margin-right: 44px !important;
    }
    .md-my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important;
    }
    .md-p-45 {
        padding: 45px !important;
    }
    .md-pt-45 {
        padding-top: 45px !important;
    }
    .md-pl-45 {
        padding-left: 45px !important;
    }
    .md-pr-45 {
        padding-right: 45px !important;
    }
    .md-pb-45 {
        padding-bottom: 45px !important;
    }
    .md-px-45 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    .md-py-45 {
        padding-top: 45px !important;
        padding-bottom: 45px;
    }
    .md-m-45 {
        margin: 45px !important;
    }
    .md-mt-45 {
        margin-top: 45px !important;
    }
    .md-ml-45 {
        margin-left: 45px !important;
    }
    .md-mr-45 {
        margin-right: 45px !important;
    }
    .md-mb-45 {
        margin-bottom: 45px !important;
    }
    .md-mx-45 {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .md-my-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .md-p-48 {
        padding: 48px !important;
    }
    .md-pt-48 {
        padding-top: 48px !important;
    }
    .md-pl-48 {
        padding-left: 48px !important;
    }
    .md-pr-48 {
        padding-right: 48px !important;
    }
    .md-pb-48 {
        padding-bottom: 48px !important;
    }
    .md-px-48 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
    .md-py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px;
    }
    .md-m-48 {
        margin: 48px !important;
    }
    .md-mt-48 {
        margin-top: 48px !important;
    }
    .md-ml-48 {
        margin-left: 48px !important;
    }
    .md-mr-48 {
        margin-right: 48px !important;
    }
    .md-mb-48 {
        margin-bottom: 48px !important;
    }
    .md-mx-48 {
        margin-left: 48px !important;
        margin-right: 48px !important;
    }
    .md-my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }
    .md-p-50 {
        padding: 50px !important;
    }
    .md-pt-50 {
        padding-top: 50px !important;
    }
    .md-pl-50 {
        padding-left: 50px !important;
    }
    .md-pr-50 {
        padding-right: 50px !important;
    }
    .md-pb-50 {
        padding-bottom: 50px !important;
    }
    .md-px-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .md-py-50 {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }
    .md-m-50 {
        margin: 50px !important;
    }
    .md-mt-50 {
        margin-top: 50px !important;
    }
    .md-ml-50 {
        margin-left: 50px !important;
    }
    .md-mr-50 {
        margin-right: 50px !important;
    }
    .md-mb-50 {
        margin-bottom: 50px !important;
    }
    .md-mx-50 {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .md-my-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .md-p-55 {
        padding: 55px !important;
    }
    .md-pt-55 {
        padding-top: 55px !important;
    }
    .md-pl-55 {
        padding-left: 55px !important;
    }
    .md-pr-55 {
        padding-right: 55px !important;
    }
    .md-pb-55 {
        padding-bottom: 55px !important;
    }
    .md-px-55 {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .md-py-55 {
        padding-top: 55px !important;
        padding-bottom: 55px;
    }
    .md-m-55 {
        margin: 55px !important;
    }
    .md-mt-55 {
        margin-top: 55px !important;
    }
    .md-ml-55 {
        margin-left: 55px !important;
    }
    .md-mr-55 {
        margin-right: 55px !important;
    }
    .md-mb-55 {
        margin-bottom: 55px !important;
    }
    .md-mx-55 {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .md-my-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .md-p-56 {
        padding: 56px !important;
    }
    .md-pt-56 {
        padding-top: 56px !important;
    }
    .md-pl-56 {
        padding-left: 56px !important;
    }
    .md-pr-56 {
        padding-right: 56px !important;
    }
    .md-pb-56 {
        padding-bottom: 56px !important;
    }
    .md-px-56 {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
    .md-py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px;
    }
    .md-m-56 {
        margin: 56px !important;
    }
    .md-mt-56 {
        margin-top: 56px !important;
    }
    .md-ml-56 {
        margin-left: 56px !important;
    }
    .md-mr-56 {
        margin-right: 56px !important;
    }
    .md-mb-56 {
        margin-bottom: 56px !important;
    }
    .md-mx-56 {
        margin-left: 56px !important;
        margin-right: 56px !important;
    }
    .md-my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }
    .md-p-60 {
        padding: 60px !important;
    }
    .md-pt-60 {
        padding-top: 60px !important;
    }
    .md-pl-60 {
        padding-left: 60px !important;
    }
    .md-pr-60 {
        padding-right: 60px !important;
    }
    .md-pb-60 {
        padding-bottom: 60px !important;
    }
    .md-px-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .md-py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px;
    }
    .md-m-60 {
        margin: 60px !important;
    }
    .md-mt-60 {
        margin-top: 60px !important;
    }
    .md-ml-60 {
        margin-left: 60px !important;
    }
    .md-mr-60 {
        margin-right: 60px !important;
    }
    .md-mb-60 {
        margin-bottom: 60px !important;
    }
    .md-mx-60 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .md-my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .md-p-65 {
        padding: 65px !important;
    }
    .md-pt-65 {
        padding-top: 65px !important;
    }
    .md-pl-65 {
        padding-left: 65px !important;
    }
    .md-pr-65 {
        padding-right: 65px !important;
    }
    .md-pb-65 {
        padding-bottom: 65px !important;
    }
    .md-px-65 {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
    .md-py-65 {
        padding-top: 65px !important;
        padding-bottom: 65px;
    }
    .md-m-65 {
        margin: 65px !important;
    }
    .md-mt-65 {
        margin-top: 65px !important;
    }
    .md-ml-65 {
        margin-left: 65px !important;
    }
    .md-mr-65 {
        margin-right: 65px !important;
    }
    .md-mb-65 {
        margin-bottom: 65px !important;
    }
    .md-mx-65 {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }
    .md-my-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .md-p-64 {
        padding: 64px !important;
    }
    .md-pt-64 {
        padding-top: 64px !important;
    }
    .md-pl-64 {
        padding-left: 64px !important;
    }
    .md-pr-64 {
        padding-right: 64px !important;
    }
    .md-pb-64 {
        padding-bottom: 64px !important;
    }
    .md-px-64 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
    .md-py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px;
    }
    .md-m-64 {
        margin: 64px !important;
    }
    .md-mt-64 {
        margin-top: 64px !important;
    }
    .md-ml-64 {
        margin-left: 64px !important;
    }
    .md-mr-64 {
        margin-right: 64px !important;
    }
    .md-mb-64 {
        margin-bottom: 64px !important;
    }
    .md-mx-64 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }
    .md-my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
    .md-p-70 {
        padding: 70px !important;
    }
    .md-pt-70 {
        padding-top: 70px !important;
    }
    .md-pl-70 {
        padding-left: 70px !important;
    }
    .md-pr-70 {
        padding-right: 70px !important;
    }
    .md-pb-70 {
        padding-bottom: 70px !important;
    }
    .md-px-70 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .md-py-70 {
        padding-top: 70px !important;
        padding-bottom: 70px;
    }
    .md-m-70 {
        margin: 70px !important;
    }
    .md-mt-70 {
        margin-top: 70px !important;
    }
    .md-ml-70 {
        margin-left: 70px !important;
    }
    .md-mr-70 {
        margin-right: 70px !important;
    }
    .md-mb-70 {
        margin-bottom: 70px !important;
    }
    .md-mx-70 {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }
    .md-my-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .md-p-72 {
        padding: 72px !important;
    }
    .md-pt-72 {
        padding-top: 72px !important;
    }
    .md-pl-72 {
        padding-left: 72px !important;
    }
    .md-pr-72 {
        padding-right: 72px !important;
    }
    .md-pb-72 {
        padding-bottom: 72px !important;
    }
    .md-px-72 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }
    .md-py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px;
    }
    .md-m-72 {
        margin: 72px !important;
    }
    .md-mt-72 {
        margin-top: 72px !important;
    }
    .md-ml-72 {
        margin-left: 72px !important;
    }
    .md-mr-72 {
        margin-right: 72px !important;
    }
    .md-mb-72 {
        margin-bottom: 72px !important;
    }
    .md-mx-72 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }
    .md-my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .md-p-80 {
        padding: 80px !important;
    }
    .md-pt-80 {
        padding-top: 80px !important;
    }
    .md-pl-80 {
        padding-left: 80px !important;
    }
    .md-pr-80 {
        padding-right: 80px !important;
    }
    .md-pb-80 {
        padding-bottom: 80px !important;
    }
    .md-px-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .md-py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px;
    }
    .md-m-80 {
        margin: 80px !important;
    }
    .md-mt-80 {
        margin-top: 80px !important;
    }
    .md-ml-80 {
        margin-left: 80px !important;
    }
    .md-mr-80 {
        margin-right: 80px !important;
    }
    .md-mb-80 {
        margin-bottom: 80px !important;
    }
    .md-mx-80 {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }
    .md-my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .md-p-88 {
        padding: 88px !important;
    }
    .md-pt-88 {
        padding-top: 88px !important;
    }
    .md-pl-88 {
        padding-left: 88px !important;
    }
    .md-pr-88 {
        padding-right: 88px !important;
    }
    .md-pb-88 {
        padding-bottom: 88px !important;
    }
    .md-px-88 {
        padding-left: 88px !important;
        padding-right: 88px !important;
    }
    .md-py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px;
    }
    .md-m-88 {
        margin: 88px !important;
    }
    .md-mt-88 {
        margin-top: 88px !important;
    }
    .md-ml-88 {
        margin-left: 88px !important;
    }
    .md-mr-88 {
        margin-right: 88px !important;
    }
    .md-mb-88 {
        margin-bottom: 88px !important;
    }
    .md-mx-88 {
        margin-left: 88px !important;
        margin-right: 88px !important;
    }
    .md-my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important;
    }
    .md-p-112 {
        padding: 112px !important;
    }
    .md-pt-112 {
        padding-top: 112px !important;
    }
    .md-pl-112 {
        padding-left: 112px !important;
    }
    .md-pr-112 {
        padding-right: 112px !important;
    }
    .md-pb-112 {
        padding-bottom: 112px !important;
    }
    .md-px-112 {
        padding-left: 112px !important;
        padding-right: 112px !important;
    }
    .md-py-112 {
        padding-top: 112px !important;
        padding-bottom: 112px;
    }
    .md-m-112 {
        margin: 112px !important;
    }
    .md-mt-112 {
        margin-top: 112px !important;
    }
    .md-ml-112 {
        margin-left: 112px !important;
    }
    .md-mr-112 {
        margin-right: 112px !important;
    }
    .md-mb-112 {
        margin-bottom: 112px !important;
    }
    .md-mx-112 {
        margin-left: 112px !important;
        margin-right: 112px !important;
    }
    .md-my-112 {
        margin-top: 112px !important;
        margin-bottom: 112px !important;
    }
}
@media (min-width: 1200px) {
    .lg-p-0 {
        padding: 0px !important;
    }
    .lg-pt-0 {
        padding-top: 0px !important;
    }
    .lg-pl-0 {
        padding-left: 0px !important;
    }
    .lg-pr-0 {
        padding-right: 0px !important;
    }
    .lg-pb-0 {
        padding-bottom: 0px !important;
    }
    .lg-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .lg-py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }
    .lg-m-0 {
        margin: 0px !important;
    }
    .lg-mt-0 {
        margin-top: 0px !important;
    }
    .lg-ml-0 {
        margin-left: 0px !important;
    }
    .lg-mr-0 {
        margin-right: 0px !important;
    }
    .lg-mb-0 {
        margin-bottom: 0px !important;
    }
    .lg-mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .lg-my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .lg-p-3 {
        padding: 3px !important;
    }
    .lg-pt-3 {
        padding-top: 3px !important;
    }
    .lg-pl-3 {
        padding-left: 3px !important;
    }
    .lg-pr-3 {
        padding-right: 3px !important;
    }
    .lg-pb-3 {
        padding-bottom: 3px !important;
    }
    .lg-px-3 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .lg-py-3 {
        padding-top: 3px !important;
        padding-bottom: 3px;
    }
    .lg-m-3 {
        margin: 3px !important;
    }
    .lg-mt-3 {
        margin-top: 3px !important;
    }
    .lg-ml-3 {
        margin-left: 3px !important;
    }
    .lg-mr-3 {
        margin-right: 3px !important;
    }
    .lg-mb-3 {
        margin-bottom: 3px !important;
    }
    .lg-mx-3 {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .lg-my-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .lg-p-4 {
        padding: 4px !important;
    }
    .lg-pt-4 {
        padding-top: 4px !important;
    }
    .lg-pl-4 {
        padding-left: 4px !important;
    }
    .lg-pr-4 {
        padding-right: 4px !important;
    }
    .lg-pb-4 {
        padding-bottom: 4px !important;
    }
    .lg-px-4 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .lg-py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px;
    }
    .lg-m-4 {
        margin: 4px !important;
    }
    .lg-mt-4 {
        margin-top: 4px !important;
    }
    .lg-ml-4 {
        margin-left: 4px !important;
    }
    .lg-mr-4 {
        margin-right: 4px !important;
    }
    .lg-mb-4 {
        margin-bottom: 4px !important;
    }
    .lg-mx-4 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
    .lg-my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .lg-p-5 {
        padding: 5px !important;
    }
    .lg-pt-5 {
        padding-top: 5px !important;
    }
    .lg-pl-5 {
        padding-left: 5px !important;
    }
    .lg-pr-5 {
        padding-right: 5px !important;
    }
    .lg-pb-5 {
        padding-bottom: 5px !important;
    }
    .lg-px-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .lg-py-5 {
        padding-top: 5px !important;
        padding-bottom: 5px;
    }
    .lg-m-5 {
        margin: 5px !important;
    }
    .lg-mt-5 {
        margin-top: 5px !important;
    }
    .lg-ml-5 {
        margin-left: 5px !important;
    }
    .lg-mr-5 {
        margin-right: 5px !important;
    }
    .lg-mb-5 {
        margin-bottom: 5px !important;
    }
    .lg-mx-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .lg-my-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .lg-p-6 {
        padding: 6px !important;
    }
    .lg-pt-6 {
        padding-top: 6px !important;
    }
    .lg-pl-6 {
        padding-left: 6px !important;
    }
    .lg-pr-6 {
        padding-right: 6px !important;
    }
    .lg-pb-6 {
        padding-bottom: 6px !important;
    }
    .lg-px-6 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .lg-py-6 {
        padding-top: 6px !important;
        padding-bottom: 6px;
    }
    .lg-m-6 {
        margin: 6px !important;
    }
    .lg-mt-6 {
        margin-top: 6px !important;
    }
    .lg-ml-6 {
        margin-left: 6px !important;
    }
    .lg-mr-6 {
        margin-right: 6px !important;
    }
    .lg-mb-6 {
        margin-bottom: 6px !important;
    }
    .lg-mx-6 {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .lg-my-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .lg-p-7 {
        padding: 7px !important;
    }
    .lg-pt-7 {
        padding-top: 7px !important;
    }
    .lg-pl-7 {
        padding-left: 7px !important;
    }
    .lg-pr-7 {
        padding-right: 7px !important;
    }
    .lg-pb-7 {
        padding-bottom: 7px !important;
    }
    .lg-px-7 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .lg-py-7 {
        padding-top: 7px !important;
        padding-bottom: 7px;
    }
    .lg-m-7 {
        margin: 7px !important;
    }
    .lg-mt-7 {
        margin-top: 7px !important;
    }
    .lg-ml-7 {
        margin-left: 7px !important;
    }
    .lg-mr-7 {
        margin-right: 7px !important;
    }
    .lg-mb-7 {
        margin-bottom: 7px !important;
    }
    .lg-mx-7 {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }
    .lg-my-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
    .lg-p-8 {
        padding: 8px !important;
    }
    .lg-pt-8 {
        padding-top: 8px !important;
    }
    .lg-pl-8 {
        padding-left: 8px !important;
    }
    .lg-pr-8 {
        padding-right: 8px !important;
    }
    .lg-pb-8 {
        padding-bottom: 8px !important;
    }
    .lg-px-8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .lg-py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px;
    }
    .lg-m-8 {
        margin: 8px !important;
    }
    .lg-mt-8 {
        margin-top: 8px !important;
    }
    .lg-ml-8 {
        margin-left: 8px !important;
    }
    .lg-mr-8 {
        margin-right: 8px !important;
    }
    .lg-mb-8 {
        margin-bottom: 8px !important;
    }
    .lg-mx-8 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .lg-my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .lg-p-9 {
        padding: 9px !important;
    }
    .lg-pt-9 {
        padding-top: 9px !important;
    }
    .lg-pl-9 {
        padding-left: 9px !important;
    }
    .lg-pr-9 {
        padding-right: 9px !important;
    }
    .lg-pb-9 {
        padding-bottom: 9px !important;
    }
    .lg-px-9 {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .lg-py-9 {
        padding-top: 9px !important;
        padding-bottom: 9px;
    }
    .lg-m-9 {
        margin: 9px !important;
    }
    .lg-mt-9 {
        margin-top: 9px !important;
    }
    .lg-ml-9 {
        margin-left: 9px !important;
    }
    .lg-mr-9 {
        margin-right: 9px !important;
    }
    .lg-mb-9 {
        margin-bottom: 9px !important;
    }
    .lg-mx-9 {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
    .lg-my-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }
    .lg-p-10 {
        padding: 10px !important;
    }
    .lg-pt-10 {
        padding-top: 10px !important;
    }
    .lg-pl-10 {
        padding-left: 10px !important;
    }
    .lg-pr-10 {
        padding-right: 10px !important;
    }
    .lg-pb-10 {
        padding-bottom: 10px !important;
    }
    .lg-px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .lg-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    .lg-m-10 {
        margin: 10px !important;
    }
    .lg-mt-10 {
        margin-top: 10px !important;
    }
    .lg-ml-10 {
        margin-left: 10px !important;
    }
    .lg-mr-10 {
        margin-right: 10px !important;
    }
    .lg-mb-10 {
        margin-bottom: 10px !important;
    }
    .lg-mx-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .lg-my-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .lg-p-12 {
        padding: 12px !important;
    }
    .lg-pt-12 {
        padding-top: 12px !important;
    }
    .lg-pl-12 {
        padding-left: 12px !important;
    }
    .lg-pr-12 {
        padding-right: 12px !important;
    }
    .lg-pb-12 {
        padding-bottom: 12px !important;
    }
    .lg-px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .lg-py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px;
    }
    .lg-m-12 {
        margin: 12px !important;
    }
    .lg-mt-12 {
        margin-top: 12px !important;
    }
    .lg-ml-12 {
        margin-left: 12px !important;
    }
    .lg-mr-12 {
        margin-right: 12px !important;
    }
    .lg-mb-12 {
        margin-bottom: 12px !important;
    }
    .lg-mx-12 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    .lg-my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .lg-p-13 {
        padding: 13px !important;
    }
    .lg-pt-13 {
        padding-top: 13px !important;
    }
    .lg-pl-13 {
        padding-left: 13px !important;
    }
    .lg-pr-13 {
        padding-right: 13px !important;
    }
    .lg-pb-13 {
        padding-bottom: 13px !important;
    }
    .lg-px-13 {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .lg-py-13 {
        padding-top: 13px !important;
        padding-bottom: 13px;
    }
    .lg-m-13 {
        margin: 13px !important;
    }
    .lg-mt-13 {
        margin-top: 13px !important;
    }
    .lg-ml-13 {
        margin-left: 13px !important;
    }
    .lg-mr-13 {
        margin-right: 13px !important;
    }
    .lg-mb-13 {
        margin-bottom: 13px !important;
    }
    .lg-mx-13 {
        margin-left: 13px !important;
        margin-right: 13px !important;
    }
    .lg-my-13 {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
    .lg-p-14 {
        padding: 14px !important;
    }
    .lg-pt-14 {
        padding-top: 14px !important;
    }
    .lg-pl-14 {
        padding-left: 14px !important;
    }
    .lg-pr-14 {
        padding-right: 14px !important;
    }
    .lg-pb-14 {
        padding-bottom: 14px !important;
    }
    .lg-px-14 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .lg-py-14 {
        padding-top: 14px !important;
        padding-bottom: 14px;
    }
    .lg-m-14 {
        margin: 14px !important;
    }
    .lg-mt-14 {
        margin-top: 14px !important;
    }
    .lg-ml-14 {
        margin-left: 14px !important;
    }
    .lg-mr-14 {
        margin-right: 14px !important;
    }
    .lg-mb-14 {
        margin-bottom: 14px !important;
    }
    .lg-mx-14 {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .lg-my-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }
    .lg-p-15 {
        padding: 15px !important;
    }
    .lg-pt-15 {
        padding-top: 15px !important;
    }
    .lg-pl-15 {
        padding-left: 15px !important;
    }
    .lg-pr-15 {
        padding-right: 15px !important;
    }
    .lg-pb-15 {
        padding-bottom: 15px !important;
    }
    .lg-px-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .lg-py-15 {
        padding-top: 15px !important;
        padding-bottom: 15px;
    }
    .lg-m-15 {
        margin: 15px !important;
    }
    .lg-mt-15 {
        margin-top: 15px !important;
    }
    .lg-ml-15 {
        margin-left: 15px !important;
    }
    .lg-mr-15 {
        margin-right: 15px !important;
    }
    .lg-mb-15 {
        margin-bottom: 15px !important;
    }
    .lg-mx-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .lg-my-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .lg-p-16 {
        padding: 16px !important;
    }
    .lg-pt-16 {
        padding-top: 16px !important;
    }
    .lg-pl-16 {
        padding-left: 16px !important;
    }
    .lg-pr-16 {
        padding-right: 16px !important;
    }
    .lg-pb-16 {
        padding-bottom: 16px !important;
    }
    .lg-px-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .lg-py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px;
    }
    .lg-m-16 {
        margin: 16px !important;
    }
    .lg-mt-16 {
        margin-top: 16px !important;
    }
    .lg-ml-16 {
        margin-left: 16px !important;
    }
    .lg-mr-16 {
        margin-right: 16px !important;
    }
    .lg-mb-16 {
        margin-bottom: 16px !important;
    }
    .lg-mx-16 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .lg-my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .lg-p-18 {
        padding: 18px !important;
    }
    .lg-pt-18 {
        padding-top: 18px !important;
    }
    .lg-pl-18 {
        padding-left: 18px !important;
    }
    .lg-pr-18 {
        padding-right: 18px !important;
    }
    .lg-pb-18 {
        padding-bottom: 18px !important;
    }
    .lg-px-18 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .lg-py-18 {
        padding-top: 18px !important;
        padding-bottom: 18px;
    }
    .lg-m-18 {
        margin: 18px !important;
    }
    .lg-mt-18 {
        margin-top: 18px !important;
    }
    .lg-ml-18 {
        margin-left: 18px !important;
    }
    .lg-mr-18 {
        margin-right: 18px !important;
    }
    .lg-mb-18 {
        margin-bottom: 18px !important;
    }
    .lg-mx-18 {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }
    .lg-my-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }
    .lg-p-20 {
        padding: 20px !important;
    }
    .lg-pt-20 {
        padding-top: 20px !important;
    }
    .lg-pl-20 {
        padding-left: 20px !important;
    }
    .lg-pr-20 {
        padding-right: 20px !important;
    }
    .lg-pb-20 {
        padding-bottom: 20px !important;
    }
    .lg-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .lg-py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px;
    }
    .lg-m-20 {
        margin: 20px !important;
    }
    .lg-mt-20 {
        margin-top: 20px !important;
    }
    .lg-ml-20 {
        margin-left: 20px !important;
    }
    .lg-mr-20 {
        margin-right: 20px !important;
    }
    .lg-mb-20 {
        margin-bottom: 20px !important;
    }
    .lg-mx-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .lg-my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .lg-p-25 {
        padding: 25px !important;
    }
    .lg-pt-25 {
        padding-top: 25px !important;
    }
    .lg-pl-25 {
        padding-left: 25px !important;
    }
    .lg-pr-25 {
        padding-right: 25px !important;
    }
    .lg-pb-25 {
        padding-bottom: 25px !important;
    }
    .lg-px-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .lg-py-25 {
        padding-top: 25px !important;
        padding-bottom: 25px;
    }
    .lg-m-25 {
        margin: 25px !important;
    }
    .lg-mt-25 {
        margin-top: 25px !important;
    }
    .lg-ml-25 {
        margin-left: 25px !important;
    }
    .lg-mr-25 {
        margin-right: 25px !important;
    }
    .lg-mb-25 {
        margin-bottom: 25px !important;
    }
    .lg-mx-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .lg-my-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .lg-p-23 {
        padding: 23px !important;
    }
    .lg-pt-23 {
        padding-top: 23px !important;
    }
    .lg-pl-23 {
        padding-left: 23px !important;
    }
    .lg-pr-23 {
        padding-right: 23px !important;
    }
    .lg-pb-23 {
        padding-bottom: 23px !important;
    }
    .lg-px-23 {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
    .lg-py-23 {
        padding-top: 23px !important;
        padding-bottom: 23px;
    }
    .lg-m-23 {
        margin: 23px !important;
    }
    .lg-mt-23 {
        margin-top: 23px !important;
    }
    .lg-ml-23 {
        margin-left: 23px !important;
    }
    .lg-mr-23 {
        margin-right: 23px !important;
    }
    .lg-mb-23 {
        margin-bottom: 23px !important;
    }
    .lg-mx-23 {
        margin-left: 23px !important;
        margin-right: 23px !important;
    }
    .lg-my-23 {
        margin-top: 23px !important;
        margin-bottom: 23px !important;
    }
    .lg-p-24 {
        padding: 24px !important;
    }
    .lg-pt-24 {
        padding-top: 24px !important;
    }
    .lg-pl-24 {
        padding-left: 24px !important;
    }
    .lg-pr-24 {
        padding-right: 24px !important;
    }
    .lg-pb-24 {
        padding-bottom: 24px !important;
    }
    .lg-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .lg-py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px;
    }
    .lg-m-24 {
        margin: 24px !important;
    }
    .lg-mt-24 {
        margin-top: 24px !important;
    }
    .lg-ml-24 {
        margin-left: 24px !important;
    }
    .lg-mr-24 {
        margin-right: 24px !important;
    }
    .lg-mb-24 {
        margin-bottom: 24px !important;
    }
    .lg-mx-24 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }
    .lg-my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .lg-p-26 {
        padding: 26px !important;
    }
    .lg-pt-26 {
        padding-top: 26px !important;
    }
    .lg-pl-26 {
        padding-left: 26px !important;
    }
    .lg-pr-26 {
        padding-right: 26px !important;
    }
    .lg-pb-26 {
        padding-bottom: 26px !important;
    }
    .lg-px-26 {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
    .lg-py-26 {
        padding-top: 26px !important;
        padding-bottom: 26px;
    }
    .lg-m-26 {
        margin: 26px !important;
    }
    .lg-mt-26 {
        margin-top: 26px !important;
    }
    .lg-ml-26 {
        margin-left: 26px !important;
    }
    .lg-mr-26 {
        margin-right: 26px !important;
    }
    .lg-mb-26 {
        margin-bottom: 26px !important;
    }
    .lg-mx-26 {
        margin-left: 26px !important;
        margin-right: 26px !important;
    }
    .lg-my-26 {
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }
    .lg-p-28 {
        padding: 28px !important;
    }
    .lg-pt-28 {
        padding-top: 28px !important;
    }
    .lg-pl-28 {
        padding-left: 28px !important;
    }
    .lg-pr-28 {
        padding-right: 28px !important;
    }
    .lg-pb-28 {
        padding-bottom: 28px !important;
    }
    .lg-px-28 {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
    .lg-py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px;
    }
    .lg-m-28 {
        margin: 28px !important;
    }
    .lg-mt-28 {
        margin-top: 28px !important;
    }
    .lg-ml-28 {
        margin-left: 28px !important;
    }
    .lg-mr-28 {
        margin-right: 28px !important;
    }
    .lg-mb-28 {
        margin-bottom: 28px !important;
    }
    .lg-mx-28 {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }
    .lg-my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }
    .lg-p-30 {
        padding: 30px !important;
    }
    .lg-pt-30 {
        padding-top: 30px !important;
    }
    .lg-pl-30 {
        padding-left: 30px !important;
    }
    .lg-pr-30 {
        padding-right: 30px !important;
    }
    .lg-pb-30 {
        padding-bottom: 30px !important;
    }
    .lg-px-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .lg-py-30 {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }
    .lg-m-30 {
        margin: 30px !important;
    }
    .lg-mt-30 {
        margin-top: 30px !important;
    }
    .lg-ml-30 {
        margin-left: 30px !important;
    }
    .lg-mr-30 {
        margin-right: 30px !important;
    }
    .lg-mb-30 {
        margin-bottom: 30px !important;
    }
    .lg-mx-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .lg-my-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .lg-p-32 {
        padding: 32px !important;
    }
    .lg-pt-32 {
        padding-top: 32px !important;
    }
    .lg-pl-32 {
        padding-left: 32px !important;
    }
    .lg-pr-32 {
        padding-right: 32px !important;
    }
    .lg-pb-32 {
        padding-bottom: 32px !important;
    }
    .lg-px-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .lg-py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px;
    }
    .lg-m-32 {
        margin: 32px !important;
    }
    .lg-mt-32 {
        margin-top: 32px !important;
    }
    .lg-ml-32 {
        margin-left: 32px !important;
    }
    .lg-mr-32 {
        margin-right: 32px !important;
    }
    .lg-mb-32 {
        margin-bottom: 32px !important;
    }
    .lg-mx-32 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }
    .lg-my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .lg-p-35 {
        padding: 35px !important;
    }
    .lg-pt-35 {
        padding-top: 35px !important;
    }
    .lg-pl-35 {
        padding-left: 35px !important;
    }
    .lg-pr-35 {
        padding-right: 35px !important;
    }
    .lg-pb-35 {
        padding-bottom: 35px !important;
    }
    .lg-px-35 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .lg-py-35 {
        padding-top: 35px !important;
        padding-bottom: 35px;
    }
    .lg-m-35 {
        margin: 35px !important;
    }
    .lg-mt-35 {
        margin-top: 35px !important;
    }
    .lg-ml-35 {
        margin-left: 35px !important;
    }
    .lg-mr-35 {
        margin-right: 35px !important;
    }
    .lg-mb-35 {
        margin-bottom: 35px !important;
    }
    .lg-mx-35 {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .lg-my-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .lg-p-40 {
        padding: 40px !important;
    }
    .lg-pt-40 {
        padding-top: 40px !important;
    }
    .lg-pl-40 {
        padding-left: 40px !important;
    }
    .lg-pr-40 {
        padding-right: 40px !important;
    }
    .lg-pb-40 {
        padding-bottom: 40px !important;
    }
    .lg-px-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .lg-py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
    .lg-m-40 {
        margin: 40px !important;
    }
    .lg-mt-40 {
        margin-top: 40px !important;
    }
    .lg-ml-40 {
        margin-left: 40px !important;
    }
    .lg-mr-40 {
        margin-right: 40px !important;
    }
    .lg-mb-40 {
        margin-bottom: 40px !important;
    }
    .lg-mx-40 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .lg-my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .lg-p-44 {
        padding: 44px !important;
    }
    .lg-pt-44 {
        padding-top: 44px !important;
    }
    .lg-pl-44 {
        padding-left: 44px !important;
    }
    .lg-pr-44 {
        padding-right: 44px !important;
    }
    .lg-pb-44 {
        padding-bottom: 44px !important;
    }
    .lg-px-44 {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }
    .lg-py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px;
    }
    .lg-m-44 {
        margin: 44px !important;
    }
    .lg-mt-44 {
        margin-top: 44px !important;
    }
    .lg-ml-44 {
        margin-left: 44px !important;
    }
    .lg-mr-44 {
        margin-right: 44px !important;
    }
    .lg-mb-44 {
        margin-bottom: 44px !important;
    }
    .lg-mx-44 {
        margin-left: 44px !important;
        margin-right: 44px !important;
    }
    .lg-my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important;
    }
    .lg-p-45 {
        padding: 45px !important;
    }
    .lg-pt-45 {
        padding-top: 45px !important;
    }
    .lg-pl-45 {
        padding-left: 45px !important;
    }
    .lg-pr-45 {
        padding-right: 45px !important;
    }
    .lg-pb-45 {
        padding-bottom: 45px !important;
    }
    .lg-px-45 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    .lg-py-45 {
        padding-top: 45px !important;
        padding-bottom: 45px;
    }
    .lg-m-45 {
        margin: 45px !important;
    }
    .lg-mt-45 {
        margin-top: 45px !important;
    }
    .lg-ml-45 {
        margin-left: 45px !important;
    }
    .lg-mr-45 {
        margin-right: 45px !important;
    }
    .lg-mb-45 {
        margin-bottom: 45px !important;
    }
    .lg-mx-45 {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .lg-my-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .lg-p-48 {
        padding: 48px !important;
    }
    .lg-pt-48 {
        padding-top: 48px !important;
    }
    .lg-pl-48 {
        padding-left: 48px !important;
    }
    .lg-pr-48 {
        padding-right: 48px !important;
    }
    .lg-pb-48 {
        padding-bottom: 48px !important;
    }
    .lg-px-48 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
    .lg-py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px;
    }
    .lg-m-48 {
        margin: 48px !important;
    }
    .lg-mt-48 {
        margin-top: 48px !important;
    }
    .lg-ml-48 {
        margin-left: 48px !important;
    }
    .lg-mr-48 {
        margin-right: 48px !important;
    }
    .lg-mb-48 {
        margin-bottom: 48px !important;
    }
    .lg-mx-48 {
        margin-left: 48px !important;
        margin-right: 48px !important;
    }
    .lg-my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }
    .lg-p-50 {
        padding: 50px !important;
    }
    .lg-pt-50 {
        padding-top: 50px !important;
    }
    .lg-pl-50 {
        padding-left: 50px !important;
    }
    .lg-pr-50 {
        padding-right: 50px !important;
    }
    .lg-pb-50 {
        padding-bottom: 50px !important;
    }
    .lg-px-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .lg-py-50 {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }
    .lg-m-50 {
        margin: 50px !important;
    }
    .lg-mt-50 {
        margin-top: 50px !important;
    }
    .lg-ml-50 {
        margin-left: 50px !important;
    }
    .lg-mr-50 {
        margin-right: 50px !important;
    }
    .lg-mb-50 {
        margin-bottom: 50px !important;
    }
    .lg-mx-50 {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .lg-my-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .lg-p-55 {
        padding: 55px !important;
    }
    .lg-pt-55 {
        padding-top: 55px !important;
    }
    .lg-pl-55 {
        padding-left: 55px !important;
    }
    .lg-pr-55 {
        padding-right: 55px !important;
    }
    .lg-pb-55 {
        padding-bottom: 55px !important;
    }
    .lg-px-55 {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .lg-py-55 {
        padding-top: 55px !important;
        padding-bottom: 55px;
    }
    .lg-m-55 {
        margin: 55px !important;
    }
    .lg-mt-55 {
        margin-top: 55px !important;
    }
    .lg-ml-55 {
        margin-left: 55px !important;
    }
    .lg-mr-55 {
        margin-right: 55px !important;
    }
    .lg-mb-55 {
        margin-bottom: 55px !important;
    }
    .lg-mx-55 {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .lg-my-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .lg-p-56 {
        padding: 56px !important;
    }
    .lg-pt-56 {
        padding-top: 56px !important;
    }
    .lg-pl-56 {
        padding-left: 56px !important;
    }
    .lg-pr-56 {
        padding-right: 56px !important;
    }
    .lg-pb-56 {
        padding-bottom: 56px !important;
    }
    .lg-px-56 {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
    .lg-py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px;
    }
    .lg-m-56 {
        margin: 56px !important;
    }
    .lg-mt-56 {
        margin-top: 56px !important;
    }
    .lg-ml-56 {
        margin-left: 56px !important;
    }
    .lg-mr-56 {
        margin-right: 56px !important;
    }
    .lg-mb-56 {
        margin-bottom: 56px !important;
    }
    .lg-mx-56 {
        margin-left: 56px !important;
        margin-right: 56px !important;
    }
    .lg-my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }
    .lg-p-60 {
        padding: 60px !important;
    }
    .lg-pt-60 {
        padding-top: 60px !important;
    }
    .lg-pl-60 {
        padding-left: 60px !important;
    }
    .lg-pr-60 {
        padding-right: 60px !important;
    }
    .lg-pb-60 {
        padding-bottom: 60px !important;
    }
    .lg-px-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .lg-py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px;
    }
    .lg-m-60 {
        margin: 60px !important;
    }
    .lg-mt-60 {
        margin-top: 60px !important;
    }
    .lg-ml-60 {
        margin-left: 60px !important;
    }
    .lg-mr-60 {
        margin-right: 60px !important;
    }
    .lg-mb-60 {
        margin-bottom: 60px !important;
    }
    .lg-mx-60 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .lg-my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .lg-p-65 {
        padding: 65px !important;
    }
    .lg-pt-65 {
        padding-top: 65px !important;
    }
    .lg-pl-65 {
        padding-left: 65px !important;
    }
    .lg-pr-65 {
        padding-right: 65px !important;
    }
    .lg-pb-65 {
        padding-bottom: 65px !important;
    }
    .lg-px-65 {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
    .lg-py-65 {
        padding-top: 65px !important;
        padding-bottom: 65px;
    }
    .lg-m-65 {
        margin: 65px !important;
    }
    .lg-mt-65 {
        margin-top: 65px !important;
    }
    .lg-ml-65 {
        margin-left: 65px !important;
    }
    .lg-mr-65 {
        margin-right: 65px !important;
    }
    .lg-mb-65 {
        margin-bottom: 65px !important;
    }
    .lg-mx-65 {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }
    .lg-my-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .lg-p-64 {
        padding: 64px !important;
    }
    .lg-pt-64 {
        padding-top: 64px !important;
    }
    .lg-pl-64 {
        padding-left: 64px !important;
    }
    .lg-pr-64 {
        padding-right: 64px !important;
    }
    .lg-pb-64 {
        padding-bottom: 64px !important;
    }
    .lg-px-64 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
    .lg-py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px;
    }
    .lg-m-64 {
        margin: 64px !important;
    }
    .lg-mt-64 {
        margin-top: 64px !important;
    }
    .lg-ml-64 {
        margin-left: 64px !important;
    }
    .lg-mr-64 {
        margin-right: 64px !important;
    }
    .lg-mb-64 {
        margin-bottom: 64px !important;
    }
    .lg-mx-64 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }
    .lg-my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
    .lg-p-70 {
        padding: 70px !important;
    }
    .lg-pt-70 {
        padding-top: 70px !important;
    }
    .lg-pl-70 {
        padding-left: 70px !important;
    }
    .lg-pr-70 {
        padding-right: 70px !important;
    }
    .lg-pb-70 {
        padding-bottom: 70px !important;
    }
    .lg-px-70 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .lg-py-70 {
        padding-top: 70px !important;
        padding-bottom: 70px;
    }
    .lg-m-70 {
        margin: 70px !important;
    }
    .lg-mt-70 {
        margin-top: 70px !important;
    }
    .lg-ml-70 {
        margin-left: 70px !important;
    }
    .lg-mr-70 {
        margin-right: 70px !important;
    }
    .lg-mb-70 {
        margin-bottom: 70px !important;
    }
    .lg-mx-70 {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }
    .lg-my-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .lg-p-72 {
        padding: 72px !important;
    }
    .lg-pt-72 {
        padding-top: 72px !important;
    }
    .lg-pl-72 {
        padding-left: 72px !important;
    }
    .lg-pr-72 {
        padding-right: 72px !important;
    }
    .lg-pb-72 {
        padding-bottom: 72px !important;
    }
    .lg-px-72 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }
    .lg-py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px;
    }
    .lg-m-72 {
        margin: 72px !important;
    }
    .lg-mt-72 {
        margin-top: 72px !important;
    }
    .lg-ml-72 {
        margin-left: 72px !important;
    }
    .lg-mr-72 {
        margin-right: 72px !important;
    }
    .lg-mb-72 {
        margin-bottom: 72px !important;
    }
    .lg-mx-72 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }
    .lg-my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .lg-p-80 {
        padding: 80px !important;
    }
    .lg-pt-80 {
        padding-top: 80px !important;
    }
    .lg-pl-80 {
        padding-left: 80px !important;
    }
    .lg-pr-80 {
        padding-right: 80px !important;
    }
    .lg-pb-80 {
        padding-bottom: 80px !important;
    }
    .lg-px-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .lg-py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px;
    }
    .lg-m-80 {
        margin: 80px !important;
    }
    .lg-mt-80 {
        margin-top: 80px !important;
    }
    .lg-ml-80 {
        margin-left: 80px !important;
    }
    .lg-mr-80 {
        margin-right: 80px !important;
    }
    .lg-mb-80 {
        margin-bottom: 80px !important;
    }
    .lg-mx-80 {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }
    .lg-my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .lg-p-88 {
        padding: 88px !important;
    }
    .lg-pt-88 {
        padding-top: 88px !important;
    }
    .lg-pl-88 {
        padding-left: 88px !important;
    }
    .lg-pr-88 {
        padding-right: 88px !important;
    }
    .lg-pb-88 {
        padding-bottom: 88px !important;
    }
    .lg-px-88 {
        padding-left: 88px !important;
        padding-right: 88px !important;
    }
    .lg-py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px;
    }
    .lg-m-88 {
        margin: 88px !important;
    }
    .lg-mt-88 {
        margin-top: 88px !important;
    }
    .lg-ml-88 {
        margin-left: 88px !important;
    }
    .lg-mr-88 {
        margin-right: 88px !important;
    }
    .lg-mb-88 {
        margin-bottom: 88px !important;
    }
    .lg-mx-88 {
        margin-left: 88px !important;
        margin-right: 88px !important;
    }
    .lg-my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important;
    }
    .lg-p-112 {
        padding: 112px !important;
    }
    .lg-pt-112 {
        padding-top: 112px !important;
    }
    .lg-pl-112 {
        padding-left: 112px !important;
    }
    .lg-pr-112 {
        padding-right: 112px !important;
    }
    .lg-pb-112 {
        padding-bottom: 112px !important;
    }
    .lg-px-112 {
        padding-left: 112px !important;
        padding-right: 112px !important;
    }
    .lg-py-112 {
        padding-top: 112px !important;
        padding-bottom: 112px;
    }
    .lg-m-112 {
        margin: 112px !important;
    }
    .lg-mt-112 {
        margin-top: 112px !important;
    }
    .lg-ml-112 {
        margin-left: 112px !important;
    }
    .lg-mr-112 {
        margin-right: 112px !important;
    }
    .lg-mb-112 {
        margin-bottom: 112px !important;
    }
    .lg-mx-112 {
        margin-left: 112px !important;
        margin-right: 112px !important;
    }
    .lg-my-112 {
        margin-top: 112px !important;
        margin-bottom: 112px !important;
    }
}
.no-padding {
    padding: 0 !important;
}
.no-border {
    border: 0!important;
}
.border-left-white {
    border-left-color: #fff !important;
}
.border-right-white {
    border-right-color: #fff !important;
}
.top-20 {
    top: 20px!important;
}
.top-96 {
    top: 96px!important;
}
.position-initial {
    position: initial !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.width-80 {
    width: 80px !important;
}
.width-100p {
    width: 100% !important;
}
.width-120 {
    width: 120px !important;
}
.flex-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.d-inline-block {
    display: inline-block !important;
}
.a:focus,
a:hover {
    text-decoration: none;
}
.cursor-pointer {
    cursor: pointer;
}
.right-0 {
    right: 0;
    left: auto;
}
.bg-none {
    background: none !important;
}
.bg-white {
    background-color: #fff;
}
.bg-gray {
    background-color: #aac8cf;
}
.bg-gray-dark {
    background-color: #33475B;
}
.bg-gray-light {
    background-color: #A8A8A8;
}
.bg-blue {
    background-color: #1877F2;
}
.bg-primary {
    background-color: #1D1E40;
}
.bg-green {
    background-color: #00BA6E;
}
.bg-red {
    background-color: #E84559;
}
.bg-sub-green {
    background-color: #dcf2ec !important;
}
.bg-sub-green-light {
    background-color: rgba(0, 181, 123, 0.06) !important;
}
.bg-zircon {
    background-color: #F9F9FA !important;
}
.bg-zumthor {
    background-color: #F1F2F5 !important;
}
.bg-green-dark {
    background-color: #E8FFE7;
}
.bg-green-dark:hover {
    background-color: #deffdd !important;
}
.bg-select {
    vertical-align: middle;
    border-width: 2px;
    border-color: transparent;
    background-color: #E5E6EB;
    box-shadow: none;
    padding: 0 10px 0 0px;
}
.bg-badge {
    vertical-align: middle;
    border-radius: 10px;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    padding: 0 5px;
    background-color: #E5E6EC;
}
.bg-purple {
    background-color: #8800FF;
}
.bg-purple .icon-eye {
    opacity: 0.6;
}
.bg-purple:hover {
    background-color: #8300f5;
}
.bg-orange {
    background-color: #FFEED5;
}
.bg-orange:hover {
    background-color: #ffeacb;
}
.bg-gray-bar {
    background-color: #B4C9DC;
}
.bg-green-bar {
    background-color: #009C00;
}
.bg-red-bar {
    background-color: #D0021B;
}
/* ###### Typography   ###### */
.tx-boldest {
    font-weight: 900;
}
.tx-bolder {
    font-weight: 800;
}
.tx-bold {
    font-weight: 700;
}
.tx-semibold {
    font-weight: 600;
}
.tx-medium {
    font-weight: 500;
}
.tx-normal {
    font-weight: 400;
}
.tx-light {
    font-weight: 300;
}
.tx-thin {
    font-weight: 200;
}
.tx-xthin {
    font-weight: 100;
}
.tx-uppercase {
    text-transform: uppercase;
}
.tx-lowercase {
    text-transform: lowercase;
}
.tx-capitalize {
    text-transform: capitalize;
}
.tx-transform-none {
    text-transform: none;
}
.tx-center {
    text-align: center;
}
.tx-right {
    text-align: right;
}
.tx-left {
    text-align: left;
}
.tx-center-f {
    text-align: center !important;
}
.tx-right-f {
    text-align: right !important;
}
.tx-left-f {
    text-align: left !important;
}
.tx-italic {
    font-style: italic;
}
.tx-style-normal {
    font-style: normal;
}
.tx-nowrap {
    white-space: nowrap;
}
.tx-break-word {
    word-break: break-word;
}
.tx-break-all {
    word-break: break-all;
}
.tx-white {
    color: #fff;
}
.tx-danger {
    color: #E84559;
}
.tx-green-light {
    color: #39D0A2;
}
.tx-dark {
    color: #131415;
}
.tx-gray {
    color: #A8A8A8;
}
.tx-gray-light {
    color: #BFBFBF;
}
.tx-yellow {
    color: #FFA400;
}
.tx-green-dark {
    color: #009C68 !important;
}
.tx-green {
    color: #00A273 !important;
}
.tx-dark-light {
    color: #717277 !important;
}
.tx-blue {
    color: #1877F2;
}
.tx-green {
    color: #009C00;
}
.tip-text {
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    color: #82888F;
}
.tip-text-dark {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #1D1D3F;
}
.line-25 {
    line-height: 25px !important;
}
.no-underline {
    text-decoration: none !important;
}
.sub-title-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #000000;
}
nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 97px;
    height: 100%;
    overflow: auto;
    padding-top: 105px;
    background-color: #EDEFF1;
    border-right: 1px solid #E5E6E9;
    z-index: 10;
}
.has-top-tip nav {
    top: 40px;
    height: calc(100% - 40px);
}
.logo {
    position: absolute;
    top: 31.5px;
    left: 28px;
    display: block;
    width: 48.5px;
    height: 43.5px;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo-reset {
    top: 17px;
    left: 12px;
    width: 73px;
    height: 73px;
}
.logo-reset:hover,
.logo-reset.active {
    border-radius: 8px;
    background-color: #fff;
}
ul.menu {
    padding-top: 5px;
    border-top: 1px solid #D8D8D8;
}
ul.menu > li {
    width: 73px;
    height: 73px;
    border-radius: 8px;
    margin: 12px 0;
}
ul.menu > li:hover,
ul.menu > li.active {
    background-color: #fff;
}
ul.menu > li > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
ul.menu > li > a .badge {
    display: block;
    position: absolute;
    top: 25px;
    right: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    min-width: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0 2px;
    border-radius: 20px;
    background-color: #e00f00;
}
aside {
    position: fixed;
    top: 0;
    left: 97px;
    width: 288px;
    height: 100%;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
    z-index: 5;
    transition: all 0.25s ease-in-out;
}
aside h2 {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    color: #000;
    line-height: 33px;
    margin: 0;
}
aside h2 .btn-add {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
aside .search-bar {
    position: relative;
    margin-bottom: 15px;
}
aside .search-bar input {
    font-weight: 600;
    width: 100%;
    height: 25px;
    padding-left: 32px;
    border-radius: 25px;
    border: 1px solid #E5E6EC;
    background-color: #E5E6EC;
}
aside .search-bar::before {
    content: "";
    position: absolute;
    display: block;
    left: 12px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
    background-image: url('../images/icon/icon-search.png');
}
.has-top-tip aside {
    top: 40px;
    height: calc(100% - 40px);
}
.aside-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px 16px 10px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
.aside-list-title .title-box {
    position: relative;
    flex: 1;
    height: 24px;
}
.aside-list-title .title-box .title-text,
.aside-list-title .title-box .title-input {
    position: absolute;
    top: 0;
    left: 0;
}
.aside-list-title .title-text {
    padding: 0 2px;
    height: 24px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aside-list-title .title-input {
    width: calc(100% - 6px);
    font-size: 18px;
    line-height: 18px;
    color: #000;
    padding: 0 2px;
    height: 24px;
    border: 1px solid #DEDFE2;
    background-color: transparent;
    overflow: hidden;
    top: 0 !important;
}
.aside-list-title .title-input:hover,
.aside-list-title .title-input:focus {
    outline: none;
    border-color: #d0d2d6;
    background-color: transparent;
}
.aside-list-title .btn-edit {
    visibility: hidden;
}
.aside-list-title:hover .btn-edit {
    visibility: visible;
}
.aside-list-title .btn-edit,
.aside-list-title .btn-delete-small {
    position: relative;
    z-index: 5;
}
.aside-content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px 0;
    overflow: auto;
}
.aside-content.aside-setting {
    height: calc(100% - 60px);
}
.aside-content.aside-search {
    top: 90px;
    height: calc(100% - 90px);
}
.aside-content .btn-group-type {
    position: relative;
    width: 100%;
    height: 48px;
    padding-left: 11px;
    white-space: nowrap;
    overflow: auto;
}
.aside-content .btn-group-type .btn {
    font-size: 14px;
    line-height: 19px;
    padding: 5px 8px;
}
.aside-switch {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 35px;
    height: 35px;
    left: calc(97px + 288px - 17.5px);
    bottom: 21px;
    border-radius: 100%;
    background-color: #D0D9EA;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 99;
    transition: all 0.25s ease-in-out;
}
.aside-switch .icon {
    width: 15.5px;
    height: 15.5px;
}
.aside-switch:hover {
    background-color: #becbe2;
}
.close-sidebar aside {
    left: -100%;
}
.close-sidebar .aside-switch {
    left: calc(97px - 17.5px);
}
.close-sidebar .aside-switch .icon {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media only screen and (max-width: 999px) {
    aside {
        left: -100%;
    }
    .aside-switch {
        left: calc(97px - 17.5px);
    }
    .aside-switch .icon {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}
header {
    padding: 20px 42px 15px 42px;
}
@media (max-width: 1359px) {
    header {
        padding: 20px 16px 15px 16px;
    }
}
header h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    color: #131415;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 1199px) {
    header h2 {
        font-size: 22px;
        line-height: 24px;
    }
}
header .sub-tit {
    font-size: 18px;
    font-weight: 600;
    color: #66676B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 1199px) {
    header .sub-tit {
        font-size: 16px;
    }
}
.new-main header {
    font-family: "AvenirNext";
    padding: 16px 36px 16px 36px;
}
.new-main header h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    color: #454F6E;
    letter-spacing: -1.18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-main header .sub-tit {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #454F6E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
}
@media (max-width: 1359px) {
    .sub-header {
        padding: 20px 0;
    }
}
.sub-header .sub-header-border {
    display: flex;
    align-items: center;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    width: 100%;
    padding: 12px 26px;
}
.sub-header .control-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #000000;
    white-space: nowrap;
}
.sub-header .sub-select,
.sub-header .sub-date {
    display: flex;
    align-items: center;
}
.sub-header .sub-select .calendar-container,
.sub-header .sub-date .calendar-container {
    width: 360px;
}
.sub-header .sub-select {
    margin-right: 22px;
}
.sub-header .sub-select .control-label {
    margin-right: 26px;
}
.sub-header .sub-date .control-label {
    margin-right: 7px;
}
.sub-header .calendar-container {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.sub-header .calendar-container .icon-box {
    position: relative;
    width: 48px;
    height: 48px;
    margin-right: 19px;
    border-radius: 8px;
    background-color: #E5E6EB;
}
@media (max-width: 1199px) {
    .sub-header .calendar-container .icon-box {
        margin-right: 12px;
    }
}
.sub-header .calendar-container .icon-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    align-items: center;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
    background-image: url('../images/icon/icon-calendar-dark.png');
}
.sub-header .calendar-container .icon-box.icon-box-flag {
    flex-shrink: 0;
}
.sub-header .calendar-container .icon-box.icon-box-flag::before {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background-image: url('../images/icon/icon-flag.png') !important;
}
.sub-header .calendar-container .time h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
@media (max-width: 1199px) {
    .sub-header .calendar-container .time h4 {
        font-size: 20px;
        line-height: 24px;
    }
}
.sub-header .calendar-container .time p {
    font-size: 18px;
    font-weight: 600;
    color: #82888F;
    line-height: 25px;
    margin: 0;
}
@media (max-width: 1199px) {
    .sub-header .calendar-container .time p {
        font-size: 14px;
        line-height: 16px;
    }
}
.sub-header .calendar-container .time p span {
    display: inline-block;
    text-decoration: underline;
}
.sub-header .calendar-container.active .icon-box {
    background-color: #dcf2ec;
}
.sub-header .calendar-container.active .icon-box::before {
    background-image: url('../images/icon/icon-calendar.png');
}
.sub-header .sub-header-right {
    display: flex;
    align-items: center;
}
.new-main .sub-header {
    position: relative;
    font-family: "AvenirNext";
    padding: 0 24px;
}
@media only screen and (max-width: 1650px) {
    .new-main .sub-header {
        justify-content: flex-end;
    }
}
.new-main .sub-header-right {
    font-family: "Avenir LT Std";
    position: absolute;
    top: -37px;
    right: 24px;
}
@media only screen and (max-width: 1650px) {
    .new-main .sub-header-right {
        position: static;
        top: 0;
        right: 0;
        margin-top: 12px;
    }
}
.new-main .calendar-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 267px;
    width: max-content;
    height: 48px;
    border-radius: 8px;
    border: 3px solid #454F6E;
    padding: 0 10px 0 20px;
}
.new-main .calendar-container .time {
    font-size: 18px;
    font-weight: 700;
    color: #454F6E;
}
main {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: calc(97px + 288px);
    width: calc(100% - 97px - 288px);
    height: 100%;
    overflow: hidden;
    background-color: #FAFBFC;
    transition: all 0.25s ease-in-out;
}
main.main-no-sidebar {
    margin-left: 97px;
    width: calc(100% - 97px);
    background-color: #fff;
}
.new-main {
    background-color: #fff;
}
.has-top-tip main {
    top: 40px;
    height: calc(100% - 40px);
}
.empty-project {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -270px;
    margin-top: -240px;
    width: 540px;
    height: auto;
    color: #131415;
    text-align: center;
}
.empty-project img {
    width: 100%;
    height: auto;
}
.empty-project h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 44px;
}
.empty-project p {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.close-sidebar main {
    margin-left: calc(97px);
    width: calc(100% - 97px);
}
@media only screen and (max-width: 999px) {
    main {
        margin-left: calc(97px) !important;
        width: calc(100% - 97px) !important;
    }
}
.form-content {
    height: auto;
    overflow: hidden;
    border: 1px solid #E5E6E9;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 34px;
}
.form-content .row-flex {
    height: auto;
    overflow: hidden;
    padding: 25px 28px 28px 28px;
    border-bottom: 1px solid #DADBDB;
    display: flex;
    align-items: baseline;
}
.form-content .row-flex.row-flex-checkbox {
    padding: 15px 28px 15px 28px;
}
.form-content .row-flex.align-center {
    align-items: center;
}
.form-content .row-flex.align-start {
    align-items: flex-start;
}
.form-content .row-flex > div {
    padding: 0;
}
.form-content .row-flex .link-orange {
    font-weight: 600;
    display: inline-block;
    color: #F5A623 !important;
    border-bottom: 1px dashed #F5A623;
    margin-left: 4px;
}
.form-content .btn-control {
    padding: 15px 27.5px 19.5px 27.5px;
}
.form-content.form-modal-content {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.form-content.form-modal-content .form-head {
    padding: 29px 16px 0 16px;
}
.form-content.form-modal-content .row-flex {
    padding: 25px 18px 28px 18px;
}
.form-content.form-modal-content .table-padding {
    padding: 0 18px 0 18px;
}
.form-head {
    position: relative;
    padding: 18.5px 27.5px 0 27.5px;
}
.form-head .title {
    font-size: 22px;
    font-weight: 900;
    color: #000;
    line-height: 30px;
}
.form-head .info {
    font-size: 16px;
    font-weight: 600;
    color: #66676B;
    line-height: 22px;
}
.form-head .btn {
    position: absolute;
    top: 20px;
    right: 27.5px;
}
.table-content {
    padding: 0 16px;
}
.table-content .form-head {
    padding: 18.5px 0 35px 0;
}
.plan-list {
    padding: 18.5px 27.5px;
}
.plan-list span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #131415;
    padding: 6px 16px;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    border: 1px solid #DEDFE2;
    cursor: pointer;
}
.plan-list span.active {
    color: #fff;
    border: 1px solid #009C00;
    background-color: #009C00;
}
.form-content-danger {
    padding: 13px 21px;
    border-radius: 8px;
    background-color: #B53030;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: none;
    color: #fff;
}
.form-content-danger h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 3px;
}
.form-content-danger p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}
#add-organisation .form-content .row-flex {
    align-items: flex-start !important;
}
#add-organisation .form-content .row-flex div {
    overflow: hidden;
}
#add-organisation .form-content .row-flex label {
    width: 230px;
    overflow: hidden;
}
.admin-wrapper {
    display: flex;
    justify-content: space-around;
    line-height: 0;
    min-height: 100vh;
}
.admin-wrapper h2 {
    color: #0C0C0C;
    font-size: 28px;
    font-weight: 700;
}
.admin-wrapper p {
    color: #8B8B8B;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}
.admin-wrapper p a {
    color: inherit;
    font-weight: inherit;
    text-decoration: underline;
}
.admin-image {
    background: #23D3D3;
    min-height: 720px;
    order: 2;
    padding: 0 !important;
    position: relative;
}
@media only screen and (min-width: 767px) {
    .admin-image {
        flex: 1 0 0;
        order: 2;
        flex-basis: 45%;
        transition: 0.3s ease-out;
    }
}
.admin-image.left {
    order: 1;
}
.admin-image .full-bg {
    background-image: url(../images/admin-signup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% top;
}
.admin-image .full-bg.login {
    background-image: url(../images/login-bg.png);
}
.admin-image .prk-center {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    display: table;
}
@media (max-width: 767px) {
    .admin-image {
        display: none;
    }
}
.admin-content {
    background: #ffffff;
    line-height: normal;
    order: 1;
    min-height: 720px;
}
@media only screen and (min-width: 767px) {
    .admin-content {
        flex: 1.1 0 0;
        order: 1;
        flex-basis: 55%;
        transition: 0.3s ease-in;
    }
}
.admin-content.right {
    order: 2;
}
.admin-box {
    display: flex;
    max-width: 600px;
    margin: auto;
    height: 100%;
    padding: 50px 50px;
}
@media (min-width: 768px) {
    .admin-box {
        padding: 75px 0;
        width: 85%;
        max-width: 500px;
    }
}
@media (max-width: 767px) {
    .admin-box {
        padding: 15px 30px;
    }
}
.admin-box .admin-box-inner {
    margin: auto;
    width: 100%;
    position: relative;
}
.admin-box label {
    color: #6F7783;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    padding-bottom: 5px;
}
.admin-box .form-control {
    padding: 8px 8px;
    box-sizing: border-box;
    height: 49px;
    width: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    background-color: #FAFBFD;
    box-shadow: none;
    -webkit-appearance: none;
}
.admin-box .form-control.error {
    border-color: #ED4858;
}
.admin-box .form-group {
    margin-bottom: 24px;
}
.split_footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.split_footer > p {
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.logo-box {
    width: 138px;
    margin-bottom: 65px;
}
.logo-box img {
    margin: auto;
}
.logo-box.position-left-top {
    position: absolute;
    left: 90px;
    top: 80px;
    z-index: 9;
    width: 170px;
}
.email-buttons-wrapper {
    display: flex;
}
.admin-link {
    color: #4F5156;
    font-weight: 700;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 16px;
}
.icon-tip {
    margin-bottom: 40px;
}
.icon-tip .icon {
    width: 72px;
    height: 72px;
}
@media (max-height: 823px) {
    .admin-overflow {
        overflow: auto;
    }
    .admin-wrapper .logo-box {
        margin-bottom: 20px;
    }
    .admin-wrapper .xs-p-40 {
        padding: 10px!important;
    }
    .admin-wrapper .admin-box .form-control {
        height: 42px;
    }
    .admin-wrapper .admin-box-inner {
        margin: 0;
    }
    .admin-wrapper .xs-px-80 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .admin-wrapper .admin-content {
        min-height: auto !important;
    }
    .admin-wrapper .admin-content .admin-box {
        padding-bottom: 80px;
    }
    .admin-wrapper .xs-pb-112 {
        padding-bottom: 70px !important;
    }
}
@media (max-height: 736px) {
    .admin-wrapper .admin-content {
        min-height: auto !important;
    }
    .admin-wrapper .xs-px-80 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .admin-wrapper .xs-pb-112 {
        padding-bottom: 40px !important;
    }
    .admin-wrapper .xs-mt-112 {
        margin-top: 40px !important;
    }
}
@media (max-height: 568px) {
    .admin-wrapper .logo-box {
        margin-bottom: 40px;
    }
    .admin-wrapper .admin-content {
        min-height: auto !important;
    }
    .admin-wrapper h2 {
        font-size: 24px;
    }
    .admin-wrapper p {
        font-size: 13px;
        line-height: 15px;
    }
    .admin-wrapper .admin-box {
        padding: 15px 16px;
    }
    .admin-wrapper .xs-mt-56 {
        margin-top: 40px !important;
    }
    .admin-wrapper .xs-px-80 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .admin-wrapper .xs-py-40 {
        padding-top: 0 !important;
    }
    .admin-wrapper .xs-p-40 {
        padding: 0!important;
    }
    .admin-wrapper .xs-pb-112 {
        padding-bottom: 20px !important;
    }
    .admin-wrapper .xs-mt-112 {
        margin-top: 20px !important;
    }
    .admin-wrapper .admin-box .admin-box-inner {
        margin: 20px;
    }
}
.page-lock {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -109px;
    margin-left: calc((97px / 2) - 515px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #131415;
    width: 1030px;
    height: 218px;
    border-radius: 8px;
    background-color: #EDEFF1;
}
.page-lock h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 33px;
    margin-bottom: 14px;
}
.page-lock p {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.main-dashboard {
    padding: 0 130px;
    height: 100%;
    background-color: #F2F3F4 !important;
}
@media only screen and (max-width: 767px) {
    .main-dashboard {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 479px) {
    .main-dashboard {
        padding: 0 24px;
    }
}
.main-dashboard .head-dashboard {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 32px 20px;
    height: 108px;
}
.main-dashboard .head-dashboard h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: -0.7px;
    color: #33475B;
}
.report-container {
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    height: calc(100% - 108px);
    padding: 0 108px;
    margin: 0 auto;
    overflow: auto;
}
@media only screen and (max-width: 767px) {
    .report-container {
        padding: 0 24px;
    }
}
@media only screen and (max-width: 479px) {
    .report-container {
        padding: 0 24px;
    }
}
.report-container .report-content {
    max-width: 1360px;
    margin: 0 auto;
}
.report-container .row {
    margin: 0 -13px !important;
}
.report-container .row-padding {
    padding: 0 13px !important;
}
.report-container .report-box {
    padding: 32px 24px 24px 24px;
    border-radius: 8px;
    border: 3px solid #D7D7D7;
    background-color: #fff;
    margin-bottom: 20px;
}
.report-container .report-box .report-head {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #1D1E40;
    letter-spacing: -0.4px;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 20px;
    vertical-align: middle;
}
.profit-chart {
    height: 187px;
}
.report-list {
    padding-top: 40px;
}
.report-list.list-border-top {
    border-top: 1px solid #D7D7D7;
}
.row-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}
.row-flex-between .name {
    color: #33475B;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.26px;
}
.row-flex-between .val {
    color: #454647;
    font-size: 18px;
    font-weight: 100;
    line-height: 25px;
    letter-spacing: -0.4px;
}
.row-flex-between .date {
    color: #D0021B;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.33px;
}
.claim-chart,
.revenue-chart {
    height: 260px;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.float-none {
    float: none!important;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #42464A;
    background-color: #FAFBFC;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #1D1E40;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #05050b;
    text-decoration: underline;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #FAFBFC;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 30px;
}
h2,
.h2 {
    font-size: 26px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 20px;
}
h5,
.h5 {
    font-size: 18px;
}
h6,
.h6 {
    font-size: 16px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777777;
}
.text-primary {
    color: #1D1E40;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #0d0e1d;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #1D1E40;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #0d0e1d;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 768px) {
    .container {
        width: 752px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 972px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1172px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}
.row {
    margin-left: -16px;
    margin-right: -16px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px 16px;
    padding-bottom: 8px 16px;
    color: #777777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px 16px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #D1D1D1;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #D1D1D1;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #D1D1D1;
}
.table .table {
    background-color: #FAFBFC;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #D1D1D1;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #D1D1D1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #D1D1D1;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #DEDFE2;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 26px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm {
    height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 26px;
    line-height: 26px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 26px;
    line-height: 26px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 26px;
    min-height: 32px;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 26px;
    height: 26px;
    line-height: 26px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #7f868d;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -16px;
    margin-right: -16px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 16px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 4px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 7px;
    -webkit-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #1D1E40;
    border-color: #15162e;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #0d0e1d;
    border-color: #000000;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0d0e1d;
    border-color: #020204;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0d0e1d;
    border-color: #020204;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #020204;
    border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background-color: #1D1E40;
    border-color: #15162e;
}
.btn-primary .badge {
    color: #1D1E40;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #EEEFF0;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #aaafb4;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #cdd0d3;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #cdd0d3;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #aaafb4;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #EEEFF0;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #E84559;
    border-color: #e52e45;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #de1c33;
    border-color: #84101e;
}
.btn-danger:hover {
    color: #fff;
    background-color: #de1c33;
    border-color: #bf182c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #de1c33;
    border-color: #bf182c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #bf182c;
    border-color: #84101e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #E84559;
    border-color: #e52e45;
}
.btn-danger .badge {
    color: #E84559;
    background-color: #fff;
}
.btn-link {
    color: #1D1E40;
    font-weight: normal;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #05050b;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #979797;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #131415;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #1D1E40;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #1D1E40;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: rgba(245, 245, 245, 0.5);
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group .form-control:focus {
    z-index: 3;
}
#add-organisation .input-group .form-control {
    width: 79%;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 26px;
    line-height: 26px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #DEDFE2;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #1D1E40;
}
.nav > li.disabled > a {
    color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #1D1E40;
    border-color: #1D1E40;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #1D1E40;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #FAFBFC;
    }
}
.nav-pills .set-bor {
    display: flex;
    align-items: center;
}
.nav-pills .set-bor::before {
    content: "";
    display: block;
    width: 1px;
    height: 31px;
    background-color: #ccc;
    margin-right: 10px;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li .nav-screen {
    display: flex;
    align-items: center;
}
.nav-pills > li .nav-screen li:last-child {
    margin-right: 0;
}
.nav-pills > li .nav-screen li a {
    padding: 0 8px 6px 12px;
    cursor: pointer;
}
.nav-pills > li .nav-screen::before {
    display: block;
    width: 1px;
    height: 31px;
    content: "";
    background: #ccc;
    margin-right: 26px;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #1D1E40;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #FAFBFC;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 16px;
    padding-left: 16px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -16px;
    margin-left: -16px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px 16px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -16px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 16px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -16px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    margin-left: -16px;
    margin-right: -16px;
    padding: 10px 16px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 12px;
    margin-bottom: 12px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 16px;
        margin-right: 16px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
        float: left;
    }
    .navbar-right {
        float: right !important;
        float: right;
        margin-right: -16px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: rgba(0, 0, 0, 0);
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb > .active {
    color: #777777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #1D1E40;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #05050b;
    background-color: #eeeeee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #1D1E40;
    border-color: #1D1E40;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 3px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #1D1E40;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #0d0e1d;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #E84559;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #de1c33;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #1D1E40;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 16px;
    padding-right: 16px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #FAFBFC;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #1D1E40;
}
.thumbnail .caption {
    padding: 9px;
    color: #42464A;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #1D1E40;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #E84559;
}
.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #1D1E40;
    border-color: #1D1E40;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #6c6fbd;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #2E2E30;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #D1D1D1;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #E5E6EB;
}
.panel-default > .panel-heading {
    color: #ECECF1;
    background-color: #E5E6EB;
    border-color: #E5E6EB;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #E5E6EB;
}
.panel-default > .panel-heading .badge {
    color: #E5E6EB;
    background-color: #ECECF1;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #E5E6EB;
}
.panel-primary {
    border-color: #1D1E40;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #1D1E40;
    border-color: #1D1E40;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #1D1E40;
}
.panel-primary > .panel-heading .badge {
    color: #1D1E40;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #1D1E40;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid #E5E6E9;
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #272727;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.55;
    filter: alpha(opacity=55.00000000000001);
}
.modal-header {
    padding: 16px;
    border-bottom: 1px solid #E5E6EB;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 16px;
}
.modal-footer {
    padding: 16px;
    text-align: right;
    border-top: 1px solid #E5E6EB;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Avenir LT Std", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.carousel-inner > .item {
    display: none;
    position: relative;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        transform: translate3d(100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 48px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 20px;
    color: #1D1E40;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #1D1E40;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.row:before,
.row:after {
    display: none;
}
.row.reverse {
    flex-direction: row-reverse;
}
.col.reverse {
    flex-direction: column-reverse;
}
.col-xs,
.col-sm,
.col-md,
.col-lg {
    padding-left: 16px;
    padding-right: 16px;
}
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9 {
    box-sizing: border-box;
    flex: 0 0 auto;
}
.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}
.start-xs {
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    justify-content: center;
    text-align: center;
}
.end-xs {
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    align-items: flex-start;
}
.middle-xs {
    align-items: center;
}
.bottom-xs {
    align-items: flex-end;
}
.around-xs {
    justify-content: space-around;
}
.between-xs {
    justify-content: space-between;
}
.first-xs {
    order: -1;
}
.last-xs {
    order: 1;
}
@media only screen and (min-width: 768px) {
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-offset-0,
    .col-sm-offset-1,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-sm {
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        align-items: flex-start;
    }
    .middle-sm {
        align-items: center;
    }
    .bottom-sm {
        align-items: flex-end;
    }
    .around-sm {
        justify-content: space-around;
    }
    .between-sm {
        justify-content: space-between;
    }
    .first-sm {
        order: -1;
    }
    .last-sm {
        order: 1;
    }
}
@media only screen and (min-width: 992px) {
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-offset-0,
    .col-md-offset-1,
    .col-md-offset-10,
    .col-md-offset-11,
    .col-md-offset-12,
    .col-md-offset-2,
    .col-md-offset-3,
    .col-md-offset-4,
    .col-md-offset-5,
    .col-md-offset-6,
    .col-md-offset-7,
    .col-md-offset-8,
    .col-md-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    .start-md {
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        justify-content: center;
        text-align: center;
    }
    .end-md {
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        align-items: flex-start;
    }
    .middle-md {
        align-items: center;
    }
    .bottom-md {
        align-items: flex-end;
    }
    .around-md {
        justify-content: space-around;
    }
    .between-md {
        justify-content: space-between;
    }
    .first-md {
        order: -1;
    }
    .last-md {
        order: 1;
    }
}
@media only screen and (min-width: 1200px) {
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-offset-0,
    .col-lg-offset-1,
    .col-lg-offset-10,
    .col-lg-offset-11,
    .col-lg-offset-12,
    .col-lg-offset-2,
    .col-lg-offset-3,
    .col-lg-offset-4,
    .col-lg-offset-5,
    .col-lg-offset-6,
    .col-lg-offset-7,
    .col-lg-offset-8,
    .col-lg-offset-9 {
        box-sizing: border-box;
        flex: 0 0 auto;
    }
    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }
    .start-lg {
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        align-items: flex-start;
    }
    .middle-lg {
        align-items: center;
    }
    .bottom-lg {
        align-items: flex-end;
    }
    .around-lg {
        justify-content: space-around;
    }
    .between-lg {
        justify-content: space-between;
    }
    .first-lg {
        order: -1;
    }
    .last-lg {
        order: 1;
    }
}
.col-xl-6 {
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 1500px) {
    .col-xl-6 {
        width: 50%;
        box-sizing: border-box;
        flex: 0 0 auto;
    }
}
.flex-row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex-row.flex-row-start {
    justify-content: start;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-handshake-o:before {
    content: "\f2b5";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-o:before {
    content: "\f2b7";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-book-o:before {
    content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-circle-o:before {
    content: "\f2be";
}
.fa-user-o:before {
    content: "\f2c0";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-eercast:before {
    content: "\f2da";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-meetup:before {
    content: "\f2e0";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Light.eot');
    src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Light.woff2') format('woff2'), url('../fonts/AvenirLTStd-Light.woff') format('woff'), url('../fonts/AvenirLTStd-Light.ttf') format('truetype'), url('../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-LightOblique.eot');
    src: url('../fonts/AvenirLTStd-LightOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-LightOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-LightOblique.woff') format('woff'), url('../fonts/AvenirLTStd-LightOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-LightOblique.svg#AvenirLTStd-LightOblique') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.eot');
    src: url('../fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Book.woff2') format('woff2'), url('../fonts/AvenirLTStd-Book.woff') format('woff'), url('../fonts/AvenirLTStd-Book.ttf') format('truetype'), url('../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-BookOblique.eot');
    src: url('../fonts/AvenirLTStd-BookOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-BookOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff'), url('../fonts/AvenirLTStd-BookOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-BookOblique.svg#AvenirLTStd-BookOblique') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.eot');
    src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'), url('../fonts/AvenirLTStd-Roman.woff') format('woff'), url('../fonts/AvenirLTStd-Roman.ttf') format('truetype'), url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Oblique.eot');
    src: url('../fonts/AvenirLTStd-Oblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Oblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-Oblique.woff') format('woff'), url('../fonts/AvenirLTStd-Oblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-Oblique.svg#AvenirLTStd-Oblique') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-MediumOblique.eot');
    src: url('../fonts/AvenirLTStd-MediumOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-MediumOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff'), url('../fonts/AvenirLTStd-MediumOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-MediumOblique.svg#AvenirLTStd-MediumOblique') format('svg');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Medium.eot');
    src: url('../fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Medium.woff2') format('woff2'), url('../fonts/AvenirLTStd-Medium.woff') format('woff'), url('../fonts/AvenirLTStd-Medium.ttf') format('truetype'), url('../fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Heavy.eot');
    src: url('../fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Heavy.woff2') format('woff2'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff'), url('../fonts/AvenirLTStd-Heavy.ttf') format('truetype'), url('../fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-HeavyOblique.eot');
    src: url('../fonts/AvenirLTStd-HeavyOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-HeavyOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff'), url('../fonts/AvenirLTStd-HeavyOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-HeavyOblique.svg#AvenirLTStd-HeavyOblique') format('svg');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-BlackOblique.eot');
    src: url('../fonts/AvenirLTStd-BlackOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-BlackOblique.woff2') format('woff2'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff'), url('../fonts/AvenirLTStd-BlackOblique.ttf') format('truetype'), url('../fonts/AvenirLTStd-BlackOblique.svg#AvenirLTStd-BlackOblique') format('svg');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Black.eot');
    src: url('../fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLTStd-Black.woff2') format('woff2'), url('../fonts/AvenirLTStd-Black.woff') format('woff'), url('../fonts/AvenirLTStd-Black.ttf') format('truetype'), url('../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-UltraLight.eot');
    src: url('../fonts/AvenirNext/AvenirNext-UltraLight.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-UltraLight.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-UltraLight.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-UltraLight.svg') format('svg');
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-Regular.eot');
    src: url('../fonts/AvenirNext/AvenirNext-Regular.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Regular.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Regular.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Regular.svg') format('svg');
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-Medium.eot');
    src: url('../fonts/AvenirNext/AvenirNext-Medium.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Medium.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Medium.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Medium.svg') format('svg');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-DemiBold.eot');
    src: url('../fonts/AvenirNext/AvenirNext-DemiBold.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-DemiBold.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-DemiBold.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-DemiBold.svg') format('svg');
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-Bold.eot');
    src: url('../fonts/AvenirNext/AvenirNext-Bold.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Bold.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Bold.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Bold.svg') format('svg');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'AvenirNext';
    src: url('../fonts/AvenirNext/AvenirNext-Heavy.eot');
    src: url('../fonts/AvenirNext/AvenirNext-Heavy.eot#iefix}') format('embedded-opentype'), url('../fonts/AvenirNext/AvenirNext-Heavy.woff') format('woff'), url('../fonts/AvenirNext/AvenirNext-Heavy.ttf') format('truetype'), url('../fonts/AvenirNext/AvenirNext-Heavy.svg') format('svg');
    font-style: normal;
    font-weight: 800;
}
.daterangepicker {
    position: absolute;
    color: inherit;
    background: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px;
    /* Calendars */
}
.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
    right: 9px;
}
.daterangepicker.opensleft:after {
    right: 10px;
}
.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}
.daterangepicker.opensright:before {
    left: 9px;
}
.daterangepicker.opensright:after {
    left: 10px;
}
.daterangepicker.dropup {
    margin-top: -5px;
}
.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none;
}
.daterangepicker.show-calendar .calendar {
    display: block;
}
.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
    border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px;
}
.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}
.daterangepicker table {
    width: 100%;
    margin: 0;
}
.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}
.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}
.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
    border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff;
}
.daterangepicker th.month {
    width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}
.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}
.daterangepicker select.yearselect {
    width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0;
}
.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%;
}
.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
    position: relative;
}
.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px;
}
.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px;
}
.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed;
}
.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left;
}
.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer;
}
.ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}
.ranges li.active {
    background: #08c;
    border: 1px solid #08c;
    color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
    .daterangepicker {
        width: auto;
    }
    .daterangepicker .ranges ul {
        width: 160px;
    }
    .daterangepicker.single .ranges ul {
        width: 100%;
    }
    .daterangepicker.single .calendar.left {
        clear: none;
    }
    .daterangepicker.single.ltr .ranges,
    .daterangepicker.single.ltr .calendar {
        float: left;
    }
    .daterangepicker.single.rtl .ranges,
    .daterangepicker.single.rtl .calendar {
        float: right;
    }
    .daterangepicker.ltr {
        direction: ltr;
        text-align: left;
    }
    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0;
    }
    .daterangepicker.ltr .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker.ltr .calendar.right {
        margin-left: 0;
    }
    .daterangepicker.ltr .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px;
    }
    .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px;
    }
    .daterangepicker.ltr .ranges,
    .daterangepicker.ltr .calendar {
        float: left;
    }
    .daterangepicker.rtl {
        direction: rtl;
        text-align: right;
    }
    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0;
    }
    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .daterangepicker.rtl .calendar.right {
        margin-right: 0;
    }
    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px;
    }
    .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px;
    }
    .daterangepicker.rtl .ranges,
    .daterangepicker.rtl .calendar {
        text-align: right;
        float: right;
    }
}
@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto;
    }
    .daterangepicker.ltr .ranges {
        float: left;
    }
    .daterangepicker.rtl .ranges {
        float: right;
    }
    .daterangepicker .calendar.left {
        clear: none !important;
    }
}
.daterangepicker.ltr .ranges .range_inputs .btn-success {
    float: right;
}
.daterangepicker.ltr .ranges .range_inputs .btn-clear {
    display: inline-block !important;
    width: 62px;
    height: 44px;
    margin-top: 10px;
    border: none;
    border-radius: 2px !important;
    background-color: transparent;
    margin-right: 6px;
}
.daterangepicker.ltr .ranges .range_inputs .btn-clear:hover {
    background-color: #ededed;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.select2-container--bootstrap {
    display: block;
    /*------------------------------------*\
      #COMMON STYLES
  \*------------------------------------*/
    /**
   * Search field in the Select2 dropdown.
   */
    /**
   * No outline for all search fields - in the dropdown
   * and inline in multi Select2s.
   */
    /**
   * Adjust Select2's choices hover and selected styles to match
   * Bootstrap 3's default dropdown styles.
   *
   * @see http://getbootstrap.com/components/#dropdowns
   */
    /**
   * Clear the selection.
   */
    /**
   * Address disabled Select2 styles.
   *
   * @see https://select2.github.io/examples.html#disabled
   * @see http://getbootstrap.com/css/#forms-control-disabled
   */
    /*------------------------------------*\
      #DROPDOWN
  \*------------------------------------*/
    /**
   * Dropdown border color and box-shadow.
   */
    /**
   * Limit the dropdown height.
   */
    /*------------------------------------*\
      #SINGLE SELECT2
  \*------------------------------------*/
    /*------------------------------------*\
    #MULTIPLE SELECT2
  \*------------------------------------*/
    /**
   * Address Bootstrap control sizing classes
   *
   * 1. Reset Bootstrap defaults.
   * 2. Adjust the dropdown arrow button icon position.
   *
   * @see http://getbootstrap.com/css/#forms-control-sizes
   */
    /* 1 */
    /*------------------------------------*\
    #RTL SUPPORT
  \*------------------------------------*/
}
.select2-container--bootstrap .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #DEDFE2;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}
.select2-container--bootstrap .select2-selection.form-control {
    border-radius: 4px;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #DEDFE2;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
}
.select2-container--bootstrap .select2-search__field {
    outline: 0;
    /* Firefox 18- */
    /**
     * Firefox 19+
     *
     * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
     */
}
.select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-search__field:-moz-placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-search__field::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-results__option {
    padding: 6px 12px;
    /**
     * Disabled results.
     *
     * @see https://select2.github.io/examples.html#disabled-results
     */
    /**
     * Hover state.
     */
    /**
     * Selected state.
     */
}
.select2-container--bootstrap .select2-results__option[role=group] {
    padding: 0;
}
.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
    color: #777777;
    cursor: not-allowed;
}
.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5;
    color: #1D1E40;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #282a59;
    color: #fff;
}


.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 6px 12px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -12px;
    padding-left: 24px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -24px;
    padding-left: 36px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -36px;
    padding-left: 48px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -48px;
    padding-left: 60px;
}
.select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -60px;
    padding-left: 72px;
}
.select2-container--bootstrap .select2-results__group {
    color: rgba(245, 245, 245, 0.5);
    display: block;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    white-space: nowrap;
}
.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #66afe9;
}
.select2-container--bootstrap.select2-container--open {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
    /**
     * Handle border radii of the container when the dropdown is showing.
     */
}
.select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 4px 4px 4px;
}
.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent;
}
.select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-color: transparent;
}
.select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
}
.select2-container--bootstrap .select2-selection__clear:hover {
    color: #333;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #DEDFE2;
    box-shadow: none;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
}
.select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none;
}
.select2-container--bootstrap .select2-dropdown {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px;
}
.select2-container--bootstrap .select2-dropdown--above {
    box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.175);
    margin-top: 1px;
}
.select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--bootstrap .select2-selection--single {
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 24px 6px 12px;
    /**
     * Adjust the single Select2's dropdown arrow button appearance.
     */
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 0;
    width: 4px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #999 transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    color: #555555;
    padding: 0;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    color: #999;
}
.select2-container--bootstrap .select2-selection--multiple {
    min-height: 34px;
    padding: 0;
    height: auto;
    /**
     * Make Multi Select2's choices match Bootstrap 3's default button styles.
     */
    /**
     * Minus 2px borders.
     */
    /**
     * Clear the selection.
     */
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    display: block;
    line-height: 1.42857143;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    float: left;
    margin-top: 5px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    color: #555555;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin: 5px 0 0 6px;
    padding: 0 6px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 12px;
    height: 32px;
    line-height: 1.42857143;
    margin-top: 0;
    min-width: 5em;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 6px;
}
.select2-container--bootstrap .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--single,
.form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 3px;
    font-size: 12px;
    height: 26px;
    line-height: 1.5;
    padding: 3px 22px 3px 10px;
    /* 2 */
}
.select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    margin-left: -3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 26px;
    border-radius: 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    line-height: 1.5;
    margin: 2px 0 0 5px;
    padding: 0 3px;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 10px;
    font-size: 12px;
    height: 24px;
    line-height: 1.5;
}
.select2-container--bootstrap .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 3px;
}
.select2-container--bootstrap .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--single,
.form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.3333333;
    padding: 10px 31px 10px 16px;
    /* 1 */
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    width: 5px;
}
.select2-container--bootstrap .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-width: 5px 5px 0 5px;
    margin-left: -5px;
    margin-left: -10px;
    margin-top: -2.5px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 46px;
    border-radius: 6px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 4px;
    margin: 9px 0 0 8px;
    padding: 0 10px;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    padding: 0 16px;
    font-size: 18px;
    height: 44px;
    line-height: 1.3333333;
}
.select2-container--bootstrap .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    margin-top: 10px;
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.select2-container--bootstrap .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 5px 5px 5px;
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single {
    /**
     * Make the dropdown arrow point up while the dropdown is visible.
     */
}
.input-group-lg .select2-container--bootstrap .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #999 transparent;
    border-width: 0 5px 5px 5px;
}
.select2-container--bootstrap[dir="rtl"] {
    /**
     * Single Select2
     *
     * 1. Makes sure that .select2-selection__placeholder is positioned
     *    correctly.
     */
    /**
     * Multiple Select2
     */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single {
    padding-left: 24px;
    padding-right: 12px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right;
    /* 1 */
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 12px;
    right: auto;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: 6px;
}
.select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
/*------------------------------------*\
  #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #8a6d3b;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    border-color: #66512c;
}
.has-warning.select2-drop-active {
    border-color: #66512c;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #a94442;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    border-color: #843534;
}
.has-error.select2-drop-active {
    border-color: #843534;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #3c763d;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    border-color: #2b542c;
}
.has-success.select2-drop-active {
    border-color: #2b542c;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c;
}
/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * @see http://getbootstrap.com/components/#input-groups
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
/**
 * Reset rounded corners
 */
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap:not(:last-child) > .selection > .select2-selection.form-control {
    border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap:last-child > .selection > .select2-selection.form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group > .select2-container--bootstrap {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    /**
   * Adjust z-index like Bootstrap does to show the focus-box-shadow
   * above appended buttons in .input-group and .form-group.
   */
    /**
   * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
   * Multi Select2's height which - depending on how many elements have been selected -
   * may grow taller than its initial size.
   *
   * @see http://getbootstrap.com/components/#input-groups
   */
}
.input-group > .select2-container--bootstrap > .selection > .select2-selection.form-control {
    float: none;
}
.input-group > .select2-container--bootstrap.select2-container--open,
.input-group > .select2-container--bootstrap.select2-container--focus {
    z-index: 3;
}
.input-group > .select2-container--bootstrap,
.input-group > .select2-container--bootstrap .input-group-btn,
.input-group > .select2-container--bootstrap .input-group-btn .btn {
    vertical-align: top;
}
/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important;
}
/**
 * Display override for inline forms
 */
@media (min-width: 768px) {
    .form-inline .select2-container--bootstrap {
        display: inline-block;
    }
}
/* perfect-scrollbar v0.8.1 */
.ps {
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 6px;
}
.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 6px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    bottom: 2px;
    /* there must be 'bottom' for ps__scrollbar-x */
    height: 6px;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
    height: 6px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
    background-color: #999;
    height: 6px;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
    background-color: #999;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: transparent;
    opacity: 1;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: transparent;
    width: 8px;
}
.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 8px;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    position: absolute;
    background-color: #d7d8e0;
    border-radius: 7px;
    transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
    right: 0;
    width: 8px;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
    width: 8px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: transparent;
    opacity: 1;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #babcca;
    width: 8px;
}
.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
    opacity: 1;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: transparent;
    opacity: 1;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #babcca;
}
.dashed-line {
    height: 2px;
}
.dashed-line:after {
    content: '';
    border: 1px dashed #00BA6E;
    display: block;
    height: 2px;
    width: 100%;
}
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 0;
}
input[type=checkbox]:focus + label:before,
input[type=file]:focus + label:before,
input[type=radio]:focus + label:before {
    outline: 0 !important;
}
.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #003D95;
    border-radius: 3px;
    background-color: #fff;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: " ";
    width: 10px;
    height: 3px;
    background-color: #555555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    border-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #1D1E40;
    border-color: #1D1E40;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #E84559;
    border-color: #E84559;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #1D1E40;
    border-color: #1D1E40;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #E84559;
    border-color: #E84559;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-group {
    margin-left: -10px;
    margin-right: -10px;
}
.checkbox-full {
    width: 25%;
    float: left;
    margin-top: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
}
.checkbox-full label {
    line-height: 40px;
    width: 100%;
    padding: 0;
    text-align: center;
}
.checkbox-full label:before {
    width: 100%;
    height: 40px;
    left: 0;
    margin-left: 0;
    border: 1px solid #CECECE;
    background-color: rgba(0, 0, 0, 0);
}
.checkbox-full input[type=checkbox] + label:after {
    display: none;
}
.checkbox-full input[type=checkbox]:checked + label:before {
    border-color: #00BA6E;
}
.checkbox-full input[type=checkbox]:checked + label {
    color: #00BA6E;
}
.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #DEDFE2;
    border-radius: 50%;
    background-color: #fff;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    transform: scale(0, 0);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
    cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
    background-color: #1D1E40;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #1D1E40;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #1D1E40;
}
.radio-danger input[type="radio"] + label::after {
    background-color: #E84559;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #E84559;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #E84559;
}
.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #003D95;
    border-radius: 50%;
    top: 4px;
    left: 4px;
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}
body {
    overflow: hidden;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a:hover,
a:focus,
a:active,
a:link {
    outline: none;
    text-decoration: none;
}
.transition {
    transition: all 0.25s ease-in-out;
}
.no-border-top {
    border-top: none !important;
}
.no-border-bottom {
    border-bottom: none !important;
}
.no-border-left {
    border-left: none !important;
}
.no-border-right {
    border-right: none !important;
}
.border-dark-left {
    border-left: 1px solid rgba(29, 30, 64, 0.37) !important;
}
.border-dark-top {
    border-top: 1px solid rgba(29, 30, 64, 0.37) !important;
}
.border-dark-bottom {
    border-bottom: 1px solid rgba(29, 30, 64, 0.37) !important;
}
.border-dark-right {
    border-right: 1px solid rgba(29, 30, 64, 0.37) !important;
}
.min-width-130 {
    min-width: 130px;
}
.tx-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.date-input {
    display: flex;
    align-items: center;
}
.date-line {
    flex-shrink: 0;
    width: 5px;
    height: 2px;
    background-color: #DEDFE2;
    display: inline-block;
    margin: 0 20px;
}
hr {
    border-top: 1px solid #DADBDB;
}
.reponsive-wall {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url('../images/blur-bg.png');
    background-color: #ffffff;
    z-index: 9999;
}
.reponsive-wall h3 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 900;
    color: #009C00;
    margin: 7px 0 17px 0;
}
.reponsive-wall p {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #1D1E45;
}
@media (max-width: 414px) {
    .reponsive-wall {
        display: flex;
    }
}
.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}
.icon-8 {
    width: 8px;
    height: 8px;
}
.icon-10 {
    width: 10px;
    height: 10px;
}
.icon-13 {
    width: 13px;
    height: 13px;
}
.icon-14 {
    width: 14px;
    height: 14px;
}
.icon-16 {
    width: 16px;
    height: 16px;
}
.icon-18 {
    width: 18px;
    height: 18px;
}
.icon-19 {
    width: 19px;
    height: 19px;
}
.icon-20 {
    width: 20px;
    height: 20px;
}
.icon-21 {
    width: 21px;
    height: 21px;
}
.icon-24 {
    width: 24px;
    height: 24px;
}
.icon-25 {
    width: 25px;
    height: 25px;
}
.icon-26 {
    width: 26px;
    height: 26px;
}
.icon-30 {
    width: 30px;
    height: 30px;
}
.icon-40 {
    width: 40px;
    height: 40px;
}
.icon-55 {
    width: 55px;
    height: 55px;
}
.icon-64 {
    width: 64px;
    height: 64px;
}
.icon-120 {
    width: 120px;
    height: 120px;
}
.icon-127 {
    width: 127px;
    height: 127px;
}
.icon-128 {
    width: 128px;
    height: 128px;
}
.icon-hover {
    cursor: pointer;
}
.icon-project {
    background-image: url('../images/icon-menu/icon-project.png');
}
.icon-item {
    background-image: url('../images/icon-menu/icon-item.png');
}
.icon-resource {
    background-image: url('../images/icon-menu/icon-resource.png');
}
.icon-reward {
    background-image: url('../images/icon-menu/icon-reward.png');
}
.icon-notification {
    background-image: url('../images/icon-menu/icon-notification.svg');
}
.icon-help {
    background-image: url('../images/icon-menu/icon-help.svg');
}
.icon-people {
    background-image: url('../images/icon-menu/icon-people.svg');
}
.icon-setting {
    background-image: url('../images/icon-menu/icon-setting.svg');
}
.icon-logout {
    background-image: url('../images/icon-menu/icon-logout.svg');
}
.icon-search {
    background-image: url('../images/icon/icon-search.png');
}
.icon-add {
    background-image: url('../images/icon/icon-add.png');
}
.icon-battery-NA {
    background-image: url('../images/icon/icon-battery-NA.png');
}
.icon-battery-0 {
    background-image: url('../images/icon/icon-battery-0.png');
}
.icon-battery-1 {
    background-image: url('../images/icon/icon-battery-01.png');
}
.icon-battery-2 {
    background-image: url('../images/icon/icon-battery-02.png');
}
.icon-battery-3 {
    background-image: url('../images/icon/icon-battery-03.png');
}
.icon-battery-4 {
    background-image: url('../images/icon/icon-battery-04.png');
}
.icon-battery-5 {
    background-image: url('../images/icon/icon-battery-05.png');
}
.icon-close-cicle {
    background-image: url('../images/icon/icon-close-cicle.svg');
}
.icon-calendar {
    background-image: url('../images/icon/icon-calendar.png');
}
.icon-calendar-dark {
    background-image: url('../images/icon/icon-calendar-dark.png');
}
.icon-group {
    background-image: url('../images/icon/icon-group.svg');
}
.icon-hide {
    background-image: url('../images/icon/icon-hide.svg');
}
.icon-qa-circle-green {
    background-image: url('../images/icon/icon-qa-circle-green.svg');
}
.icon-export-green {
    background-image: url('../images/icon/icon-export-green.svg');
}
.icon-fixed-budget {
    background-image: url('../images/icon/icon-fixed-budget.svg');
}
.icon-structure-tree {
    background-image: url('../images/icon/icon-structure-tree.svg');
}
.icon-productivity-value-low {
    background-image: url('../images/icon/icon-productivity-value-low.svg');
}
.icon-productivity-value-high {
    background-image: url('../images/icon/icon-productivity-value-high.svg');
}
.icon-productivity-value-average {
    background-image: url('../images/icon/icon-productivity-value-average.svg');
}
.icon-productivity-value-not-applicable {
    background-image: url('../images/icon/icon-productivity-value-not-applicable.svg');
}
.icon-business-strategy {
    background-image: url('../images/icon/icon-business-strategy.svg');
}
.icon-unknown {
    background-image: url('../images/icon/icon-level-0.png');
}
.icon-moderate {
    background-image: url('../images/icon/icon-level-1.png');
}
.icon-easy {
    background-image: url('../images/icon/icon-level-2.png');
}
.icon-difficult {
    background-image: url('../images/icon/icon-level-3.png');
}
.icon-avatar {
    background-image: url('../images/icon/icon-avatar.png');
}
.icon-green-flash {
    background-image: url('../images/icon/icon-green-flash.png');
}
.icon-gray-flash {
    background-image: url('../images/icon/icon-gray-flash.png');
}
.icon-yellow-flash {
    background-image: url('../images/icon/icon-yellow-flash.png');
}
.icon-productivity-value-average-white {
    background-image: url('../images/icon/icon-productivity-value-average-white.svg');
}
.icon-productivity-value-average-gray {
    background-image: url('../images/icon/icon-productivity-value-average-gray.svg');
}
.icon-productivity-value-average-gray-dark {
    background-image: url('../images/icon/icon-productivity-value-average-gray-dark.svg');
}
.icon-arrow {
    background-image: url('../images/icon/icon-arrow.svg');
}
.icon-delete {
    background-image: url('../images/icon/icon-delete.png');
}
.icon-medal {
    background-image: url('../images/icon/icon-medal.png');
}
.icon-star {
    background-image: url('../images/icon/icon-star.png');
}
.icon-target {
    background-image: url('../images/icon/icon-target.png');
}
.icon-wallet {
    background-image: url('../images/icon/icon-wallet.png');
}
.icon-warning-info {
    background-image: url('../images/icon/icon-warning-info.png');
}
.icon-dollar-down {
    background-image: url('../images/icon/icon-dollar-down.png');
}
.icon-dollar-info {
    background-image: url('../images/icon/icon-dollar-info.png');
}
.icon-dollar-spot {
    background-image: url('../images/icon/icon-dollar-spot.png');
}
.icon-dollar-up {
    background-image: url('../images/icon/icon-dollar-up.png');
}
.icon-clock {
    background-image: url('../images/icon/icon-clock.png');
}
.icon-report-info {
    background-image: url('../images/icon/icon-report-info.png');
}
.icon-people-bar {
    background-image: url('../images/icon/icon-people-bar.png');
}
.icon-flag {
    background-image: url('../images/icon/icon-flag.png');
}
.icon-visible {
    background-image: url('../images/icon/icon-visible.svg');
}
.icon-gray {
    background-image: url('../images/icon/icon-view-gray.svg');
}
.icon-hidden {
    background-image: url('../images/icon/icon-hidden.svg');
}
.icon-lock {
    background-image: url('../images/icon/icon-lock.svg');
}
.icon-unlock {
    background-image: url('../images/icon/icon-unlock.svg');
}
.icon-check-gray {
    background-image: url('../images/icon/icon-check-gray.png');
}
.icon-flag-gray {
    background-image: url('../images/icon/icon-flag-gray.png');
}
.icon-laptop {
    background-image: url('../images/icon/icon-laptop.svg');
}
.icon-i {
    background-image: url('../images/icon/Shape-i.svg') !important;
    margin-left: 0 !important;
}
.icon-sss {
    width: 29px;
    height: 25px;
    display: block;
    background-image: url(../images/icon/111.svg);
}
.icon-battery {
    width: 17px;
    height: 23px;
    background-image: url(../images/icon/battery.svg);
    margin-right: 8px;
}
.icon-prev {
    width: 25px;
    height: 15px;
    background-image: url(../images/icon/prev.svg);
    transform: rotate(90deg);
}
.icon-next {
    width: 25px;
    height: 15px;
    background-image: url(../images/icon/prev.svg);
    transform: rotate(270deg);
}
.icon-info-black {
    background-image: url('../images/icon/icon-info-black.svg');
}
.icon-date-time {
    background-image: url('../images/icon/date-time.png');
}
.icon-new-info {
    background-image: url('../images/icon-new/icon-info.svg');
}
.icon-count {
    background-image: url('../images/icon-new/icon-count.svg');
}
.icon-new-left {
    background-image: url('../images/icon-new/icon-arr-left.svg');
}
.icon-new-right {
    background-image: url('../images/icon-new/icon-arr-right.svg');
}
.btn {
    font-weight: 800;
    font-size: 14px;
    padding: 10px 28px;
    border-radius: 7px;
    transition: all 0.25s ease-in-out;
}
.btn .icon {
    margin-right: 4px;
    vertical-align: -2px;
}
.btn-create {
    padding: 6px 10px;
    border-radius: 0;
    color: #009C00;
    background-color: transparent;
}
.btn-create:hover {
    color: #008300;
}
.btn-create:link,
.btn-create:focus {
    color: #009C00;
}
.btn-create:link:hover,
.btn-create:focus:hover {
    color: #009C00;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 3px 10px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}
.btn.active,
.btn:active {
    box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    box-shadow: none;
    background: #EFEFEF;
    border-color: #C9C9C9;
    color: #6F7783;
}
.btn-primary {
    color: #FAFBFC;
    height: 40px;
    border: none;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:link {
    background-color: #15162e;
}
.btn-add {
    position: relative;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-color: #E5E6EC;
    padding: 0;
    margin: 0;
}
.btn-add::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
    width: 34px;
    height: 34px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
    background-image: url('../images/icon/icon-add.png');
}
.btn-add:hover {
    background-color: #d6d8e1;
}
.btn-edit {
    min-width: 36px;
    height: 24px;
    font-size: 12px;
    color: #2F3032;
    padding: 0 6px;
    margin: 0;
    border-radius: 4px;
    background-color: #E5E6EC;
}
.btn-edit:hover {
    color: #232325;
    background-color: #d6d8e1;
}
.btn-delete-small {
    min-width: 36px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    padding: 0 6px;
    margin: 0;
    border-radius: 4px;
    background-color: #FF0060;
}
.btn-delete-small:hover {
    color: #fff;
    background-color: #f5005c;
}
.btn-delete-small:link,
.btn-delete-small:focus {
    color: #fff;
    background-color: #FF0060;
}
.btn-delete-small:link:hover,
.btn-delete-small:focus:hover {
    color: #fff;
    background-color: #FF0060;
}
.btn-cancel-link {
    min-width: 36px;
    height: 24px;
    font-size: 12px;
    color: #67686C;
    padding: 0 6px;
    margin: 0;
    border: none;
    background-color: transparent;
    text-decoration: underline;
}
.btn-cancel-link:hover {
    color: #5b5b5f;
    background-color: transparent;
    text-decoration: underline;
}
.btn-cancel-link:link,
.btn-cancel-link:focus {
    color: #5b5b5f;
    background-color: transparent;
    text-decoration: underline;
}
.btn-cancel-link:link:hover,
.btn-cancel-link:focus:hover {
    color: #5b5b5f;
    background-color: transparent;
    text-decoration: underline;
}
.btn-upload {
    color: #009C00;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 3px;
    background-color: #dcf2ec;
    cursor: pointer;
}
.btn-upload:hover,
.btn-upload.active {
    background-color: #b7e4d8;
    box-shadow: none;
}
.btn-upload::before {
    font-family: 'FontAwesome';
    content: "\f0ee";
    font-size: 13px;
    color: #009C00;
    margin-right: 6px;
}
.btn-upload .fa {
    display: none;
}
.btn-upload.btn-loading::before {
    display: none;
}
.btn-upload.btn-loading .fa {
    display: inline-block;
}
.btn-upload.btn.disabled,
.btn-upload.btn[disabled] {
    cursor: not-allowed;
    box-shadow: none;
    background: #def3ed;
    border-color: #def3ed;
    color: #00a100;
}
.btn-active-green-light {
    background-color: #dcf2ec;
}
.btn-active-green-light .btn-text-color {
    color: #009C00;
}
.btn-active-green-light:hover {
    background-color: #b7e4d8;
    box-shadow: none;
}
.btn-active-green-light.active {
    background-color: #92d6c4;
    box-shadow: none;
}
.btn-outline-secondary {
    border: 1px solid #009C00;
    background-color: transparent;
}
.btn-link-info {
    color: #009C00;
    border: none;
    background-color: transparent;
}
.btn-link-primary {
    border-radius: 3px;
    background-color: #E5E6EB;
}
.btn-link-primary:hover,
.btn-link-primary.active {
    background-color: #b7e4d8;
    box-shadow: none;
}
.btn-admin {
    height: 50px;
    border: 2px solid #53AA85;
    border-radius: 5px;
    background-color: #76E4B5;
}
.btn-admin img {
    margin-right: 14px;
}
.btn-admin span {
    opacity: 0.61;
    color: #073A24;
    font-size: 14px;
    font-weight: 700;
}
.btn-admin-email {
    height: 48px;
    border-radius: 5px;
    background: linear-gradient(90deg, #E5EFF4 0%, #E9F8F5 100%);
    color: #0C0C0C;
    font-size: 14px;
    font-weight: 500;
    margin: 0 4px !important;
}
.btn-admin-email img {
    margin-right: 5px;
    height: 30px;
    width: 30px;
}
.btn-admin-email:hover {
    color: #000000;
    background: linear-gradient(90deg, #d3e4ec 0%, #d6f2ec 100%);
}
.btn-cancel {
    height: 50px;
    border: 2px solid #D8D8D8;
    border-radius: 5px;
    background-color: #e5e5e5;
    color: #a5a5a5;
}
.btn-cancel:hover {
    color: #b2b2b2;
    border: 2px solid #e5e5e5;
    background-color: #f2f2f2;
}
.btn-delete {
    height: 50px;
    border: 2px solid #E84559;
    border-radius: 5px;
    background-color: #eb5c6d;
    color: #fff;
}
.btn-delete:hover {
    color: #fff;
    border: 2px solid #eb5c6d;
    background-color: #ee7282;
}
.btn-add-user {
    font-size: 18px;
    color: #2E2F30;
    min-width: 90px;
    height: auto;
    background-color: #E5E6E9;
}
.btn-add-user:hover {
    color: #222223;
    background-color: #d7d9dd;
}
.btn-tab {
    font-size: 18px;
    font-weight: 600;
    color: #2E2F30;
    min-width: 103px;
    height: 36px;
    line-height: 16px;
    padding: 10px 12px;
    background-color: #EDEFF1;
}
.btn-tab:hover {
    color: #222223;
    background-color: #dfe2e6;
}
.btn-remove {
    font-size: 18px;
    font-weight: 500;
    color: #009C00;
    background-color: transparent;
}
.btn-remove:hover {
    color: #008300;
}
.btn-type {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 10px 20px;
    background-color: #E5E6EE;
}
.btn-type:hover,
.btn-type.active {
    color: #009C00;
    background-color: #E8FFE7;
}
.btn-archive {
    padding: 4px 12px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    background-color: #ED6353;
}
.btn-archive:hover,
.btn-archive.active {
    color: #fff;
    background-color: #eb4e3c;
}
.btn-archive:link,
.btn-archive:focus {
    color: #fff;
    background-color: #ED6353;
}
.btn-danger {
    color: #fff;
    background-color: #ED6353;
}
.btn-danger:hover {
    color: #fff;
    background-color: #eb4e3c;
}
.btn-lock {
    cursor: default;
    padding: 0 16px 0 0;
    color: rgba(130, 136, 143, 0.45);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    background-color: transparent;
}
.btn-lock .icon {
    margin-right: 3px !important;
}
.btn-lock:hover {
    color: rgba(130, 136, 143, 0.45);
}
.btn-lock:link,
.btn-lock:focus {
    color: rgba(130, 136, 143, 0.45);
}
.btn-lock:link:hover,
.btn-lock:focus:hover {
    color: rgba(130, 136, 143, 0.45);
}
.btn-unlock {
    cursor: default;
    padding: 0 16px 0 0;
    color: #009C00;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    background-color: transparent;
}
.btn-unlock:hover {
    color: #009C00;
}
.btn-unlock:link,
.btn-unlock:focus {
    color: #009C00;
}
.btn-unlock:link:hover,
.btn-unlock:focus:hover {
    color: #009C00;
}
.btn-green-light {
    color: #47B847;
    background-color: #E8FFE7;
}
.btn-green-light:hover {
    color: #47B847;
    background-color: #d0ffcd;
    box-shadow: none;
}
.btn-green-light.active {
    color: #47B847;
    background-color: #d0ffcd;
    box-shadow: none;
}
.btn-white-radius {
    padding: 9px 23px;
    font-size: 16px;
    letter-spacing: -0.35px;
    font-weight: 900;
    color: #00A86C;
    border-radius: 20px;
    background-color: #fff;
}
.btn-white-radius:hover {
    color: #008f5c;
}
.btn-white-radius:link,
.btn-white-radius:focus {
    color: #00A86C;
}
.btn-white-radius:link:hover,
.btn-white-radius:focus:hover {
    color: #008f5c;
}
.aside-list > li > a {
    position: relative;
    display: block;
    padding: 10px 16px;
}
.aside-list > li > a:hover,
.aside-list > li > a.active {
    background-color: #E8FFE7;
}
.aside-list > li > a .title {
    font-size: 14px;
    font-weight: 600;
    color: #131415;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.aside-list > li > a .sub-title {
    font-size: 12px;
    font-weight: 800;
    color: rgba(57, 61, 62, 0.46);
    line-height: 16px;
}
.aside-list.aside-list-project > li > a {
    padding-left: 46px;
}
.aside-list.aside-list-project > li > a .icon {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
}
.aside-list.aside-list-project > li > a .btn-edit {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.aside-list.aside-list-project > li > a:hover {
    padding-right: 56px;
}
.aside-list.aside-list-project > li > a:hover .btn-edit {
    opacity: 1;
}
.aside-list.aside-list-resource > li.sortable-placeholder {
    width: calc(100% - 16px);
    margin: 0 auto;
    background-color: rgba(216, 216, 216, 0.24);
    height: 52px;
    border: 1px dashed #979797 !important;
}
.aside-list.aside-list-resource > li > a {
    padding-left: 55px;
    padding-right: 80px;
    width: 100%;
}
.aside-list.aside-list-resource > li > a .icon {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
}
.aside-list.aside-list-resource > li > a .hour {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -14px;
    font-size: 12px;
    font-weight: 800;
    color: #131415;
    min-width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
}
.aside-list.aside-list-resource > li > a .hour span {
    text-align: right;
    display: inline-block;
    width: 40px;
}
.aside-list.aside-list-resource > li > a .hour span.xs-mr-16 {
    margin-right: 6px !important;
}
.aside-list.aside-list-resource > li > a .btn-edit {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.aside-list.aside-list-resource > li > a:hover {
    padding-right: 56px;
}
.aside-list.aside-list-resource > li > a:hover .hour {
    display: none;
}
.aside-list.aside-list-resource > li > a:hover .btn-edit {
    opacity: 1;
}
.aside-empty {
    padding: 5px;
}
.aside-empty > li {
    position: relative;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    margin-bottom: 4px;
}
.aside-empty > li::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 8px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.aside-empty > li:nth-child(1) {
    background-color: #E5E6ED;
    background: #E5E6ED;
    background-image: -webkit-linear-gradient(left, #E5E6ED 0%, #d9dae5 20%, #E5E6ED 40%, #E5E6ED 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    animation: preloaderShimmer 1.5s linear infinite forwards;
    transition: all 0.25s ease-in-out;
}
.aside-empty > li:nth-child(1)::before {
    background-color: #F9F9FA;
}
.aside-empty > li:nth-child(2) {
    background-color: rgba(229, 230, 237, 0.75);
    background: #ececf2;
    background-image: -webkit-linear-gradient(left, #ececf2 0%, #e0e0ea 20%, #ececf2 40%, #ececf2 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    animation: preloaderShimmer 1.5s linear infinite forwards;
    transition: all 0.25s ease-in-out;
}
.aside-empty > li:nth-child(2)::before {
    background-color: #F1F2F5;
}
.aside-empty > li:nth-child(3) {
    background-color: rgba(229, 230, 237, 0.5);
    background: #f2f2f6;
    background-image: -webkit-linear-gradient(left, #f2f2f6 0%, #e6e6ee 20%, #f2f2f6 40%, #f2f2f6 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    animation: preloaderShimmer 1.5s linear infinite forwards;
    transition: all 0.25s ease-in-out;
}
.aside-empty > li:nth-child(3)::before {
    background-color: #ECECF1;
}
.aside-empty > li:nth-child(4) {
    background-color: rgba(229, 230, 237, 0.25);
    background: #f8f9fa;
    background-image: -webkit-linear-gradient(left, #f8f9fa 0%, #eceff1 20%, #f8f9fa 40%, #f8f9fa 100%);
    background-repeat: no-repeat;
    background-size: 800px 100%;
    animation: preloaderShimmer 1.5s linear infinite forwards;
    transition: all 0.25s ease-in-out;
}
.aside-empty > li:nth-child(4)::before {
    background-color: #E5E6EE;
}
.resource-group .sortable-placeholder {
    width: calc(100% - 16px);
    margin: 30px auto 0;
    background-color: rgba(216, 216, 216, 0.24);
    border: 1px dashed #979797 !important;
}
.nav-tabs {
    position: relative;
    padding: 0 23px 13px 23px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.31);
}
@media (max-width: 1359px) {
    .nav-tabs {
        padding: 0 0 13px 0;
    }
}
.nav-tabs li {
    border: none;
    margin-right: 10px;
}
.nav-tabs li a {
    display: block;
    font-size: 18px;
    color: #131415;
    font-weight: 600;
    padding: 0 16px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    border: none !important;
    background-color: transparent !important;
}
@media (max-width: 1199px) {
    .nav-tabs li a {
        font-size: 16px;
    }
}
.nav-tabs li.active > a,
.nav-tabs li:hover > a,
.nav-tabs li.active > a:focus,
.nav-tabs li:hover > a:focus,
.nav-tabs li.active > a:hover,
.nav-tabs li:hover > a:hover {
    color: #009C00 !important;
    background-color: #C6FFDF !important;
}
.nav-tabs.modal-nav-tabs {
    padding-left: 15px;
    padding-right: 15px;
}
.nav-tabs.modal-nav-tabs li a {
    color: #000;
}
.nav-tabs.modal-nav-tabs li.active > a,
.nav-tabs.modal-nav-tabs li:hover > a,
.nav-tabs.modal-nav-tabs li.active > a:focus,
.nav-tabs.modal-nav-tabs li:hover > a:focus,
.nav-tabs.modal-nav-tabs li.active > a:hover,
.nav-tabs.modal-nav-tabs li:hover > a:hover {
    color: #009C00 !important;
    background-color: #E8FFE7 !important;
}
.nav-tabs.nav-project li.active > a,
.nav-tabs.nav-project li:hover > a,
.nav-tabs.nav-project li.active > a:focus,
.nav-tabs.nav-project li:hover > a:focus,
.nav-tabs.nav-project li.active > a:hover,
.nav-tabs.nav-project li:hover > a:hover {
    color: #009C00;
    background-color: #E8FFE7;
}
.nav-tabs .btn {
    position: absolute;
    right: 20px;
    bottom: 11.5px;
}
.nav-tabs.nav-tabs-side {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 11px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.31);
}
.nav-tabs.nav-tabs-side li {
    width: 50%;
    border: none;
    margin-right: 0;
    text-align: center;
}
.nav-tabs.nav-tabs-side li a {
    font-size: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nav-tabs.nav-tabs-side li.active > a,
.nav-tabs.nav-tabs-side li:hover > a,
.nav-tabs.nav-tabs-side li.active > a:focus,
.nav-tabs.nav-tabs-side li:hover > a:focus,
.nav-tabs.nav-tabs-side li.active > a:hover,
.nav-tabs.nav-tabs-side li:hover > a:hover {
    color: #009C00 !important;
    background-color: #C6FFDF !important;
}
.tab-content {
    position: absolute;
    top: calc(142px);
    left: 0;
    padding: 35.6px 21.5px;
    width: 100%;
    height: calc(100% - 142px);
    overflow: auto;
}
.tab-content.tab-settings {
    padding: 23px 21.5px;
}
.tab-content.tab-modal-content {
    position: relative;
    top: 0;
    height: auto;
    padding: 0;
}
.tab-content.tab-table {
    top: calc(142px + 95px);
    height: calc(100% - 142px - 95px);
    padding: 0 21.5px;
}
.tab-content.tab-table.tab-small-table {
    top: calc(142px + 69px);
    height: calc(100% - 142px - 69px);
}
.tab-content.tab-content-side {
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: auto;
}
.tab-content .tab-table-border {
    min-width: 1490px;
    max-width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}
.tab-content.tab-table-insights {
    top: calc(142px + 16px);
    height: calc(100% - 142px - 32px);
    padding: 0 21.5px;
}
.tab-content.tab-table-content {
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    overflow: auto;
}
.new-main .nav-tabs {
    font-family: "AvenirNext";
    position: relative;
    padding: 0;
    border-bottom: none;
    margin-left: 20px;
    margin-top: 9px;
}
@media only screen and (max-width: 730px) {
    .new-main .nav-tabs {
        margin-left: 0;
    }
}
.new-main .nav-tabs li {
    border: none;
    margin-right: 10px;
}
.new-main .nav-tabs li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: rgba(69, 79, 110, 0.61);
    padding: 0 12px 6px 12px;
    height: auto;
    border-radius: 0;
    border: none !important;
    background-color: transparent !important;
}
.new-main .nav-tabs li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 8px;
}
@media only screen and (max-width: 730px) {
    .new-main .nav-tabs li a {
        font-size: 16px;
        line-height: 25px;
        color: rgba(69, 79, 110, 0.61);
        padding: 0 6px;
    }
}
.new-main .nav-tabs li.active > a,
.new-main .nav-tabs li:hover > a,
.new-main .nav-tabs li.active > a:focus,
.new-main .nav-tabs li:hover > a:focus,
.new-main .nav-tabs li.active > a:hover,
.new-main .nav-tabs li:hover > a:hover {
    color: #454F6E !important;
    background-color: transparent !important;
}
.new-main .nav-tabs li.active > a::before,
.new-main .nav-tabs li:hover > a::before,
.new-main .nav-tabs li.active > a:focus::before,
.new-main .nav-tabs li:hover > a:focus::before,
.new-main .nav-tabs li.active > a:hover::before,
.new-main .nav-tabs li:hover > a:hover::before {
    background-color: #454F6E;
}
.new-main .nav-tabs.modal-nav-tabs {
    padding-left: 15px;
    padding-right: 15px;
}
.new-main .nav-tabs.modal-nav-tabs li a {
    color: #000;
}
.new-main .nav-tabs.modal-nav-tabs li.active > a,
.new-main .nav-tabs.modal-nav-tabs li:hover > a,
.new-main .nav-tabs.modal-nav-tabs li.active > a:focus,
.new-main .nav-tabs.modal-nav-tabs li:hover > a:focus,
.new-main .nav-tabs.modal-nav-tabs li.active > a:hover,
.new-main .nav-tabs.modal-nav-tabs li:hover > a:hover {
    color: #009C00 !important;
    background-color: #E8FFE7 !important;
}
.new-main .nav-tabs.nav-project li.active > a,
.new-main .nav-tabs.nav-project li:hover > a,
.new-main .nav-tabs.nav-project li.active > a:focus,
.new-main .nav-tabs.nav-project li:hover > a:focus,
.new-main .nav-tabs.nav-project li.active > a:hover,
.new-main .nav-tabs.nav-project li:hover > a:hover {
    color: #009C00;
    background-color: #E8FFE7;
}
.new-main .nav-tabs .btn {
    position: absolute;
    right: 20px;
    bottom: 11.5px;
}
.new-main .nav-tabs.nav-tabs-side {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 0 11px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.31);
}
.new-main .nav-tabs.nav-tabs-side li {
    width: 50%;
    border: none;
    margin-right: 0;
    text-align: center;
}
.new-main .nav-tabs.nav-tabs-side li a {
    font-size: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.new-main .nav-tabs.nav-tabs-side li.active > a,
.new-main .nav-tabs.nav-tabs-side li:hover > a,
.new-main .nav-tabs.nav-tabs-side li.active > a:focus,
.new-main .nav-tabs.nav-tabs-side li:hover > a:focus,
.new-main .nav-tabs.nav-tabs-side li.active > a:hover,
.new-main .nav-tabs.nav-tabs-side li:hover > a:hover {
    color: #009C00 !important;
    background-color: #C6FFDF !important;
}
@media only screen and (max-width: 590px) {
    .new-main .nav-tabs {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}
.new-main .tab-content {
    position: absolute;
    top: calc(142px);
    left: 0;
    padding: 0;
    width: 100%;
    height: calc(100% - 142px);
    overflow: auto;
    background-color: #EDEEEF;
}
.new-main .tab-content.tab-table {
    top: 150px;
    height: calc(100% - 150px);
    padding: 0;
}
@media only screen and (max-width: 1650px) {
    .new-main .tab-content.tab-table {
        top: 200px;
        height: calc(100% - 150px - 50px);
        padding: 0;
    }
}
label {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.form-control {
    font-size: 14px;
    color: #000;
    height: 40px;
    font-weight: 800;
    border: 2px solid #DEDFE2;
    border-radius: 0;
}
.form-control:focus {
    border-color: #d0d2d6;
    box-shadow: none;
}
.form-control.input-sm {
    height: auto;
}
.cell-input-with-disabled[disabled] {
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    cursor: pointer;
}
.td-block-header .cell-input-with-disabled[disabled] {
    font-size: inherit;
    color: inherit;
}
.cell-hour-input-with-disabled {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px;
    font-weight: 800;
    color: #009C00;
    border-radius: 4px;
    padding: 0;
    margin-right: 4px;
    border: none;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.cell-hour-input-with-disabled[disabled] {
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    text-align: center;
    background-color: #ACFFA8;
}
.input-unit {
    position: relative;
}
.input-unit span {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 800;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 36px;
    line-height: 40px;
    width: 32px;
    text-align: center;
}
.input-unit input {
    padding-left: 32px;
}
.input-unit-after {
    position: relative;
}
.input-unit-after span {
    display: block;
    font-size: 14px;
    color: #696A6E;
    font-weight: 800;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 36px;
    line-height: 40px;
    width: 32px;
    text-align: center;
}
.input-unit-after input {
    padding-right: 32px;
}
.input-unit-after.input-unit-long span {
    width: auto;
    right: 10px;
    line-height: 36px;
}
.input-unit-after.input-unit-long input {
    padding-right: 160px;
}
.file-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #ececee;
    border-radius: 0;
}
.file-box .upload-document {
    width: 100%;
    height: 40px;
    opacity: 0;
}
.file-box .upload-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    color: rgba(57, 61, 62, 0.46);
    font-weight: 800;
    text-align: center;
}
.upload-file {
    position: relative;
}
.upload-file .upload-document {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload-image {
    width: 155px;
    height: auto;
}
.input-group {
    display: flex;
    align-items: center;
}
.check-box {
    height: 20px;
    width: auto;
    position: relative;
    margin: 10px 0;
}
.check-box label {
    width: 100%;
    height: 100%;
    padding-left: 36px;
    font-size: 14px;
    line-height: 19px;
    color: #66676B;
    cursor: pointer;
}
.check-box label::before,
.check-box label::after {
    content: "";
    display: block;
    position: absolute;
    height: 19px;
    width: 19px;
    line-height: 20px;
    border-radius: 4px;
    top: 50%;
    margin-top: -10px;
    left: 0;
}
.check-box label::before {
    border: 2px solid #E5E6EC;
    border-radius: 4px;
    background-color: white;
}
.check-box label::after {
    font-size: 12px;
    font-family: 'FontAwesome';
    text-align: center;
    color: white;
}
.check-box input[type="checkbox"] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.check-box input[type="checkbox"]:checked + label::before {
    border: 2px solid #1b1c3c;
    background-color: #1D1E40;
}
.check-box input[type="checkbox"]:checked + label::after {
    content: "\f00c";
}
.check-box input[type="checkbox"]:disabled {
    cursor: not-allowed;
}
.check-box input[type="checkbox"]:disabled + label::before {
    opacity: 0.4;
}
.check-box.check-box-td {
    margin: 0;
}
.check-box.check-box-td label {
    padding-left: 0;
    width: 18px;
}
.radio-box {
    height: 20px;
    width: auto;
    position: relative;
    margin: 10px 0;
}
.radio-box label {
    width: auto;
    height: 100%;
    padding-left: 36px;
    font-size: 14px;
    line-height: 19px;
    color: #66676B;
    cursor: pointer;
}
.radio-box label::before,
.radio-box label::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100px;
    top: 50%;
    left: 0;
}
.radio-box label::before {
    height: 19px;
    width: 19px;
    margin-top: -10px;
    line-height: 20px;
    border: 2px solid #E5E6EC;
    background-color: white;
}
.radio-box label::after {
    width: 9px;
    height: 9px;
    margin-top: -5px;
    left: 5px;
    background-color: transparent;
}
.radio-box input[type="radio"] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 0;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.radio-box input[type="radio"]:checked + label::before {
    border: 2px solid #1D1E40;
}
.radio-box input[type="radio"]:checked + label::after {
    background-color: #1D1E40;
}
.radio-box input[type="radio"]:disabled + label {
    cursor: not-allowed;
    opacity: 0.6;
}
/* ###### Preload ###### */
.tooltip.tooltip-custom {
    opacity: 1;
}
.tooltip.tooltip-custom .tooltip-inner {
    background-color: transparent;
    color: inherit;
    width: 100%;
    max-width: 100%;
    font-size: 10px;
    font-weight: 800;
}
.tooltip.tooltip-custom .tooltip-content {
    border-radius: 4px;
    width: 120px;
    padding: 4px 0;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    color: #fff;
}
.tooltip.tooltip-custom .tooltip-figure {
    margin-bottom: 4px;
}
.tooltip-custom-dark .tooltip-content {
    background-color: #2e475d;
}
.tooltip-custom-dark.top .tooltip-arrow {
    border-top-color: #2e475d;
}
.tooltip-custom-dark.top-left .tooltip-arrow {
    border-top-color: #2e475d;
}
.tooltip-custom-dark.top-right .tooltip-arrow {
    border-top-color: #2e475d;
}
.tooltip-custom-dark.right .tooltip-arrow {
    border-right-color: #2e475d;
}
.tooltip-custom-dark.left .tooltip-arrow {
    border-left-color: #2e475d;
}
.tooltip-custom-dark.bottom .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-custom-dark.bottom-left .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-custom-dark.bottom-right .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-custom-danger .tooltip-content {
    background-color: #e84559;
}
.tooltip-custom-danger.top .tooltip-arrow {
    border-top-color: #e84559;
}
.tooltip-custom-danger.top-left .tooltip-arrow {
    border-top-color: #e84559;
}
.tooltip-custom-danger.top-right .tooltip-arrow {
    border-top-color: #2e475d;
}
.tooltip-custom-danger.right .tooltip-arrow {
    border-right-color: #2e475d;
}
.tooltip-custom-danger.left .tooltip-arrow {
    border-left-color: #2e475d;
}
.tooltip-custom-danger.bottom .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-custom-danger.bottom-left .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-custom-danger.bottom-right .tooltip-arrow {
    border-bottom-color: #2e475d;
}
.tooltip-hour {
    opacity: 1 !important;
}
.tooltip-hour .tooltip-content {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
.tooltip-hour .tooltip-content .tooltip-inner {
    font-size: 12px;
    font-weight: 700;
    color: #009C00;
    background-color: #fff;
    padding: 2px 8px;
}
.tooltip-hour.top .tooltip-arrow {
    border-top-color: #fff;
}
.tooltip-hour.top-left .tooltip-arrow {
    border-top-color: #fff;
}
.tooltip-hour.top-right .tooltip-arrow {
    border-top-color: #fff;
}
.tooltip-hour.right .tooltip-arrow {
    border-right-color: #fff;
}
.tooltip-hour.left .tooltip-arrow {
    border-left-color: #fff;
}
.tooltip-hour.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}
.tooltip-hour.bottom-left .tooltip-arrow {
    border-bottom-color: #fff;
}
.tooltip-hour.bottom-right .tooltip-arrow {
    border-bottom-color: #fff;
}
.tooltip-add {
    margin-left: 12px !important;
}
.tooltip-add.in {
    opacity: 1;
}
.tooltip-add .tooltip-arrow {
    border-right-color: #00A44E !important;
}
.tooltip-add .tooltip-content .tooltip-inner {
    font-size: 14px;
    color: #FAFBFC;
    line-height: 17px;
    width: 216px;
    padding: 10px 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    background-color: #00A44E !important;
}
.tooltip-field.in {
    opacity: 1;
}
.tooltip-field .tooltip-arrow {
    border-top-color: #2e475d !important;
}
.tooltip-field .tooltip-content .tooltip-inner {
    font-size: 12px;
    color: #FAFBFC;
    line-height: 16px;
    width: auto;
    max-width: 220px;
    padding: 8px 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    white-space: normal;
    word-break: break-word;
    background-color: #2e475d !important;
    text-align: left;
}
.modal {
    padding: 0 !important;
}
.modal .modal-dialog {
    width: 885px;
}
.modal .modal-dialog.modal-sm {
    width: 600px !important;
}
.modal .modal-content {
    position: relative;
    border-radius: 4px;
    box-shadow: none;
}
.modal .modal-content .modal-header {
    padding: 17px 32px;
    border-bottom: none;
}
.modal .modal-content .modal-header .close {
    position: absolute;
    top: 33.5px;
    right: 31.5px;
    opacity: 0.9;
    z-index: 99;
    cursor: pointer;
}
.modal .modal-content .modal-header .close:focus {
    outline: none;
}
.modal .modal-content .modal-header .close:hover {
    opacity: 1;
}
.modal .modal-content .modal-header h4 {
    font-size: 28px;
    font-weight: 900;
    line-height: 38px;
    color: #000;
}
.modal .modal-content .modal-body {
    padding: 11px 16px 16px 16px;
}
.modal .modal-footer {
    border: none;
    padding-left: 24.3px;
    padding-right: 24.3px;
}
.tip-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    margin: 0 auto;
}
.tip-title span {
    flex: 32px 0 0;
    margin-right: 10px;
}
.tip-box {
    text-align: center;
}
.tip-box .tip-word {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0;
}
.tip-box .tip-button {
    margin-top: 40px;
}
.tip-box .tip-button .btn {
    min-width: 120px;
    margin: 0 6px;
}
.select2-container--default .select2-selection--multiple.select2-multiple-table-container .select2-selection__rendered {
    display: flex;
    flex-direction: row;
}
.select2-container .select2-selection--single {
    font-size: 14px;
    color: #000;
    font-weight: 800;
    height: 40px;
    border: 2px solid #DEDFE2;
    border-radius: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    background-color: #1D1E40;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    border-width: 4px 3px 0 3px;
    left: 50%;
    margin-left: -3px;
}
.select2-container.select2-container--open .select2-selection--single {
    border-color: #d0d2d6;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.075);
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
    border-width: 0 3px 4px 3px;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
}
.select2-container.select2-container--open .select2-dropdown {
    margin-top: -2px;
    border-width: 2px;
    border-color: #d0d2d6;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.075);
}
.select2-container.select2-container--focus {
    border-color: #d0d2d6;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.075);
}
.select2-container--bootstrap .select2-search {
    margin: 3px 0;
}
.select2-container--bootstrap .select2-results__option {
    padding: 8px 12px;
    font-weight: 600;
}

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
    background-color: #e8e8e8;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #1D1E40 !important;
}
.select2-container--bootstrap .select2-dropdown .select2-results__options .selection-with-icon {
    display: flex;
    align-items: center;
}
.select2-container--bootstrap .select2-dropdown .select2-results__options .selection-with-icon .icon {
    margin: 0 6px 0 -6px;
}
.select2-container--bootstrap .select2-dropdown .select2-results__options .selection-with-icon .selection-text {
    font-size: 12px;
    font-weight: 900;
}
.select2-selection--multiple {
    border-width: 2px !important;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: #009C00;
    line-height: 26px;
    border: 1px solid #deffdd;
    background-color: #E8FFE7;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    color: rgba(0, 156, 0, 0.8);
    margin-right: 5px;
}
.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    color: #009C00;
}
.select2-selection--multiple .select2-selection__rendered .select2-search .select2-search__field {
    min-width: 120px !important;
}
.select2-container--focus .select2-selection--multiple,
.select2-container--open .select2-selection--multiple {
    border-color: #d0d2d6 !important;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.075) !important;
}
.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    max-height: 70px;
    overflow: auto;
}
.dropdown-status {
    z-index: 99;
}
.dropdown-status .btn {
    min-width: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dropdown-status .dropdown-menu {
    left: auto;
    right: 0;
    padding: 5px 0;
}
.function-header .dropdown-status {
    position: absolute;
    right: 24px;
}
.dropdown-date {
    margin: 0 auto;
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    min-width: 260px;
    width: auto;
    text-align: center;
}
.dropdown-date.open {
    background-color: #FAFBFC;
}
.dropdown-date button {
    background-color: transparent;
    border: none;
}
.dropdown-date button:focus,
.dropdown-date button:active {
    outline: none;
}
.dropdown-date .dropdown-menu {
    min-width: 260px;
    max-height: 400px;
    overflow: auto;
}
.dropdown-date .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 800;
}
.dropdown-date.dropdown-date-sm {
    font-size: 14px;
    line-height: 19px;
}
.dropdown-date.dropdown-date-sm .dropdown-menu > li > a {
    font-size: 14px;
}
.dropdown-group,
.dropdown-fields {
    position: relative;
    color: #131415;
}
.dropdown-group .group-delete,
.dropdown-fields .group-delete {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 14px;
    border-radius: 100%;
    cursor: pointer;
}
.dropdown-group .group-delete:hover,
.dropdown-fields .group-delete:hover {
    color: #fff;
    background-color: #00C138;
    transition: all 0.25s ease-in-out;
}
.dropdown-group .dropdown-group-box,
.dropdown-fields .dropdown-group-box {
    position: absolute;
    top: 100%;
    right: 0;
    float: left;
    width: 240px;
    padding: 16px;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #FAFBFC;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    z-index: 99;
}
.dropdown-group .dropdown-group-box .intro,
.dropdown-fields .dropdown-group-box .intro {
    font-size: 12px;
    font-weight: 400;
    color: rgba(57, 61, 62, 0.46);
}
.dropdown-group .btn-outline-grey:hover,
.dropdown-fields .btn-outline-grey:hover {
    color: #0D256E;
    border: 1px solid #0D256E;
}
.dropdown-group .dropdown-menu,
.dropdown-fields .dropdown-menu {
    min-width: 130px;
    width: 100%;
    padding: 0;
}
.dropdown-group .dropdown-menu li a,
.dropdown-fields .dropdown-menu li a {
    font-size: 12px;
    font-weight: bold;
    padding: 6px 16px;
}
.dropdown-group .dropdown-menu li a:hover,
.dropdown-fields .dropdown-menu li a:hover {
    color: #0D256E;
}
.dropdown-fields .dropdown-group-box {
    width: 220px;
    padding: 8px 16px;
    max-height: 540px;
    overflow: auto;
}
.dropdown-menu-project {
    max-width: 240px;
    max-height: 360px;
    overflow: auto;
    left: 65px;
}
.dropdown-menu-project li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    padding: 6px 16px;
    white-space: normal;
    word-break: break-word;
}
.dropdown-menu-project li a:hover {
    color: #0D256E;
}
.table-main-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 21.5px;
    overflow: hidden;
}
.table-main-wrapper.table-fixed-bg:before {
    content: "";
    height: 40px;
    z-index: 10;
    width: calc(100% - 60px);
    top: 0;
    left: 21.5px;
    background-color: #E5E6E9;
    display: block;
    position: absolute;
}
.table-main-wrapper .table {
    margin-bottom: 0;
}
.table-main-wrapper .table thead tr > th {
    font-size: 12px;
    font-weight: 900;
    color: #82888F;
    vertical-align: middle;
    padding: 2px 8px;
    z-index: 10;
    background-color: #fff;
}
.table-main-wrapper .table td {
    padding: 10px 8px;
    font-size: 14px;
    color: #6D6E72;
    vertical-align: middle;
    background-color: #FAFBFC;
    font-weight: 900;
}
.table-main-wrapper .table td .cell {
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-main-wrapper .table td .cell.cell-text {
    color: #66676B;
}
.table-main-wrapper .table td .cell input {
    font-weight: 900;
}
.table-main-wrapper .table td .cell.cell-selectable {
    cursor: pointer;
}
.table-main-wrapper .table td .cell-with-icon {
    display: flex;
    align-items: center;
}
.table-main-wrapper .table td .cell-content-input {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.table-main-wrapper .table td .cell-content-input .icon {
    margin-right: 6px;
}
.table-main-wrapper .table td .cell-content-input .cell-hour-input {
    width: 28px;
    height: 28px;
    margin-left: 4px;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection {
    border-width: 2px;
    border-color: transparent;
    background-color: #E5E6EB;
    box-shadow: none;
    padding: 0 20px 0 0px;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__rendered {
    line-height: 0;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__rendered .selection-with-icon {
    display: flex;
    align-items: center;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__rendered .selection-with-icon .icon {
    margin: 0 6px;
    width: 22px;
    height: 22px;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__rendered .selection-with-icon .selection-text {
    font-size: 14px;
    color: #66676B;
    font-weight: 900;
}
.table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__arrow {
    display: none;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--open .select2-selection,
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--focus .select2-selection {
    border-color: #d0d2d6;
    box-shadow: none;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--open .select2-selection .select2-selection__arrow,
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--focus .select2-selection .select2-selection__arrow {
    display: block;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    right: 10px;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--open .select2-selection .select2-selection__arrow b,
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--focus .select2-selection .select2-selection__arrow b {
    margin-left: -6px;
    margin-top: -4px;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--open .select2-selection {
    border-bottom-width: 0;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #131415 transparent;
}
.table-main-wrapper .table td .cell-selectable .select2-container.select2-container--focus .select2-selection .select2-selection__arrow b {
    border-color: #131415 transparent transparent transparent;
}
.table-main-wrapper .table td .cell-select-badge .select2-container .select2-selection {
    border-width: 2px;
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.table-main-wrapper .table td .cell-select-badge .select2-container .select2-selection .select2-selection__rendered {
    border-radius: 10px;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    padding: 0 5px;
    background-color: #E5E6EC;
}
.table-main-wrapper .table td .cell-select-badge .select2-container .select2-selection .select2-selection__rendered .selection-with-icon {
    display: flex;
    align-items: center;
}
.table-main-wrapper .table td .cell-select-badge .select2-container .select2-selection .select2-selection__arrow {
    display: none;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection,
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--focus .select2-selection {
    border-color: #d0d2d6;
    box-shadow: none;
    padding: 0 20px 0 0px;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection .select2-selection__rendered,
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--focus .select2-selection .select2-selection__rendered {
    border-radius: 0;
    min-width: auto;
    height: auto;
    line-height: 23px;
    background-color: transparent;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection .select2-selection__arrow,
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--focus .select2-selection .select2-selection__arrow {
    display: block;
    background-color: transparent;
    border-radius: 0;
    width: auto;
    height: auto;
    right: 10px;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection .select2-selection__arrow b,
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--focus .select2-selection .select2-selection__arrow b {
    margin-left: -6px;
    margin-top: -4px;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection {
    border-bottom-width: 0;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #131415 transparent;
}
.table-main-wrapper .table td .cell-select-badge .select2-container.select2-container--focus .select2-selection .select2-selection__arrow b {
    border-color: #131415 transparent transparent transparent;
}
.table-main-wrapper .table td .cell-two-number span {
    display: inline-block;
    width: 60px;
    margin: 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-main-wrapper .table .table-align-top tr td {
    vertical-align: top;
}
.table-main-wrapper .table .selection-badge {
    color: #66676B;
    border-radius: 10px;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    padding: 0 5px;
    background-color: #E5E6EC;
}
.table-main-wrapper .table .selection-badge:empty {
    display: none;
}
.table-main-wrapper .table tbody {
    position: relative;
}
.table-main-wrapper .table tbody.ui-sortable-placeholder tr td,
.table-main-wrapper .table tbody.sortable-placeholder tr td {
    position: relative;
    height: 160px;
    border: none !important;
    background: none !important;
}
.table-main-wrapper .table tbody.ui-sortable-placeholder tr td::before,
.table-main-wrapper .table tbody.sortable-placeholder tr td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    width: 100%;
    height: 200px;
    background-color: rgba(216, 216, 216, 0.24);
    border: 1px dashed #979797 !important;
    border-left: none !important;
    border-right: none !important;
}
.table-main-wrapper .table tbody tr.ui-sortable-placeholder td,
.table-main-wrapper .table tbody tr.sortable-placeholder td {
    position: relative;
    height: 70px;
    border: none !important;
    background: none !important;
}
.table-main-wrapper .table tbody tr.ui-sortable-placeholder td::before,
.table-main-wrapper .table tbody tr.sortable-placeholder td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    width: 100%;
    height: 60px;
    background-color: rgba(216, 216, 216, 0.24);
    border-top: 1px dashed #979797 !important;
    border-bottom: 1px dashed #979797 !important;
}
.table-main-wrapper .table-bordered {
    border: 1px solid #E5E6E9;
}
.table-main-wrapper .table-bordered > thead > tr > th,
.table-main-wrapper .table-bordered > tbody > tr > th,
.table-main-wrapper .table-bordered > tfoot > tr > th,
.table-main-wrapper .table-bordered > thead > tr > td,
.table-main-wrapper .table-bordered > tbody > tr > td,
.table-main-wrapper .table-bordered > tfoot > tr > td {
    border: 1px solid #E5E6E9;
}
.table > tbody + tbody {
    border-top: 1px solid #E5E6E9;
}
.table-resources thead tr th {
    color: #82888F;
    padding: 6px 8px;
    border-bottom: 1px solid #E5E6E9;
}
.table-resources tbody tr td {
    padding: 20px 8px;
    color: #000;
    font-weight: 800;
    border-bottom: none !important;
    border-top: none !important;
}
.table-resources tbody tr td .btn-edit {
    text-align: right;
    color: #82888F;
}
.table-striped > tbody > tr:nth-of-type(odd),
.table-hover > tbody > tr:hover {
    background-color: #f4f6f8;
}
.table-access {
    margin-bottom: 0;
}
.table-access > tbody > tr > td {
    border-top: 1px solid #D8D8D8;
    vertical-align: middle;
    padding: 20px 16px;
}
.table-access > tbody > tr > td .cell-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.table-access > tbody > tr > td .cell-text .name {
    display: inline;
    font-weight: 800;
}
.table-resources .table tr.ui-sortable-placeholder td,
.table-resources .table tr.sortable-placeholder td {
    position: relative;
    height: 80px;
    border: none !important;
    background: none !important;
}
.table-resources .table tr.ui-sortable-placeholder td::before,
.table-resources .table tr.sortable-placeholder td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    width: 100%;
    height: 70px;
    background-color: rgba(216, 216, 216, 0.24);
    border-top: 1px dashed #979797 !important;
    border-bottom: 1px dashed #979797 !important;
}
.table-resources .table tr.ui-sortable-helper {
    display: flex;
    border-top: 1px solid #D1D1D1 !important;
    border-bottom: 1px solid #D1D1D1 !important;
    border-right: 1px solid #D1D1D1 !important;
}
.table-resources .table tr.ui-sortable-helper td {
    flex-grow: 1;
    border-right: none !important;
}
.table-new-main-wrapper {
    font-family: "AvenirNext";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.table-new-main-wrapper .table th {
    padding: 10px 6px !important;
}
.table-new-main-wrapper .table td {
    padding: 6px !important;
    height: 58px !important;
}
.table-new-main-wrapper .table th,
.table-new-main-wrapper .table td {
    vertical-align: middle !important;
    border: none !important;
}
.table-new-main-wrapper .table th:first-child,
.table-new-main-wrapper .table td:first-child {
    padding-left: 16px !important;
}
.table-new-main-wrapper .table th:last-child,
.table-new-main-wrapper .table td:last-child {
    padding-right: 16px !important;
}
.table-new-main-wrapper .table .table-id {
    display: block;
    width: 46px;
    height: 46px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    border-radius: 100%;
}
.table-new-main-wrapper .table .table-id.green-bg {
    background-color: #34B478;
    margin-left: 8px;
}
.table-new-main-wrapper .table .table-id.dark-bg {
    background-color: #131415;
}
.table-new-main-wrapper .table .table-id.no-bg {
    background-color: #fff;
    border: 2px solid #E3E6EB;
    color: #1D1E40;
}
.table-new-main-wrapper .table thead .table-top-header {
    background-color: #131415;
}
.table-new-main-wrapper .table thead .table-top-subHeader {
    background-color: #fff;
}
.table-new-main-wrapper .table thead.plan-head-date > tr > th {
    padding: 0 6px !important;
}
.table-new-main-wrapper .table thead.plan-head-date tbody .table-top-header th {
    top: 0 !important;
}
.table-new-main-wrapper .table thead.plan-head-date .table-top-subHeader th {
    position: relative;
    padding: 10px 6px !important;
}
.table-new-main-wrapper .table thead.plan-head-date .table-top-subHeader th:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-color: #EEEFF1;
}
.table-new-main-wrapper .table thead th {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.09px;
    color: #fff;
    z-index: 10;
}
.table-new-main-wrapper .table thead th .date-control {
    display: flex;
    align-items: center;
    width: 345px;
    padding: 0 22px;
}
.table-new-main-wrapper .table thead th .date-control .text {
    font-size: 22px;
    font-weight: 400;
    color: #6C7884;
    line-height: 30px;
    letter-spacing: -0.48px;
}
.table-new-main-wrapper .table thead th .date-control .text span {
    font-weight: 700;
}
.table-new-main-wrapper .table thead th .date-control .date-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 33px;
    margin-right: 16px;
    border-radius: 8px;
    border: 3px solid #B9B9B9;
    background-color: #EEEFF1;
}
.table-new-main-wrapper .table thead th .date-control .date-btn .date-btn-left,
.table-new-main-wrapper .table thead th .date-control .date-btn .date-btn-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 33px;
    cursor: pointer;
}
.table-new-main-wrapper .table thead th .date-control .date-btn .date-btn-left {
    border-right: 2px solid #B9B9B9;
}
.table-new-main-wrapper .table thead th .date-control .date-btn .date-btn-right {
    border-left: 2px solid #B9B9B9;
}
.table-new-main-wrapper .table thead th .date {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column;
    color: #585858;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.11px;
    width: 128px;
    height: 49px;
    padding: 0 20px;
    border-radius: 24.5px;
    background-color: #EEEFF1;
}
.table-new-main-wrapper .table thead th .date .week {
    font-size: 9px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.06px;
    color: #33383E;
}

.table-new-main-wrapper .table thead th .date p{
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.06px;
    color: #33383E;
}
.table-new-main-wrapper .table thead th .date .status{

    font-size: 9px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.06px;
    color: #33383E;
}
.table-new-main-wrapper .table thead th .date .d-flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.table-new-main-wrapper .table thead th .cur{
    cursor: pointer;
}

.table-new-main-wrapper .table thead th .cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 46px;
    padding: 0 7px 0 16px;
    border-radius: 23px;
    background-color: #33383E;
    white-space: nowrap;
    cursor: pointer;
}
.table-new-main-wrapper .table thead th .cell.cell-active {
    background-color: #34B478;
}
.table-new-main-wrapper .table thead th .cell.cell-active .icon-count {
    background-image: url('../images/icon-new/icon-new-close.svg');
}
.table-new-main-wrapper .table thead th .cell .cell-left {
    display: flex;
    align-items: center;
}
.table-new-main-wrapper .table thead th .cell .cell-left .icon-new-info {
    margin-right: 6px;
}
.table-new-main-wrapper .table thead th .cell .cell-text {
    padding: 0 14px 0 5px;
}
.table-new-main-wrapper .table tbody tr.block-header,
.table-new-main-wrapper .table tfoot tr.block-header {
    background-color: transparent;
    height: 34px;
}
.table-new-main-wrapper .table tbody tr.block-body,
.table-new-main-wrapper .table tfoot tr.block-body {
    padding: 0 10px;
    border-left: 16px solid #EDEEEF !important;
    background-color: #fff;
}
.table-new-main-wrapper .table tbody tr.block-body .table-id,
.table-new-main-wrapper .table tfoot tr.block-body .table-id {
    font-size: 16px;
    font-weight: 700;
}
.table-new-main-wrapper .table tbody tr.block-body:nth-child(2) td:first-child,
.table-new-main-wrapper .table tfoot tr.block-body:nth-child(2) td:first-child {
    border-top-left-radius: 16px !important;
}
.table-new-main-wrapper .table tbody tr.block-body:nth-child(2) td:last-child,
.table-new-main-wrapper .table tfoot tr.block-body:nth-child(2) td:last-child {
    border-top-right-radius: 16px !important;
}
.table-new-main-wrapper .table tbody tr.block-body:last-child td:first-child,
.table-new-main-wrapper .table tfoot tr.block-body:last-child td:first-child {
    border-bottom-left-radius: 16px !important;
}
.table-new-main-wrapper .table tbody tr.block-body:last-child td:last-child,
.table-new-main-wrapper .table tfoot tr.block-body:last-child td:last-child {
    border-bottom-right-radius: 16px !important;
}
.table-new-main-wrapper .table tbody tr.block-body td,
.table-new-main-wrapper .table tfoot tr.block-body td {
    background-color: #fff;
}
.table-new-main-wrapper .table tbody tr.block-body td .tx-info,
.table-new-main-wrapper .table tfoot tr.block-body td .tx-info {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
}
.table-new-main-wrapper .table tbody tr.block-body td .text-green,
.table-new-main-wrapper .table tfoot tr.block-body td .text-green {
    color: #009751;
}
.table-new-main-wrapper .table tbody tr.block-body td .text-green-light,
.table-new-main-wrapper .table tfoot tr.block-body td .text-green-light {
    color: #46D6A3;
}
.table-new-main-wrapper .table tbody tr.block-body td .bg-green-light,
.table-new-main-wrapper .table tfoot tr.block-body td .bg-green-light {
    background-color: #E8FFE7;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell-title,
.table-new-main-wrapper .table tfoot tr.block-body td .cell-title {
    color: #454F6E;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0.1px;
    padding: 10px 20px;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-content-input,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-content-input {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-content-input .form-control,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-content-input .form-control {
    font-size: 16px;
    font-weight: 500;
    color: #131415;
    width: 100%;
    height: 40px;
    border-radius: 7px;
    border: 2px solid #34B478;
    background-color: #F3F3F3;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-content-input .form-control:focus,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-content-input .form-control:focus {
    border: 2px solid #34B478;
    background-color: #F3F3F3;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-text-edit,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-text-edit {
    font-size: 16px;
    font-weight: 500;
    color: #131415;
    width: 100%;
    height: 40px;
    border-radius: 7px;
    border: 3px solid #34B478;
    background-color: #F3F3F3;
    cursor: not-allowed;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-text,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    width: 100%;
    height: 40px;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 2px solid #B9B9B9;
    background-color: #F3F3F3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-text.text-dark,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-text.text-dark {
    color: #131415;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-text.text-gray,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-text.text-gray {
    color: rgba(19, 20, 21, 0.5);
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-text.text-14,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-text.text-14 {
    font-size: 14px;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-with-icon,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-with-icon {
    display: flex;
    align-items: center;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-with-icon.bg-select,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-with-icon.bg-select {
    width: 100%;
    height: 40px;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 2px solid #B9B9B9;
    background-color: #F3F3F3;
}

.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-with-icon.bg-select.multi{
    justify-content: center;
}




.table-new-main-wrapper .table tbody tr.block-body td .cell.cell-with-icon .cell-text,
.table-new-main-wrapper .table tfoot tr.block-body td .cell.cell-with-icon .cell-text {
    color: #131415;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell .planned-box,
.table-new-main-wrapper .table tfoot tr.block-body td .cell .planned-box {
    font-family: 'Avenir LT Std';
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 6px 0 10px;
    border-radius: 7px;
    border: 2px solid #B9B9B9;
    background-color: #F3F3F3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell .planned-box .val,
.table-new-main-wrapper .table tfoot tr.block-body td .cell .planned-box .val {
    display: flex;
    align-items: center;
    width: auto;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell .planned-box .val .tx-info,
.table-new-main-wrapper .table tfoot tr.block-body td .cell .planned-box .val .tx-info {
    max-width: 70px;
    margin: 0 6px;
}
.table-new-main-wrapper .table tbody tr.block-body td .cell .planned-box .planned-total,
.table-new-main-wrapper .table tfoot tr.block-body td .cell .planned-box .planned-total {
    flex-basis: 92px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 27px;
    line-height: 27px;
    border-radius: 8px;
}
.table-new-main-wrapper .table tbody tr.block-body .table-id,
.table-new-main-wrapper .table tfoot tr.block-body .table-id {
    color: #1D1E40;
    border: 2px solid #E3E6EB;
    background-color: #fff;
}
.table-new-main-wrapper .table tbody tr.block-body .table-id.active{
    background-color: #000;
    border: 2px solid #000;
    color: #fff;
}
.table-new-main-wrapper .table tbody tr.block-body.tr-select .table-id,
.table-new-main-wrapper .table tfoot tr.block-body.tr-select .table-id {
    color: #fff;
    border: 2px solid #131415;
    background-color: #131415;
}
.table-new-main-wrapper .table tbody tr.block-body.tr-select td .cell.cell-content-input .form-control,
.table-new-main-wrapper .table tfoot tr.block-body.tr-select td .cell.cell-content-input .form-control {
    background-color: #fff;
}

.table-new-main-wrapper .table-show-date .plan-head-date {
    display: table-header-group;
}
.table-new-main-wrapper .table-show-date .plan-tbody-date {
    display: table-row-group;
}
.table-new-main-wrapper .table-show-date .plan-head,
.table-new-main-wrapper .table-show-date .plan-tbody {
    display: none;
}
.table-new-main-wrapper .cell-270 {
    width: 270px !important;
}
.table-new-main-wrapper .cell-125 {
    width: 125px !important;
}
.table-new-main-wrapper .cell-261 {
    width: 261px !important;
}
.table-new-main-wrapper .cell-164 {
    width: 164px !important;
}
.table-new-main-wrapper .cell-140 {
    width: 140px !important;
}
.table-new-main-wrapper .cell-149 {
    width: 149px !important;
}
.table-new-main-wrapper .cell-167 {
    width: 167px !important;
}
.table-new-main-wrapper .cell-249 {
    width: 249px !important;
}
.table-new-main-wrapper .cell-296 {
    width: 296px !important;
}
.table-new-main-wrapper table tr,
.table-new-main-wrapper table th {
    border-left: none !important;
    border-right: none !important;
}
.table-new-main-wrapper table tr td,
.table-new-main-wrapper table th td {
    border-left: none !important;
    border-right: none !important;
}
.table-new-main-wrapper table tbody {
    position: relative;
}
.table-new-main-wrapper table tbody.ui-sortable-placeholder tr,
.table-new-main-wrapper table tbody.sortable-placeholder tr {
    border-left: none !important;
    border-right: none !important;
}
.table-new-main-wrapper table tbody.ui-sortable-placeholder tr td,
.table-new-main-wrapper table tbody.sortable-placeholder tr td {
    position: relative;
    height: 160px;
    border: none !important;
    background: none !important;
}
.table-new-main-wrapper table tbody.ui-sortable-placeholder tr td::before,
.table-new-main-wrapper table tbody.sortable-placeholder tr td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    width: 100%;
    height: 200px;
    background-color: rgba(216, 216, 216, 0.24);
    border: 1px dashed #979797 !important;
    border-left: none !important;
    border-right: none !important;
}
.table-new-main-wrapper table tbody tr {
    border-left: none !important;
    border-right: none !important;
}
.table-new-main-wrapper table tbody tr.ui-sortable-placeholder td,
.table-new-main-wrapper table tbody tr.sortable-placeholder td {
    position: relative;
    height: 70px;
    border: none !important;
    background: none !important;
}
.table-new-main-wrapper table tbody tr.ui-sortable-placeholder td::before,
.table-new-main-wrapper table tbody tr.sortable-placeholder td::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 5px 0;
    width: 100%;
    height: 60px;
    background-color: rgba(216, 216, 216, 0.24);
    border-top: 1px dashed #979797 !important;
    border-bottom: 1px dashed #979797 !important;
}
.table-new-main-wrapper table tfoot tr td.bg-zumthor {
    background-color: #fff !important;
}
.table-new-main-wrapper table tfoot tr td .cell {
    color: #454F6E !important;
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 33px;
    letter-spacing: 0.1px;
}
.table-new-main-wrapper table tfoot tr td .cell .cell-title {
    font-size: 24px;
}
.table-new-main-wrapper .btn-link-primary .btn-text {
    font-weight: 600;
}
.table-new-main-wrapper .td-block-header .cell-block.cell-content-input {
    padding: 0 !important;
    line-height: 40px !important;
    border: none !important;
    background-color: transparent !important;
}
.table-new-main-wrapper .td-block-header .cell-block.cell-content-input span {
    color: #454F6E !important;
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 33px;
    letter-spacing: 0.1px;
    padding: 10px 20px;
}
.table-new-main-wrapper .cell-content-input.form-control {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    color: #131415;
    width: 100%;
    height: 40px;
    max-height: 40px !important;
    border-radius: 7px;
    border: 2px solid #34B478;
    background-color: #F3F3F3;
}
.table-new-main-wrapper .visually-hidden.cell-content-input.form-control {
    border-color: #34B478 !important;
    border-width: 0 !important;
    height: 0 !important;
}
.table-new-main-wrapper .cell-flex {
    display: flex;
    align-items: center;
}
.table-new-main-wrapper .cell.cell-with-icon,
.table-new-main-wrapper .cell-block.cell-with-icon,
.table-new-main-wrapper .cell-text.cell-with-icon,
.table-new-main-wrapper .cell.cell-content-input,
.table-new-main-wrapper .cell-block.cell-content-input,
.table-new-main-wrapper .cell-text.cell-content-input,
.table-new-main-wrapper .cell.cell-border,
.table-new-main-wrapper .cell-block.cell-border,
.table-new-main-wrapper .cell-text.cell-border {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    width: 100% !important;
    height: 40px !important;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 2px solid #B9B9B9;
    background-color: #F3F3F3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table-new-main-wrapper .cell.cell-border,
.table-new-main-wrapper .cell-block.cell-border,
.table-new-main-wrapper .cell-text.cell-border {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.table-new-main-wrapper .cell.cell-rating .hour-rating-control,
.table-new-main-wrapper .cell-block.cell-rating .hour-rating-control,
.table-new-main-wrapper .cell-text.cell-rating .hour-rating-control {
    margin-top: -18px;
}
.table-new-main-wrapper .cell-icon-no-padding .cell.cell-with-icon {
    padding: 0 !important;
}
.table-new-main-wrapper .cell-uom .cell.cell-selectable {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    width: 100% !important;
    height: 40px !important;
    line-height: 34px;
    padding: 0 16px;
    border-radius: 7px;
    border: 2px solid #B9B9B9;
    background-color: #F3F3F3;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table-new-main-wrapper .cell-uom .cell.cell-selectable.render-area {
    padding: 0 !important;
}
.table-new-main-wrapper .cell-uom .cell.cell-selectable.render-area .select2-container--bootstrap .select2-selection--single.input-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    color: #131415;
    width: 100%;
    height: 34px;
    max-height: 34px !important;
    border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none !important;
}
.table-new-main-wrapper .cell-uom .cell.cell-selectable.render-area .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__rendered .selection-with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-new-main-wrapper .cell-uom .cell.visually-hidden {
    height: 0 !important;
    border: none !important;
}
.table-new-main-wrapper .cell-selectable .select2-container--bootstrap .select2-selection--single.input-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.07px;
    color: #131415;
    width: 100%;
    height: 40px;
    max-height: 40px !important;
    border-radius: 7px;
    border: 2px solid #34B478;
    background-color: #F3F3F3;
}
.table-new-main-wrapper .cell-selectable .select2-container--bootstrap .select2-selection--single.input-sm .select2-selection__rendered .selection-with-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-new-main-wrapper td.cell-224 .fixed-width {
    max-width: 224px !important;
    min-width: 224px !important;
}
.table-new-main-wrapper td .resource-sortable {
    font-family: "Avenir LT Std" !important;
}
.table-new-main-wrapper td .resource-sortable .cell.cell-content-input.sortContent {
    display: flex !important;
    align-items: center !important;
    max-width: 240px !important;
    width: auto !important;
    height: 36px !important;
    padding: 0 4px !important;
    margin: 4px 0 !important;
    border-radius: 4px !important;
    background-color: #E8FFE7 !important;
    border: none !important;
}
.table-new-main-wrapper td .resource-sortable .cell.cell-content-input.sortContent .cell-hour-input {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #009C00 !important;
    border-radius: 4px !important;
    padding: 0 !important;
    border: none !important;
    text-align: center !important;
    background-color: #fff !important;
    cursor: pointer !important;
}
.table-new-main-wrapper td .resource-sortable .cell.cell-content-input.sortContent .cell-hour-input:focus {
    width: 28px !important;
    height: 28px !important;
    border: none !important;
    background-color: #fff !important;
}
.table-new-main-wrapper td.cell-edit .cell.cell-content-input {
    min-width: 205px !important;
    max-width: 205px !important;
    padding: 0;
    border: none;
    background-color: transparent;
}

.table-new-main-wrapper td.td-cell-editable .cell.cell-text {
    border: 2px solid #34B478 !important;
}
.table-new-main-wrapper td.td-cell-editable .cell-with-icon {
    display: flex;
    align-items: center;
}
.table-new-main-wrapper td.td-cell-editable .cell-with-icon.bg-select {
    border: 2px solid #34B478 !important;
}
.table-new-main-wrapper td.td-cell-editable .cell-with-icon .cell-text {
    color: #131415;
}
.table-new-main-wrapper td.td-cell-editable.cell-uom .cell.cell-selectable {
    border: 3px solid #34B478 !important;
}
.table-new-main-wrapper td.td-cell-editable.cell-uom .cell.visually-hidden {
    height: 0 !important;
    border: none !important;
}
.daterangepicker {
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}
.daterangepicker .calendar {
    padding-top: 30px;
}
.daterangepicker .calendar::after {
    content: "Select date";
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 24px;
    font-weight: 900;
    color: #131415;
    line-height: 33px;
}
.daterangepicker .calendar .daterangepicker_input {
    position: absolute;
    top: 10px;
    width: 120px;
    height: 30px;
}
.daterangepicker .calendar.right .daterangepicker_input {
    right: 20px;
}
.daterangepicker .calendar.left .daterangepicker_input {
    right: 150px;
}
.daterangepicker.single .calendar {
    padding-top: 0;
}
.daterangepicker.single .calendar::after {
    display: none;
}
.daterangepicker.dropdown-menu {
    padding: 16px 27px;
}
.daterangepicker .calendar {
    margin: 0;
}
.daterangepicker.ltr .ranges {
    float: none;
}
.daterangepicker.ltr .ranges .range_inputs {
    text-align: right;
}
.daterangepicker.ltr .ranges .range_inputs .cancelBtn {
    display: none;
}
.daterangepicker.ltr .ranges .range_inputs .applyBtn {
    color: #009C00;
    width: 62px;
    height: 44px;
    margin-top: 10px;
    border: none;
    border-radius: 2px;
    background-color: #E8FFE7;
}
.daterangepicker.ltr .ranges .range_inputs .applyBtn:hover {
    color: #008300;
    background-color: #d0ffcd;
}
.daterangepicker td,
.daterangepicker th {
    font-size: 14px;
    font-weight: 800;
    color: #131415;
    line-height: 19px;
    width: 35px;
    height: 35px;
}
.daterangepicker th.month {
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
}
.daterangepicker td.active,
.daterangepicker td.acthive:hover,
.daterangepicker td.start-date,
.daterangepicker td.end-date {
    color: #fff !important;
    background-color: #009C00 !important;
    border-radius: 100% !important;
}
.daterangepicker td.in-range {
    background-color: #F4F4F4;
    color: #131415;
}
.calendar .daterangepicker_input .input-mini {
    color: #0D256E;
    font-weight: 600;
    border: none !important;
    border-radius: 0;
    background-color: transparent !important;
    box-shadow: none;
}
.calendar .daterangepicker_input .input-mini.active {
    color: #0D256E;
    border: none;
    border-radius: 0;
}
.calendar .daterangepicker_input i {
    color: #E5E5E5;
}
.bar-horizontal-multiple {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    width: 160px;
}
.bar-horizontal-multiple .bar-inner {
    height: 6px;
    border-radius: 5px;
    width: 100%;
}
.bar-horizontal-multiple .bar-progress {
    height: 100%;
    padding-left: 2px;
    padding-right: 2px;
    height: 6px;
    flex: 0 0 1;
}
.bar-progress-box {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 180px;
    height: 29px;
}
.bar-progress-box .bar-progress .bar-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 14px;
}
.bar-progress-box .bar-progress .bar-cicle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    border-radius: 100%;
    margin-right: -2px;
    z-index: 5;
}
.bar-progress-box .bar-progress:nth-child(1) .bar-inner {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.bar-progress-box .bar-progress:nth-child(2) .bar-inner {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.popover-budget.popover {
    width: 295px;
    max-width: 295px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(167, 154, 154, 0.175);
    border-radius: 4px;
}
.popover-budget.popover .popover-content {
    padding: 11px 0;
}
.popover-row-menu.popover {
    position: absolute;
    left: 40px;
    top: 0;
    min-width: 120px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(167, 154, 154, 0.175);
    border-radius: 4px;
    margin-left: 32px;
    border: 1px solid #F1F2F5;
}
.popover-row-menu.popover .popover-content {
    padding: 0;
}
.popover-row-menu.popover .arrow {
    border-right-color: #F1F2F5;
}
.row-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.row-menu li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    cursor: pointer;
}
.row-menu li .fa {
    font-size: 14px;
    color: #48cc93;
    margin-right: 8px;
}
.row-menu li:hover {
    color: #37c487;
    background-color: #FAFBFC;
}
.popover-row-info {
    min-width: 200px;
    background: #fff;
    box-shadow: 0 6px 12px rgba(167, 154, 154, 0.175);
    border-radius: 4px;
    max-width: 500px;
}
.popover-row-info .popover-content .info .info-list {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.popover-row-info .popover-content .info .info-list:last-child {
    margin-bottom: 0;
}
.popover-row-info .popover-content .info .info-list .address {
    position: relative;
    font-size: 12px;
    line-height: 1.1;
    color: #0D256E;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.popover-row-info .popover-content .info .info-list .place {
    font-size: 12px;
    line-height: 1.1;
    color: #0D256E;
    margin-left: 28px;
    max-width: 100px;
    white-space: normal;
    word-break: break-word;
}
.resource-sortable li {
    display: flex;
    align-items: center;
    width: auto;
    height: 36px;
    margin: 4px 0;
    border-radius: 4px;
    background-color: #E8FFE7;
}
.resource-sortable li.sortable-placeholder {
    width: 100%;
    height: 36px;
    background-color: #E8FFE7;
    border: 1px dashed #009C00 !important;
}
.resource-sortable li .cell {
    margin-left: 4px;
}
.resource-sortable li .name {
    font-size: 14px;
    font-weight: 900;
    color: #009C00;
    margin: 0 4px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resource-sortable li a {
    display: flex;
    align-items: center;
    width: auto;
    height: 36px;
    padding: 0 4px;
    margin: 4px 0;
    border-radius: 4px;
    background-color: #E8FFE7;
    width: 100%;
}
.resource-sortable li a .title {
    font-size: 14px;
    font-weight: 900;
    color: #009C00;
    margin: 0 4px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resource-sortable li a .hour {
    color: #009C00;
    font-size: 12px;
    font-weight: 900;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 4px;
    border-radius: 4px;
    background-color: #ACFFA8;
    cursor: pointer;
}
.resource-sortable li a .icon,
.resource-sortable li a .sub-title,
.resource-sortable li a .btn {
    display: none;
}
.resource-sortable.resource-actual li {
    background-color: #E5E6E9;
}
.resource-sortable.resource-actual li.sortable-placeholder {
    width: 100%;
    height: 36px;
    background-color: #f3f3f5;
    border: 1px dashed #c9cbd2 !important;
}
.resource-sortable.resource-actual li .hour-box {
    color: #1877F2;
    font-size: 12px;
    font-weight: 900;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 4px;
    text-align: center;
    border-radius: 4px;
    background-color: #E7F3FF;
    cursor: pointer;
}
.resource-sortable.resource-actual li .name {
    color: #131415;
}
.resource-sortable.resource-actual li.resource-from-plan {
    background-color: #E8FFE7;
}
.resource-sortable.resource-actual li.resource-from-plan .hour-box {
    color: #009C00;
    background-color: #ACFFA8;
}
.resource-sortable.resource-actual li.resource-from-plan .name {
    color: #009C00;
}
.planned-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.planned-box .icon {
    flex-shrink: 0;
}
.planned-box .val {
    width: calc(100% - 55px);
}
.planned-box .val .tx-info {
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    text-align: right;
    flex-shrink: 0;
    max-width: 50px;
    margin: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.planned-box .planned-total {
    font-size: 13px;
    font-weight: 800;
    line-height: 16px;
    text-align: right;
    flex-basis: 120px;
    flex-shrink: 1;
    margin-left: 15px;
    padding: 2px 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 4px;
}
.cell-rating {
    padding: 0 50px 0 0;
    position: relative;
    width: 100%;
    margin: 4px auto;
    height: 36px;
    display: flex;
    align-items: center;
}
.cell-rating .hour-rating-control {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 0;
}
.cell-rating .hour-rating-control .btn {
    position: relative;
    font-size: 0;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    border-radius: 100%;
    background-color: #D8D8D8;
}
.cell-rating .hour-rating-control .btn::before {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 16px;
    text-align: center;
}
.cell-rating .hour-rating-control .btn.btn-add-rating::before {
    content: "+";
    top: 0;
    left: 0.5px;
}
.cell-rating .hour-rating-control .btn.btn-remove-rating::before {
    content: "-";
    font-size: 15px;
    top: -1px;
    left: 1px;
}
.cell-rating .hour-rating-control .btn:hover {
    background-color: #00c25a !important;
}
.hour-rating {
    display: flex;
    align-items: center;
}
.hour-rating .hour-rating-part {
    position: relative;
    display: flex;
    align-items: center;
    width: 45px;
    margin-right: 3px;
    border-radius: 8px;
    background-color: #D8D8D8;
    overflow: hidden;
}
.hour-rating .hour-rating-part:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
    background-image: url('../images/icon/icon-productivity-value-average-gray.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.hour-rating .hour-rating-part span {
    position: relative;
    cursor: pointer;
    width: 25%;
    height: 20px;
    display: block;
    z-index: 2;
}
.hour-rating .hour-rating-part span.active {
    background-color: #00c25a;
    transition: all 0.25s ease-in-out;
}
.hour-rating .hour-rating-part.pro-easy:after {
    background-image: url('../images/icon/icon-productivity-value-average.svg');
}
.hour-rating .hour-rating-part.pro-difficult:after {
    background-image: url('../images/icon/icon-productivity-value-high.svg');
}
.hour-rating .hour-rating-part.pro-moderate:after {
    background-image: url('../images/icon/icon-productivity-value-average-gray.svg');
}
.hour-rating .hour-rating-part.pro-unknown:after {
    background-image: url('../images/icon/icon-productivity-value-not-applicable.svg');
}
.sortContent {
    display: flex;
    align-items: center;
    max-width: 240px;
    height: 36px;
    padding: 0 4px;
    margin: 4px 0;
    border-radius: 4px;
    background-color: #E8FFE7;
}
.sortContent .hour {
    color: #009C00;
    font-size: 12px;
    font-weight: 900;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 4px;
    border-radius: 4px;
    background-color: #ACFFA8;
}
.sortContent .name {
    font-size: 14px;
    font-weight: 900;
    color: #009C00;
    margin-left: 4px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sortContent .icon {
    background-image: none;
}
.sortContent.sortContent-actual {
    background-color: #E5E6E9;
}
.sortContent.sortContent-actual .hour {
    color: #1877F2;
    background-color: #E7F3FF;
}
.sortContent.sortContent-actual .name {
    color: #131415;
}
.sortContentGroup {
    width: auto;
    height: auto;
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px dashed #b1b1b1 !important;
}
.cell .resource-sortable .aside-list-title {
    display: none;
}
.cell .resource-sortable .aside-list-resource li a {
    padding-left: 55px !important;
    padding-right: 0 !important;
}
.cell .resource-sortable .aside-list-resource li a .hour {
    right: auto;
    left: 4px;
    color: #009C00;
    font-weight: 900;
}
.system-msg {
    min-height: 44px;
    border-radius: 8px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
    color: #fff;
    position: fixed;
    left: 50%;
    top: 14px;
    z-index: 9999;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    max-width: 800px;
    padding: 6px 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.system-msg.success {
    background-color: #4FB550;
}
.system-msg.success a {
    color: #fff !important;
}
.system-msg.fail {
    background-color: #B53030;
}
.label.label-access {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #66676B;
    padding: 2px 24px;
    height: 36px;
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;
}
.label.label-access.active {
    color: #009C00;
    background-color: #E8FFE7;
}
.user-list {
    padding: 0 20px;
}
.user-list h4 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
    color: #000;
}
.user-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.user-list ul li {
    flex-shrink: 0;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    margin-right: 15px;
    height: 370px;
    margin-bottom: 15px;
    transition: all 0.25s ease-in-out;
}
.user-list ul li:hover {
    background-color: #fafafa;
    border: 1px solid #dedede;
}
.user-list ul li .text-gray {
    font-size: 14px;
    color: #AD9E9E;
    margin-top: 25px;
}
.user-list ul li .btn-resend {
    font-size: 16px;
    font-weight: 600;
    color: #009C00;
    min-width: 103px;
    height: 36px;
    line-height: 16px;
    padding: 10px 12px;
    background-color: #e8ffe7;
}
.user-list ul li a {
    display: block;
    width: 310px;
    height: 260px;
    padding: 15px;
}
.user-list ul li .icon {
    margin: 0 auto;
}
.user-list ul li h4 {
    font-size: 36px;
    line-height: 49px;
    color: #009C68;
    font-weight: 800;
    margin-top: 15px;
}
.user-list ul li .line {
    width: 100%;
    height: 1px;
    background-color: #EFEFEF;
    margin: 9px 0 13px 0;
}
.user-list ul li p {
    font-size: 18px;
    line-height: 25px;
    color: #009C68;
    font-weight: 600;
    word-break: break-all;
}
.icon-simple-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #008d00;
    background-color: #009C00;
}
.icon-simple-name.icon-simple-name-gray {
    color: #595D60;
    border: 1px solid #979797;
    background-color: #C9CACD;
}
.icon-simple-name-large {
    font-size: 28px;
    color: #131415;
    font-weight: 800;
    width: 81px;
    height: 81px;
    line-height: 88px;
    border-radius: 100%;
    background-color: #D8D8D8;
}
.switch-checkbox {
    height: auto;
    background-color: #fff;
    vertical-align: middle;
    padding: 8px 2px;
    position: relative;
}
.switch-checkbox label {
    font-size: 12px;
    font-weight: 900;
    color: #82888F;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-left: 42px;
    cursor: pointer;
}
.switch-checkbox label .switchbox {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: 0;
    left: 0;
    width: 0;
    height: 0;
}
.switch-checkbox input[type="checkbox"] {
    position: absolute;
    top: 50%;
    margin-top: 0;
    right: 32px;
    width: 0;
    height: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.switch-checkbox input[type="checkbox"] + label .switchbox::before,
.switch-checkbox input[type="checkbox"] + label .switchbox::after,
.switch-checkbox input[type="checkbox"] + label .switchbox:before,
.switch-checkbox input[type="checkbox"] + label .switchbox:after,
.switch-checkbox input[type="checkbox"] + label .switchbox:before,
.switch-checkbox input[type="checkbox"] + label .switchbox after {
    content: "";
    display: block;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 50%;
}
.switch-checkbox input[type="checkbox"] + label .switchbox::before,
.switch-checkbox input[type="checkbox"] + label .switchbox:before,
.switch-checkbox input[type="checkbox"] + label .switchbox before {
    width: 32px;
    height: 14px;
    border-radius: 14px;
    background-color: #EEEFF0;
    margin-top: -6px;
    left: 0;
}
.switch-checkbox input[type="checkbox"] + label .switchbox::after,
.switch-checkbox input[type="checkbox"] + label .switchbox:after,
.switch-checkbox input[type="checkbox"] + label .switchbox after {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) !important;
    margin-top: -11px;
    left: -8px;
}
.switch-checkbox input[type="checkbox"]:checked + label .switchbox::after,
.switch-checkbox input[type="checkbox"]:checked + label .switchbox:after,
.switch-checkbox input[type="checkbox"]:checked + label .switchbox after {
    left: 16px;
}
.switch-checkbox input[type="checkbox"]:checked + label .switchbox::before,
.switch-checkbox input[type="checkbox"]:checked + label .switchbox:before,
.switch-checkbox input[type="checkbox"]:checked + label .switchbox before {
    background-color: #00c25a;
}
.switch-checkbox input[type="checkbox"].checked + label .switchbox::after,
.switch-checkbox input[type="checkbox"].checked + label:after,
.switch-checkbox input[type="checkbox"].checked + label after {
    left: 16px !important;
}
.switch-checkbox input[type="checkbox"].checked + label .switchbox::before,
.switch-checkbox input[type="checkbox"].checked + label .switchbox:before,
.switch-checkbox input[type="checkbox"].checked + label .switchbox before {
    background-color: #00c25a !important;
}
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox::after,
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox:after,
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox after {
    height: 22px !important;
    width: 22px !important;
    border-radius: 100% !important;
    background-color: #fff !important;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2) !important;
    margin-top: -11px !important;
    left: -8px !important;
}
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox::before,
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox:before,
.switch-checkbox input[type="checkbox"].unchecked + label .switchbox before {
    width: 32px !important;
    height: 14px !important;
    border-radius: 14px !important;
    background-color: #EEEFF0 !important;
    margin-top: -6px !important;
    left: 0 !important;
}
.switch-checkbox.switch-checkbox-sm {
    padding: 5px 0;
}
.switch-checkbox.switch-checkbox-sm label {
    padding-left: 34px;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] {
    position: absolute;
    top: 50%;
    margin-top: 0;
    left: 0;
    width: 0;
    height: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox::before,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox:before,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox before {
    width: 20px;
    height: 12px;
    margin-top: -6px;
    left: 0;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox::after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox:after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"] + label .switchbox after {
    height: 8px;
    width: 8px;
    margin-top: -4px;
    left: 2px;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"]:checked + label .switchbox::after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"]:checked + label .switchbox:after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"]:checked + label .switchbox after {
    left: 10px;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].checked + label .switchbox::after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].checked + label:after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].checked + label after {
    left: 10px !important;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox::after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox:after,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox after {
    height: 8px !important;
    width: 8px !important;
    margin-top: -4px !important;
    left: 2px !important;
}
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox::before,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox:before,
.switch-checkbox.switch-checkbox-sm input[type="checkbox"].unchecked + label .switchbox before {
    width: 20px !important;
    height: 12px !important;
    margin-top: -6px !important;
    left: 0 !important;
}
.icon-eye {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin: 0 8px;
}
.count-unhide {
    color: #cfcfd0;
    font-size: 14px;
}
.unhide-a {
    text-decoration: underline !important;
    color: #cfcfd0;
}
.card-list {
    padding: 0 20px;
}
.card-list h4 {
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
    color: #000;
}
.card-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.card-list ul li:hover .icon-eye {
    display: block;
}
.card-list ul .icon-eye {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    z-index: 99;
    display: none;
    cursor: pointer;
}
.card-list ul li {
    flex-shrink: 0;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #dedede;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.25s ease-in-out;
}
.card-list ul li:last-child {
    margin-right: 0;
}
.card-list ul li:hover {
    background-color: #fafafa;
    border: 1px solid #d1d1d1;
}
.card-list ul li:hover .bg-purple {
    background-color: #8300f5;
}
.card-list ul li:hover .bg-orange {
    background-color: #ffeacb;
}
.card-list ul li:hover .bg-green-dark {
    background-color: #deffdd !important;
}
.card-list ul li a {
    position: relative;
    display: block;
    width: 310px;
    height: 370px;
    cursor: default;
}
.card-list ul li a .card-top {
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.card-list ul li a .card-top .icon-eye:hover {
    background-image: url('../images/icon/icon-view-blank.svg') !important;
    opacity: 1;
}
.card-list ul li a .card-top .card-content {
    position: relative;
    width: 100%;
    padding: 0 25px;
    z-index: 5;
}
.card-list ul li a .card-top .card-content p {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
}
.card-list ul li a .card-top .card-content h4 {
    font-size: 36px;
    font-weight: 900;
    line-height: 49px;
    border-bottom: 1px solid rgba(239, 239, 239, 0.7);
}
.card-list ul li a .card-top .card-content .for-label {
    font-size: 18px;
    font-weight: 800;
    width: 158px;
    height: 32px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
}
.card-list ul li a .card-top .card-content.card-content-orange h4 {
    color: #FF7A00;
}
.card-list ul li a .card-top .card-content.card-content-orange p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 600;
    color: #66676B;
}
.card-list ul li a .card-top .card-content.card-content-orange .for-label {
    color: #D14800;
}
.card-list ul li a .card-top .card-content.card-content-green h4 {
    color: #33A672;
}
.card-list ul li a .card-top .card-content.card-content-green p {
    font-size: 18px;
    line-height: 31px;
    font-weight: 600;
    color: #66676B;
}
.card-list ul li a .card-top .card-content.card-content-green .for-label {
    color: #009C68;
}
.card-list ul li a .card-bottom {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    color: #004343;
    align-items: center;
    height: 70px;
    padding-left: 22px;
    text-align: left;
}
.card-list ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 246px;
    height: 192px;
    background-image: url('../images/card-bg.png');
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}
.plan-content {
    display: flex;
    justify-content: flex-end;
}
.plan-content .plan-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 336px;
    padding: 21px;
    border-radius: 8px;
    border: 1px solid #E5E6E9;
    background-color: #fff;
    text-align: center;
    margin: 0 6px;
}
.plan-content .plan-box .title {
    font-size: 18px;
    font-weight: 900;
    line-height: 25px;
    color: #1D1E40;
}
.plan-content .plan-box .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    color: #1BA71B;
    text-decoration: underline;
    margin: 14px 0 22px 0;
}
.plan-content .plan-box .price {
    position: relative;
    font-size: 32px;
    font-weight: 300;
    line-height: 44px;
    color: #1D1E40;
    padding-left: 12px;
    margin-top: 26px;
}
.plan-content .plan-box .price .unit {
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
}
.plan-content .plan-box .price-save {
    display: block;
    font-size: 16px;
    font-weight: 900;
    line-height: 22px;
    color: #0060FF;
}
.plan-content .plan-box .btn-switch {
    display: flex;
    position: relative;
    width: 168px;
    height: 35px;
    padding: 4px;
    border-radius: 17.5px;
    background-color: #FAFBFC;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.plan-content .plan-box .btn-switch::before {
    content: "";
    position: absolute;
    top: 2px;
    width: 82px;
    height: 31px;
    border-radius: 16px;
    background-color: #E8FFE7;
    z-index: 1;
    transition: all 0.25s ease-in-out;
}
.plan-content .plan-box .btn-switch .switch-val {
    position: relative;
    font-size: 16px;
    font-weight: 800;
    color: #1D1E40;
    text-transform: uppercase;
    line-height: 31px;
    width: 82px;
    height: 31px;
    z-index: 5;
    transform: scale(0.67, 0.67);
    -moz-transform: scale(0.67, 0.67);
    -webkit-transform: scale(0.67, 0.67);
    -o-transform: scale(0.67, 0.67);
}
.plan-content .plan-box .btn-switch .switch-val.switch-left {
    margin-right: -2px;
}
.plan-content .plan-box .btn-switch .switch-val.switch-right {
    margin-right: 0;
}
.plan-content .plan-box .btn-switch.switch-left-active::before {
    left: 2px;
}
.plan-content .plan-box .btn-switch.switch-left-active .switch-left {
    color: #009C00;
}
.plan-content .plan-box .btn-switch.switch-right-active::before {
    left: 84px;
}
.plan-content .plan-box .btn-switch.switch-right-active .switch-right {
    color: #009C00;
}
.plan-info {
    font-weight: 500;
    font-size: 14px;
    color: #162F56;
    line-height: 22px;
    width: 300px;
    height: auto;
    padding: 16px 12px;
    background-color: #E3FEE5;
    border-radius: 8px;
}
.plan-info a {
    font-size: 14px;
    color: #162F56;
    line-height: 22px;
    text-decoration: underline;
}
.plan-info a:hover {
    color: #112442;
    text-decoration: underline;
}
.top-tip {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 40px;
    text-align: center;
    background-color: #009E6C;
    z-index: 99;
}
.top-tip a {
    color: #fff;
    text-decoration: underline;
}
.top-tip a:hover {
    opacity: 0.9;
    text-decoration: underline;
}
.screens {
    background-color: #edeeef !important;
}
.screens .d-flex {
    display: flex;
}
.screens .d-flex .btn-col-all {
    width: 160px;
    display: flex;
    flex-wrap: wrap;
}
.screens .d-flex .btn-collapse,
.screens .d-flex .btn-expand {
    height: 19px;
    width: 85px;
    color: #019650;
    font-family: "AvenirNext";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06px;
    line-height: 19px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-left: 18px;
}
.screens .scr-over {
    overflow: auto;
    height: calc(100vh - 100px);
}
.screens .sub-header-right {
    display: none !important;
}
.screens .table-main-wrapper .table td .cell-selectable .select2-container .select2-selection {
    border-width: 3px;
    border-color: #B9B9B9;
    background-color: #f3f3f3;
    box-shadow: none;
    height: 40px;
    border-radius: 7px;
}
.screens .table-main-wrapper .table td .cell-selectable .select2-container .select2-selection .select2-selection__rendered {
    line-height: 34px;
}
.screens .table-main-wrapper.table-fixed-bg:before {
    display: none;
}
.screens .table-main-wrapper {
    padding: 0;
}
.screens .table-main-wrapper table {
    border: none;
}
.screens .table-main-wrapper td {
    border: none !important;
    background: none;
    padding: 0;
}
.screens .table-main-wrapper .plan-header {
    background-color: #000;
    padding: 10px 20px;
    height: 66px;
}
.screens .table-main-wrapper .plan-header td {
    z-index: 9999;
}
.screens .table-main-wrapper .plan-header .cell {
    height: 46px;
    background-color: #33383E;
    border-radius: 23px;
    line-height: 46px;
    padding-left: 16px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.screens .table-main-wrapper .plan-header .cell p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.09px;
    font-weight: 600;
    margin: 0;
    line-height: 16px;
    font-family: "AvenirNext";
}
.screens .table-main-wrapper .plan-header .cell span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3px;
    right: 5px;
}
.screens .table-main-wrapper .plan-header .plan-header-td2 {
    width: 270px;
}
.screens .table-main-wrapper .plan-header .plan-header-td3 {
    width: 125px;
}
.screens .table-main-wrapper .plan-header .plan-header-td4 {
    width: 261px;
}
.screens .table-main-wrapper .plan-header .plan-header-td5 {
    width: 164px;
}
.screens .table-main-wrapper .plan-header .plan-header-td6 {
    width: 140px;
}
.screens .table-main-wrapper .plan-header .plan-header-td7 {
    width: 150px;
}
.screens .table-main-wrapper .plan-header .plan-header-td8 {
    width: 167px;
}
.screens .table-main-wrapper .plan-header .plan-header-td9 {
    width: 250px;
}
.screens .table-main-wrapper .plan-header .plan-header-td10 {
    width: 296px;
}
.screens .table-main-wrapper .plan-header .plan-id {
    background: #34B478;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 0.06px;
    color: #fff;
    font-weight: 600;
    margin-left: 20px;
}
.screens .table-main-wrapper .plan-header .plan-id span {
    font-family: AvenirNext;
}
.screens .table-main-wrapper .date {
    background-color: #fff;
    display: table-row;
    height: 62px;
}
.screens .table-main-wrapper .date td {
    z-index: 999;
}
.screens .table-main-wrapper .date input[type="date"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    border: 3px solid #454F6E;
    border-radius: 8px;
    width: 267px;
    height: 48px;
    padding: 0 10px 0 50px ;
    color: #4E597B;
    font-size: 18px;
    font-weight: bold;
    margin: 7px 20px;
    cursor: pointer;
}
.screens .table-main-wrapper .date input[type="date"]::-webkit-calendar-picker-indicator {
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
}
.screens .table-main-wrapper .date .date-time-block {
    border: 3px solid #454F6E;
    border-radius: 8px;
    width: 267px;
    height: 48px;
    padding: 0 10px 0 25px;
    color: #4E597B;
    font-size: 18px;
    font-weight: bold;
    margin: 7px 20px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.screens .table-main-wrapper .date .date-time-block p {
    margin: 0 0 0 9px;
    font-family: "AvenirNext";
    font-weight: bold;
    font-size: 18px;
    color: #454f6e;
    cursor: pointer;
}
.screens .table-main-wrapper .date .date-time {
    display: flex;
    align-items: center;
}
.screens .table-main-wrapper .date .date-time .prev {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.screens .table-main-wrapper .date .date-time .next {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.screens .table-main-wrapper .date .date-time .month {
    font-size: 22px;
    color: #778390;
    font-weight: bold;
    letter-spacing: -0.48px;
    margin-left: 8px;
}
.screens .table-main-wrapper .date .date-time .month span {
    font-weight: normal;
}
.screens .table-main-wrapper .date .date-time ul {
    display: flex;
    align-items: center;
    padding: 6px 0 7px;
}
.screens .table-main-wrapper .date .date-time ul li {
    margin-left: 14px;
    width: 125px;
    height: 49px;
    line-height: 50px;
    text-align: center;
    background-color: #EEEFF1;
    border-radius: 25px;
}
.screens .table-main-wrapper .date .cell .day {
    margin-left: 14px;
    width: 125px;
    height: 49px;
    line-height: 50px;
    text-align: center;
    background-color: #EEEFF1;
    border-radius: 25px;
}
.screens .table-main-wrapper .month {
    font-size: 22px;
    height: 62px;
    line-height: 62px;
    color: #778390;
    font-weight: bold;
    letter-spacing: -0.48px;
    margin-left: 10px;
    border-right: 3px solid #EEEFF1;
}
.screens .table-main-wrapper .month span {
    font-weight: normal;
}
.screens .table-main-wrapper .date-time {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.screens .table-main-wrapper .date-time .prev {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.screens .table-main-wrapper .date-time .next {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.screens .table-main-wrapper .date-time ul {
    display: flex;
    align-items: center;
    padding: 6px 0 7px;
}
.screens .table-main-wrapper .date-time ul li {
    margin-left: 14px;
    width: 125px;
    height: 49px;
    line-height: 50px;
    text-align: center;
    background-color: #EEEFF1;
    border-radius: 25px;
}
.screens .table-main-wrapper .plan-stage {
    background-color: #edeeef;
}
.screens .table-main-wrapper .plan-stage tbody tr {
    padding-left: 10px;
    background: #edeeef;
}
.screens .table-main-wrapper .plan-stage .title {
    background-color: #edeeef !important;
    padding-top: 34px;
}
.screens .table-main-wrapper .plan-stage h2 {
    background-color: #fff;
    border-top-left-radius: 8px;
    margin-left: 10px;
}
.screens .table-main-wrapper .plan-stage .ml-10 {
    margin-left: 10px;
}
.screens .table-main-wrapper .plan-stage .cell > div {
    border: 3px solid #B9B9B9;
    border-radius: 7px;
    height: 40px;
    background-color: #f3f3f3;
    text-align: right;
    padding-left: 18px;
    line-height: 34px;
    padding-right: 10px;
    margin-right: 13px;
}
.screens .table-main-wrapper .plan-stage .tbody-input1 {
    width: 135px;
}
.screens .table-main-wrapper .plan-stage .tbody-input2 {
    width: 254px;
}
.screens .table-main-wrapper .plan-stage .table-disabled1 {
    width: 164px;
}
.screens .table-main-wrapper .plan-stage .table-disabled2 {
    width: 150px;
}
.screens .table-main-wrapper .plan-stage .table-disabled3 {
    width: 154px;
}
.screens .table-main-wrapper .plan-stage .table-disabled4 {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.screens .table-main-wrapper .plan-stage .cell {
    padding-bottom: 22px;
    background-color: #fff;
}
.screens .table-main-wrapper .plan-stage .cell .num {
    background: #000;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
    margin-left: 10px;
}
.screens .table-main-wrapper .plan-stage .cell .name {
    text-align: left;
    width: 267px;
    font-size: 14px;
    color: #535455;
    font-weight: 600;
    letter-spacing: 0.06px;
}
.screens .table-main-wrapper .plan-stage .cell input {
    font-size: 16px;
    color: #131415;
    letter-spacing: 0.07px;
    overflow: hidden;
    border: none;
    outline: none;
    background-color: #f3f3f3;
    border: 3px solid #B9B9B9;
    border-radius: 7px;
    height: 40px;
    text-align: right;
    padding-left: 18px;
    line-height: 34px;
    padding-right: 10px;
    margin-right: 13px;
}
.screens .table-main-wrapper .plan-stage .cell p {
    margin-bottom: 0;
}
.screens .table-main-wrapper .plan-stage .cell p.green {
    color: #009751;
}
.screens .table-main-wrapper .plan-stage .cell span.green {
    color: #4EDBAA;
    width: 92px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    background-color: #E8FFE7;
}
.screens .table-main-wrapper .plan-stage .green-bor {
    border: 3px solid #34B478 !important;
}
.screens .table-main-wrapper .plan-disabled .cell > .table-disabled {
    width: 150px !important;
}
.screens .sub-header {
    background-color: #fff;
    padding: 0 36px 10px;
}
.screens header {
    background-color: #fff;
    padding: 0;
}
.screens header .sub-tit {
    font-family: AvenirNext;
    font-weight: 500;
    color: #4F597B;
    font-size: 16px;
}
.screens header h2 {
    font-family: AvenirNext;
    font-size: 32px;
    line-height: 44px;
    color: #4E597B;
    letter-spacing: -1.18px !important;
}
.screens header .header-img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 200px;
    height: 50px;
}
.screens header .header-img .txt {
    font-family: AvenirNext;
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -0.33px;
    color: #53606F;
    margin-right: 18px;
    margin-bottom: 0;
    width: calc(100% - 65px);
}
.screens header .header-img img {
    width: 45px;
    height: 45px;
}
.screens .container-fluid {
    padding: 0 !important;
}
.screens .container-fluid ul.nav-pills {
    padding: 0 36px 10px;
    margin: 0;
    background-color: #fff;
}
.screens .container-fluid .sub-header-right {
    display: flex;
    align-items: center;
}
.screens .form-content-white {
    height: 73px !important;
    background-color: #fff;
    margin-top: 24px;
    display: flex;
    align-items: center;
    margin: 24px 36px 0;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.screens .form-content-white p {
    font-family: AvenirNext;
    font-weight: bold;
    font-size: 18px;
    color: #FF3360;
    margin-bottom: 0;
}
.screens .form-content-white a {
    text-decoration: underline !important;
    color: #FF3360;
}
.screens .form-content-white a:hover {
    color: #FF3360;
}
.screens .pro-title {
    font-family: AvenirNext;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.12px;
    line-height: 38px;
    color: #3A4047;
    margin-bottom: 20px;
}
.screens .section {
    margin: 24px 36px auto;
    background-color: #fff;
    padding: 10px 23px 0 26px;
}
.screens .sec-date span {
    font-family: AvenirNext;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.07px;
    line-height: 41px;
    color: #121415;
    width: 41px;
    height: 41px;
    border: 1px solid #E3E6EB;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.screens .sec-date .claim {
    width: 270px;
    height: 40px;
    line-height: 40px;
    border: 3px solid #B9B9B9;
    border-radius: 7px;
    background-color: #F3F3F3;
    padding-left: 18px;
    padding-right: 18px;
    font-family: AvenirNext;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06px;
    color: #494A4B;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.screens .sec-date p {
    font-family: AvenirNext;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.06px;
    color: #535455;
    margin-left: 37px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.screens .p-l {
    padding-left: 14px;
}
.screens .sec-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.screens .sec-flex h2 {
    font-family: AvenirNext;
    font-weight: bold;
    font-size: 38px;
    letter-spacing: 0.16px;
    line-height: 52px;
    color: #131415;
}
.screens .sec-flex .sub-tit {
    font-family: AvenirNext;
    font-size: 18px;
    letter-spacing: 0.08px;
    color: #121415;
    line-height: 25px;
}
.screens .sec-flex .sec-title {
    font-family: AvenirNext;
    font-size: 24px;
    letter-spacing: 0.1px;
}
.screens .sec-flex .sec-title .btn-collapse,
.screens .sec-flex .sec-title .btn-expand {
    height: 19px;
    width: 60px;
    color: #019650;
    font-family: "AvenirNext";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06px;
    line-height: 19px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-left: 18px;
}
.screens .sec-flex .sub-title2 {
    font-family: AvenirNext;
    font-size: 18px;
    letter-spacing: 0.08px;
    color: #33383E;
    margin-left: 22.5px;
}
.screens .sec-flex .sub-price {
    font-family: AvenirNext;
    font-size: 24px;
    letter-spacing: 0.08px;
    color: #131415;
}
.screens .sec-flex .sub-price2 {
    color: #141415 !important;
    text-decoration: none;
}
.screens .price {
    width: 155px;
    height: 40px;
    color: #019650;
    line-height: 40px;
    text-align: right;
    border: 3px solid #B9B9B9;
    border-radius: 8px;
    background-color: #F3F3F3;
    font-family: AvenirNext;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.07px;
    padding: 0 10px;
    text-decoration: underline;
    cursor: pointer;
}
.screens .sec-title-sum,
.screens .sub-price-sum {
    font-family: AvenirNext;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1px;
    color: #33383E;
    padding-left: 14px;
}
.screens .icon-i {
    width: 16px;
    height: 17px;
    background-image: url('../images/icon/ShapeCopy3.svg');
    vertical-align: middle;
    margin-right: 13px;
    margin-left: 6px;
}
.screens .icon-i2 {
    background-image: url('../images/icon/ShapeCopy31.svg') !important;
    margin-right: 22px !important;
}
.screens .bg-blank {
    background-color: #141415;
    height: 68px;
    border-radius: 8px;
    padding: 0 22px;
}
.screens .bg-blank .sec-title-sum {
    color: #fff !important;
    padding-left: 0;
}
.screens .bg-blank .pro-title {
    color: #fff;
    margin-bottom: 0;
}
.screens .bg-green {
    background-color: #35b478;
    height: 118px;
    border-radius: 8px;
    padding: 0 22px;
}
.screens .bg-green .sec-title-sum {
    color: #fff !important;
    padding-left: 0;
}
.screens .bg-green .pro-title {
    color: #fff;
    margin-bottom: 0;
}
.screens .bg-white {
    background-color: #fff;
    padding: 0px 13px 65px 20px;
    margin: 0 36px;
}
.screens .sub-tite3 {
    font-family: AvenirNext;
    font-size: 28px;
    letter-spacing: 0.12px;
    color: #3A4047;
}
.screens .sub-tite3 .btn-collapse,
.screens .sub-tite3 .btn-expand {
    height: 19px;
    width: 60px;
    color: #019650;
    font-family: "AvenirNext";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.06px;
    line-height: 19px;
    text-align: center;
    background-color: transparent;
    padding: 0;
    margin-left: 18px;
}
.screens .line {
    height: 2px;
    width: 100%;
    background-color: #D8D8D8;
    margin-bottom: 10px;
    margin-top: 10px;
}
.screens .mb-clear {
    padding-bottom: 0 !important;
    padding-top: 58px !important;
}
.screens .mt-clear {
    padding-top: 28px !important;
}
.aside-content.screens-content {
    top: 77px !important;
    height: calc(100% - 77px) !important;
    padding-top: 0 !important;
}
.aside-content.screens-content .aside-list-project li .title {
    font-family: AvenirNext;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0.1px !important;
    color: #33475B !important;
}
.aside-content.screens-content .aside-list-project li .sub-title {
    font-family: AvenirNext;
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 0.09px !important;
    color: #33475B !important;
}
.aside-content.screens-content .aside-list.aside-list-project > li > a {
    padding-left: 16px !important;
}
.aside-content.screens-content .aside-list.aside-list-project > li > a:hover {
    padding-right: 16px !important;
}
.aside-content.screens-content .aside-list-project li a {
    margin: 8px 17px !important;
    border-radius: 8px;
    border: 3px solid #B9B9B9;
    background: #F3F3F3 !important;
}
.aside-content.screens-content .aside-list-project li a:first-child {
    margin-top: 0 !important;
}
.aside-content.screens-content .aside-list-project li a.active {
    background-color: #34B478 !important;
    border: 3px solid #34B478;
}
.aside-content.screens-content .aside-list-project li a.active .title {
    color: #fff !important;
}
.aside-content.screens-content .aside-list-project li a.active .sub-title {
    color: #fff !important;
}
.aside-content.screens-content .aside-box {
    margin: 5px auto 21px;
}
.aside-content.screens-content .aside-box h2 {
    font-family: AvenirNext;
    font-weight: bolder;
    font-size: 24px;
    color: #4F597B;
}
.icon-new {
    width: 40px;
    vertical-align: middle;
    height: 17px;
    background-image: url('../images/icon/GroupCopy2.svg');
    margin-left: 10px;
}
.icon-danger {
    background-image: url('../images/icon/ShapeCopy.svg');
}
.icon-gray-danger {
    background-image: url('../images/icon/Shape.svg');
}
.icon-danger-whm {
    width: 42px;
    height: 36px;
    margin: auto 21px;
}
.icon-22-19 {
    width: 22px;
    height: 19px;
    float: left;
    margin-top: 8px;
    margin-right: 15px;
}
.pb-17 {
    padding-bottom: 17px;
}
.mb-22 {
    margin-bottom: 22px;
    margin-left: 14px;
}
.mb-26 {
    margin-bottom: 26px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-36 {
    margin-bottom: 36px;
    margin-left: 14px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-46 {
    padding-bottom: 46px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.btn-green {
    background-color: #009650;
    color: #fff;
    font-family: AvenirNext;
    font-size: 16px;
}
.btn-green:hover {
    color: #fff !important;
}
.btn-create {
    font-family: AvenirNext;
    font-size: 16px !important;
    font-weight: 600;
    color: #00A156 !important;
    float: right;
}
.project-plans {
    display: table;
}
.pej-plan {
    font-family: AvenirNext;
    font-size: 14px;
    padding: 0 !important;
    display: table-header-group;
}
.pej-plan .plan {
    background-color: #000;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}
.pej-plan .plan .plan-id {
    background: #34B478;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    line-height: 46px;
    text-align: center;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 0.06px;
    color: #fff;
    font-weight: 600;
}
.pej-plan .plan ul {
    display: flex;
    align-items: center;
}
.pej-plan .plan ul li {
    height: 46px;
    background-color: #33383E;
    border: 1px solid #979797;
    border-radius: 23px;
    line-height: 46px;
    padding-left: 16px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}
.pej-plan .plan ul li P {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.09px;
    font-weight: 600;
    margin: 0;
    line-height: 16px;
}
.pej-plan .plan ul li span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 2px;
    right: 5px;
}
.pej-plan .plan ul .edit-plan {
    padding-right: 50px;
}
.pej-plan .plan ul li:hover span .icon-sss {
    background-image: url('../images/icon/time.svg');
}
.pej-plan .plan ul li:nth-child(1) {
    width: 270px;
}
.pej-plan .plan ul li:nth-child(2) {
    width: 125px;
}
.pej-plan .plan ul li:nth-child(3) {
    width: 261px;
}
.pej-plan .plan ul li:nth-child(4) {
    width: 164px;
}
.pej-plan .plan ul li:nth-child(5) {
    width: 140px;
}
.pej-plan .plan ul li:nth-child(6) {
    width: 150px;
}
.pej-plan .plan ul li:nth-child(7) {
    width: 167px;
}
.pej-plan .plan ul li:nth-child(8) {
    width: 250px;
}
.pej-plan .plan ul li:nth-child(9) {
    width: 296px;
}
.plan-stage {
    margin: 34px 10px 0;
    font-family: AvenirNext;
    background-color: #fff;
    border-radius: 8px;
}
.plan-stage h2 {
    font-size: 24px;
    font-weight: 600;
    color: #454F6E;
    letter-spacing: 0.1px;
    padding: 20px 30px;
}
.plan-stage .plans-list {
    padding: 0 16px 0 10px;
}
.plan-stage .plans-list .plans-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.plan-stage .plans-list .plans-list-item .table-cell {
    display: table-cell;
}
.plan-stage .plans-list .plans-list-item div {
    border: 3px solid #B9B9B9;
    border-radius: 7px;
    height: 40px;
    background-color: #f3f3f3;
    text-align: right;
    padding-left: 18px;
    line-height: 34px;
    padding-right: 10px;
    margin-right: 13px;
}
.plan-stage .plans-list .plans-list-item div p {
    margin-bottom: 0;
    font-size: 16px;
    color: #131415;
    letter-spacing: 0.07px;
}
.plan-stage .plans-list .plans-list-item div p.green {
    color: #009751;
}
.plan-stage .plans-list .plans-list-item div span.green {
    color: #4EDBAA;
    width: 92px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    background-color: #E8FFE7;
}
.plan-stage .plans-list .plans-list-item div:nth-child(3) {
    width: 125px;
}
.plan-stage .plans-list .plans-list-item div:nth-child(4) {
    width: 254px;
}
.plan-stage .plans-list .plans-list-item div:nth-child(5) {
    width: 164px;
}
.plan-stage .plans-list .plans-list-item div:nth-child(6) {
    width: 137px;
    text-align: left;
    display: flex;
    align-items: center;
}
.plan-stage .plans-list .plans-list-item div:nth-child(7) {
    width: 150px;
}
.plan-stage .plans-list .plans-list-item div:nth-child(8) {
    width: 154px;
}
.plan-stage .plans-list .plans-list-item div:nth-child(9) {
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plan-stage .plans-list .plans-list-item div:nth-child(10) {
    width: 296px;
}
.plan-stage .plans-list .plans-list-item div:last-child {
    margin-right: 0;
}
.plan-stage .plans-list .plans-list-item div.green-bor {
    border: 3px solid #34B478;
}
.plan-stage .plans-list .plans-list-item div.gray {
    color: rgba(18, 20, 21, 0.5);
    font-size: 16px;
    letter-spacing: 0.07px;
}
.plan-stage .plans-list .plans-list-item div.blank {
    font-size: 16px;
    color: #131415;
    letter-spacing: 0.07px;
}
.plan-stage .plans-list .plans-list-item .num {
    background: #000;
    color: #fff;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
}
.plan-stage .plans-list .plans-list-item .name {
    text-align: left;
    width: 267px;
    font-size: 14px;
    color: #535455;
    font-weight: 600;
    letter-spacing: 0.06px;
}
.plan-stage .plans-list .plans-list-item:last-child {
    padding-bottom: 22px;
    margin-bottom: 0;
}
.date {
    display: table-row-group;
    background-color: #fff;
}
.date input[type="date"] {
    border: 3px solid #454F6E;
    border-radius: 8px;
    width: 267px;
    height: 48px;
    padding: 0 10px 0 50px ;
    color: #4E597B;
    font-size: 18px;
    font-weight: bold;
    margin: 7px 20px;
}
.date .date-time {
    display: flex;
    align-items: center;
}
.date .date-time .prev {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.date .date-time .next {
    width: 34px;
    height: 33px;
    border: 3px solid #B9B9B9;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #eeeff1;
    line-height: 32px;
}
.date .date-time .month {
    font-size: 22px;
    color: #778390;
    font-weight: bold;
    letter-spacing: -0.48px;
    margin-left: 8px;
}
.date .date-time .month span {
    font-weight: normal;
}
.date .date-time ul {
    display: flex;
    align-items: center;
    padding: 6px 0 7px;
}
.date .date-time ul li {
    margin-left: 14px;
    width: 125px;
    height: 49px;
    line-height: 50px;
    text-align: center;
    background-color: #EEEFF1;
    border-radius: 25px;
}
.none-show {
    display: none;
}
.show-none .date {
    margin-left: 10px;
    margin-top: 5px;
    width: -webkit-min-content;
    width: min-content;
    padding: 0;
}
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(3),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(4),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(5),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(6),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(7),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(8),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(9),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(10),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(11),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(12),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(13),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(14),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(15),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(16),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(17),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(18),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(19),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(20),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(21),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(22),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(23),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(24),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(25),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(26),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(27),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(28),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(29),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(30),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(31),
.plans-list-click .plans-list .plans-list-item .table-cell:nth-child(32) {
    width: 125px !important;
    border: 3px solid #B9B9B9 !important;
    background-color: #f3f3f3;
    text-align: right ;
    color: #131415;
    display: block;
    font-size: 16px;
}
.plans-list-click .plans-list ul li div {
    width: 125px;
}
.plans-list-click .pej-plan .plan .plan-id {
    background-color: #33383e;
}
.click-css {
    background-color: #34b478 !important;
}
.click-css span .icon-x {
    background-image: url('../images/icon/x.svg') !important;
}
.click-css li:hover span .icon-sss {
    background-image: url('../images/icon/x.svg') !important;
}
.plan-services {
    background-color: #f2f3f4 !important;
}
.plan-services header {
    padding: 16px 41px !important;
}
.plan-services header h2 {
    color: #33475B;
}
.plan-services header .sub-tit {
    color: #33475B !important;
    font-family: "AvenirNext";
    font-size: 18px;
    font-weight: 500 !important;
    letter-spacing: -0.4px;
    line-height: 25px;
}
.plan-services .main-body {
    margin: 17px 17.5px;
}
.plan-services .main-body .d-flex {
    display: flex;
}
.plan-services .main-body .main-top {
    justify-content: space-between;
}
.plan-services .main-body .main-top .btn {
    width: 88px;
    height: 40px;
}
.plan-services .main-body .main-top .btn .btn-text {
    color: #00A86C;
    font-family: "AvenirNext";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.35px;
    line-height: 22px;
}
.plan-services .main-body .main-top .btn-126 {
    width: 126px;
}
.plan-services .main-body .main-top input[type="text"] {
    height: 41px;
    width: 225px;
    border: 1px solid #CCD5DE;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: #141415;
    font-family: "AvenirNext";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.35px;
    line-height: 22px;
    padding: 0 26.5px;
    outline: none;
    margin-right: 34.5px;
}
.plan-services .main-body .main-top .cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 46px;
    padding: 0 7px 0 16px;
    border-radius: 23px;
    background-color: #33383E;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 5px;
}
.plan-services .main-body .main-top .cell .cell-left {
    display: flex;
    align-items: center;
}
.plan-services .main-body .main-top .cell .cell-left .cell-text {
    padding: 0 14px 0 5px;
    color: #FAFBFC;
    font-family: AvenirNext;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}
.plan-services .main-body .main-top .cell.cell-active {
    background-color: #34B478;
}
.plan-services .main-body .main-top .cell.cell-active .icon-count {
    background-image: url(../images/icon-new/icon-new-close.svg);
}
.plan-services .main-body .main-top .cell.cell-130 {
    width: 130px;
}
.plan-services .main-body .main-top .cell.cell-143 {
    width: 157px;
}
.plan-services .main-body .date-control {
    display: flex;
    align-items: center;
    padding: 0 22px;
    margin: 33px 12px 20px -5.5px;
}
.plan-services .main-body .date-control .found {
    color: #8C8C8C;
    font-family: "AvenirNext";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05px;
    line-height: 16px;
    text-align: center;
    margin-left: 27px;
}
.plan-services .main-body .date-control .text {
    font-weight: 400;
    color: #6C7884;
    font-family: "AvenirNext";
    font-size: 29px;
    letter-spacing: -0.64px;
    line-height: 40px;
}
.plan-services .main-body .date-control .text span {
    font-weight: 700;
}
.plan-services .main-body .date-control .date-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 33px;
    margin-right: 17px;
    border-radius: 8px;
    background-color: #EEEFF1;
}
.plan-services .main-body .date-control .date-btn .date-btn-right,
.plan-services .main-body .date-control .date-btn .date-btn-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 33px;
    cursor: pointer;
}
.plan-services .main-body .date-control .date-btn .date-btn-left {
    border-right: 0.5px solid #D8DDE1;
}
.plan-services .main-body .date-control .date-btn .date-btn-right {
    border-left: 0.5px solid #D8DDE1;
}
.plan-services .main-body .service {
    overflow: auto;
    height: calc(100vh - 257px);
}
.plan-services .main-body .service .service-list {
    margin-bottom: 49.5px;
}
/*.plan-services .main-body .service .service-list .d-flex {*/
/*    align-items: flex-start;*/
/*}*/
.plan-services .main-body .service .service-list .txt {
    margin-left: 11.5px;
}
.plan-services .main-body .service .service-list .txt h6 {
    color: #00A273;
    font-family: "AvenirNext";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.17px;
    line-height: 24px;
    margin-bottom: 10px;
}
.plan-services .main-body .service .service-list .txt h6 .btn-none {
    height: 22px;
    width: 52px;
    background-color: transparent;
    color: #34383E;
    font-family: "AvenirNext";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -0.26px;
    line-height: 19px;
    text-align: center;
    padding: 0;
    margin-left: 15px;
}

.plan-services .main-body .service .service-list .service-item .progre.text-danger {
    color: #D0021B;
}

.plan-services .main-body .service .service-list .service-item .target {
    margin-top: 12px;
    width: 205px;
    height: 42px;
    display: flex;
    justify-content: space-between;
}
.plan-services .main-body .service .service-list .service-item .target > div {
    width: 49% ;
    overflow: hidden;
}
.plan-services .main-body .service .service-list .service-item .target > div .txt {
    opacity: 0.52;
    color: #7A8093;
    font-family: "AvenirNext";
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.04px;
    line-height: 14px;
    text-align: center;
    margin: 0;
}
.plan-services .main-body .service .service-list .service-item .target > div .money {
    color: #454F6E;
    font-family: "AvenirNext";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.07px;
    line-height: 22px;
    text-align: center;
    margin-top: 6px;
}
.plan-services .main-body .service .service-list .purple {
    height: auto;
    min-height: 185px;
    background-color: #EFEFF7;
    padding: 17px 8px 11px 7px;
    border: none !important;
}
.plan-services .main-body .service .service-list .purple .time {
    text-decoration: underline;
    margin-left: 5px;
}
.plan-services .main-body .service .service-list .purple .progre {
    margin-right: 5px;
}
.plan-services .main-body .service .service-list .purple .progress {
    margin: 0 5px;
    background-color: rgba(189, 16, 224, 0.11);
}
.plan-services .main-body .service .service-list .rect .purple {
    min-height: 392px;
    height: auto;
    margin-top: 10px;
}
.plan-services .main-body .service .service-list .rect .purple .author {
    margin: 0 0 5px;
}
.plan-services .main-body .service .service-list .rect .purple .target {
    margin-bottom: 13px;
}

.plan-services .main-body .service .cost-money {
    padding: 20px 16px 18px;
    width: -webkit-max-content;
    width: max-content;
    height: 124px;
    border-radius: 8px;
    background-color: #009650;
}
.plan-services .main-body .service .cost-money table {
    border-radius: 8px;
    background-color: #009650;
}
.plan-services .main-body .service .cost-money th .cell {
    margin-right: 8px;
    width: 143px;
    height: 46px;
    border-radius: 23px;
    background-color: #20BD73;
    padding: 0 19px;
}
.plan-services .main-body .service .cost-money th .cell span {
    color: #FFFFFF;
    font-family: AvenirNext;
    font-size: 12px;
    font-weight: 900;
    line-height: 46px;
    text-align: center;
}
.plan-services .main-body .service .cost-money td {
    height: 46px;
}
.plan-services .main-body .service .cost-money td .cell {
    margin-right: 8px;
}
.plan-services .main-body .service .cost-money td .cell span {
    display: inline-block;
    color: #FFFFFF;
    font-family: "AvenirNext";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08px;
    width: 100%;
    line-height: 27px;
    text-align: center;
}
.plan-services .main-body > .d-flex {
    margin-left: 13.5px;
}
@media (min-width: 0) {
    .xs-p-0 {
        padding: 0px !important;
    }
    .xs-pt-0 {
        padding-top: 0px !important;
    }
    .xs-pl-0 {
        padding-left: 0px !important;
    }
    .xs-pr-0 {
        padding-right: 0px !important;
    }
    .xs-pb-0 {
        padding-bottom: 0px !important;
    }
    .xs-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .xs-py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }
    .xs-m-0 {
        margin: 0px !important;
    }
    .xs-mt-0 {
        margin-top: 0px !important;
    }
    .xs-ml-0 {
        margin-left: 0px !important;
    }
    .xs-mr-0 {
        margin-right: 0px !important;
    }
    .xs-mb-0 {
        margin-bottom: 0px !important;
    }
    .xs-mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .xs-my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .xs-p-3 {
        padding: 3px !important;
    }
    .xs-pt-3 {
        padding-top: 3px !important;
    }
    .xs-pl-3 {
        padding-left: 3px !important;
    }
    .xs-pr-3 {
        padding-right: 3px !important;
    }
    .xs-pb-3 {
        padding-bottom: 3px !important;
    }
    .xs-px-3 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .xs-py-3 {
        padding-top: 3px !important;
        padding-bottom: 3px;
    }
    .xs-m-3 {
        margin: 3px !important;
    }
    .xs-mt-3 {
        margin-top: 3px !important;
    }
    .xs-ml-3 {
        margin-left: 3px !important;
    }
    .xs-mr-3 {
        margin-right: 3px !important;
    }
    .xs-mb-3 {
        margin-bottom: 3px !important;
    }
    .xs-mx-3 {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .xs-my-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .xs-p-4 {
        padding: 4px !important;
    }
    .xs-pt-4 {
        padding-top: 4px !important;
    }
    .xs-pl-4 {
        padding-left: 4px !important;
    }
    .xs-pr-4 {
        padding-right: 4px !important;
    }
    .xs-pb-4 {
        padding-bottom: 4px !important;
    }
    .xs-px-4 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .xs-py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px;
    }
    .xs-m-4 {
        margin: 4px !important;
    }
    .xs-mt-4 {
        margin-top: 4px !important;
    }
    .xs-ml-4 {
        margin-left: 4px !important;
    }
    .xs-mr-4 {
        margin-right: 4px !important;
    }
    .xs-mb-4 {
        margin-bottom: 4px !important;
    }
    .xs-mx-4 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
    .xs-my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .xs-p-5 {
        padding: 5px !important;
    }
    .xs-pt-5 {
        padding-top: 5px !important;
    }
    .xs-pl-5 {
        padding-left: 5px !important;
    }
    .xs-pr-5 {
        padding-right: 5px !important;
    }
    .xs-pb-5 {
        padding-bottom: 5px !important;
    }
    .xs-px-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .xs-py-5 {
        padding-top: 5px !important;
        padding-bottom: 5px;
    }
    .xs-m-5 {
        margin: 5px !important;
    }
    .xs-mt-5 {
        margin-top: 5px !important;
    }
    .xs-ml-5 {
        margin-left: 5px !important;
    }
    .xs-mr-5 {
        margin-right: 5px !important;
    }
    .xs-mb-5 {
        margin-bottom: 5px !important;
    }
    .xs-mx-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .xs-my-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .xs-p-6 {
        padding: 6px !important;
    }
    .xs-pt-6 {
        padding-top: 6px !important;
    }
    .xs-pl-6 {
        padding-left: 6px !important;
    }
    .xs-pr-6 {
        padding-right: 6px !important;
    }
    .xs-pb-6 {
        padding-bottom: 6px !important;
    }
    .xs-px-6 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .xs-py-6 {
        padding-top: 6px !important;
        padding-bottom: 6px;
    }
    .xs-m-6 {
        margin: 6px !important;
    }
    .xs-mt-6 {
        margin-top: 6px !important;
    }
    .xs-ml-6 {
        margin-left: 6px !important;
    }
    .xs-mr-6 {
        margin-right: 6px !important;
    }
    .xs-mb-6 {
        margin-bottom: 6px !important;
    }
    .xs-mx-6 {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .xs-my-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .xs-p-7 {
        padding: 7px !important;
    }
    .xs-pt-7 {
        padding-top: 7px !important;
    }
    .xs-pl-7 {
        padding-left: 7px !important;
    }
    .xs-pr-7 {
        padding-right: 7px !important;
    }
    .xs-pb-7 {
        padding-bottom: 7px !important;
    }
    .xs-px-7 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .xs-py-7 {
        padding-top: 7px !important;
        padding-bottom: 7px;
    }
    .xs-m-7 {
        margin: 7px !important;
    }
    .xs-mt-7 {
        margin-top: 7px !important;
    }
    .xs-ml-7 {
        margin-left: 7px !important;
    }
    .xs-mr-7 {
        margin-right: 7px !important;
    }
    .xs-mb-7 {
        margin-bottom: 7px !important;
    }
    .xs-mx-7 {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }
    .xs-my-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
    .xs-p-8 {
        padding: 8px !important;
    }
    .xs-pt-8 {
        padding-top: 8px !important;
    }
    .xs-pl-8 {
        padding-left: 8px !important;
    }
    .xs-pr-8 {
        padding-right: 8px !important;
    }
    .xs-pb-8 {
        padding-bottom: 8px !important;
    }
    .xs-px-8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .xs-py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px;
    }
    .xs-m-8 {
        margin: 8px !important;
    }
    .xs-mt-8 {
        margin-top: 8px !important;
    }
    .xs-ml-8 {
        margin-left: 8px !important;
    }
    .xs-mr-8 {
        margin-right: 8px !important;
    }
    .xs-mb-8 {
        margin-bottom: 8px !important;
    }
    .xs-mx-8 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .xs-my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .xs-p-9 {
        padding: 9px !important;
    }
    .xs-pt-9 {
        padding-top: 9px !important;
    }
    .xs-pl-9 {
        padding-left: 9px !important;
    }
    .xs-pr-9 {
        padding-right: 9px !important;
    }
    .xs-pb-9 {
        padding-bottom: 9px !important;
    }
    .xs-px-9 {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .xs-py-9 {
        padding-top: 9px !important;
        padding-bottom: 9px;
    }
    .xs-m-9 {
        margin: 9px !important;
    }
    .xs-mt-9 {
        margin-top: 9px !important;
    }
    .xs-ml-9 {
        margin-left: 9px !important;
    }
    .xs-mr-9 {
        margin-right: 9px !important;
    }
    .xs-mb-9 {
        margin-bottom: 9px !important;
    }
    .xs-mx-9 {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
    .xs-my-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }
    .xs-p-10 {
        padding: 10px !important;
    }
    .xs-pt-10 {
        padding-top: 10px !important;
    }
    .xs-pl-10 {
        padding-left: 10px !important;
    }
    .xs-pr-10 {
        padding-right: 10px !important;
    }
    .xs-pb-10 {
        padding-bottom: 10px !important;
    }
    .xs-px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .xs-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    .xs-m-10 {
        margin: 10px !important;
    }
    .xs-mt-10 {
        margin-top: 10px !important;
    }
    .xs-ml-10 {
        margin-left: 10px !important;
    }
    .xs-mr-10 {
        margin-right: 10px !important;
    }
    .xs-mb-10 {
        margin-bottom: 10px !important;
    }
    .xs-mx-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .xs-my-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .xs-p-12 {
        padding: 12px !important;
    }
    .xs-pt-12 {
        padding-top: 12px !important;
    }
    .xs-pl-12 {
        padding-left: 12px !important;
    }
    .xs-pr-12 {
        padding-right: 12px !important;
    }
    .xs-pb-12 {
        padding-bottom: 12px !important;
    }
    .xs-px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .xs-py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px;
    }
    .xs-m-12 {
        margin: 12px !important;
    }
    .xs-mt-12 {
        margin-top: 12px !important;
    }
    .xs-ml-12 {
        margin-left: 12px !important;
    }
    .xs-mr-12 {
        margin-right: 12px !important;
    }
    .xs-mb-12 {
        margin-bottom: 12px !important;
    }
    .xs-mx-12 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    .xs-my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .xs-p-13 {
        padding: 13px !important;
    }
    .xs-pt-13 {
        padding-top: 13px !important;
    }
    .xs-pl-13 {
        padding-left: 13px !important;
    }
    .xs-pr-13 {
        padding-right: 13px !important;
    }
    .xs-pb-13 {
        padding-bottom: 13px !important;
    }
    .xs-px-13 {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .xs-py-13 {
        padding-top: 13px !important;
        padding-bottom: 13px;
    }
    .xs-m-13 {
        margin: 13px !important;
    }
    .xs-mt-13 {
        margin-top: 13px !important;
    }
    .xs-ml-13 {
        margin-left: 13px !important;
    }
    .xs-mr-13 {
        margin-right: 13px !important;
    }
    .xs-mb-13 {
        margin-bottom: 13px !important;
    }
    .xs-mx-13 {
        margin-left: 13px !important;
        margin-right: 13px !important;
    }
    .xs-my-13 {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
    .xs-p-14 {
        padding: 14px !important;
    }
    .xs-pt-14 {
        padding-top: 14px !important;
    }
    .xs-pl-14 {
        padding-left: 14px !important;
    }
    .xs-pr-14 {
        padding-right: 14px !important;
    }
    .xs-pb-14 {
        padding-bottom: 14px !important;
    }
    .xs-px-14 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .xs-py-14 {
        padding-top: 14px !important;
        padding-bottom: 14px;
    }
    .xs-m-14 {
        margin: 14px !important;
    }
    .xs-mt-14 {
        margin-top: 14px !important;
    }
    .xs-ml-14 {
        margin-left: 14px !important;
    }
    .xs-mr-14 {
        margin-right: 14px !important;
    }
    .xs-mb-14 {
        margin-bottom: 14px !important;
    }
    .xs-mx-14 {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .xs-my-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }
    .xs-p-15 {
        padding: 15px !important;
    }
    .xs-pt-15 {
        padding-top: 15px !important;
    }
    .xs-pl-15 {
        padding-left: 15px !important;
    }
    .xs-pr-15 {
        padding-right: 15px !important;
    }
    .xs-pb-15 {
        padding-bottom: 15px !important;
    }
    .xs-px-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .xs-py-15 {
        padding-top: 15px !important;
        padding-bottom: 15px;
    }
    .xs-m-15 {
        margin: 15px !important;
    }
    .xs-mt-15 {
        margin-top: 15px !important;
    }
    .xs-ml-15 {
        margin-left: 15px !important;
    }
    .xs-mr-15 {
        margin-right: 15px !important;
    }
    .xs-mb-15 {
        margin-bottom: 15px !important;
    }
    .xs-mx-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .xs-my-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .xs-p-16 {
        padding: 16px !important;
    }
    .xs-pt-16 {
        padding-top: 16px !important;
    }
    .xs-pl-16 {
        padding-left: 16px !important;
    }
    .xs-pr-16 {
        padding-right: 16px !important;
    }
    .xs-pb-16 {
        padding-bottom: 16px !important;
    }
    .xs-px-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .xs-py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px;
    }
    .xs-m-16 {
        margin: 16px !important;
    }
    .xs-mt-16 {
        margin-top: 16px !important;
    }
    .xs-ml-16 {
        margin-left: 16px !important;
    }
    .xs-mr-16 {
        margin-right: 16px !important;
    }
    .xs-mb-16 {
        margin-bottom: 16px !important;
    }
    .xs-mx-16 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .xs-my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .xs-p-18 {
        padding: 18px !important;
    }
    .xs-pt-18 {
        padding-top: 18px !important;
    }
    .xs-pl-18 {
        padding-left: 18px !important;
    }
    .xs-pr-18 {
        padding-right: 18px !important;
    }
    .xs-pb-18 {
        padding-bottom: 18px !important;
    }
    .xs-px-18 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .xs-py-18 {
        padding-top: 18px !important;
        padding-bottom: 18px;
    }
    .xs-m-18 {
        margin: 18px !important;
    }
    .xs-mt-18 {
        margin-top: 18px !important;
    }
    .xs-ml-18 {
        margin-left: 18px !important;
    }
    .xs-mr-18 {
        margin-right: 18px !important;
    }
    .xs-mb-18 {
        margin-bottom: 18px !important;
    }
    .xs-mx-18 {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }
    .xs-my-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }
    .xs-p-20 {
        padding: 20px !important;
    }
    .xs-pt-20 {
        padding-top: 20px !important;
    }
    .xs-pl-20 {
        padding-left: 20px !important;
    }
    .xs-pr-20 {
        padding-right: 20px !important;
    }
    .xs-pb-20 {
        padding-bottom: 20px !important;
    }
    .xs-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .xs-py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px;
    }
    .xs-m-20 {
        margin: 20px !important;
    }
    .xs-mt-20 {
        margin-top: 20px !important;
    }
    .xs-ml-20 {
        margin-left: 20px !important;
    }
    .xs-mr-20 {
        margin-right: 20px !important;
    }
    .xs-mb-20 {
        margin-bottom: 20px !important;
    }
    .xs-mx-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .xs-my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .xs-p-25 {
        padding: 25px !important;
    }
    .xs-pt-25 {
        padding-top: 25px !important;
    }
    .xs-pl-25 {
        padding-left: 25px !important;
    }
    .xs-pr-25 {
        padding-right: 25px !important;
    }
    .xs-pb-25 {
        padding-bottom: 25px !important;
    }
    .xs-px-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .xs-py-25 {
        padding-top: 25px !important;
        padding-bottom: 25px;
    }
    .xs-m-25 {
        margin: 25px !important;
    }
    .xs-mt-25 {
        margin-top: 25px !important;
    }
    .xs-ml-25 {
        margin-left: 25px !important;
    }
    .xs-mr-25 {
        margin-right: 25px !important;
    }
    .xs-mb-25 {
        margin-bottom: 25px !important;
    }
    .xs-mx-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .xs-my-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .xs-p-23 {
        padding: 23px !important;
    }
    .xs-pt-23 {
        padding-top: 23px !important;
    }
    .xs-pl-23 {
        padding-left: 23px !important;
    }
    .xs-pr-23 {
        padding-right: 23px !important;
    }
    .xs-pb-23 {
        padding-bottom: 23px !important;
    }
    .xs-px-23 {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
    .xs-py-23 {
        padding-top: 23px !important;
        padding-bottom: 23px;
    }
    .xs-m-23 {
        margin: 23px !important;
    }
    .xs-mt-23 {
        margin-top: 23px !important;
    }
    .xs-ml-23 {
        margin-left: 23px !important;
    }
    .xs-mr-23 {
        margin-right: 23px !important;
    }
    .xs-mb-23 {
        margin-bottom: 23px !important;
    }
    .xs-mx-23 {
        margin-left: 23px !important;
        margin-right: 23px !important;
    }
    .xs-my-23 {
        margin-top: 23px !important;
        margin-bottom: 23px !important;
    }
    .xs-p-24 {
        padding: 24px !important;
    }
    .xs-pt-24 {
        padding-top: 24px !important;
    }
    .xs-pl-24 {
        padding-left: 24px !important;
    }
    .xs-pr-24 {
        padding-right: 24px !important;
    }
    .xs-pb-24 {
        padding-bottom: 24px !important;
    }
    .xs-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .xs-py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px;
    }
    .xs-m-24 {
        margin: 24px !important;
    }
    .xs-mt-24 {
        margin-top: 24px !important;
    }
    .xs-ml-24 {
        margin-left: 24px !important;
    }
    .xs-mr-24 {
        margin-right: 24px !important;
    }
    .xs-mb-24 {
        margin-bottom: 24px !important;
    }
    .xs-mx-24 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }
    .xs-my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .xs-p-26 {
        padding: 26px !important;
    }
    .xs-pt-26 {
        padding-top: 26px !important;
    }
    .xs-pl-26 {
        padding-left: 26px !important;
    }
    .xs-pr-26 {
        padding-right: 26px !important;
    }
    .xs-pb-26 {
        padding-bottom: 26px !important;
    }
    .xs-px-26 {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
    .xs-py-26 {
        padding-top: 26px !important;
        padding-bottom: 26px;
    }
    .xs-m-26 {
        margin: 26px !important;
    }
    .xs-mt-26 {
        margin-top: 26px !important;
    }
    .xs-ml-26 {
        margin-left: 26px !important;
    }
    .xs-mr-26 {
        margin-right: 26px !important;
    }
    .xs-mb-26 {
        margin-bottom: 26px !important;
    }
    .xs-mx-26 {
        margin-left: 26px !important;
        margin-right: 26px !important;
    }
    .xs-my-26 {
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }
    .xs-p-28 {
        padding: 28px !important;
    }
    .xs-pt-28 {
        padding-top: 28px !important;
    }
    .xs-pl-28 {
        padding-left: 28px !important;
    }
    .xs-pr-28 {
        padding-right: 28px !important;
    }
    .xs-pb-28 {
        padding-bottom: 28px !important;
    }
    .xs-px-28 {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
    .xs-py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px;
    }
    .xs-m-28 {
        margin: 28px !important;
    }
    .xs-mt-28 {
        margin-top: 28px !important;
    }
    .xs-ml-28 {
        margin-left: 28px !important;
    }
    .xs-mr-28 {
        margin-right: 28px !important;
    }
    .xs-mb-28 {
        margin-bottom: 28px !important;
    }
    .xs-mx-28 {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }
    .xs-my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }
    .xs-p-30 {
        padding: 30px !important;
    }
    .xs-pt-30 {
        padding-top: 30px !important;
    }
    .xs-pl-30 {
        padding-left: 30px !important;
    }
    .xs-pr-30 {
        padding-right: 30px !important;
    }
    .xs-pb-30 {
        padding-bottom: 30px !important;
    }
    .xs-px-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .xs-py-30 {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }
    .xs-m-30 {
        margin: 30px !important;
    }
    .xs-mt-30 {
        margin-top: 30px !important;
    }
    .xs-ml-30 {
        margin-left: 30px !important;
    }
    .xs-mr-30 {
        margin-right: 30px !important;
    }
    .xs-mb-30 {
        margin-bottom: 30px !important;
    }
    .xs-mx-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .xs-my-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .xs-p-32 {
        padding: 32px !important;
    }
    .xs-pt-32 {
        padding-top: 32px !important;
    }
    .xs-pl-32 {
        padding-left: 32px !important;
    }
    .xs-pr-32 {
        padding-right: 32px !important;
    }
    .xs-pb-32 {
        padding-bottom: 32px !important;
    }
    .xs-px-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .xs-py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px;
    }
    .xs-m-32 {
        margin: 32px !important;
    }
    .xs-mt-32 {
        margin-top: 32px !important;
    }
    .xs-ml-32 {
        margin-left: 32px !important;
    }
    .xs-mr-32 {
        margin-right: 32px !important;
    }
    .xs-mb-32 {
        margin-bottom: 32px !important;
    }
    .xs-mx-32 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }
    .xs-my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .xs-p-35 {
        padding: 35px !important;
    }
    .xs-pt-35 {
        padding-top: 35px !important;
    }
    .xs-pl-35 {
        padding-left: 35px !important;
    }
    .xs-pr-35 {
        padding-right: 35px !important;
    }
    .xs-pb-35 {
        padding-bottom: 35px !important;
    }
    .xs-px-35 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .xs-py-35 {
        padding-top: 35px !important;
        padding-bottom: 35px;
    }
    .xs-m-35 {
        margin: 35px !important;
    }
    .xs-mt-35 {
        margin-top: 35px !important;
    }
    .xs-ml-35 {
        margin-left: 35px !important;
    }
    .xs-mr-35 {
        margin-right: 35px !important;
    }
    .xs-mb-35 {
        margin-bottom: 35px !important;
    }
    .xs-mx-35 {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .xs-my-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .xs-p-40 {
        padding: 40px !important;
    }
    .xs-pt-40 {
        padding-top: 40px !important;
    }
    .xs-pl-40 {
        padding-left: 40px !important;
    }
    .xs-pr-40 {
        padding-right: 40px !important;
    }
    .xs-pb-40 {
        padding-bottom: 40px !important;
    }
    .xs-px-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .xs-py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
    .xs-m-40 {
        margin: 40px !important;
    }
    .xs-mt-40 {
        margin-top: 40px !important;
    }
    .xs-ml-40 {
        margin-left: 40px !important;
    }
    .xs-mr-40 {
        margin-right: 40px !important;
    }
    .xs-mb-40 {
        margin-bottom: 40px !important;
    }
    .xs-mx-40 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .xs-my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .xs-p-44 {
        padding: 44px !important;
    }
    .xs-pt-44 {
        padding-top: 44px !important;
    }
    .xs-pl-44 {
        padding-left: 44px !important;
    }
    .xs-pr-44 {
        padding-right: 44px !important;
    }
    .xs-pb-44 {
        padding-bottom: 44px !important;
    }
    .xs-px-44 {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }
    .xs-py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px;
    }
    .xs-m-44 {
        margin: 44px !important;
    }
    .xs-mt-44 {
        margin-top: 44px !important;
    }
    .xs-ml-44 {
        margin-left: 44px !important;
    }
    .xs-mr-44 {
        margin-right: 44px !important;
    }
    .xs-mb-44 {
        margin-bottom: 44px !important;
    }
    .xs-mx-44 {
        margin-left: 44px !important;
        margin-right: 44px !important;
    }
    .xs-my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important;
    }
    .xs-p-45 {
        padding: 45px !important;
    }
    .xs-pt-45 {
        padding-top: 45px !important;
    }
    .xs-pl-45 {
        padding-left: 45px !important;
    }
    .xs-pr-45 {
        padding-right: 45px !important;
    }
    .xs-pb-45 {
        padding-bottom: 45px !important;
    }
    .xs-px-45 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    .xs-py-45 {
        padding-top: 45px !important;
        padding-bottom: 45px;
    }
    .xs-m-45 {
        margin: 45px !important;
    }
    .xs-mt-45 {
        margin-top: 45px !important;
    }
    .xs-ml-45 {
        margin-left: 45px !important;
    }
    .xs-mr-45 {
        margin-right: 45px !important;
    }
    .xs-mb-45 {
        margin-bottom: 45px !important;
    }
    .xs-mx-45 {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .xs-my-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .xs-p-48 {
        padding: 48px !important;
    }
    .xs-pt-48 {
        padding-top: 48px !important;
    }
    .xs-pl-48 {
        padding-left: 48px !important;
    }
    .xs-pr-48 {
        padding-right: 48px !important;
    }
    .xs-pb-48 {
        padding-bottom: 48px !important;
    }
    .xs-px-48 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
    .xs-py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px;
    }
    .xs-m-48 {
        margin: 48px !important;
    }
    .xs-mt-48 {
        margin-top: 48px !important;
    }
    .xs-ml-48 {
        margin-left: 48px !important;
    }
    .xs-mr-48 {
        margin-right: 48px !important;
    }
    .xs-mb-48 {
        margin-bottom: 48px !important;
    }
    .xs-mx-48 {
        margin-left: 48px !important;
        margin-right: 48px !important;
    }
    .xs-my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }
    .xs-p-50 {
        padding: 50px !important;
    }
    .xs-pt-50 {
        padding-top: 50px !important;
    }
    .xs-pl-50 {
        padding-left: 50px !important;
    }
    .xs-pr-50 {
        padding-right: 50px !important;
    }
    .xs-pb-50 {
        padding-bottom: 50px !important;
    }
    .xs-px-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .xs-py-50 {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }
    .xs-m-50 {
        margin: 50px !important;
    }
    .xs-mt-50 {
        margin-top: 50px !important;
    }
    .xs-ml-50 {
        margin-left: 50px !important;
    }
    .xs-mr-50 {
        margin-right: 50px !important;
    }
    .xs-mb-50 {
        margin-bottom: 50px !important;
    }
    .xs-mx-50 {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .xs-my-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .xs-p-55 {
        padding: 55px !important;
    }
    .xs-pt-55 {
        padding-top: 55px !important;
    }
    .xs-pl-55 {
        padding-left: 55px !important;
    }
    .xs-pr-55 {
        padding-right: 55px !important;
    }
    .xs-pb-55 {
        padding-bottom: 55px !important;
    }
    .xs-px-55 {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .xs-py-55 {
        padding-top: 55px !important;
        padding-bottom: 55px;
    }
    .xs-m-55 {
        margin: 55px !important;
    }
    .xs-mt-55 {
        margin-top: 55px !important;
    }
    .xs-ml-55 {
        margin-left: 55px !important;
    }
    .xs-mr-55 {
        margin-right: 55px !important;
    }
    .xs-mb-55 {
        margin-bottom: 55px !important;
    }
    .xs-mx-55 {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .xs-my-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .xs-p-56 {
        padding: 56px !important;
    }
    .xs-pt-56 {
        padding-top: 56px !important;
    }
    .xs-pl-56 {
        padding-left: 56px !important;
    }
    .xs-pr-56 {
        padding-right: 56px !important;
    }
    .xs-pb-56 {
        padding-bottom: 56px !important;
    }
    .xs-px-56 {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
    .xs-py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px;
    }
    .xs-m-56 {
        margin: 56px !important;
    }
    .xs-mt-56 {
        margin-top: 56px !important;
    }
    .xs-ml-56 {
        margin-left: 56px !important;
    }
    .xs-mr-56 {
        margin-right: 56px !important;
    }
    .xs-mb-56 {
        margin-bottom: 56px !important;
    }
    .xs-mx-56 {
        margin-left: 56px !important;
        margin-right: 56px !important;
    }
    .xs-my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }
    .xs-p-60 {
        padding: 60px !important;
    }
    .xs-pt-60 {
        padding-top: 60px !important;
    }
    .xs-pl-60 {
        padding-left: 60px !important;
    }
    .xs-pr-60 {
        padding-right: 60px !important;
    }
    .xs-pb-60 {
        padding-bottom: 60px !important;
    }
    .xs-px-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .xs-py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px;
    }
    .xs-m-60 {
        margin: 60px !important;
    }
    .xs-mt-60 {
        margin-top: 60px !important;
    }
    .xs-ml-60 {
        margin-left: 60px !important;
    }
    .xs-mr-60 {
        margin-right: 60px !important;
    }
    .xs-mb-60 {
        margin-bottom: 60px !important;
    }
    .xs-mx-60 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .xs-my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .xs-p-65 {
        padding: 65px !important;
    }
    .xs-pt-65 {
        padding-top: 65px !important;
    }
    .xs-pl-65 {
        padding-left: 65px !important;
    }
    .xs-pr-65 {
        padding-right: 65px !important;
    }
    .xs-pb-65 {
        padding-bottom: 65px !important;
    }
    .xs-px-65 {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
    .xs-py-65 {
        padding-top: 65px !important;
        padding-bottom: 65px;
    }
    .xs-m-65 {
        margin: 65px !important;
    }
    .xs-mt-65 {
        margin-top: 65px !important;
    }
    .xs-ml-65 {
        margin-left: 65px !important;
    }
    .xs-mr-65 {
        margin-right: 65px !important;
    }
    .xs-mb-65 {
        margin-bottom: 65px !important;
    }
    .xs-mx-65 {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }
    .xs-my-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .xs-p-64 {
        padding: 64px !important;
    }
    .xs-pt-64 {
        padding-top: 64px !important;
    }
    .xs-pl-64 {
        padding-left: 64px !important;
    }
    .xs-pr-64 {
        padding-right: 64px !important;
    }
    .xs-pb-64 {
        padding-bottom: 64px !important;
    }
    .xs-px-64 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
    .xs-py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px;
    }
    .xs-m-64 {
        margin: 64px !important;
    }
    .xs-mt-64 {
        margin-top: 64px !important;
    }
    .xs-ml-64 {
        margin-left: 64px !important;
    }
    .xs-mr-64 {
        margin-right: 64px !important;
    }
    .xs-mb-64 {
        margin-bottom: 64px !important;
    }
    .xs-mx-64 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }
    .xs-my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
    .xs-p-70 {
        padding: 70px !important;
    }
    .xs-pt-70 {
        padding-top: 70px !important;
    }
    .xs-pl-70 {
        padding-left: 70px !important;
    }
    .xs-pr-70 {
        padding-right: 70px !important;
    }
    .xs-pb-70 {
        padding-bottom: 70px !important;
    }
    .xs-px-70 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .xs-py-70 {
        padding-top: 70px !important;
        padding-bottom: 70px;
    }
    .xs-m-70 {
        margin: 70px !important;
    }
    .xs-mt-70 {
        margin-top: 70px !important;
    }
    .xs-ml-70 {
        margin-left: 70px !important;
    }
    .xs-mr-70 {
        margin-right: 70px !important;
    }
    .xs-mb-70 {
        margin-bottom: 70px !important;
    }
    .xs-mx-70 {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }
    .xs-my-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .xs-p-72 {
        padding: 72px !important;
    }
    .xs-pt-72 {
        padding-top: 72px !important;
    }
    .xs-pl-72 {
        padding-left: 72px !important;
    }
    .xs-pr-72 {
        padding-right: 72px !important;
    }
    .xs-pb-72 {
        padding-bottom: 72px !important;
    }
    .xs-px-72 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }
    .xs-py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px;
    }
    .xs-m-72 {
        margin: 72px !important;
    }
    .xs-mt-72 {
        margin-top: 72px !important;
    }
    .xs-ml-72 {
        margin-left: 72px !important;
    }
    .xs-mr-72 {
        margin-right: 72px !important;
    }
    .xs-mb-72 {
        margin-bottom: 72px !important;
    }
    .xs-mx-72 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }
    .xs-my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .xs-p-80 {
        padding: 80px !important;
    }
    .xs-pt-80 {
        padding-top: 80px !important;
    }
    .xs-pl-80 {
        padding-left: 80px !important;
    }
    .xs-pr-80 {
        padding-right: 80px !important;
    }
    .xs-pb-80 {
        padding-bottom: 80px !important;
    }
    .xs-px-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .xs-py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px;
    }
    .xs-m-80 {
        margin: 80px !important;
    }
    .xs-mt-80 {
        margin-top: 80px !important;
    }
    .xs-ml-80 {
        margin-left: 80px !important;
    }
    .xs-mr-80 {
        margin-right: 80px !important;
    }
    .xs-mb-80 {
        margin-bottom: 80px !important;
    }
    .xs-mx-80 {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }
    .xs-my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .xs-p-88 {
        padding: 88px !important;
    }
    .xs-pt-88 {
        padding-top: 88px !important;
    }
    .xs-pl-88 {
        padding-left: 88px !important;
    }
    .xs-pr-88 {
        padding-right: 88px !important;
    }
    .xs-pb-88 {
        padding-bottom: 88px !important;
    }
    .xs-px-88 {
        padding-left: 88px !important;
        padding-right: 88px !important;
    }
    .xs-py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px;
    }
    .xs-m-88 {
        margin: 88px !important;
    }
    .xs-mt-88 {
        margin-top: 88px !important;
    }
    .xs-ml-88 {
        margin-left: 88px !important;
    }
    .xs-mr-88 {
        margin-right: 88px !important;
    }
    .xs-mb-88 {
        margin-bottom: 88px !important;
    }
    .xs-mx-88 {
        margin-left: 88px !important;
        margin-right: 88px !important;
    }
    .xs-my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important;
    }
    .xs-p-112 {
        padding: 112px !important;
    }
    .xs-pt-112 {
        padding-top: 112px !important;
    }
    .xs-pl-112 {
        padding-left: 112px !important;
    }
    .xs-pr-112 {
        padding-right: 112px !important;
    }
    .xs-pb-112 {
        padding-bottom: 112px !important;
    }
    .xs-px-112 {
        padding-left: 112px !important;
        padding-right: 112px !important;
    }
    .xs-py-112 {
        padding-top: 112px !important;
        padding-bottom: 112px;
    }
    .xs-m-112 {
        margin: 112px !important;
    }
    .xs-mt-112 {
        margin-top: 112px !important;
    }
    .xs-ml-112 {
        margin-left: 112px !important;
    }
    .xs-mr-112 {
        margin-right: 112px !important;
    }
    .xs-mb-112 {
        margin-bottom: 112px !important;
    }
    .xs-mx-112 {
        margin-left: 112px !important;
        margin-right: 112px !important;
    }
    .xs-my-112 {
        margin-top: 112px !important;
        margin-bottom: 112px !important;
    }
}
.xs-mt-auto {
    margin-top: auto;
}
.xs-mb-auto {
    margin-bottom: auto;
}
.xs-ml-auto {
    margin-left: auto;
}
.xs-mr-auto {
    margin-right: auto;
}
@media (min-width: 768px) {
    .sm-p-0 {
        padding: 0px !important;
    }
    .sm-pt-0 {
        padding-top: 0px !important;
    }
    .sm-pl-0 {
        padding-left: 0px !important;
    }
    .sm-pr-0 {
        padding-right: 0px !important;
    }
    .sm-pb-0 {
        padding-bottom: 0px !important;
    }
    .sm-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sm-py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }
    .sm-m-0 {
        margin: 0px !important;
    }
    .sm-mt-0 {
        margin-top: 0px !important;
    }
    .sm-ml-0 {
        margin-left: 0px !important;
    }
    .sm-mr-0 {
        margin-right: 0px !important;
    }
    .sm-mb-0 {
        margin-bottom: 0px !important;
    }
    .sm-mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .sm-my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .sm-p-3 {
        padding: 3px !important;
    }
    .sm-pt-3 {
        padding-top: 3px !important;
    }
    .sm-pl-3 {
        padding-left: 3px !important;
    }
    .sm-pr-3 {
        padding-right: 3px !important;
    }
    .sm-pb-3 {
        padding-bottom: 3px !important;
    }
    .sm-px-3 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .sm-py-3 {
        padding-top: 3px !important;
        padding-bottom: 3px;
    }
    .sm-m-3 {
        margin: 3px !important;
    }
    .sm-mt-3 {
        margin-top: 3px !important;
    }
    .sm-ml-3 {
        margin-left: 3px !important;
    }
    .sm-mr-3 {
        margin-right: 3px !important;
    }
    .sm-mb-3 {
        margin-bottom: 3px !important;
    }
    .sm-mx-3 {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .sm-my-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .sm-p-4 {
        padding: 4px !important;
    }
    .sm-pt-4 {
        padding-top: 4px !important;
    }
    .sm-pl-4 {
        padding-left: 4px !important;
    }
    .sm-pr-4 {
        padding-right: 4px !important;
    }
    .sm-pb-4 {
        padding-bottom: 4px !important;
    }
    .sm-px-4 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .sm-py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px;
    }
    .sm-m-4 {
        margin: 4px !important;
    }
    .sm-mt-4 {
        margin-top: 4px !important;
    }
    .sm-ml-4 {
        margin-left: 4px !important;
    }
    .sm-mr-4 {
        margin-right: 4px !important;
    }
    .sm-mb-4 {
        margin-bottom: 4px !important;
    }
    .sm-mx-4 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
    .sm-my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .sm-p-5 {
        padding: 5px !important;
    }
    .sm-pt-5 {
        padding-top: 5px !important;
    }
    .sm-pl-5 {
        padding-left: 5px !important;
    }
    .sm-pr-5 {
        padding-right: 5px !important;
    }
    .sm-pb-5 {
        padding-bottom: 5px !important;
    }
    .sm-px-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .sm-py-5 {
        padding-top: 5px !important;
        padding-bottom: 5px;
    }
    .sm-m-5 {
        margin: 5px !important;
    }
    .sm-mt-5 {
        margin-top: 5px !important;
    }
    .sm-ml-5 {
        margin-left: 5px !important;
    }
    .sm-mr-5 {
        margin-right: 5px !important;
    }
    .sm-mb-5 {
        margin-bottom: 5px !important;
    }
    .sm-mx-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .sm-my-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .sm-p-6 {
        padding: 6px !important;
    }
    .sm-pt-6 {
        padding-top: 6px !important;
    }
    .sm-pl-6 {
        padding-left: 6px !important;
    }
    .sm-pr-6 {
        padding-right: 6px !important;
    }
    .sm-pb-6 {
        padding-bottom: 6px !important;
    }
    .sm-px-6 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .sm-py-6 {
        padding-top: 6px !important;
        padding-bottom: 6px;
    }
    .sm-m-6 {
        margin: 6px !important;
    }
    .sm-mt-6 {
        margin-top: 6px !important;
    }
    .sm-ml-6 {
        margin-left: 6px !important;
    }
    .sm-mr-6 {
        margin-right: 6px !important;
    }
    .sm-mb-6 {
        margin-bottom: 6px !important;
    }
    .sm-mx-6 {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .sm-my-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .sm-p-7 {
        padding: 7px !important;
    }
    .sm-pt-7 {
        padding-top: 7px !important;
    }
    .sm-pl-7 {
        padding-left: 7px !important;
    }
    .sm-pr-7 {
        padding-right: 7px !important;
    }
    .sm-pb-7 {
        padding-bottom: 7px !important;
    }
    .sm-px-7 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .sm-py-7 {
        padding-top: 7px !important;
        padding-bottom: 7px;
    }
    .sm-m-7 {
        margin: 7px !important;
    }
    .sm-mt-7 {
        margin-top: 7px !important;
    }
    .sm-ml-7 {
        margin-left: 7px !important;
    }
    .sm-mr-7 {
        margin-right: 7px !important;
    }
    .sm-mb-7 {
        margin-bottom: 7px !important;
    }
    .sm-mx-7 {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }
    .sm-my-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
    .sm-p-8 {
        padding: 8px !important;
    }
    .sm-pt-8 {
        padding-top: 8px !important;
    }
    .sm-pl-8 {
        padding-left: 8px !important;
    }
    .sm-pr-8 {
        padding-right: 8px !important;
    }
    .sm-pb-8 {
        padding-bottom: 8px !important;
    }
    .sm-px-8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .sm-py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px;
    }
    .sm-m-8 {
        margin: 8px !important;
    }
    .sm-mt-8 {
        margin-top: 8px !important;
    }
    .sm-ml-8 {
        margin-left: 8px !important;
    }
    .sm-mr-8 {
        margin-right: 8px !important;
    }
    .sm-mb-8 {
        margin-bottom: 8px !important;
    }
    .sm-mx-8 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .sm-my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .sm-p-9 {
        padding: 9px !important;
    }
    .sm-pt-9 {
        padding-top: 9px !important;
    }
    .sm-pl-9 {
        padding-left: 9px !important;
    }
    .sm-pr-9 {
        padding-right: 9px !important;
    }
    .sm-pb-9 {
        padding-bottom: 9px !important;
    }
    .sm-px-9 {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .sm-py-9 {
        padding-top: 9px !important;
        padding-bottom: 9px;
    }
    .sm-m-9 {
        margin: 9px !important;
    }
    .sm-mt-9 {
        margin-top: 9px !important;
    }
    .sm-ml-9 {
        margin-left: 9px !important;
    }
    .sm-mr-9 {
        margin-right: 9px !important;
    }
    .sm-mb-9 {
        margin-bottom: 9px !important;
    }
    .sm-mx-9 {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
    .sm-my-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }
    .sm-p-10 {
        padding: 10px !important;
    }
    .sm-pt-10 {
        padding-top: 10px !important;
    }
    .sm-pl-10 {
        padding-left: 10px !important;
    }
    .sm-pr-10 {
        padding-right: 10px !important;
    }
    .sm-pb-10 {
        padding-bottom: 10px !important;
    }
    .sm-px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sm-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    .sm-m-10 {
        margin: 10px !important;
    }
    .sm-mt-10 {
        margin-top: 10px !important;
    }
    .sm-ml-10 {
        margin-left: 10px !important;
    }
    .sm-mr-10 {
        margin-right: 10px !important;
    }
    .sm-mb-10 {
        margin-bottom: 10px !important;
    }
    .sm-mx-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .sm-my-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .sm-p-12 {
        padding: 12px !important;
    }
    .sm-pt-12 {
        padding-top: 12px !important;
    }
    .sm-pl-12 {
        padding-left: 12px !important;
    }
    .sm-pr-12 {
        padding-right: 12px !important;
    }
    .sm-pb-12 {
        padding-bottom: 12px !important;
    }
    .sm-px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .sm-py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px;
    }
    .sm-m-12 {
        margin: 12px !important;
    }
    .sm-mt-12 {
        margin-top: 12px !important;
    }
    .sm-ml-12 {
        margin-left: 12px !important;
    }
    .sm-mr-12 {
        margin-right: 12px !important;
    }
    .sm-mb-12 {
        margin-bottom: 12px !important;
    }
    .sm-mx-12 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    .sm-my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .sm-p-13 {
        padding: 13px !important;
    }
    .sm-pt-13 {
        padding-top: 13px !important;
    }
    .sm-pl-13 {
        padding-left: 13px !important;
    }
    .sm-pr-13 {
        padding-right: 13px !important;
    }
    .sm-pb-13 {
        padding-bottom: 13px !important;
    }
    .sm-px-13 {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .sm-py-13 {
        padding-top: 13px !important;
        padding-bottom: 13px;
    }
    .sm-m-13 {
        margin: 13px !important;
    }
    .sm-mt-13 {
        margin-top: 13px !important;
    }
    .sm-ml-13 {
        margin-left: 13px !important;
    }
    .sm-mr-13 {
        margin-right: 13px !important;
    }
    .sm-mb-13 {
        margin-bottom: 13px !important;
    }
    .sm-mx-13 {
        margin-left: 13px !important;
        margin-right: 13px !important;
    }
    .sm-my-13 {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
    .sm-p-14 {
        padding: 14px !important;
    }
    .sm-pt-14 {
        padding-top: 14px !important;
    }
    .sm-pl-14 {
        padding-left: 14px !important;
    }
    .sm-pr-14 {
        padding-right: 14px !important;
    }
    .sm-pb-14 {
        padding-bottom: 14px !important;
    }
    .sm-px-14 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .sm-py-14 {
        padding-top: 14px !important;
        padding-bottom: 14px;
    }
    .sm-m-14 {
        margin: 14px !important;
    }
    .sm-mt-14 {
        margin-top: 14px !important;
    }
    .sm-ml-14 {
        margin-left: 14px !important;
    }
    .sm-mr-14 {
        margin-right: 14px !important;
    }
    .sm-mb-14 {
        margin-bottom: 14px !important;
    }
    .sm-mx-14 {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .sm-my-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }
    .sm-p-15 {
        padding: 15px !important;
    }
    .sm-pt-15 {
        padding-top: 15px !important;
    }
    .sm-pl-15 {
        padding-left: 15px !important;
    }
    .sm-pr-15 {
        padding-right: 15px !important;
    }
    .sm-pb-15 {
        padding-bottom: 15px !important;
    }
    .sm-px-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .sm-py-15 {
        padding-top: 15px !important;
        padding-bottom: 15px;
    }
    .sm-m-15 {
        margin: 15px !important;
    }
    .sm-mt-15 {
        margin-top: 15px !important;
    }
    .sm-ml-15 {
        margin-left: 15px !important;
    }
    .sm-mr-15 {
        margin-right: 15px !important;
    }
    .sm-mb-15 {
        margin-bottom: 15px !important;
    }
    .sm-mx-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .sm-my-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .sm-p-16 {
        padding: 16px !important;
    }
    .sm-pt-16 {
        padding-top: 16px !important;
    }
    .sm-pl-16 {
        padding-left: 16px !important;
    }
    .sm-pr-16 {
        padding-right: 16px !important;
    }
    .sm-pb-16 {
        padding-bottom: 16px !important;
    }
    .sm-px-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .sm-py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px;
    }
    .sm-m-16 {
        margin: 16px !important;
    }
    .sm-mt-16 {
        margin-top: 16px !important;
    }
    .sm-ml-16 {
        margin-left: 16px !important;
    }
    .sm-mr-16 {
        margin-right: 16px !important;
    }
    .sm-mb-16 {
        margin-bottom: 16px !important;
    }
    .sm-mx-16 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .sm-my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .sm-p-18 {
        padding: 18px !important;
    }
    .sm-pt-18 {
        padding-top: 18px !important;
    }
    .sm-pl-18 {
        padding-left: 18px !important;
    }
    .sm-pr-18 {
        padding-right: 18px !important;
    }
    .sm-pb-18 {
        padding-bottom: 18px !important;
    }
    .sm-px-18 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .sm-py-18 {
        padding-top: 18px !important;
        padding-bottom: 18px;
    }
    .sm-m-18 {
        margin: 18px !important;
    }
    .sm-mt-18 {
        margin-top: 18px !important;
    }
    .sm-ml-18 {
        margin-left: 18px !important;
    }
    .sm-mr-18 {
        margin-right: 18px !important;
    }
    .sm-mb-18 {
        margin-bottom: 18px !important;
    }
    .sm-mx-18 {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }
    .sm-my-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }
    .sm-p-20 {
        padding: 20px !important;
    }
    .sm-pt-20 {
        padding-top: 20px !important;
    }
    .sm-pl-20 {
        padding-left: 20px !important;
    }
    .sm-pr-20 {
        padding-right: 20px !important;
    }
    .sm-pb-20 {
        padding-bottom: 20px !important;
    }
    .sm-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .sm-py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px;
    }
    .sm-m-20 {
        margin: 20px !important;
    }
    .sm-mt-20 {
        margin-top: 20px !important;
    }
    .sm-ml-20 {
        margin-left: 20px !important;
    }
    .sm-mr-20 {
        margin-right: 20px !important;
    }
    .sm-mb-20 {
        margin-bottom: 20px !important;
    }
    .sm-mx-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .sm-my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .sm-p-25 {
        padding: 25px !important;
    }
    .sm-pt-25 {
        padding-top: 25px !important;
    }
    .sm-pl-25 {
        padding-left: 25px !important;
    }
    .sm-pr-25 {
        padding-right: 25px !important;
    }
    .sm-pb-25 {
        padding-bottom: 25px !important;
    }
    .sm-px-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .sm-py-25 {
        padding-top: 25px !important;
        padding-bottom: 25px;
    }
    .sm-m-25 {
        margin: 25px !important;
    }
    .sm-mt-25 {
        margin-top: 25px !important;
    }
    .sm-ml-25 {
        margin-left: 25px !important;
    }
    .sm-mr-25 {
        margin-right: 25px !important;
    }
    .sm-mb-25 {
        margin-bottom: 25px !important;
    }
    .sm-mx-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .sm-my-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .sm-p-23 {
        padding: 23px !important;
    }
    .sm-pt-23 {
        padding-top: 23px !important;
    }
    .sm-pl-23 {
        padding-left: 23px !important;
    }
    .sm-pr-23 {
        padding-right: 23px !important;
    }
    .sm-pb-23 {
        padding-bottom: 23px !important;
    }
    .sm-px-23 {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
    .sm-py-23 {
        padding-top: 23px !important;
        padding-bottom: 23px;
    }
    .sm-m-23 {
        margin: 23px !important;
    }
    .sm-mt-23 {
        margin-top: 23px !important;
    }
    .sm-ml-23 {
        margin-left: 23px !important;
    }
    .sm-mr-23 {
        margin-right: 23px !important;
    }
    .sm-mb-23 {
        margin-bottom: 23px !important;
    }
    .sm-mx-23 {
        margin-left: 23px !important;
        margin-right: 23px !important;
    }
    .sm-my-23 {
        margin-top: 23px !important;
        margin-bottom: 23px !important;
    }
    .sm-p-24 {
        padding: 24px !important;
    }
    .sm-pt-24 {
        padding-top: 24px !important;
    }
    .sm-pl-24 {
        padding-left: 24px !important;
    }
    .sm-pr-24 {
        padding-right: 24px !important;
    }
    .sm-pb-24 {
        padding-bottom: 24px !important;
    }
    .sm-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .sm-py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px;
    }
    .sm-m-24 {
        margin: 24px !important;
    }
    .sm-mt-24 {
        margin-top: 24px !important;
    }
    .sm-ml-24 {
        margin-left: 24px !important;
    }
    .sm-mr-24 {
        margin-right: 24px !important;
    }
    .sm-mb-24 {
        margin-bottom: 24px !important;
    }
    .sm-mx-24 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }
    .sm-my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .sm-p-26 {
        padding: 26px !important;
    }
    .sm-pt-26 {
        padding-top: 26px !important;
    }
    .sm-pl-26 {
        padding-left: 26px !important;
    }
    .sm-pr-26 {
        padding-right: 26px !important;
    }
    .sm-pb-26 {
        padding-bottom: 26px !important;
    }
    .sm-px-26 {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
    .sm-py-26 {
        padding-top: 26px !important;
        padding-bottom: 26px;
    }
    .sm-m-26 {
        margin: 26px !important;
    }
    .sm-mt-26 {
        margin-top: 26px !important;
    }
    .sm-ml-26 {
        margin-left: 26px !important;
    }
    .sm-mr-26 {
        margin-right: 26px !important;
    }
    .sm-mb-26 {
        margin-bottom: 26px !important;
    }
    .sm-mx-26 {
        margin-left: 26px !important;
        margin-right: 26px !important;
    }
    .sm-my-26 {
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }
    .sm-p-28 {
        padding: 28px !important;
    }
    .sm-pt-28 {
        padding-top: 28px !important;
    }
    .sm-pl-28 {
        padding-left: 28px !important;
    }
    .sm-pr-28 {
        padding-right: 28px !important;
    }
    .sm-pb-28 {
        padding-bottom: 28px !important;
    }
    .sm-px-28 {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
    .sm-py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px;
    }
    .sm-m-28 {
        margin: 28px !important;
    }
    .sm-mt-28 {
        margin-top: 28px !important;
    }
    .sm-ml-28 {
        margin-left: 28px !important;
    }
    .sm-mr-28 {
        margin-right: 28px !important;
    }
    .sm-mb-28 {
        margin-bottom: 28px !important;
    }
    .sm-mx-28 {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }
    .sm-my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }
    .sm-p-30 {
        padding: 30px !important;
    }
    .sm-pt-30 {
        padding-top: 30px !important;
    }
    .sm-pl-30 {
        padding-left: 30px !important;
    }
    .sm-pr-30 {
        padding-right: 30px !important;
    }
    .sm-pb-30 {
        padding-bottom: 30px !important;
    }
    .sm-px-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .sm-py-30 {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }
    .sm-m-30 {
        margin: 30px !important;
    }
    .sm-mt-30 {
        margin-top: 30px !important;
    }
    .sm-ml-30 {
        margin-left: 30px !important;
    }
    .sm-mr-30 {
        margin-right: 30px !important;
    }
    .sm-mb-30 {
        margin-bottom: 30px !important;
    }
    .sm-mx-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .sm-my-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .sm-p-32 {
        padding: 32px !important;
    }
    .sm-pt-32 {
        padding-top: 32px !important;
    }
    .sm-pl-32 {
        padding-left: 32px !important;
    }
    .sm-pr-32 {
        padding-right: 32px !important;
    }
    .sm-pb-32 {
        padding-bottom: 32px !important;
    }
    .sm-px-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .sm-py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px;
    }
    .sm-m-32 {
        margin: 32px !important;
    }
    .sm-mt-32 {
        margin-top: 32px !important;
    }
    .sm-ml-32 {
        margin-left: 32px !important;
    }
    .sm-mr-32 {
        margin-right: 32px !important;
    }
    .sm-mb-32 {
        margin-bottom: 32px !important;
    }
    .sm-mx-32 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }
    .sm-my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .sm-p-35 {
        padding: 35px !important;
    }
    .sm-pt-35 {
        padding-top: 35px !important;
    }
    .sm-pl-35 {
        padding-left: 35px !important;
    }
    .sm-pr-35 {
        padding-right: 35px !important;
    }
    .sm-pb-35 {
        padding-bottom: 35px !important;
    }
    .sm-px-35 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .sm-py-35 {
        padding-top: 35px !important;
        padding-bottom: 35px;
    }
    .sm-m-35 {
        margin: 35px !important;
    }
    .sm-mt-35 {
        margin-top: 35px !important;
    }
    .sm-ml-35 {
        margin-left: 35px !important;
    }
    .sm-mr-35 {
        margin-right: 35px !important;
    }
    .sm-mb-35 {
        margin-bottom: 35px !important;
    }
    .sm-mx-35 {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .sm-my-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .sm-p-40 {
        padding: 40px !important;
    }
    .sm-pt-40 {
        padding-top: 40px !important;
    }
    .sm-pl-40 {
        padding-left: 40px !important;
    }
    .sm-pr-40 {
        padding-right: 40px !important;
    }
    .sm-pb-40 {
        padding-bottom: 40px !important;
    }
    .sm-px-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .sm-py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
    .sm-m-40 {
        margin: 40px !important;
    }
    .sm-mt-40 {
        margin-top: 40px !important;
    }
    .sm-ml-40 {
        margin-left: 40px !important;
    }
    .sm-mr-40 {
        margin-right: 40px !important;
    }
    .sm-mb-40 {
        margin-bottom: 40px !important;
    }
    .sm-mx-40 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .sm-my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .sm-p-44 {
        padding: 44px !important;
    }
    .sm-pt-44 {
        padding-top: 44px !important;
    }
    .sm-pl-44 {
        padding-left: 44px !important;
    }
    .sm-pr-44 {
        padding-right: 44px !important;
    }
    .sm-pb-44 {
        padding-bottom: 44px !important;
    }
    .sm-px-44 {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }
    .sm-py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px;
    }
    .sm-m-44 {
        margin: 44px !important;
    }
    .sm-mt-44 {
        margin-top: 44px !important;
    }
    .sm-ml-44 {
        margin-left: 44px !important;
    }
    .sm-mr-44 {
        margin-right: 44px !important;
    }
    .sm-mb-44 {
        margin-bottom: 44px !important;
    }
    .sm-mx-44 {
        margin-left: 44px !important;
        margin-right: 44px !important;
    }
    .sm-my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important;
    }
    .sm-p-45 {
        padding: 45px !important;
    }
    .sm-pt-45 {
        padding-top: 45px !important;
    }
    .sm-pl-45 {
        padding-left: 45px !important;
    }
    .sm-pr-45 {
        padding-right: 45px !important;
    }
    .sm-pb-45 {
        padding-bottom: 45px !important;
    }
    .sm-px-45 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    .sm-py-45 {
        padding-top: 45px !important;
        padding-bottom: 45px;
    }
    .sm-m-45 {
        margin: 45px !important;
    }
    .sm-mt-45 {
        margin-top: 45px !important;
    }
    .sm-ml-45 {
        margin-left: 45px !important;
    }
    .sm-mr-45 {
        margin-right: 45px !important;
    }
    .sm-mb-45 {
        margin-bottom: 45px !important;
    }
    .sm-mx-45 {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .sm-my-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .sm-p-48 {
        padding: 48px !important;
    }
    .sm-pt-48 {
        padding-top: 48px !important;
    }
    .sm-pl-48 {
        padding-left: 48px !important;
    }
    .sm-pr-48 {
        padding-right: 48px !important;
    }
    .sm-pb-48 {
        padding-bottom: 48px !important;
    }
    .sm-px-48 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
    .sm-py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px;
    }
    .sm-m-48 {
        margin: 48px !important;
    }
    .sm-mt-48 {
        margin-top: 48px !important;
    }
    .sm-ml-48 {
        margin-left: 48px !important;
    }
    .sm-mr-48 {
        margin-right: 48px !important;
    }
    .sm-mb-48 {
        margin-bottom: 48px !important;
    }
    .sm-mx-48 {
        margin-left: 48px !important;
        margin-right: 48px !important;
    }
    .sm-my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }
    .sm-p-50 {
        padding: 50px !important;
    }
    .sm-pt-50 {
        padding-top: 50px !important;
    }
    .sm-pl-50 {
        padding-left: 50px !important;
    }
    .sm-pr-50 {
        padding-right: 50px !important;
    }
    .sm-pb-50 {
        padding-bottom: 50px !important;
    }
    .sm-px-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .sm-py-50 {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }
    .sm-m-50 {
        margin: 50px !important;
    }
    .sm-mt-50 {
        margin-top: 50px !important;
    }
    .sm-ml-50 {
        margin-left: 50px !important;
    }
    .sm-mr-50 {
        margin-right: 50px !important;
    }
    .sm-mb-50 {
        margin-bottom: 50px !important;
    }
    .sm-mx-50 {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .sm-my-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .sm-p-55 {
        padding: 55px !important;
    }
    .sm-pt-55 {
        padding-top: 55px !important;
    }
    .sm-pl-55 {
        padding-left: 55px !important;
    }
    .sm-pr-55 {
        padding-right: 55px !important;
    }
    .sm-pb-55 {
        padding-bottom: 55px !important;
    }
    .sm-px-55 {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .sm-py-55 {
        padding-top: 55px !important;
        padding-bottom: 55px;
    }
    .sm-m-55 {
        margin: 55px !important;
    }
    .sm-mt-55 {
        margin-top: 55px !important;
    }
    .sm-ml-55 {
        margin-left: 55px !important;
    }
    .sm-mr-55 {
        margin-right: 55px !important;
    }
    .sm-mb-55 {
        margin-bottom: 55px !important;
    }
    .sm-mx-55 {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .sm-my-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .sm-p-56 {
        padding: 56px !important;
    }
    .sm-pt-56 {
        padding-top: 56px !important;
    }
    .sm-pl-56 {
        padding-left: 56px !important;
    }
    .sm-pr-56 {
        padding-right: 56px !important;
    }
    .sm-pb-56 {
        padding-bottom: 56px !important;
    }
    .sm-px-56 {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
    .sm-py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px;
    }
    .sm-m-56 {
        margin: 56px !important;
    }
    .sm-mt-56 {
        margin-top: 56px !important;
    }
    .sm-ml-56 {
        margin-left: 56px !important;
    }
    .sm-mr-56 {
        margin-right: 56px !important;
    }
    .sm-mb-56 {
        margin-bottom: 56px !important;
    }
    .sm-mx-56 {
        margin-left: 56px !important;
        margin-right: 56px !important;
    }
    .sm-my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }
    .sm-p-60 {
        padding: 60px !important;
    }
    .sm-pt-60 {
        padding-top: 60px !important;
    }
    .sm-pl-60 {
        padding-left: 60px !important;
    }
    .sm-pr-60 {
        padding-right: 60px !important;
    }
    .sm-pb-60 {
        padding-bottom: 60px !important;
    }
    .sm-px-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .sm-py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px;
    }
    .sm-m-60 {
        margin: 60px !important;
    }
    .sm-mt-60 {
        margin-top: 60px !important;
    }
    .sm-ml-60 {
        margin-left: 60px !important;
    }
    .sm-mr-60 {
        margin-right: 60px !important;
    }
    .sm-mb-60 {
        margin-bottom: 60px !important;
    }
    .sm-mx-60 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .sm-my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .sm-p-65 {
        padding: 65px !important;
    }
    .sm-pt-65 {
        padding-top: 65px !important;
    }
    .sm-pl-65 {
        padding-left: 65px !important;
    }
    .sm-pr-65 {
        padding-right: 65px !important;
    }
    .sm-pb-65 {
        padding-bottom: 65px !important;
    }
    .sm-px-65 {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
    .sm-py-65 {
        padding-top: 65px !important;
        padding-bottom: 65px;
    }
    .sm-m-65 {
        margin: 65px !important;
    }
    .sm-mt-65 {
        margin-top: 65px !important;
    }
    .sm-ml-65 {
        margin-left: 65px !important;
    }
    .sm-mr-65 {
        margin-right: 65px !important;
    }
    .sm-mb-65 {
        margin-bottom: 65px !important;
    }
    .sm-mx-65 {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }
    .sm-my-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .sm-p-64 {
        padding: 64px !important;
    }
    .sm-pt-64 {
        padding-top: 64px !important;
    }
    .sm-pl-64 {
        padding-left: 64px !important;
    }
    .sm-pr-64 {
        padding-right: 64px !important;
    }
    .sm-pb-64 {
        padding-bottom: 64px !important;
    }
    .sm-px-64 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
    .sm-py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px;
    }
    .sm-m-64 {
        margin: 64px !important;
    }
    .sm-mt-64 {
        margin-top: 64px !important;
    }
    .sm-ml-64 {
        margin-left: 64px !important;
    }
    .sm-mr-64 {
        margin-right: 64px !important;
    }
    .sm-mb-64 {
        margin-bottom: 64px !important;
    }
    .sm-mx-64 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }
    .sm-my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
    .sm-p-70 {
        padding: 70px !important;
    }
    .sm-pt-70 {
        padding-top: 70px !important;
    }
    .sm-pl-70 {
        padding-left: 70px !important;
    }
    .sm-pr-70 {
        padding-right: 70px !important;
    }
    .sm-pb-70 {
        padding-bottom: 70px !important;
    }
    .sm-px-70 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .sm-py-70 {
        padding-top: 70px !important;
        padding-bottom: 70px;
    }
    .sm-m-70 {
        margin: 70px !important;
    }
    .sm-mt-70 {
        margin-top: 70px !important;
    }
    .sm-ml-70 {
        margin-left: 70px !important;
    }
    .sm-mr-70 {
        margin-right: 70px !important;
    }
    .sm-mb-70 {
        margin-bottom: 70px !important;
    }
    .sm-mx-70 {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }
    .sm-my-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .sm-p-72 {
        padding: 72px !important;
    }
    .sm-pt-72 {
        padding-top: 72px !important;
    }
    .sm-pl-72 {
        padding-left: 72px !important;
    }
    .sm-pr-72 {
        padding-right: 72px !important;
    }
    .sm-pb-72 {
        padding-bottom: 72px !important;
    }
    .sm-px-72 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }
    .sm-py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px;
    }
    .sm-m-72 {
        margin: 72px !important;
    }
    .sm-mt-72 {
        margin-top: 72px !important;
    }
    .sm-ml-72 {
        margin-left: 72px !important;
    }
    .sm-mr-72 {
        margin-right: 72px !important;
    }
    .sm-mb-72 {
        margin-bottom: 72px !important;
    }
    .sm-mx-72 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }
    .sm-my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .sm-p-80 {
        padding: 80px !important;
    }
    .sm-pt-80 {
        padding-top: 80px !important;
    }
    .sm-pl-80 {
        padding-left: 80px !important;
    }
    .sm-pr-80 {
        padding-right: 80px !important;
    }
    .sm-pb-80 {
        padding-bottom: 80px !important;
    }
    .sm-px-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .sm-py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px;
    }
    .sm-m-80 {
        margin: 80px !important;
    }
    .sm-mt-80 {
        margin-top: 80px !important;
    }
    .sm-ml-80 {
        margin-left: 80px !important;
    }
    .sm-mr-80 {
        margin-right: 80px !important;
    }
    .sm-mb-80 {
        margin-bottom: 80px !important;
    }
    .sm-mx-80 {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }
    .sm-my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .sm-p-88 {
        padding: 88px !important;
    }
    .sm-pt-88 {
        padding-top: 88px !important;
    }
    .sm-pl-88 {
        padding-left: 88px !important;
    }
    .sm-pr-88 {
        padding-right: 88px !important;
    }
    .sm-pb-88 {
        padding-bottom: 88px !important;
    }
    .sm-px-88 {
        padding-left: 88px !important;
        padding-right: 88px !important;
    }
    .sm-py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px;
    }
    .sm-m-88 {
        margin: 88px !important;
    }
    .sm-mt-88 {
        margin-top: 88px !important;
    }
    .sm-ml-88 {
        margin-left: 88px !important;
    }
    .sm-mr-88 {
        margin-right: 88px !important;
    }
    .sm-mb-88 {
        margin-bottom: 88px !important;
    }
    .sm-mx-88 {
        margin-left: 88px !important;
        margin-right: 88px !important;
    }
    .sm-my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important;
    }
    .sm-p-112 {
        padding: 112px !important;
    }
    .sm-pt-112 {
        padding-top: 112px !important;
    }
    .sm-pl-112 {
        padding-left: 112px !important;
    }
    .sm-pr-112 {
        padding-right: 112px !important;
    }
    .sm-pb-112 {
        padding-bottom: 112px !important;
    }
    .sm-px-112 {
        padding-left: 112px !important;
        padding-right: 112px !important;
    }
    .sm-py-112 {
        padding-top: 112px !important;
        padding-bottom: 112px;
    }
    .sm-m-112 {
        margin: 112px !important;
    }
    .sm-mt-112 {
        margin-top: 112px !important;
    }
    .sm-ml-112 {
        margin-left: 112px !important;
    }
    .sm-mr-112 {
        margin-right: 112px !important;
    }
    .sm-mb-112 {
        margin-bottom: 112px !important;
    }
    .sm-mx-112 {
        margin-left: 112px !important;
        margin-right: 112px !important;
    }
    .sm-my-112 {
        margin-top: 112px !important;
        margin-bottom: 112px !important;
    }
}
@media (min-width: 992px) {
    .md-p-0 {
        padding: 0px !important;
    }
    .md-pt-0 {
        padding-top: 0px !important;
    }
    .md-pl-0 {
        padding-left: 0px !important;
    }
    .md-pr-0 {
        padding-right: 0px !important;
    }
    .md-pb-0 {
        padding-bottom: 0px !important;
    }
    .md-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .md-py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }
    .md-m-0 {
        margin: 0px !important;
    }
    .md-mt-0 {
        margin-top: 0px !important;
    }
    .md-ml-0 {
        margin-left: 0px !important;
    }
    .md-mr-0 {
        margin-right: 0px !important;
    }
    .md-mb-0 {
        margin-bottom: 0px !important;
    }
    .md-mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .md-my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .md-p-3 {
        padding: 3px !important;
    }
    .md-pt-3 {
        padding-top: 3px !important;
    }
    .md-pl-3 {
        padding-left: 3px !important;
    }
    .md-pr-3 {
        padding-right: 3px !important;
    }
    .md-pb-3 {
        padding-bottom: 3px !important;
    }
    .md-px-3 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .md-py-3 {
        padding-top: 3px !important;
        padding-bottom: 3px;
    }
    .md-m-3 {
        margin: 3px !important;
    }
    .md-mt-3 {
        margin-top: 3px !important;
    }
    .md-ml-3 {
        margin-left: 3px !important;
    }
    .md-mr-3 {
        margin-right: 3px !important;
    }
    .md-mb-3 {
        margin-bottom: 3px !important;
    }
    .md-mx-3 {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .md-my-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .md-p-4 {
        padding: 4px !important;
    }
    .md-pt-4 {
        padding-top: 4px !important;
    }
    .md-pl-4 {
        padding-left: 4px !important;
    }
    .md-pr-4 {
        padding-right: 4px !important;
    }
    .md-pb-4 {
        padding-bottom: 4px !important;
    }
    .md-px-4 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .md-py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px;
    }
    .md-m-4 {
        margin: 4px !important;
    }
    .md-mt-4 {
        margin-top: 4px !important;
    }
    .md-ml-4 {
        margin-left: 4px !important;
    }
    .md-mr-4 {
        margin-right: 4px !important;
    }
    .md-mb-4 {
        margin-bottom: 4px !important;
    }
    .md-mx-4 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
    .md-my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .md-p-5 {
        padding: 5px !important;
    }
    .md-pt-5 {
        padding-top: 5px !important;
    }
    .md-pl-5 {
        padding-left: 5px !important;
    }
    .md-pr-5 {
        padding-right: 5px !important;
    }
    .md-pb-5 {
        padding-bottom: 5px !important;
    }
    .md-px-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .md-py-5 {
        padding-top: 5px !important;
        padding-bottom: 5px;
    }
    .md-m-5 {
        margin: 5px !important;
    }
    .md-mt-5 {
        margin-top: 5px !important;
    }
    .md-ml-5 {
        margin-left: 5px !important;
    }
    .md-mr-5 {
        margin-right: 5px !important;
    }
    .md-mb-5 {
        margin-bottom: 5px !important;
    }
    .md-mx-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .md-my-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .md-p-6 {
        padding: 6px !important;
    }
    .md-pt-6 {
        padding-top: 6px !important;
    }
    .md-pl-6 {
        padding-left: 6px !important;
    }
    .md-pr-6 {
        padding-right: 6px !important;
    }
    .md-pb-6 {
        padding-bottom: 6px !important;
    }
    .md-px-6 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .md-py-6 {
        padding-top: 6px !important;
        padding-bottom: 6px;
    }
    .md-m-6 {
        margin: 6px !important;
    }
    .md-mt-6 {
        margin-top: 6px !important;
    }
    .md-ml-6 {
        margin-left: 6px !important;
    }
    .md-mr-6 {
        margin-right: 6px !important;
    }
    .md-mb-6 {
        margin-bottom: 6px !important;
    }
    .md-mx-6 {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .md-my-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .md-p-7 {
        padding: 7px !important;
    }
    .md-pt-7 {
        padding-top: 7px !important;
    }
    .md-pl-7 {
        padding-left: 7px !important;
    }
    .md-pr-7 {
        padding-right: 7px !important;
    }
    .md-pb-7 {
        padding-bottom: 7px !important;
    }
    .md-px-7 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .md-py-7 {
        padding-top: 7px !important;
        padding-bottom: 7px;
    }
    .md-m-7 {
        margin: 7px !important;
    }
    .md-mt-7 {
        margin-top: 7px !important;
    }
    .md-ml-7 {
        margin-left: 7px !important;
    }
    .md-mr-7 {
        margin-right: 7px !important;
    }
    .md-mb-7 {
        margin-bottom: 7px !important;
    }
    .md-mx-7 {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }
    .md-my-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
    .md-p-8 {
        padding: 8px !important;
    }
    .md-pt-8 {
        padding-top: 8px !important;
    }
    .md-pl-8 {
        padding-left: 8px !important;
    }
    .md-pr-8 {
        padding-right: 8px !important;
    }
    .md-pb-8 {
        padding-bottom: 8px !important;
    }
    .md-px-8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .md-py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px;
    }
    .md-m-8 {
        margin: 8px !important;
    }
    .md-mt-8 {
        margin-top: 8px !important;
    }
    .md-ml-8 {
        margin-left: 8px !important;
    }
    .md-mr-8 {
        margin-right: 8px !important;
    }
    .md-mb-8 {
        margin-bottom: 8px !important;
    }
    .md-mx-8 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .md-my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .md-p-9 {
        padding: 9px !important;
    }
    .md-pt-9 {
        padding-top: 9px !important;
    }
    .md-pl-9 {
        padding-left: 9px !important;
    }
    .md-pr-9 {
        padding-right: 9px !important;
    }
    .md-pb-9 {
        padding-bottom: 9px !important;
    }
    .md-px-9 {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .md-py-9 {
        padding-top: 9px !important;
        padding-bottom: 9px;
    }
    .md-m-9 {
        margin: 9px !important;
    }
    .md-mt-9 {
        margin-top: 9px !important;
    }
    .md-ml-9 {
        margin-left: 9px !important;
    }
    .md-mr-9 {
        margin-right: 9px !important;
    }
    .md-mb-9 {
        margin-bottom: 9px !important;
    }
    .md-mx-9 {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
    .md-my-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }
    .md-p-10 {
        padding: 10px !important;
    }
    .md-pt-10 {
        padding-top: 10px !important;
    }
    .md-pl-10 {
        padding-left: 10px !important;
    }
    .md-pr-10 {
        padding-right: 10px !important;
    }
    .md-pb-10 {
        padding-bottom: 10px !important;
    }
    .md-px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .md-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    .md-m-10 {
        margin: 10px !important;
    }
    .md-mt-10 {
        margin-top: 10px !important;
    }
    .md-ml-10 {
        margin-left: 10px !important;
    }
    .md-mr-10 {
        margin-right: 10px !important;
    }
    .md-mb-10 {
        margin-bottom: 10px !important;
    }
    .md-mx-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .md-my-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .md-p-12 {
        padding: 12px !important;
    }
    .md-pt-12 {
        padding-top: 12px !important;
    }
    .md-pl-12 {
        padding-left: 12px !important;
    }
    .md-pr-12 {
        padding-right: 12px !important;
    }
    .md-pb-12 {
        padding-bottom: 12px !important;
    }
    .md-px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .md-py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px;
    }
    .md-m-12 {
        margin: 12px !important;
    }
    .md-mt-12 {
        margin-top: 12px !important;
    }
    .md-ml-12 {
        margin-left: 12px !important;
    }
    .md-mr-12 {
        margin-right: 12px !important;
    }
    .md-mb-12 {
        margin-bottom: 12px !important;
    }
    .md-mx-12 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    .md-my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .md-p-13 {
        padding: 13px !important;
    }
    .md-pt-13 {
        padding-top: 13px !important;
    }
    .md-pl-13 {
        padding-left: 13px !important;
    }
    .md-pr-13 {
        padding-right: 13px !important;
    }
    .md-pb-13 {
        padding-bottom: 13px !important;
    }
    .md-px-13 {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .md-py-13 {
        padding-top: 13px !important;
        padding-bottom: 13px;
    }
    .md-m-13 {
        margin: 13px !important;
    }
    .md-mt-13 {
        margin-top: 13px !important;
    }
    .md-ml-13 {
        margin-left: 13px !important;
    }
    .md-mr-13 {
        margin-right: 13px !important;
    }
    .md-mb-13 {
        margin-bottom: 13px !important;
    }
    .md-mx-13 {
        margin-left: 13px !important;
        margin-right: 13px !important;
    }
    .md-my-13 {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
    .md-p-14 {
        padding: 14px !important;
    }
    .md-pt-14 {
        padding-top: 14px !important;
    }
    .md-pl-14 {
        padding-left: 14px !important;
    }
    .md-pr-14 {
        padding-right: 14px !important;
    }
    .md-pb-14 {
        padding-bottom: 14px !important;
    }
    .md-px-14 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .md-py-14 {
        padding-top: 14px !important;
        padding-bottom: 14px;
    }
    .md-m-14 {
        margin: 14px !important;
    }
    .md-mt-14 {
        margin-top: 14px !important;
    }
    .md-ml-14 {
        margin-left: 14px !important;
    }
    .md-mr-14 {
        margin-right: 14px !important;
    }
    .md-mb-14 {
        margin-bottom: 14px !important;
    }
    .md-mx-14 {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .md-my-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }
    .md-p-15 {
        padding: 15px !important;
    }
    .md-pt-15 {
        padding-top: 15px !important;
    }
    .md-pl-15 {
        padding-left: 15px !important;
    }
    .md-pr-15 {
        padding-right: 15px !important;
    }
    .md-pb-15 {
        padding-bottom: 15px !important;
    }
    .md-px-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .md-py-15 {
        padding-top: 15px !important;
        padding-bottom: 15px;
    }
    .md-m-15 {
        margin: 15px !important;
    }
    .md-mt-15 {
        margin-top: 15px !important;
    }
    .md-ml-15 {
        margin-left: 15px !important;
    }
    .md-mr-15 {
        margin-right: 15px !important;
    }
    .md-mb-15 {
        margin-bottom: 15px !important;
    }
    .md-mx-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .md-my-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .md-p-16 {
        padding: 16px !important;
    }
    .md-pt-16 {
        padding-top: 16px !important;
    }
    .md-pl-16 {
        padding-left: 16px !important;
    }
    .md-pr-16 {
        padding-right: 16px !important;
    }
    .md-pb-16 {
        padding-bottom: 16px !important;
    }
    .md-px-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .md-py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px;
    }
    .md-m-16 {
        margin: 16px !important;
    }
    .md-mt-16 {
        margin-top: 16px !important;
    }
    .md-ml-16 {
        margin-left: 16px !important;
    }
    .md-mr-16 {
        margin-right: 16px !important;
    }
    .md-mb-16 {
        margin-bottom: 16px !important;
    }
    .md-mx-16 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .md-my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .md-p-18 {
        padding: 18px !important;
    }
    .md-pt-18 {
        padding-top: 18px !important;
    }
    .md-pl-18 {
        padding-left: 18px !important;
    }
    .md-pr-18 {
        padding-right: 18px !important;
    }
    .md-pb-18 {
        padding-bottom: 18px !important;
    }
    .md-px-18 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .md-py-18 {
        padding-top: 18px !important;
        padding-bottom: 18px;
    }
    .md-m-18 {
        margin: 18px !important;
    }
    .md-mt-18 {
        margin-top: 18px !important;
    }
    .md-ml-18 {
        margin-left: 18px !important;
    }
    .md-mr-18 {
        margin-right: 18px !important;
    }
    .md-mb-18 {
        margin-bottom: 18px !important;
    }
    .md-mx-18 {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }
    .md-my-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }
    .md-p-20 {
        padding: 20px !important;
    }
    .md-pt-20 {
        padding-top: 20px !important;
    }
    .md-pl-20 {
        padding-left: 20px !important;
    }
    .md-pr-20 {
        padding-right: 20px !important;
    }
    .md-pb-20 {
        padding-bottom: 20px !important;
    }
    .md-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .md-py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px;
    }
    .md-m-20 {
        margin: 20px !important;
    }
    .md-mt-20 {
        margin-top: 20px !important;
    }
    .md-ml-20 {
        margin-left: 20px !important;
    }
    .md-mr-20 {
        margin-right: 20px !important;
    }
    .md-mb-20 {
        margin-bottom: 20px !important;
    }
    .md-mx-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .md-my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .md-p-25 {
        padding: 25px !important;
    }
    .md-pt-25 {
        padding-top: 25px !important;
    }
    .md-pl-25 {
        padding-left: 25px !important;
    }
    .md-pr-25 {
        padding-right: 25px !important;
    }
    .md-pb-25 {
        padding-bottom: 25px !important;
    }
    .md-px-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .md-py-25 {
        padding-top: 25px !important;
        padding-bottom: 25px;
    }
    .md-m-25 {
        margin: 25px !important;
    }
    .md-mt-25 {
        margin-top: 25px !important;
    }
    .md-ml-25 {
        margin-left: 25px !important;
    }
    .md-mr-25 {
        margin-right: 25px !important;
    }
    .md-mb-25 {
        margin-bottom: 25px !important;
    }
    .md-mx-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .md-my-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .md-p-23 {
        padding: 23px !important;
    }
    .md-pt-23 {
        padding-top: 23px !important;
    }
    .md-pl-23 {
        padding-left: 23px !important;
    }
    .md-pr-23 {
        padding-right: 23px !important;
    }
    .md-pb-23 {
        padding-bottom: 23px !important;
    }
    .md-px-23 {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
    .md-py-23 {
        padding-top: 23px !important;
        padding-bottom: 23px;
    }
    .md-m-23 {
        margin: 23px !important;
    }
    .md-mt-23 {
        margin-top: 23px !important;
    }
    .md-ml-23 {
        margin-left: 23px !important;
    }
    .md-mr-23 {
        margin-right: 23px !important;
    }
    .md-mb-23 {
        margin-bottom: 23px !important;
    }
    .md-mx-23 {
        margin-left: 23px !important;
        margin-right: 23px !important;
    }
    .md-my-23 {
        margin-top: 23px !important;
        margin-bottom: 23px !important;
    }
    .md-p-24 {
        padding: 24px !important;
    }
    .md-pt-24 {
        padding-top: 24px !important;
    }
    .md-pl-24 {
        padding-left: 24px !important;
    }
    .md-pr-24 {
        padding-right: 24px !important;
    }
    .md-pb-24 {
        padding-bottom: 24px !important;
    }
    .md-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .md-py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px;
    }
    .md-m-24 {
        margin: 24px !important;
    }
    .md-mt-24 {
        margin-top: 24px !important;
    }
    .md-ml-24 {
        margin-left: 24px !important;
    }
    .md-mr-24 {
        margin-right: 24px !important;
    }
    .md-mb-24 {
        margin-bottom: 24px !important;
    }
    .md-mx-24 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }
    .md-my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .md-p-26 {
        padding: 26px !important;
    }
    .md-pt-26 {
        padding-top: 26px !important;
    }
    .md-pl-26 {
        padding-left: 26px !important;
    }
    .md-pr-26 {
        padding-right: 26px !important;
    }
    .md-pb-26 {
        padding-bottom: 26px !important;
    }
    .md-px-26 {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
    .md-py-26 {
        padding-top: 26px !important;
        padding-bottom: 26px;
    }
    .md-m-26 {
        margin: 26px !important;
    }
    .md-mt-26 {
        margin-top: 26px !important;
    }
    .md-ml-26 {
        margin-left: 26px !important;
    }
    .md-mr-26 {
        margin-right: 26px !important;
    }
    .md-mb-26 {
        margin-bottom: 26px !important;
    }
    .md-mx-26 {
        margin-left: 26px !important;
        margin-right: 26px !important;
    }
    .md-my-26 {
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }
    .md-p-28 {
        padding: 28px !important;
    }
    .md-pt-28 {
        padding-top: 28px !important;
    }
    .md-pl-28 {
        padding-left: 28px !important;
    }
    .md-pr-28 {
        padding-right: 28px !important;
    }
    .md-pb-28 {
        padding-bottom: 28px !important;
    }
    .md-px-28 {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
    .md-py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px;
    }
    .md-m-28 {
        margin: 28px !important;
    }
    .md-mt-28 {
        margin-top: 28px !important;
    }
    .md-ml-28 {
        margin-left: 28px !important;
    }
    .md-mr-28 {
        margin-right: 28px !important;
    }
    .md-mb-28 {
        margin-bottom: 28px !important;
    }
    .md-mx-28 {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }
    .md-my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }
    .md-p-30 {
        padding: 30px !important;
    }
    .md-pt-30 {
        padding-top: 30px !important;
    }
    .md-pl-30 {
        padding-left: 30px !important;
    }
    .md-pr-30 {
        padding-right: 30px !important;
    }
    .md-pb-30 {
        padding-bottom: 30px !important;
    }
    .md-px-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .md-py-30 {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }
    .md-m-30 {
        margin: 30px !important;
    }
    .md-mt-30 {
        margin-top: 30px !important;
    }
    .md-ml-30 {
        margin-left: 30px !important;
    }
    .md-mr-30 {
        margin-right: 30px !important;
    }
    .md-mb-30 {
        margin-bottom: 30px !important;
    }
    .md-mx-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .md-my-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .md-p-32 {
        padding: 32px !important;
    }
    .md-pt-32 {
        padding-top: 32px !important;
    }
    .md-pl-32 {
        padding-left: 32px !important;
    }
    .md-pr-32 {
        padding-right: 32px !important;
    }
    .md-pb-32 {
        padding-bottom: 32px !important;
    }
    .md-px-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .md-py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px;
    }
    .md-m-32 {
        margin: 32px !important;
    }
    .md-mt-32 {
        margin-top: 32px !important;
    }
    .md-ml-32 {
        margin-left: 32px !important;
    }
    .md-mr-32 {
        margin-right: 32px !important;
    }
    .md-mb-32 {
        margin-bottom: 32px !important;
    }
    .md-mx-32 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }
    .md-my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .md-p-35 {
        padding: 35px !important;
    }
    .md-pt-35 {
        padding-top: 35px !important;
    }
    .md-pl-35 {
        padding-left: 35px !important;
    }
    .md-pr-35 {
        padding-right: 35px !important;
    }
    .md-pb-35 {
        padding-bottom: 35px !important;
    }
    .md-px-35 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .md-py-35 {
        padding-top: 35px !important;
        padding-bottom: 35px;
    }
    .md-m-35 {
        margin: 35px !important;
    }
    .md-mt-35 {
        margin-top: 35px !important;
    }
    .md-ml-35 {
        margin-left: 35px !important;
    }
    .md-mr-35 {
        margin-right: 35px !important;
    }
    .md-mb-35 {
        margin-bottom: 35px !important;
    }
    .md-mx-35 {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .md-my-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .md-p-40 {
        padding: 40px !important;
    }
    .md-pt-40 {
        padding-top: 40px !important;
    }
    .md-pl-40 {
        padding-left: 40px !important;
    }
    .md-pr-40 {
        padding-right: 40px !important;
    }
    .md-pb-40 {
        padding-bottom: 40px !important;
    }
    .md-px-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .md-py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
    .md-m-40 {
        margin: 40px !important;
    }
    .md-mt-40 {
        margin-top: 40px !important;
    }
    .md-ml-40 {
        margin-left: 40px !important;
    }
    .md-mr-40 {
        margin-right: 40px !important;
    }
    .md-mb-40 {
        margin-bottom: 40px !important;
    }
    .md-mx-40 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .md-my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .md-p-44 {
        padding: 44px !important;
    }
    .md-pt-44 {
        padding-top: 44px !important;
    }
    .md-pl-44 {
        padding-left: 44px !important;
    }
    .md-pr-44 {
        padding-right: 44px !important;
    }
    .md-pb-44 {
        padding-bottom: 44px !important;
    }
    .md-px-44 {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }
    .md-py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px;
    }
    .md-m-44 {
        margin: 44px !important;
    }
    .md-mt-44 {
        margin-top: 44px !important;
    }
    .md-ml-44 {
        margin-left: 44px !important;
    }
    .md-mr-44 {
        margin-right: 44px !important;
    }
    .md-mb-44 {
        margin-bottom: 44px !important;
    }
    .md-mx-44 {
        margin-left: 44px !important;
        margin-right: 44px !important;
    }
    .md-my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important;
    }
    .md-p-45 {
        padding: 45px !important;
    }
    .md-pt-45 {
        padding-top: 45px !important;
    }
    .md-pl-45 {
        padding-left: 45px !important;
    }
    .md-pr-45 {
        padding-right: 45px !important;
    }
    .md-pb-45 {
        padding-bottom: 45px !important;
    }
    .md-px-45 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    .md-py-45 {
        padding-top: 45px !important;
        padding-bottom: 45px;
    }
    .md-m-45 {
        margin: 45px !important;
    }
    .md-mt-45 {
        margin-top: 45px !important;
    }
    .md-ml-45 {
        margin-left: 45px !important;
    }
    .md-mr-45 {
        margin-right: 45px !important;
    }
    .md-mb-45 {
        margin-bottom: 45px !important;
    }
    .md-mx-45 {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .md-my-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .md-p-48 {
        padding: 48px !important;
    }
    .md-pt-48 {
        padding-top: 48px !important;
    }
    .md-pl-48 {
        padding-left: 48px !important;
    }
    .md-pr-48 {
        padding-right: 48px !important;
    }
    .md-pb-48 {
        padding-bottom: 48px !important;
    }
    .md-px-48 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
    .md-py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px;
    }
    .md-m-48 {
        margin: 48px !important;
    }
    .md-mt-48 {
        margin-top: 48px !important;
    }
    .md-ml-48 {
        margin-left: 48px !important;
    }
    .md-mr-48 {
        margin-right: 48px !important;
    }
    .md-mb-48 {
        margin-bottom: 48px !important;
    }
    .md-mx-48 {
        margin-left: 48px !important;
        margin-right: 48px !important;
    }
    .md-my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }
    .md-p-50 {
        padding: 50px !important;
    }
    .md-pt-50 {
        padding-top: 50px !important;
    }
    .md-pl-50 {
        padding-left: 50px !important;
    }
    .md-pr-50 {
        padding-right: 50px !important;
    }
    .md-pb-50 {
        padding-bottom: 50px !important;
    }
    .md-px-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .md-py-50 {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }
    .md-m-50 {
        margin: 50px !important;
    }
    .md-mt-50 {
        margin-top: 50px !important;
    }
    .md-ml-50 {
        margin-left: 50px !important;
    }
    .md-mr-50 {
        margin-right: 50px !important;
    }
    .md-mb-50 {
        margin-bottom: 50px !important;
    }
    .md-mx-50 {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .md-my-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .md-p-55 {
        padding: 55px !important;
    }
    .md-pt-55 {
        padding-top: 55px !important;
    }
    .md-pl-55 {
        padding-left: 55px !important;
    }
    .md-pr-55 {
        padding-right: 55px !important;
    }
    .md-pb-55 {
        padding-bottom: 55px !important;
    }
    .md-px-55 {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .md-py-55 {
        padding-top: 55px !important;
        padding-bottom: 55px;
    }
    .md-m-55 {
        margin: 55px !important;
    }
    .md-mt-55 {
        margin-top: 55px !important;
    }
    .md-ml-55 {
        margin-left: 55px !important;
    }
    .md-mr-55 {
        margin-right: 55px !important;
    }
    .md-mb-55 {
        margin-bottom: 55px !important;
    }
    .md-mx-55 {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .md-my-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .md-p-56 {
        padding: 56px !important;
    }
    .md-pt-56 {
        padding-top: 56px !important;
    }
    .md-pl-56 {
        padding-left: 56px !important;
    }
    .md-pr-56 {
        padding-right: 56px !important;
    }
    .md-pb-56 {
        padding-bottom: 56px !important;
    }
    .md-px-56 {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
    .md-py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px;
    }
    .md-m-56 {
        margin: 56px !important;
    }
    .md-mt-56 {
        margin-top: 56px !important;
    }
    .md-ml-56 {
        margin-left: 56px !important;
    }
    .md-mr-56 {
        margin-right: 56px !important;
    }
    .md-mb-56 {
        margin-bottom: 56px !important;
    }
    .md-mx-56 {
        margin-left: 56px !important;
        margin-right: 56px !important;
    }
    .md-my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }
    .md-p-60 {
        padding: 60px !important;
    }
    .md-pt-60 {
        padding-top: 60px !important;
    }
    .md-pl-60 {
        padding-left: 60px !important;
    }
    .md-pr-60 {
        padding-right: 60px !important;
    }
    .md-pb-60 {
        padding-bottom: 60px !important;
    }
    .md-px-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .md-py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px;
    }
    .md-m-60 {
        margin: 60px !important;
    }
    .md-mt-60 {
        margin-top: 60px !important;
    }
    .md-ml-60 {
        margin-left: 60px !important;
    }
    .md-mr-60 {
        margin-right: 60px !important;
    }
    .md-mb-60 {
        margin-bottom: 60px !important;
    }
    .md-mx-60 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .md-my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .md-p-65 {
        padding: 65px !important;
    }
    .md-pt-65 {
        padding-top: 65px !important;
    }
    .md-pl-65 {
        padding-left: 65px !important;
    }
    .md-pr-65 {
        padding-right: 65px !important;
    }
    .md-pb-65 {
        padding-bottom: 65px !important;
    }
    .md-px-65 {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
    .md-py-65 {
        padding-top: 65px !important;
        padding-bottom: 65px;
    }
    .md-m-65 {
        margin: 65px !important;
    }
    .md-mt-65 {
        margin-top: 65px !important;
    }
    .md-ml-65 {
        margin-left: 65px !important;
    }
    .md-mr-65 {
        margin-right: 65px !important;
    }
    .md-mb-65 {
        margin-bottom: 65px !important;
    }
    .md-mx-65 {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }
    .md-my-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .md-p-64 {
        padding: 64px !important;
    }
    .md-pt-64 {
        padding-top: 64px !important;
    }
    .md-pl-64 {
        padding-left: 64px !important;
    }
    .md-pr-64 {
        padding-right: 64px !important;
    }
    .md-pb-64 {
        padding-bottom: 64px !important;
    }
    .md-px-64 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
    .md-py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px;
    }
    .md-m-64 {
        margin: 64px !important;
    }
    .md-mt-64 {
        margin-top: 64px !important;
    }
    .md-ml-64 {
        margin-left: 64px !important;
    }
    .md-mr-64 {
        margin-right: 64px !important;
    }
    .md-mb-64 {
        margin-bottom: 64px !important;
    }
    .md-mx-64 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }
    .md-my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
    .md-p-70 {
        padding: 70px !important;
    }
    .md-pt-70 {
        padding-top: 70px !important;
    }
    .md-pl-70 {
        padding-left: 70px !important;
    }
    .md-pr-70 {
        padding-right: 70px !important;
    }
    .md-pb-70 {
        padding-bottom: 70px !important;
    }
    .md-px-70 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .md-py-70 {
        padding-top: 70px !important;
        padding-bottom: 70px;
    }
    .md-m-70 {
        margin: 70px !important;
    }
    .md-mt-70 {
        margin-top: 70px !important;
    }
    .md-ml-70 {
        margin-left: 70px !important;
    }
    .md-mr-70 {
        margin-right: 70px !important;
    }
    .md-mb-70 {
        margin-bottom: 70px !important;
    }
    .md-mx-70 {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }
    .md-my-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .md-p-72 {
        padding: 72px !important;
    }
    .md-pt-72 {
        padding-top: 72px !important;
    }
    .md-pl-72 {
        padding-left: 72px !important;
    }
    .md-pr-72 {
        padding-right: 72px !important;
    }
    .md-pb-72 {
        padding-bottom: 72px !important;
    }
    .md-px-72 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }
    .md-py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px;
    }
    .md-m-72 {
        margin: 72px !important;
    }
    .md-mt-72 {
        margin-top: 72px !important;
    }
    .md-ml-72 {
        margin-left: 72px !important;
    }
    .md-mr-72 {
        margin-right: 72px !important;
    }
    .md-mb-72 {
        margin-bottom: 72px !important;
    }
    .md-mx-72 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }
    .md-my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .md-p-80 {
        padding: 80px !important;
    }
    .md-pt-80 {
        padding-top: 80px !important;
    }
    .md-pl-80 {
        padding-left: 80px !important;
    }
    .md-pr-80 {
        padding-right: 80px !important;
    }
    .md-pb-80 {
        padding-bottom: 80px !important;
    }
    .md-px-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .md-py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px;
    }
    .md-m-80 {
        margin: 80px !important;
    }
    .md-mt-80 {
        margin-top: 80px !important;
    }
    .md-ml-80 {
        margin-left: 80px !important;
    }
    .md-mr-80 {
        margin-right: 80px !important;
    }
    .md-mb-80 {
        margin-bottom: 80px !important;
    }
    .md-mx-80 {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }
    .md-my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .md-p-88 {
        padding: 88px !important;
    }
    .md-pt-88 {
        padding-top: 88px !important;
    }
    .md-pl-88 {
        padding-left: 88px !important;
    }
    .md-pr-88 {
        padding-right: 88px !important;
    }
    .md-pb-88 {
        padding-bottom: 88px !important;
    }
    .md-px-88 {
        padding-left: 88px !important;
        padding-right: 88px !important;
    }
    .md-py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px;
    }
    .md-m-88 {
        margin: 88px !important;
    }
    .md-mt-88 {
        margin-top: 88px !important;
    }
    .md-ml-88 {
        margin-left: 88px !important;
    }
    .md-mr-88 {
        margin-right: 88px !important;
    }
    .md-mb-88 {
        margin-bottom: 88px !important;
    }
    .md-mx-88 {
        margin-left: 88px !important;
        margin-right: 88px !important;
    }
    .md-my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important;
    }
    .md-p-112 {
        padding: 112px !important;
    }
    .md-pt-112 {
        padding-top: 112px !important;
    }
    .md-pl-112 {
        padding-left: 112px !important;
    }
    .md-pr-112 {
        padding-right: 112px !important;
    }
    .md-pb-112 {
        padding-bottom: 112px !important;
    }
    .md-px-112 {
        padding-left: 112px !important;
        padding-right: 112px !important;
    }
    .md-py-112 {
        padding-top: 112px !important;
        padding-bottom: 112px;
    }
    .md-m-112 {
        margin: 112px !important;
    }
    .md-mt-112 {
        margin-top: 112px !important;
    }
    .md-ml-112 {
        margin-left: 112px !important;
    }
    .md-mr-112 {
        margin-right: 112px !important;
    }
    .md-mb-112 {
        margin-bottom: 112px !important;
    }
    .md-mx-112 {
        margin-left: 112px !important;
        margin-right: 112px !important;
    }
    .md-my-112 {
        margin-top: 112px !important;
        margin-bottom: 112px !important;
    }
}
@media (min-width: 1200px) {
    .lg-p-0 {
        padding: 0px !important;
    }
    .lg-pt-0 {
        padding-top: 0px !important;
    }
    .lg-pl-0 {
        padding-left: 0px !important;
    }
    .lg-pr-0 {
        padding-right: 0px !important;
    }
    .lg-pb-0 {
        padding-bottom: 0px !important;
    }
    .lg-px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .lg-py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px;
    }
    .lg-m-0 {
        margin: 0px !important;
    }
    .lg-mt-0 {
        margin-top: 0px !important;
    }
    .lg-ml-0 {
        margin-left: 0px !important;
    }
    .lg-mr-0 {
        margin-right: 0px !important;
    }
    .lg-mb-0 {
        margin-bottom: 0px !important;
    }
    .lg-mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .lg-my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .lg-p-3 {
        padding: 3px !important;
    }
    .lg-pt-3 {
        padding-top: 3px !important;
    }
    .lg-pl-3 {
        padding-left: 3px !important;
    }
    .lg-pr-3 {
        padding-right: 3px !important;
    }
    .lg-pb-3 {
        padding-bottom: 3px !important;
    }
    .lg-px-3 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    .lg-py-3 {
        padding-top: 3px !important;
        padding-bottom: 3px;
    }
    .lg-m-3 {
        margin: 3px !important;
    }
    .lg-mt-3 {
        margin-top: 3px !important;
    }
    .lg-ml-3 {
        margin-left: 3px !important;
    }
    .lg-mr-3 {
        margin-right: 3px !important;
    }
    .lg-mb-3 {
        margin-bottom: 3px !important;
    }
    .lg-mx-3 {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
    .lg-my-3 {
        margin-top: 3px !important;
        margin-bottom: 3px !important;
    }
    .lg-p-4 {
        padding: 4px !important;
    }
    .lg-pt-4 {
        padding-top: 4px !important;
    }
    .lg-pl-4 {
        padding-left: 4px !important;
    }
    .lg-pr-4 {
        padding-right: 4px !important;
    }
    .lg-pb-4 {
        padding-bottom: 4px !important;
    }
    .lg-px-4 {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
    .lg-py-4 {
        padding-top: 4px !important;
        padding-bottom: 4px;
    }
    .lg-m-4 {
        margin: 4px !important;
    }
    .lg-mt-4 {
        margin-top: 4px !important;
    }
    .lg-ml-4 {
        margin-left: 4px !important;
    }
    .lg-mr-4 {
        margin-right: 4px !important;
    }
    .lg-mb-4 {
        margin-bottom: 4px !important;
    }
    .lg-mx-4 {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
    .lg-my-4 {
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }
    .lg-p-5 {
        padding: 5px !important;
    }
    .lg-pt-5 {
        padding-top: 5px !important;
    }
    .lg-pl-5 {
        padding-left: 5px !important;
    }
    .lg-pr-5 {
        padding-right: 5px !important;
    }
    .lg-pb-5 {
        padding-bottom: 5px !important;
    }
    .lg-px-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .lg-py-5 {
        padding-top: 5px !important;
        padding-bottom: 5px;
    }
    .lg-m-5 {
        margin: 5px !important;
    }
    .lg-mt-5 {
        margin-top: 5px !important;
    }
    .lg-ml-5 {
        margin-left: 5px !important;
    }
    .lg-mr-5 {
        margin-right: 5px !important;
    }
    .lg-mb-5 {
        margin-bottom: 5px !important;
    }
    .lg-mx-5 {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .lg-my-5 {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .lg-p-6 {
        padding: 6px !important;
    }
    .lg-pt-6 {
        padding-top: 6px !important;
    }
    .lg-pl-6 {
        padding-left: 6px !important;
    }
    .lg-pr-6 {
        padding-right: 6px !important;
    }
    .lg-pb-6 {
        padding-bottom: 6px !important;
    }
    .lg-px-6 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }
    .lg-py-6 {
        padding-top: 6px !important;
        padding-bottom: 6px;
    }
    .lg-m-6 {
        margin: 6px !important;
    }
    .lg-mt-6 {
        margin-top: 6px !important;
    }
    .lg-ml-6 {
        margin-left: 6px !important;
    }
    .lg-mr-6 {
        margin-right: 6px !important;
    }
    .lg-mb-6 {
        margin-bottom: 6px !important;
    }
    .lg-mx-6 {
        margin-left: 6px !important;
        margin-right: 6px !important;
    }
    .lg-my-6 {
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
    .lg-p-7 {
        padding: 7px !important;
    }
    .lg-pt-7 {
        padding-top: 7px !important;
    }
    .lg-pl-7 {
        padding-left: 7px !important;
    }
    .lg-pr-7 {
        padding-right: 7px !important;
    }
    .lg-pb-7 {
        padding-bottom: 7px !important;
    }
    .lg-px-7 {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .lg-py-7 {
        padding-top: 7px !important;
        padding-bottom: 7px;
    }
    .lg-m-7 {
        margin: 7px !important;
    }
    .lg-mt-7 {
        margin-top: 7px !important;
    }
    .lg-ml-7 {
        margin-left: 7px !important;
    }
    .lg-mr-7 {
        margin-right: 7px !important;
    }
    .lg-mb-7 {
        margin-bottom: 7px !important;
    }
    .lg-mx-7 {
        margin-left: 7px !important;
        margin-right: 7px !important;
    }
    .lg-my-7 {
        margin-top: 7px !important;
        margin-bottom: 7px !important;
    }
    .lg-p-8 {
        padding: 8px !important;
    }
    .lg-pt-8 {
        padding-top: 8px !important;
    }
    .lg-pl-8 {
        padding-left: 8px !important;
    }
    .lg-pr-8 {
        padding-right: 8px !important;
    }
    .lg-pb-8 {
        padding-bottom: 8px !important;
    }
    .lg-px-8 {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .lg-py-8 {
        padding-top: 8px !important;
        padding-bottom: 8px;
    }
    .lg-m-8 {
        margin: 8px !important;
    }
    .lg-mt-8 {
        margin-top: 8px !important;
    }
    .lg-ml-8 {
        margin-left: 8px !important;
    }
    .lg-mr-8 {
        margin-right: 8px !important;
    }
    .lg-mb-8 {
        margin-bottom: 8px !important;
    }
    .lg-mx-8 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }
    .lg-my-8 {
        margin-top: 8px !important;
        margin-bottom: 8px !important;
    }
    .lg-p-9 {
        padding: 9px !important;
    }
    .lg-pt-9 {
        padding-top: 9px !important;
    }
    .lg-pl-9 {
        padding-left: 9px !important;
    }
    .lg-pr-9 {
        padding-right: 9px !important;
    }
    .lg-pb-9 {
        padding-bottom: 9px !important;
    }
    .lg-px-9 {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
    .lg-py-9 {
        padding-top: 9px !important;
        padding-bottom: 9px;
    }
    .lg-m-9 {
        margin: 9px !important;
    }
    .lg-mt-9 {
        margin-top: 9px !important;
    }
    .lg-ml-9 {
        margin-left: 9px !important;
    }
    .lg-mr-9 {
        margin-right: 9px !important;
    }
    .lg-mb-9 {
        margin-bottom: 9px !important;
    }
    .lg-mx-9 {
        margin-left: 9px !important;
        margin-right: 9px !important;
    }
    .lg-my-9 {
        margin-top: 9px !important;
        margin-bottom: 9px !important;
    }
    .lg-p-10 {
        padding: 10px !important;
    }
    .lg-pt-10 {
        padding-top: 10px !important;
    }
    .lg-pl-10 {
        padding-left: 10px !important;
    }
    .lg-pr-10 {
        padding-right: 10px !important;
    }
    .lg-pb-10 {
        padding-bottom: 10px !important;
    }
    .lg-px-10 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .lg-py-10 {
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    .lg-m-10 {
        margin: 10px !important;
    }
    .lg-mt-10 {
        margin-top: 10px !important;
    }
    .lg-ml-10 {
        margin-left: 10px !important;
    }
    .lg-mr-10 {
        margin-right: 10px !important;
    }
    .lg-mb-10 {
        margin-bottom: 10px !important;
    }
    .lg-mx-10 {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .lg-my-10 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    .lg-p-12 {
        padding: 12px !important;
    }
    .lg-pt-12 {
        padding-top: 12px !important;
    }
    .lg-pl-12 {
        padding-left: 12px !important;
    }
    .lg-pr-12 {
        padding-right: 12px !important;
    }
    .lg-pb-12 {
        padding-bottom: 12px !important;
    }
    .lg-px-12 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .lg-py-12 {
        padding-top: 12px !important;
        padding-bottom: 12px;
    }
    .lg-m-12 {
        margin: 12px !important;
    }
    .lg-mt-12 {
        margin-top: 12px !important;
    }
    .lg-ml-12 {
        margin-left: 12px !important;
    }
    .lg-mr-12 {
        margin-right: 12px !important;
    }
    .lg-mb-12 {
        margin-bottom: 12px !important;
    }
    .lg-mx-12 {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    .lg-my-12 {
        margin-top: 12px !important;
        margin-bottom: 12px !important;
    }
    .lg-p-13 {
        padding: 13px !important;
    }
    .lg-pt-13 {
        padding-top: 13px !important;
    }
    .lg-pl-13 {
        padding-left: 13px !important;
    }
    .lg-pr-13 {
        padding-right: 13px !important;
    }
    .lg-pb-13 {
        padding-bottom: 13px !important;
    }
    .lg-px-13 {
        padding-left: 13px !important;
        padding-right: 13px !important;
    }
    .lg-py-13 {
        padding-top: 13px !important;
        padding-bottom: 13px;
    }
    .lg-m-13 {
        margin: 13px !important;
    }
    .lg-mt-13 {
        margin-top: 13px !important;
    }
    .lg-ml-13 {
        margin-left: 13px !important;
    }
    .lg-mr-13 {
        margin-right: 13px !important;
    }
    .lg-mb-13 {
        margin-bottom: 13px !important;
    }
    .lg-mx-13 {
        margin-left: 13px !important;
        margin-right: 13px !important;
    }
    .lg-my-13 {
        margin-top: 13px !important;
        margin-bottom: 13px !important;
    }
    .lg-p-14 {
        padding: 14px !important;
    }
    .lg-pt-14 {
        padding-top: 14px !important;
    }
    .lg-pl-14 {
        padding-left: 14px !important;
    }
    .lg-pr-14 {
        padding-right: 14px !important;
    }
    .lg-pb-14 {
        padding-bottom: 14px !important;
    }
    .lg-px-14 {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }
    .lg-py-14 {
        padding-top: 14px !important;
        padding-bottom: 14px;
    }
    .lg-m-14 {
        margin: 14px !important;
    }
    .lg-mt-14 {
        margin-top: 14px !important;
    }
    .lg-ml-14 {
        margin-left: 14px !important;
    }
    .lg-mr-14 {
        margin-right: 14px !important;
    }
    .lg-mb-14 {
        margin-bottom: 14px !important;
    }
    .lg-mx-14 {
        margin-left: 14px !important;
        margin-right: 14px !important;
    }
    .lg-my-14 {
        margin-top: 14px !important;
        margin-bottom: 14px !important;
    }
    .lg-p-15 {
        padding: 15px !important;
    }
    .lg-pt-15 {
        padding-top: 15px !important;
    }
    .lg-pl-15 {
        padding-left: 15px !important;
    }
    .lg-pr-15 {
        padding-right: 15px !important;
    }
    .lg-pb-15 {
        padding-bottom: 15px !important;
    }
    .lg-px-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .lg-py-15 {
        padding-top: 15px !important;
        padding-bottom: 15px;
    }
    .lg-m-15 {
        margin: 15px !important;
    }
    .lg-mt-15 {
        margin-top: 15px !important;
    }
    .lg-ml-15 {
        margin-left: 15px !important;
    }
    .lg-mr-15 {
        margin-right: 15px !important;
    }
    .lg-mb-15 {
        margin-bottom: 15px !important;
    }
    .lg-mx-15 {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
    .lg-my-15 {
        margin-top: 15px !important;
        margin-bottom: 15px !important;
    }
    .lg-p-16 {
        padding: 16px !important;
    }
    .lg-pt-16 {
        padding-top: 16px !important;
    }
    .lg-pl-16 {
        padding-left: 16px !important;
    }
    .lg-pr-16 {
        padding-right: 16px !important;
    }
    .lg-pb-16 {
        padding-bottom: 16px !important;
    }
    .lg-px-16 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .lg-py-16 {
        padding-top: 16px !important;
        padding-bottom: 16px;
    }
    .lg-m-16 {
        margin: 16px !important;
    }
    .lg-mt-16 {
        margin-top: 16px !important;
    }
    .lg-ml-16 {
        margin-left: 16px !important;
    }
    .lg-mr-16 {
        margin-right: 16px !important;
    }
    .lg-mb-16 {
        margin-bottom: 16px !important;
    }
    .lg-mx-16 {
        margin-left: 16px !important;
        margin-right: 16px !important;
    }
    .lg-my-16 {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .lg-p-18 {
        padding: 18px !important;
    }
    .lg-pt-18 {
        padding-top: 18px !important;
    }
    .lg-pl-18 {
        padding-left: 18px !important;
    }
    .lg-pr-18 {
        padding-right: 18px !important;
    }
    .lg-pb-18 {
        padding-bottom: 18px !important;
    }
    .lg-px-18 {
        padding-left: 18px !important;
        padding-right: 18px !important;
    }
    .lg-py-18 {
        padding-top: 18px !important;
        padding-bottom: 18px;
    }
    .lg-m-18 {
        margin: 18px !important;
    }
    .lg-mt-18 {
        margin-top: 18px !important;
    }
    .lg-ml-18 {
        margin-left: 18px !important;
    }
    .lg-mr-18 {
        margin-right: 18px !important;
    }
    .lg-mb-18 {
        margin-bottom: 18px !important;
    }
    .lg-mx-18 {
        margin-left: 18px !important;
        margin-right: 18px !important;
    }
    .lg-my-18 {
        margin-top: 18px !important;
        margin-bottom: 18px !important;
    }
    .lg-p-20 {
        padding: 20px !important;
    }
    .lg-pt-20 {
        padding-top: 20px !important;
    }
    .lg-pl-20 {
        padding-left: 20px !important;
    }
    .lg-pr-20 {
        padding-right: 20px !important;
    }
    .lg-pb-20 {
        padding-bottom: 20px !important;
    }
    .lg-px-20 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .lg-py-20 {
        padding-top: 20px !important;
        padding-bottom: 20px;
    }
    .lg-m-20 {
        margin: 20px !important;
    }
    .lg-mt-20 {
        margin-top: 20px !important;
    }
    .lg-ml-20 {
        margin-left: 20px !important;
    }
    .lg-mr-20 {
        margin-right: 20px !important;
    }
    .lg-mb-20 {
        margin-bottom: 20px !important;
    }
    .lg-mx-20 {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .lg-my-20 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .lg-p-25 {
        padding: 25px !important;
    }
    .lg-pt-25 {
        padding-top: 25px !important;
    }
    .lg-pl-25 {
        padding-left: 25px !important;
    }
    .lg-pr-25 {
        padding-right: 25px !important;
    }
    .lg-pb-25 {
        padding-bottom: 25px !important;
    }
    .lg-px-25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .lg-py-25 {
        padding-top: 25px !important;
        padding-bottom: 25px;
    }
    .lg-m-25 {
        margin: 25px !important;
    }
    .lg-mt-25 {
        margin-top: 25px !important;
    }
    .lg-ml-25 {
        margin-left: 25px !important;
    }
    .lg-mr-25 {
        margin-right: 25px !important;
    }
    .lg-mb-25 {
        margin-bottom: 25px !important;
    }
    .lg-mx-25 {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
    .lg-my-25 {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
    .lg-p-23 {
        padding: 23px !important;
    }
    .lg-pt-23 {
        padding-top: 23px !important;
    }
    .lg-pl-23 {
        padding-left: 23px !important;
    }
    .lg-pr-23 {
        padding-right: 23px !important;
    }
    .lg-pb-23 {
        padding-bottom: 23px !important;
    }
    .lg-px-23 {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
    .lg-py-23 {
        padding-top: 23px !important;
        padding-bottom: 23px;
    }
    .lg-m-23 {
        margin: 23px !important;
    }
    .lg-mt-23 {
        margin-top: 23px !important;
    }
    .lg-ml-23 {
        margin-left: 23px !important;
    }
    .lg-mr-23 {
        margin-right: 23px !important;
    }
    .lg-mb-23 {
        margin-bottom: 23px !important;
    }
    .lg-mx-23 {
        margin-left: 23px !important;
        margin-right: 23px !important;
    }
    .lg-my-23 {
        margin-top: 23px !important;
        margin-bottom: 23px !important;
    }
    .lg-p-24 {
        padding: 24px !important;
    }
    .lg-pt-24 {
        padding-top: 24px !important;
    }
    .lg-pl-24 {
        padding-left: 24px !important;
    }
    .lg-pr-24 {
        padding-right: 24px !important;
    }
    .lg-pb-24 {
        padding-bottom: 24px !important;
    }
    .lg-px-24 {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    .lg-py-24 {
        padding-top: 24px !important;
        padding-bottom: 24px;
    }
    .lg-m-24 {
        margin: 24px !important;
    }
    .lg-mt-24 {
        margin-top: 24px !important;
    }
    .lg-ml-24 {
        margin-left: 24px !important;
    }
    .lg-mr-24 {
        margin-right: 24px !important;
    }
    .lg-mb-24 {
        margin-bottom: 24px !important;
    }
    .lg-mx-24 {
        margin-left: 24px !important;
        margin-right: 24px !important;
    }
    .lg-my-24 {
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
    .lg-p-26 {
        padding: 26px !important;
    }
    .lg-pt-26 {
        padding-top: 26px !important;
    }
    .lg-pl-26 {
        padding-left: 26px !important;
    }
    .lg-pr-26 {
        padding-right: 26px !important;
    }
    .lg-pb-26 {
        padding-bottom: 26px !important;
    }
    .lg-px-26 {
        padding-left: 26px !important;
        padding-right: 26px !important;
    }
    .lg-py-26 {
        padding-top: 26px !important;
        padding-bottom: 26px;
    }
    .lg-m-26 {
        margin: 26px !important;
    }
    .lg-mt-26 {
        margin-top: 26px !important;
    }
    .lg-ml-26 {
        margin-left: 26px !important;
    }
    .lg-mr-26 {
        margin-right: 26px !important;
    }
    .lg-mb-26 {
        margin-bottom: 26px !important;
    }
    .lg-mx-26 {
        margin-left: 26px !important;
        margin-right: 26px !important;
    }
    .lg-my-26 {
        margin-top: 26px !important;
        margin-bottom: 26px !important;
    }
    .lg-p-28 {
        padding: 28px !important;
    }
    .lg-pt-28 {
        padding-top: 28px !important;
    }
    .lg-pl-28 {
        padding-left: 28px !important;
    }
    .lg-pr-28 {
        padding-right: 28px !important;
    }
    .lg-pb-28 {
        padding-bottom: 28px !important;
    }
    .lg-px-28 {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }
    .lg-py-28 {
        padding-top: 28px !important;
        padding-bottom: 28px;
    }
    .lg-m-28 {
        margin: 28px !important;
    }
    .lg-mt-28 {
        margin-top: 28px !important;
    }
    .lg-ml-28 {
        margin-left: 28px !important;
    }
    .lg-mr-28 {
        margin-right: 28px !important;
    }
    .lg-mb-28 {
        margin-bottom: 28px !important;
    }
    .lg-mx-28 {
        margin-left: 28px !important;
        margin-right: 28px !important;
    }
    .lg-my-28 {
        margin-top: 28px !important;
        margin-bottom: 28px !important;
    }
    .lg-p-30 {
        padding: 30px !important;
    }
    .lg-pt-30 {
        padding-top: 30px !important;
    }
    .lg-pl-30 {
        padding-left: 30px !important;
    }
    .lg-pr-30 {
        padding-right: 30px !important;
    }
    .lg-pb-30 {
        padding-bottom: 30px !important;
    }
    .lg-px-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .lg-py-30 {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }
    .lg-m-30 {
        margin: 30px !important;
    }
    .lg-mt-30 {
        margin-top: 30px !important;
    }
    .lg-ml-30 {
        margin-left: 30px !important;
    }
    .lg-mr-30 {
        margin-right: 30px !important;
    }
    .lg-mb-30 {
        margin-bottom: 30px !important;
    }
    .lg-mx-30 {
        margin-left: 30px !important;
        margin-right: 30px !important;
    }
    .lg-my-30 {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
    .lg-p-32 {
        padding: 32px !important;
    }
    .lg-pt-32 {
        padding-top: 32px !important;
    }
    .lg-pl-32 {
        padding-left: 32px !important;
    }
    .lg-pr-32 {
        padding-right: 32px !important;
    }
    .lg-pb-32 {
        padding-bottom: 32px !important;
    }
    .lg-px-32 {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .lg-py-32 {
        padding-top: 32px !important;
        padding-bottom: 32px;
    }
    .lg-m-32 {
        margin: 32px !important;
    }
    .lg-mt-32 {
        margin-top: 32px !important;
    }
    .lg-ml-32 {
        margin-left: 32px !important;
    }
    .lg-mr-32 {
        margin-right: 32px !important;
    }
    .lg-mb-32 {
        margin-bottom: 32px !important;
    }
    .lg-mx-32 {
        margin-left: 32px !important;
        margin-right: 32px !important;
    }
    .lg-my-32 {
        margin-top: 32px !important;
        margin-bottom: 32px !important;
    }
    .lg-p-35 {
        padding: 35px !important;
    }
    .lg-pt-35 {
        padding-top: 35px !important;
    }
    .lg-pl-35 {
        padding-left: 35px !important;
    }
    .lg-pr-35 {
        padding-right: 35px !important;
    }
    .lg-pb-35 {
        padding-bottom: 35px !important;
    }
    .lg-px-35 {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }
    .lg-py-35 {
        padding-top: 35px !important;
        padding-bottom: 35px;
    }
    .lg-m-35 {
        margin: 35px !important;
    }
    .lg-mt-35 {
        margin-top: 35px !important;
    }
    .lg-ml-35 {
        margin-left: 35px !important;
    }
    .lg-mr-35 {
        margin-right: 35px !important;
    }
    .lg-mb-35 {
        margin-bottom: 35px !important;
    }
    .lg-mx-35 {
        margin-left: 35px !important;
        margin-right: 35px !important;
    }
    .lg-my-35 {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .lg-p-40 {
        padding: 40px !important;
    }
    .lg-pt-40 {
        padding-top: 40px !important;
    }
    .lg-pl-40 {
        padding-left: 40px !important;
    }
    .lg-pr-40 {
        padding-right: 40px !important;
    }
    .lg-pb-40 {
        padding-bottom: 40px !important;
    }
    .lg-px-40 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .lg-py-40 {
        padding-top: 40px !important;
        padding-bottom: 40px;
    }
    .lg-m-40 {
        margin: 40px !important;
    }
    .lg-mt-40 {
        margin-top: 40px !important;
    }
    .lg-ml-40 {
        margin-left: 40px !important;
    }
    .lg-mr-40 {
        margin-right: 40px !important;
    }
    .lg-mb-40 {
        margin-bottom: 40px !important;
    }
    .lg-mx-40 {
        margin-left: 40px !important;
        margin-right: 40px !important;
    }
    .lg-my-40 {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .lg-p-44 {
        padding: 44px !important;
    }
    .lg-pt-44 {
        padding-top: 44px !important;
    }
    .lg-pl-44 {
        padding-left: 44px !important;
    }
    .lg-pr-44 {
        padding-right: 44px !important;
    }
    .lg-pb-44 {
        padding-bottom: 44px !important;
    }
    .lg-px-44 {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }
    .lg-py-44 {
        padding-top: 44px !important;
        padding-bottom: 44px;
    }
    .lg-m-44 {
        margin: 44px !important;
    }
    .lg-mt-44 {
        margin-top: 44px !important;
    }
    .lg-ml-44 {
        margin-left: 44px !important;
    }
    .lg-mr-44 {
        margin-right: 44px !important;
    }
    .lg-mb-44 {
        margin-bottom: 44px !important;
    }
    .lg-mx-44 {
        margin-left: 44px !important;
        margin-right: 44px !important;
    }
    .lg-my-44 {
        margin-top: 44px !important;
        margin-bottom: 44px !important;
    }
    .lg-p-45 {
        padding: 45px !important;
    }
    .lg-pt-45 {
        padding-top: 45px !important;
    }
    .lg-pl-45 {
        padding-left: 45px !important;
    }
    .lg-pr-45 {
        padding-right: 45px !important;
    }
    .lg-pb-45 {
        padding-bottom: 45px !important;
    }
    .lg-px-45 {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }
    .lg-py-45 {
        padding-top: 45px !important;
        padding-bottom: 45px;
    }
    .lg-m-45 {
        margin: 45px !important;
    }
    .lg-mt-45 {
        margin-top: 45px !important;
    }
    .lg-ml-45 {
        margin-left: 45px !important;
    }
    .lg-mr-45 {
        margin-right: 45px !important;
    }
    .lg-mb-45 {
        margin-bottom: 45px !important;
    }
    .lg-mx-45 {
        margin-left: 45px !important;
        margin-right: 45px !important;
    }
    .lg-my-45 {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    .lg-p-48 {
        padding: 48px !important;
    }
    .lg-pt-48 {
        padding-top: 48px !important;
    }
    .lg-pl-48 {
        padding-left: 48px !important;
    }
    .lg-pr-48 {
        padding-right: 48px !important;
    }
    .lg-pb-48 {
        padding-bottom: 48px !important;
    }
    .lg-px-48 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
    .lg-py-48 {
        padding-top: 48px !important;
        padding-bottom: 48px;
    }
    .lg-m-48 {
        margin: 48px !important;
    }
    .lg-mt-48 {
        margin-top: 48px !important;
    }
    .lg-ml-48 {
        margin-left: 48px !important;
    }
    .lg-mr-48 {
        margin-right: 48px !important;
    }
    .lg-mb-48 {
        margin-bottom: 48px !important;
    }
    .lg-mx-48 {
        margin-left: 48px !important;
        margin-right: 48px !important;
    }
    .lg-my-48 {
        margin-top: 48px !important;
        margin-bottom: 48px !important;
    }
    .lg-p-50 {
        padding: 50px !important;
    }
    .lg-pt-50 {
        padding-top: 50px !important;
    }
    .lg-pl-50 {
        padding-left: 50px !important;
    }
    .lg-pr-50 {
        padding-right: 50px !important;
    }
    .lg-pb-50 {
        padding-bottom: 50px !important;
    }
    .lg-px-50 {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .lg-py-50 {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }
    .lg-m-50 {
        margin: 50px !important;
    }
    .lg-mt-50 {
        margin-top: 50px !important;
    }
    .lg-ml-50 {
        margin-left: 50px !important;
    }
    .lg-mr-50 {
        margin-right: 50px !important;
    }
    .lg-mb-50 {
        margin-bottom: 50px !important;
    }
    .lg-mx-50 {
        margin-left: 50px !important;
        margin-right: 50px !important;
    }
    .lg-my-50 {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    .lg-p-55 {
        padding: 55px !important;
    }
    .lg-pt-55 {
        padding-top: 55px !important;
    }
    .lg-pl-55 {
        padding-left: 55px !important;
    }
    .lg-pr-55 {
        padding-right: 55px !important;
    }
    .lg-pb-55 {
        padding-bottom: 55px !important;
    }
    .lg-px-55 {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .lg-py-55 {
        padding-top: 55px !important;
        padding-bottom: 55px;
    }
    .lg-m-55 {
        margin: 55px !important;
    }
    .lg-mt-55 {
        margin-top: 55px !important;
    }
    .lg-ml-55 {
        margin-left: 55px !important;
    }
    .lg-mr-55 {
        margin-right: 55px !important;
    }
    .lg-mb-55 {
        margin-bottom: 55px !important;
    }
    .lg-mx-55 {
        margin-left: 55px !important;
        margin-right: 55px !important;
    }
    .lg-my-55 {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    .lg-p-56 {
        padding: 56px !important;
    }
    .lg-pt-56 {
        padding-top: 56px !important;
    }
    .lg-pl-56 {
        padding-left: 56px !important;
    }
    .lg-pr-56 {
        padding-right: 56px !important;
    }
    .lg-pb-56 {
        padding-bottom: 56px !important;
    }
    .lg-px-56 {
        padding-left: 56px !important;
        padding-right: 56px !important;
    }
    .lg-py-56 {
        padding-top: 56px !important;
        padding-bottom: 56px;
    }
    .lg-m-56 {
        margin: 56px !important;
    }
    .lg-mt-56 {
        margin-top: 56px !important;
    }
    .lg-ml-56 {
        margin-left: 56px !important;
    }
    .lg-mr-56 {
        margin-right: 56px !important;
    }
    .lg-mb-56 {
        margin-bottom: 56px !important;
    }
    .lg-mx-56 {
        margin-left: 56px !important;
        margin-right: 56px !important;
    }
    .lg-my-56 {
        margin-top: 56px !important;
        margin-bottom: 56px !important;
    }
    .lg-p-60 {
        padding: 60px !important;
    }
    .lg-pt-60 {
        padding-top: 60px !important;
    }
    .lg-pl-60 {
        padding-left: 60px !important;
    }
    .lg-pr-60 {
        padding-right: 60px !important;
    }
    .lg-pb-60 {
        padding-bottom: 60px !important;
    }
    .lg-px-60 {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .lg-py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px;
    }
    .lg-m-60 {
        margin: 60px !important;
    }
    .lg-mt-60 {
        margin-top: 60px !important;
    }
    .lg-ml-60 {
        margin-left: 60px !important;
    }
    .lg-mr-60 {
        margin-right: 60px !important;
    }
    .lg-mb-60 {
        margin-bottom: 60px !important;
    }
    .lg-mx-60 {
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    .lg-my-60 {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }
    .lg-p-65 {
        padding: 65px !important;
    }
    .lg-pt-65 {
        padding-top: 65px !important;
    }
    .lg-pl-65 {
        padding-left: 65px !important;
    }
    .lg-pr-65 {
        padding-right: 65px !important;
    }
    .lg-pb-65 {
        padding-bottom: 65px !important;
    }
    .lg-px-65 {
        padding-left: 65px !important;
        padding-right: 65px !important;
    }
    .lg-py-65 {
        padding-top: 65px !important;
        padding-bottom: 65px;
    }
    .lg-m-65 {
        margin: 65px !important;
    }
    .lg-mt-65 {
        margin-top: 65px !important;
    }
    .lg-ml-65 {
        margin-left: 65px !important;
    }
    .lg-mr-65 {
        margin-right: 65px !important;
    }
    .lg-mb-65 {
        margin-bottom: 65px !important;
    }
    .lg-mx-65 {
        margin-left: 65px !important;
        margin-right: 65px !important;
    }
    .lg-my-65 {
        margin-top: 65px !important;
        margin-bottom: 65px !important;
    }
    .lg-p-64 {
        padding: 64px !important;
    }
    .lg-pt-64 {
        padding-top: 64px !important;
    }
    .lg-pl-64 {
        padding-left: 64px !important;
    }
    .lg-pr-64 {
        padding-right: 64px !important;
    }
    .lg-pb-64 {
        padding-bottom: 64px !important;
    }
    .lg-px-64 {
        padding-left: 64px !important;
        padding-right: 64px !important;
    }
    .lg-py-64 {
        padding-top: 64px !important;
        padding-bottom: 64px;
    }
    .lg-m-64 {
        margin: 64px !important;
    }
    .lg-mt-64 {
        margin-top: 64px !important;
    }
    .lg-ml-64 {
        margin-left: 64px !important;
    }
    .lg-mr-64 {
        margin-right: 64px !important;
    }
    .lg-mb-64 {
        margin-bottom: 64px !important;
    }
    .lg-mx-64 {
        margin-left: 64px !important;
        margin-right: 64px !important;
    }
    .lg-my-64 {
        margin-top: 64px !important;
        margin-bottom: 64px !important;
    }
    .lg-p-70 {
        padding: 70px !important;
    }
    .lg-pt-70 {
        padding-top: 70px !important;
    }
    .lg-pl-70 {
        padding-left: 70px !important;
    }
    .lg-pr-70 {
        padding-right: 70px !important;
    }
    .lg-pb-70 {
        padding-bottom: 70px !important;
    }
    .lg-px-70 {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
    .lg-py-70 {
        padding-top: 70px !important;
        padding-bottom: 70px;
    }
    .lg-m-70 {
        margin: 70px !important;
    }
    .lg-mt-70 {
        margin-top: 70px !important;
    }
    .lg-ml-70 {
        margin-left: 70px !important;
    }
    .lg-mr-70 {
        margin-right: 70px !important;
    }
    .lg-mb-70 {
        margin-bottom: 70px !important;
    }
    .lg-mx-70 {
        margin-left: 70px !important;
        margin-right: 70px !important;
    }
    .lg-my-70 {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    .lg-p-72 {
        padding: 72px !important;
    }
    .lg-pt-72 {
        padding-top: 72px !important;
    }
    .lg-pl-72 {
        padding-left: 72px !important;
    }
    .lg-pr-72 {
        padding-right: 72px !important;
    }
    .lg-pb-72 {
        padding-bottom: 72px !important;
    }
    .lg-px-72 {
        padding-left: 72px !important;
        padding-right: 72px !important;
    }
    .lg-py-72 {
        padding-top: 72px !important;
        padding-bottom: 72px;
    }
    .lg-m-72 {
        margin: 72px !important;
    }
    .lg-mt-72 {
        margin-top: 72px !important;
    }
    .lg-ml-72 {
        margin-left: 72px !important;
    }
    .lg-mr-72 {
        margin-right: 72px !important;
    }
    .lg-mb-72 {
        margin-bottom: 72px !important;
    }
    .lg-mx-72 {
        margin-left: 72px !important;
        margin-right: 72px !important;
    }
    .lg-my-72 {
        margin-top: 72px !important;
        margin-bottom: 72px !important;
    }
    .lg-p-80 {
        padding: 80px !important;
    }
    .lg-pt-80 {
        padding-top: 80px !important;
    }
    .lg-pl-80 {
        padding-left: 80px !important;
    }
    .lg-pr-80 {
        padding-right: 80px !important;
    }
    .lg-pb-80 {
        padding-bottom: 80px !important;
    }
    .lg-px-80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
    .lg-py-80 {
        padding-top: 80px !important;
        padding-bottom: 80px;
    }
    .lg-m-80 {
        margin: 80px !important;
    }
    .lg-mt-80 {
        margin-top: 80px !important;
    }
    .lg-ml-80 {
        margin-left: 80px !important;
    }
    .lg-mr-80 {
        margin-right: 80px !important;
    }
    .lg-mb-80 {
        margin-bottom: 80px !important;
    }
    .lg-mx-80 {
        margin-left: 80px !important;
        margin-right: 80px !important;
    }
    .lg-my-80 {
        margin-top: 80px !important;
        margin-bottom: 80px !important;
    }
    .lg-p-88 {
        padding: 88px !important;
    }
    .lg-pt-88 {
        padding-top: 88px !important;
    }
    .lg-pl-88 {
        padding-left: 88px !important;
    }
    .lg-pr-88 {
        padding-right: 88px !important;
    }
    .lg-pb-88 {
        padding-bottom: 88px !important;
    }
    .lg-px-88 {
        padding-left: 88px !important;
        padding-right: 88px !important;
    }
    .lg-py-88 {
        padding-top: 88px !important;
        padding-bottom: 88px;
    }
    .lg-m-88 {
        margin: 88px !important;
    }
    .lg-mt-88 {
        margin-top: 88px !important;
    }
    .lg-ml-88 {
        margin-left: 88px !important;
    }
    .lg-mr-88 {
        margin-right: 88px !important;
    }
    .lg-mb-88 {
        margin-bottom: 88px !important;
    }
    .lg-mx-88 {
        margin-left: 88px !important;
        margin-right: 88px !important;
    }
    .lg-my-88 {
        margin-top: 88px !important;
        margin-bottom: 88px !important;
    }
    .lg-p-112 {
        padding: 112px !important;
    }
    .lg-pt-112 {
        padding-top: 112px !important;
    }
    .lg-pl-112 {
        padding-left: 112px !important;
    }
    .lg-pr-112 {
        padding-right: 112px !important;
    }
    .lg-pb-112 {
        padding-bottom: 112px !important;
    }
    .lg-px-112 {
        padding-left: 112px !important;
        padding-right: 112px !important;
    }
    .lg-py-112 {
        padding-top: 112px !important;
        padding-bottom: 112px;
    }
    .lg-m-112 {
        margin: 112px !important;
    }
    .lg-mt-112 {
        margin-top: 112px !important;
    }
    .lg-ml-112 {
        margin-left: 112px !important;
    }
    .lg-mr-112 {
        margin-right: 112px !important;
    }
    .lg-mb-112 {
        margin-bottom: 112px !important;
    }
    .lg-mx-112 {
        margin-left: 112px !important;
        margin-right: 112px !important;
    }
    .lg-my-112 {
        margin-top: 112px !important;
        margin-bottom: 112px !important;
    }
}
.no-padding {
    padding: 0 !important;
}
.no-border {
    border: 0!important;
}
.border-left-white {
    border-left-color: #fff !important;
}
.border-right-white {
    border-right-color: #fff !important;
}
.top-20 {
    top: 20px!important;
}
.top-96 {
    top: 96px!important;
}
.position-initial {
    position: initial !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.width-80 {
    width: 80px !important;
}
.width-100p {
    width: 100% !important;
}
.width-120 {
    width: 120px !important;
}
.flex-center {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.d-inline-block {
    display: inline-block !important;
}
.a:focus,
a:hover {
    text-decoration: none;
}
.cursor-pointer {
    cursor: pointer;
}
.right-0 {
    right: 0;
    left: auto;
}
.bg-none {
    background: none !important;
}
.bg-white {
    background-color: #fff;
}
.bg-gray {
    background-color: #aac8cf;
}
.bg-gray-dark {
    background-color: #33475B;
}
.bg-gray-light {
    background-color: #A8A8A8;
}
.bg-blue {
    background-color: #1877F2;
}
.bg-primary {
    background-color: #1D1E40;
}
.bg-green {
    background-color: #00BA6E;
}
.bg-red {
    background-color: #E84559;
}
.bg-sub-green {
    background-color: #dcf2ec !important;
}
.bg-sub-green-light {
    background-color: rgba(0, 181, 123, 0.06) !important;
}
.bg-zircon {
    background-color: #F9F9FA !important;
}
.bg-zumthor {
    background-color: #F1F2F5 !important;
}
.bg-green-dark {
    background-color: #E8FFE7;
}
.bg-green-dark:hover {
    background-color: #deffdd !important;
}
.bg-select {
    vertical-align: middle;
    border-width: 2px;
    border-color: transparent;
    background-color: #E5E6EB;
    box-shadow: none;
    padding: 0 10px 0 0px;
}
.bg-badge {
    vertical-align: middle;
    border-radius: 10px;
    display: inline-block;
    min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    padding: 0 5px;
    background-color: #E5E6EC;
}
.bg-purple {
    background-color: #8800FF;
}
.bg-purple .icon-eye {
    opacity: 0.6;
}
.bg-purple:hover {
    background-color: #8300f5;
}
.bg-orange {
    background-color: #FFEED5;
}
.bg-orange:hover {
    background-color: #ffeacb;
}
.bg-gray-bar {
    background-color: #B4C9DC;
}
.bg-green-bar {
    background-color: #009C00;
}
.bg-red-bar {
    background-color: #D0021B;
}
/* ###### Typography   ###### */
.tx-boldest {
    font-weight: 900;
}
.tx-bolder {
    font-weight: 800;
}
.tx-bold {
    font-weight: 700;
}
.tx-semibold {
    font-weight: 600;
}
.tx-medium {
    font-weight: 500;
}
.tx-normal {
    font-weight: 400;
}
.tx-light {
    font-weight: 300;
}
.tx-thin {
    font-weight: 200;
}
.tx-xthin {
    font-weight: 100;
}
.tx-uppercase {
    text-transform: uppercase;
}
.tx-lowercase {
    text-transform: lowercase;
}
.tx-capitalize {
    text-transform: capitalize;
}
.tx-transform-none {
    text-transform: none;
}
.tx-center {
    text-align: center;
}
.tx-right {
    text-align: right;
}
.tx-left {
    text-align: left;
}
.tx-center-f {
    text-align: center !important;
}
.tx-right-f {
    text-align: right !important;
}
.tx-left-f {
    text-align: left !important;
}
.tx-italic {
    font-style: italic;
}
.tx-style-normal {
    font-style: normal;
}
.tx-nowrap {
    white-space: nowrap;
}
.tx-break-word {
    word-break: break-word;
}
.tx-break-all {
    word-break: break-all;
}
.tx-white {
    color: #fff;
}
.tx-danger {
    color: #E84559;
}
.tx-green-light {
    color: #39D0A2;
}
.tx-dark {
    color: #131415;
}
.tx-gray {
    color: #A8A8A8;
}
.tx-gray-light {
    color: #BFBFBF;
}
.tx-yellow {
    color: #FFA400;
}
.tx-green-dark {
    color: #009C68 !important;
}
.tx-green {
    color: #00A273 !important;
}
.tx-dark-light {
    color: #717277 !important;
}
.tx-blue {
    color: #1877F2;
}
.tx-green {
    color: #009C00;
}
.tip-text {
    font-size: 12px;
    font-weight: 800;
    line-height: 16px;
    color: #82888F;
}
.tip-text-dark {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #1D1D3F;
}
.line-25 {
    line-height: 25px !important;
}
.no-underline {
    text-decoration: none !important;
}
.sub-title-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    color: #000000;
}
nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 97px;
    height: 100%;
    overflow: auto;
    padding-top: 105px;
    background-color: #EDEFF1;
    border-right: 1px solid #E5E6E9;
    z-index: 10;
}
.has-top-tip nav {
    top: 40px;
    height: calc(100% - 40px);
}
.logo {
    position: absolute;
    top: 31.5px;
    left: 28px;
    display: block;
    width: 48.5px;
    height: 43.5px;
}
.logo img {
    width: 100%;
    height: auto;
}
.logo-reset {
    top: 17px;
    left: 12px;
    width: 73px;
    height: 73px;
}
.logo-reset:hover,
.logo-reset.active {
    border-radius: 8px;
    background-color: #fff;
}
ul.menu {
    padding-top: 5px;
    border-top: 1px solid #D8D8D8;
}
ul.menu > li {
    width: 73px;
    height: 73px;
    border-radius: 8px;
    margin: 12px 0;
}
ul.menu > li:hover,
ul.menu > li.active {
    background-color: #fff;
}
ul.menu > li > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
ul.menu > li > a .badge {
    display: block;
    position: absolute;
    top: 25px;
    right: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    min-width: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0 2px;
    border-radius: 20px;
    background-color: #e00f00;
}
aside {
    position: fixed;
    top: 0;
    left: 97px;
    width: 288px;
    height: 100%;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
    z-index: 5;
    transition: all 0.25s ease-in-out;
}
aside h2 {
    position: relative;
    font-size: 24px;
    font-weight: 900;
    color: #000;
    line-height: 33px;
    margin: 0;
}
aside h2 .btn-add {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
aside .search-bar {
    position: relative;
    margin-bottom: 15px;
}
aside .search-bar input {
    font-weight: 600;
    width: 100%;
    height: 25px;
    padding-left: 32px;
    border-radius: 25px;
    border: 1px solid #E5E6EC;
    background-color: #E5E6EC;
}
aside .search-bar::before {
    content: "";
    position: absolute;
    display: block;
    left: 12px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
    background-image: url('../images/icon/icon-search.png');
}
.has-top-tip aside {
    top: 40px;
    height: calc(100% - 40px);
}
.aside-list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 10px 16px 10px;
    font-size: 18px;
    line-height: 18px;
    color: #000;
}
.aside-list-title .title-box {
    position: relative;
    flex: 1;
    height: 24px;
}
.aside-list-title .title-box .title-text,
.aside-list-title .title-box .title-input {
    position: absolute;
    top: 0;
    left: 0;
}
.aside-list-title .title-text {
    padding: 0 2px;
    height: 24px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aside-list-title .title-input {
    width: calc(100% - 6px);
    font-size: 18px;
    line-height: 18px;
    color: #000;
    padding: 0 2px;
    height: 24px;
    border: 1px solid #DEDFE2;
    background-color: transparent;
    overflow: hidden;
    top: 0 !important;
}
.aside-list-title .title-input:hover,
.aside-list-title .title-input:focus {
    outline: none;
    border-color: #d0d2d6;
    background-color: transparent;
}
.aside-list-title .btn-edit {
    visibility: hidden;
}
.aside-list-title:hover .btn-edit {
    visibility: visible;
}
.aside-list-title .btn-edit,
.aside-list-title .btn-delete-small {
    position: relative;
    z-index: 5;
}
.aside-content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 16px 0;
    overflow: auto;
}
.aside-content.aside-setting {
    height: calc(100% - 60px);
}
.aside-content.aside-search {
    top: 90px;
    height: calc(100% - 90px);
}
.aside-content .btn-group-type {
    position: relative;
    width: 100%;
    height: 48px;
    padding-left: 11px;
    white-space: nowrap;
    overflow: auto;
}
.aside-content .btn-group-type .btn {
    font-size: 14px;
    line-height: 19px;
    padding: 5px 8px;
}
.aside-switch {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 35px;
    height: 35px;
    left: calc(97px + 288px - 17.5px);
    bottom: 21px;
    border-radius: 100%;
    background-color: #D0D9EA;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 99;
    transition: all 0.25s ease-in-out;
}
.aside-switch .icon {
    width: 15.5px;
    height: 15.5px;
}
.aside-switch:hover {
    background-color: #becbe2;
}
.close-sidebar aside {
    left: -100%;
}
.close-sidebar .aside-switch {
    left: calc(97px - 17.5px);
}
.close-sidebar .aside-switch .icon {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media only screen and (max-width: 999px) {
    aside {
        left: -100%;
    }
    .aside-switch {
        left: calc(97px - 17.5px);
    }
    .aside-switch .icon {
        transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
}
header {
    padding: 20px 42px 15px 42px;
}
@media (max-width: 1359px) {
    header {
        padding: 20px 16px 15px 16px;
    }
}
header h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 33px;
    color: #131415;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 1199px) {
    header h2 {
        font-size: 22px;
        line-height: 24px;
    }
}
header .sub-tit {
    font-size: 18px;
    font-weight: 600;
    color: #66676B;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 1199px) {
    header .sub-tit {
        font-size: 16px;
    }
}
.new-main header {
    font-family: "AvenirNext";
    padding: 16px 36px 16px 36px;
}
.new-main header h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    color: #454F6E;
    letter-spacing: -1.18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-main header .sub-tit {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #454F6E;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
}
@media (max-width: 1359px) {
    .sub-header {
        padding: 20px 0;
    }
}
.sub-header .sub-header-border {
    display: flex;
    align-items: center;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    width: 100%;
    padding: 12px 26px;
}
.sub-header .control-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #000000;
    white-space: nowrap;
}
.sub-header .sub-select,
.sub-header .sub-date {
    display: flex;
    align-items: center;
}
.sub-header .sub-select .calendar-container,
.sub-header .sub-date .calendar-container {
    width: 360px;
}
.sub-header .sub-select {
    margin-right: 22px;
}
.sub-header .sub-select .control-label {
    margin-right: 26px;
}
.sub-header .sub-date .control-label {
    margin-right: 7px;
}
.sub-header .calendar-container {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.sub-header .calendar-container .icon-box {
    position: relative;
    width: 48px;
    height: 48px;
    margin-right: 19px;
    border-radius: 8px;
    background-color: #E5E6EB;
}
@media (max-width: 1199px) {
    .sub-header .calendar-container .icon-box {
        margin-right: 12px;
    }
}
.sub-header .calendar-container .icon-box::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    align-items: center;
    width: 26px;
    height: 26px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
    background-image: url('../images/icon/icon-calendar-dark.png');
}
.sub-header .calendar-container .icon-box.icon-box-flag {
    flex-shrink: 0;
}
.sub-header .calendar-container .icon-box.icon-box-flag::before {
    margin-top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    background-image: url('../images/icon/icon-flag.png') !important;
}
.sub-header .calendar-container .time h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
@media (max-width: 1199px) {
    .sub-header .calendar-container .time h4 {
        font-size: 20px;
        line-height: 24px;
    }
}
.sub-header .calendar-container .time p {
    font-size: 18px;
    font-weight: 600;
    color: #82888F;
    line-height: 25px;
    margin: 0;
}
@media (max-width: 1199px) {
    .sub-header .calendar-container .time p {
        font-size: 14px;
        line-height: 16px;
    }
}
.sub-header .calendar-container .time p span {
    display: inline-block;
    text-decoration: underline;
}
.sub-header .calendar-container.active .icon-box {
    background-color: #dcf2ec;
}
.sub-header .calendar-container.active .icon-box::before {
    background-image: url('../images/icon/icon-calendar.png');
}
.sub-header .sub-header-right {
    display: flex;
    align-items: center;
}
.new-main .sub-header {
    position: relative;
    font-family: "AvenirNext";
    padding: 0 24px;
}
@media only screen and (max-width: 1650px) {
    .new-main .sub-header {
        justify-content: flex-end;
    }
}
.new-main .sub-header-right {
    font-family: "Avenir LT Std";
    position: absolute;
    top: -37px;
    right: 24px;
}
@media only screen and (max-width: 1650px) {
    .new-main .sub-header-right {
        position: static;
        top: 0;
        right: 0;
        margin-top: 12px;
    }
}
.new-main .calendar-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 267px;
    width: max-content;
    height: 48px;
    border-radius: 8px;
    border: 3px solid #454F6E;
    padding: 0 10px 0 20px;
}
.new-main .calendar-container .time {
    font-size: 18px;
    font-weight: 700;
    color: #454F6E;
}
main {
    position: fixed;
    top: 0;
    left: 0;
    margin-left: calc(97px + 288px);
    width: calc(100% - 97px - 288px);
    height: 100%;
    overflow: hidden;
    background-color: #FAFBFC;
    transition: all 0.25s ease-in-out;
}
main.main-no-sidebar {
    margin-left: 97px;
    width: calc(100% - 97px);
    background-color: #fff;
}
.new-main {
    background-color: #fff;
}
.has-top-tip main {
    top: 40px;
    height: calc(100% - 40px);
}
.empty-project {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -270px;
    margin-top: -240px;
    width: 540px;
    height: auto;
    color: #131415;
    text-align: center;
}
.empty-project img {
    width: 100%;
    height: auto;
}
.empty-project h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 44px;
}
.empty-project p {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.close-sidebar main {
    margin-left: calc(97px);
    width: calc(100% - 97px);
}
@media only screen and (max-width: 999px) {
    main {
        margin-left: calc(97px) !important;
        width: calc(100% - 97px) !important;
    }
}
.form-content {
    height: auto;
    overflow: hidden;
    border: 1px solid #E5E6E9;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 34px;
}
.form-content .row-flex {
    height: auto;
    overflow: hidden;
    padding: 25px 28px 28px 28px;
    border-bottom: 1px solid #DADBDB;
    display: flex;
    align-items: baseline;
}
.form-content .row-flex.row-flex-checkbox {
    padding: 15px 28px 15px 28px;
}
.form-content .row-flex.align-center {
    align-items: center;
}
.form-content .row-flex.align-start {
    align-items: flex-start;
}
.form-content .row-flex > div {
    padding: 0;
}
.form-content .row-flex .link-orange {
    font-weight: 600;
    display: inline-block;
    color: #F5A623 !important;
    border-bottom: 1px dashed #F5A623;
    margin-left: 4px;
}
.form-content .btn-control {
    padding: 15px 27.5px 19.5px 27.5px;
}
.form-content.form-modal-content {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
}
.form-content.form-modal-content .form-head {
    padding: 29px 16px 0 16px;
}
.form-content.form-modal-content .row-flex {
    padding: 25px 18px 28px 18px;
}
.form-content.form-modal-content .table-padding {
    padding: 0 18px 0 18px;
}
.form-head {
    position: relative;
    padding: 18.5px 27.5px 0 27.5px;
}
.form-head .title {
    font-size: 22px;
    font-weight: 900;
    color: #000;
    line-height: 30px;
}
.form-head .info {
    font-size: 16px;
    font-weight: 600;
    color: #66676B;
    line-height: 22px;
}
.form-head .btn {
    position: absolute;
    top: 20px;
    right: 27.5px;
}
.table-content {
    padding: 0 16px;
}
.table-content .form-head {
    padding: 18.5px 0 35px 0;
}
.plan-list {
    padding: 18.5px 27.5px;
}
.plan-list span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #131415;
    padding: 6px 16px;
    margin: 0 6px 6px 0;
    border-radius: 4px;
    border: 1px solid #DEDFE2;
    cursor: pointer;
}
.plan-list span.active {
    color: #fff;
    border: 1px solid #009C00;
    background-color: #009C00;
}
.form-content-danger {
    padding: 13px 21px;
    border-radius: 8px;
    background-color: #B53030;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border: none;
    color: #fff;
}
.form-content-danger h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 3px;
}
.form-content-danger p {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
}
#add-organisation .form-content .row-flex {
    align-items: flex-start !important;
}
#add-organisation .form-content .row-flex div {
    overflow: hidden;
}
#add-organisation .form-content .row-flex label {
    width: 230px;
    overflow: hidden;
}
.admin-wrapper {
    display: flex;
    justify-content: space-around;
    line-height: 0;
    min-height: 100vh;
}
.admin-wrapper h2 {
    color: #0C0C0C;
    font-size: 28px;
    font-weight: 700;
}
.admin-wrapper p {
    color: #8B8B8B;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}
.admin-wrapper p a {
    color: inherit;
    font-weight: inherit;
    text-decoration: underline;
}
.admin-image {
    background: #23D3D3;
    min-height: 720px;
    order: 2;
    padding: 0 !important;
    position: relative;
}
@media only screen and (min-width: 767px) {
    .admin-image {
        flex: 1 0 0;
        order: 2;
        flex-basis: 45%;
        transition: 0.3s ease-out;
    }
}
.admin-image.left {
    order: 1;
}
.admin-image .full-bg {
    background-image: url(../images/admin-signup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% top;
}
.admin-image .full-bg.login {
    background-image: url(../images/login-bg.png);
}
.admin-image .prk-center {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    display: table;
}
@media (max-width: 767px) {
    .admin-image {
        display: none;
    }
}
.admin-content {
    background: #ffffff;
    line-height: normal;
    order: 1;
    min-height: 720px;
}
@media only screen and (min-width: 767px) {
    .admin-content {
        flex: 1.1 0 0;
        order: 1;
        flex-basis: 55%;
        transition: 0.3s ease-in;
    }
}
.admin-content.right {
    order: 2;
}
.admin-box {
    display: flex;
    max-width: 600px;
    margin: auto;
    height: 100%;
    padding: 50px 50px;
}
@media (min-width: 768px) {
    .admin-box {
        padding: 75px 0;
        width: 85%;
        max-width: 500px;
    }
}
@media (max-width: 767px) {
    .admin-box {
        padding: 15px 30px;
    }
}
.admin-box .admin-box-inner {
    margin: auto;
    width: 100%;
    position: relative;
}
.admin-box label {
    color: #6F7783;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    padding-bottom: 5px;
}
.admin-box .form-control {
    padding: 8px 8px;
    box-sizing: border-box;
    height: 49px;
    width: 100%;
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    background-color: #FAFBFD;
    box-shadow: none;
    -webkit-appearance: none;
}
.admin-box .form-control.error {
    border-color: #ED4858;
}
.admin-box .form-group {
    margin-bottom: 24px;
}
.split_footer {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.split_footer > p {
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.logo-box {
    width: 138px;
    margin-bottom: 65px;
}
.logo-box img {
    margin: auto;
}
.logo-box.position-left-top {
    position: absolute;
    left: 90px;
    top: 80px;
    z-index: 9;
    width: 170px;
}
.email-buttons-wrapper {
    display: flex;
}
.admin-link {
    color: #4F5156;
    font-weight: 700;
    font-weight: 500;
    letter-spacing: 0.3px;
    line-height: 16px;
}
.icon-tip {
    margin-bottom: 40px;
}
.icon-tip .icon {
    width: 72px;
    height: 72px;
}
@media (max-height: 823px) {
    .admin-overflow {
        overflow: auto;
    }
    .admin-wrapper .logo-box {
        margin-bottom: 20px;
    }
    .admin-wrapper .xs-p-40 {
        padding: 10px!important;
    }
    .admin-wrapper .admin-box .form-control {
        height: 42px;
    }
    .admin-wrapper .admin-box-inner {
        margin: 0;
    }
    .admin-wrapper .xs-px-80 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .admin-wrapper .admin-content {
        min-height: auto !important;
    }
    .admin-wrapper .admin-content .admin-box {
        padding-bottom: 80px;
    }
    .admin-wrapper .xs-pb-112 {
        padding-bottom: 70px !important;
    }
}
@media (max-height: 736px) {
    .admin-wrapper .admin-content {
        min-height: auto !important;
    }
    .admin-wrapper .xs-px-80 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .admin-wrapper .xs-pb-112 {
        padding-bottom: 40px !important;
    }
    .admin-wrapper .xs-mt-112 {
        margin-top: 40px !important;
    }
}
@media (max-height: 568px) {
    .admin-wrapper .logo-box {
        margin-bottom: 40px;
    }
    .admin-wrapper .admin-content {
        min-height: auto !important;
    }
    .admin-wrapper h2 {
        font-size: 24px;
    }
    .admin-wrapper p {
        font-size: 13px;
        line-height: 15px;
    }
    .admin-wrapper .admin-box {
        padding: 15px 16px;
    }
    .admin-wrapper .xs-mt-56 {
        margin-top: 40px !important;
    }
    .admin-wrapper .xs-px-80 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .admin-wrapper .xs-py-40 {
        padding-top: 0 !important;
    }
    .admin-wrapper .xs-p-40 {
        padding: 0!important;
    }
    .admin-wrapper .xs-pb-112 {
        padding-bottom: 20px !important;
    }
    .admin-wrapper .xs-mt-112 {
        margin-top: 20px !important;
    }
    .admin-wrapper .admin-box .admin-box-inner {
        margin: 20px;
    }
}
.page-lock {
    position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -109px;
    margin-left: calc((97px / 2) - 515px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #131415;
    width: 1030px;
    height: 218px;
    border-radius: 8px;
    background-color: #EDEFF1;
}
.page-lock h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 33px;
    margin-bottom: 14px;
}
.page-lock p {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
}
.main-dashboard {
    padding: 0 130px;
    height: 100%;
    background-color: #F2F3F4 !important;
}
@media only screen and (max-width: 767px) {
    .main-dashboard {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 479px) {
    .main-dashboard {
        padding: 0 24px;
    }
}
.main-dashboard .head-dashboard {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 32px 20px;
    height: 108px;
}
.main-dashboard .head-dashboard h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 44px;
    letter-spacing: -0.7px;
    color: #33475B;
}
.report-container {
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    height: calc(100% - 108px);
    padding: 0 108px;
    margin: 0 auto;
    overflow: auto;
}
@media only screen and (max-width: 767px) {
    .report-container {
        padding: 0 24px;
    }
}
@media only screen and (max-width: 479px) {
    .report-container {
        padding: 0 24px;
    }
}
.report-container .report-content {
    max-width: 1360px;
    margin: 0 auto;
}
.report-container .row {
    margin: 0 -13px !important;
}
.report-container .row-padding {
    padding: 0 13px !important;
}
.report-container .report-box {
    padding: 32px 24px 24px 24px;
    border-radius: 8px;
    border: 3px solid #D7D7D7;
    background-color: #fff;
    margin-bottom: 20px;
}
.report-container .report-box .report-head {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #1D1E40;
    letter-spacing: -0.4px;
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 20px;
    vertical-align: middle;
}
.profit-chart {
    height: 187px;
}
.report-list {
    padding-top: 40px;
}
.report-list.list-border-top {
    border-top: 1px solid #D7D7D7;
}
.row-flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}
.row-flex-between .name {
    color: #33475B;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.26px;
}
.row-flex-between .val {
    color: #454647;
    font-size: 18px;
    font-weight: 100;
    line-height: 25px;
    letter-spacing: -0.4px;
}
.row-flex-between .date {
    color: #d0021b;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.33px;
}
.claim-chart,
.revenue-chart {
    height: 260px;
}


.screens .mb-clear.pt-0{
    padding-top:0 !important;
}
.pb-28{
    padding-bottom: 28px !important;
}