html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

@font-face {
    font-family: "OpenSansBold";
    src: url('../fonts/OpenSansHebrew-Bold.ttf?1417504274') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "OpenSansRegular";
    src: url('../fonts/OpenSansHebrew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MiriamLibreRegular";
    src: url('../fonts/MiriamLibre-Regular.ttf?1417504274') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: "MiriamLibreBold";
    src: url('../fonts/MiriamLibre-Bold.ttf?1417504274') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "HeeboBold";
    src: url('../fonts/Heebo-Bold.ttf?1417504274') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "HeeboRegular";
    src: url('../fonts/Heebo-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

    q:before, q:after, blockquote:before, blockquote:after {
        content: "";
        content: none;
    }

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

body ul, body ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

label,
button,
select,
input[type=submit] {
    cursor: pointer;
}

    input:focus,
    textarea:focus,
    select:focus,
    button:focus {
        outline: none;
    }

body .text-default,
.link-default,
.link-default:visited,
.btn-link.link-default,
.btn-link.link-default:visited {
    color: #000000;
}

    .link-default:hover,
    .btn-link.link-default:hover {
        color: black;
    }

.box-default,
.btn-default,
.legend-default,
.bg-solid-default {
    background-color: #000000;
}

.bubble.bg-solid-default:before {
    border-left-color: #000000;
    border-right-color: #000000;
}

body .bg-default {
    background-color: rgba(0, 0, 0, 0.08);
}

.lt-ie9 body .bg-default {
    background-color: gray;
}

.btn-default:hover,
.btn-default:visited:hover {
    background-color: black;
}

.line-default {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #000000;
}

body .text-danger,
.link-danger,
.link-danger:visited,
.btn-link.link-danger,
.btn-link.link-danger:visited {
    color: #FFB6D2;
}

    .link-danger:hover,
    .btn-link.link-danger:hover {
        color: #bc1c25;
    }

.box-danger,
.btn-danger,
.legend-danger,
.bg-solid-danger {
    background-color: #ff4249;
}

.bubble.bg-solid-danger:before {
    border-left-color: #ff4249;
    border-right-color: #ff4249;
}

body .bg-danger {
    background-color: rgba(210, 31, 41, 0.08);
}

.lt-ie9 body .bg-danger {
    background-color: #fdf3f3;
}

.btn-danger:hover,
.btn-danger:visited:hover {
    background-color: #bc1c25;
}

.line-danger {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #ff4249;
}

body .text-success,
.link-success,
.link-success:visited,
.btn-link.link-success,
.btn-link.link-success:visited {
    color: #8cb615;
}

    .link-success:hover,
    .btn-link.link-success:hover {
        color: #7a9f12;
    }

.box-success,
.btn-success,
.legend-success,
.bg-solid-success {
    background-color: #8cb615;
}

.bubble.bg-solid-success:before {
    border-left-color: #8cb615;
    border-right-color: #8cb615;
}

body .bg-success {
    background-color: rgba(140, 182, 21, 0.08);
}

.lt-ie9 body .bg-success {
    background-color: #effad0;
}

.btn-success:hover,
.btn-success:visited:hover {
    background-color: #7a9f12;
}

.line-success {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #8cb615;
}

body .text-mute,
.link-mute,
.link-mute:visited,
.btn-link.link-mute,
.btn-link.link-mute:visited {
    color: #c7c7c7;
}

    .link-mute:hover,
    .btn-link.link-mute:hover {
        color: #bababa;
    }

.box-mute,
.btn-mute,
.legend-mute,
.bg-solid-mute {
    background-color: #c7c7c7;
}

.bubble.bg-solid-mute:before {
    border-left-color: #c7c7c7;
    border-right-color: #c7c7c7;
}

body .bg-mute {
    background-color: rgba(199, 199, 199, 0.08);
}

.lt-ie9 body .bg-mute {
    background-color: white;
}

.btn-mute:hover,
.btn-mute:visited:hover {
    background-color: #bababa;
}

.line-mute {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #c7c7c7;
}

body .text-primary,
.link-primary,
.link-primary:visited,
.btn-link.link-primary,
.btn-link.link-primary:visited {
    color: #87EECD;
}

    .link-primary:hover,
    .btn-link.link-primary:hover {
        color: #2d908a;
    }

.box-primary,
.btn-primary,
.legend-primary,
.bg-solid-primary {
    background-color: #87EECD;
}

.bubble.bg-solid-primary:before {
    border-left-color: #87EECD;
    border-right-color: #87EECD;
}

body .bg-primary {
    background-color: rgba(51, 163, 157, 0.08);
}

.lt-ie9 body .bg-primary {
    background-color: #e0f5f4;
}

.btn-primary:hover,
.btn-primary:visited:hover {
    background-color: #2d908a;
}

.line-primary {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #87EECD;
}

body .text-seamless,
.link-seamless,
.link-seamless:visited,
.btn-link.link-seamless,
.btn-link.link-seamless:visited {
    color: #e9e9e9;
}

    .link-seamless:hover,
    .btn-link.link-seamless:hover {
        color: gainsboro;
    }

.box-seamless,
.btn-seamless,
.legend-seamless,
.bg-solid-seamless {
    background-color: #e9e9e9;
}

.bubble.bg-solid-seamless:before {
    border-left-color: #e9e9e9;
    border-right-color: #e9e9e9;
}

body .bg-seamless {
    background-color: rgba(233, 233, 233, 0.08);
}

.lt-ie9 body .bg-seamless {
    background-color: white;
}

.btn-seamless:hover,
.btn-seamless:visited:hover {
    background-color: gainsboro;
}

.line-seamless {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #e9e9e9;
}

body .text-inverse,
.link-inverse,
.link-inverse:visited,
.btn-link.link-inverse,
.btn-link.link-inverse:visited {
    color: #282828;
}

    .link-inverse:hover,
    .btn-link.link-inverse:hover {
        color: #1b1b1b;
    }

.box-inverse,
.btn-inverse,
.legend-inverse,
.bg-solid-inverse {
    background-color: #282828;
}

.bubble.bg-solid-inverse:before {
    border-left-color: #282828;
    border-right-color: #282828;
}

body .bg-inverse {
    background-color: rgba(40, 40, 40, 0.08);
}

.lt-ie9 body .bg-inverse {
    background-color: #a8a8a8;
}

.btn-inverse:hover,
.btn-inverse:visited:hover {
    background-color: #1b1b1b;
}

.line-inverse {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #282828;
}

body .text-secondary,
.link-secondary,
.link-secondary:visited,
.btn-link.link-secondary,
.btn-link.link-secondary:visited {
    color: #1fc9be;
}

    .link-secondary:hover,
    .btn-link.link-secondary:hover {
        color: #1cb3a9;
    }

.box-secondary,
.btn-secondary,
.legend-secondary,
.bg-solid-secondary {
    background-color: #1fc9be;
}

.bubble.bg-solid-secondary:before {
    border-left-color: #1fc9be;
    border-right-color: #1fc9be;
}

body .bg-secondary {
    background-color: rgba(31, 201, 190, 0.08);
}

.lt-ie9 body .bg-secondary {
    background-color: #ebfcfb;
}

.btn-secondary:hover,
.btn-secondary:visited:hover {
    background-color: #1cb3a9;
}

.line-secondary {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #1fc9be;
}

body .text-highlight,
.link-highlight,
.link-highlight:visited,
.btn-link.link-highlight,
.btn-link.link-highlight:visited {
    color: #dbc41e;
}

    .link-highlight:hover,
    .btn-link.link-highlight:hover {
        color: #c5b01b;
    }

.box-highlight,
.btn-highlight,
.legend-highlight,
.bg-solid-highlight {
    background-color: #dbc41e;
}

.bubble.bg-solid-highlight:before {
    border-left-color: #dbc41e;
    border-right-color: #dbc41e;
}

body .bg-highlight {
    background-color: rgba(219, 196, 30, 0.08);
}

.lt-ie9 body .bg-highlight {
    background-color: #fefefa;
}

.btn-highlight:hover,
.btn-highlight:visited:hover {
    background-color: #c5b01b;
}

.line-highlight {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #dbc41e;
}

body .text-light,
.link-light,
.link-light:visited,
.btn-link.link-light,
.btn-link.link-light:visited {
    color: #f8f7f7;
}

    .link-light:hover,
    .btn-link.link-light:hover {
        color: #ece9e9;
    }

.box-light,
.btn-light,
.legend-light,
.bg-solid-light {
    background-color: transparent;
}

.lblInputsLogin {
    width: 110px;
    font-weight: 700;
    font-size: 20px;
    color: white;
    display: inline-block;
    direction: rtl !important;
}

.bubble.bg-solid-light:before {
    border-left-color: #f8f7f7;
    border-right-color: #f8f7f7;
}

body .bg-light {
    background-color: rgba(248, 247, 247, 0.08);
}

.lt-ie9 body .bg-light {
    background-color: white;
}

.btn-light:hover,
.btn-light:visited:hover {
    background-color: #ece9e9;
}

.line-light {
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #f8f7f7;
}


[class^="icon-"],
[class^="icon-menu-"],
[class^="icon-nav-"] {
    display: inline-block;
}

.size-10 {
    font-size: 10px;
}

.size-11 {
    font-size: 11px;
}

.size-12 {
    font-size: 12px;
}

.size-13 {
    font-size: 13px;
}

.size-14 {
    font-size: 14px;
}

.size-15 {
    font-size: 15px;
}

.size-16 {
    font-size: 16px;
}

.size-17 {
    font-size: 17px;
}

.size-18 {
    font-size: 18px;
}

.size-19 {
    font-size: 19px;
}

.size-20 {
    font-size: 20px;
}

.size-21 {
    font-size: 21px;
}

.size-22 {
    font-size: 22px;
}

.size-23 {
    font-size: 23px;
}

.size-24 {
    font-size: 24px;
}

.size-25 {
    font-size: 25px;
}

.size-26 {
    font-size: 26px;
}

.size-27 {
    font-size: 27px;
}

.size-28 {
    font-size: 28px;
}

.size-29 {
    font-size: 29px;
}

.size-30 {
    font-size: 30px;
}

.pull-left {
    float: right !important;
}

.pull-absolute-left {
    float: left;
}

.pull-right {
    float: left !important;
}

.pull-absolute-right {
    float: right;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.underline {
    text-decoration: underline;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: OpenSansRegular;
    -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 {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #87EECD;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #216965;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small,
    h1 .small, h2 small,
    h2 .small, h3 small,
    h3 .small, h4 small,
    h4 .small, h5 small,
    h5 .small, h6 small,
    h6 .small,
    .h1 small,
    .h1 .small, .h2 small,
    .h2 .small, .h3 small,
    .h3 .small, .h4 small,
    .h4 .small, .h5 small,
    .h5 .small, .h6 small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777777;
    }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    h1 .small, .h1 small,
    .h1 .small,
    h2 small,
    h2 .small, .h2 small,
    .h2 .small,
    h3 small,
    h3 .small, .h3 small,
    .h3 .small {
        font-size: 65%;
    }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    h4 .small, .h4 small,
    .h4 .small,
    h5 small,
    h5 .small, .h5 small,
    .h5 .small,
    h6 small,
    h6 .small, .h6 small,
    .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #87EECD;
}

a.text-primary:hover {
    color: #277c78;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #87EECD;
}

a.bg-primary:hover {
    background-color: #277c78;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul,
    ul ol,
    ol ul,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: 30px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@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.428571429;
        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-reverse small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right footer:before,
        blockquote.pull-right small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        .blockquote-reverse small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right footer:after,
        blockquote.pull-right small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:before, .container:after {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.3333333333%;
}

.col-xs-2 {
    width: 16.6666666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.3333333333%;
}

.col-xs-5 {
    width: 41.6666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333333333%;
}

.col-xs-8 {
    width: 66.6666666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333333333%;
}

.col-xs-11 {
    width: 91.6666666667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.3333333333%;
}

.col-xs-pull-2 {
    right: 16.6666666667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.3333333333%;
}

.col-xs-pull-5 {
    right: 41.6666666667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.3333333333%;
}

.col-xs-pull-8 {
    right: 66.6666666667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.3333333333%;
}

.col-xs-pull-11 {
    right: 91.6666666667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.3333333333%;
}

.col-xs-push-2 {
    left: 16.6666666667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.3333333333%;
}

.col-xs-push-5 {
    left: 41.6666666667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.3333333333%;
}

.col-xs-push-8 {
    left: 66.6666666667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.3333333333%;
}

.col-xs-push-11 {
    left: 91.6666666667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.3333333333%;
    }

    .col-sm-pull-2 {
        right: 16.6666666667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.3333333333%;
    }

    .col-sm-pull-5 {
        right: 41.6666666667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.3333333333%;
    }

    .col-sm-pull-8 {
        right: 66.6666666667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.3333333333%;
    }

    .col-sm-pull-11 {
        right: 91.6666666667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.3333333333%;
    }

    .col-sm-push-2 {
        left: 16.6666666667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.3333333333%;
    }

    .col-sm-push-5 {
        left: 41.6666666667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.3333333333%;
    }

    .col-sm-push-8 {
        left: 66.6666666667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.3333333333%;
    }

    .col-sm-push-11 {
        left: 91.6666666667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.3333333333%;
    }

    .col-md-pull-2 {
        right: 16.6666666667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.3333333333%;
    }

    .col-md-pull-5 {
        right: 41.6666666667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.3333333333%;
    }

    .col-md-pull-8 {
        right: 66.6666666667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.3333333333%;
    }

    .col-md-pull-11 {
        right: 91.6666666667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.3333333333%;
    }

    .col-md-push-2 {
        left: 16.6666666667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.3333333333%;
    }

    .col-md-push-5 {
        left: 41.6666666667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.3333333333%;
    }

    .col-md-push-8 {
        left: 66.6666666667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.3333333333%;
    }

    .col-md-push-11 {
        left: 91.6666666667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.3333333333%;
    }

    .col-lg-pull-2 {
        right: 16.6666666667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.3333333333%;
    }

    .col-lg-pull-5 {
        right: 41.6666666667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.3333333333%;
    }

    .col-lg-pull-8 {
        right: 66.6666666667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.3333333333%;
    }

    .col-lg-pull-11 {
        right: 91.6666666667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.3333333333%;
    }

    .col-lg-push-2 {
        left: 16.6666666667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.3333333333%;
    }

    .col-lg-push-5 {
        left: 41.6666666667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.3333333333%;
    }

    .col-lg-push-8 {
        left: 66.6666666667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.3333333333%;
    }

    .col-lg-push-11 {
        left: 91.6666666667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > th,
    .table > tbody > tr > td,
    .table > tfoot > tr > th,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > th,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > th,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > th,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #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 > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr: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 #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px -20px 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: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eeeeee;
        opacity: 1;
    }

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 34px;
    line-height: 1.428571429 \0;
}

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px;
        line-height: 1.5 \0;
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px;
        line-height: 1.33 \0;
    }

_:-ms-fullscreen, :root input[type="date"],
_:-ms-fullscreen, :root input[type="time"],
_:-ms-fullscreen, :root input[type="datetime-local"],
_:-ms-fullscreen, :root input[type="month"] {
    line-height: 1.428571429;
}

    _:-ms-fullscreen.input-sm, :root input[type="date"].input-sm,
    _:-ms-fullscreen.input-sm, :root input[type="time"].input-sm,
    _:-ms-fullscreen.input-sm, :root input[type="datetime-local"].input-sm,
    _:-ms-fullscreen.input-sm, :root input[type="month"].input-sm {
        line-height: 1.5;
    }

    _:-ms-fullscreen.input-lg, :root input[type="date"].input-lg,
    _:-ms-fullscreen.input-lg, :root input[type="time"].input-lg,
    _:-ms-fullscreen.input-lg, :root input[type="datetime-local"].input-lg,
    _:-ms-fullscreen.input-lg, :root input[type="month"].input-lg {
        line-height: 1.33;
    }

.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 {
    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="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm, .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .form-group-sm .form-control,
select[multiple].input-sm, .form-group-sm .form-control {
    height: auto;
}

.input-lg, .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg, .form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .form-group-lg .form-control,
select[multiple].input-lg, .form-group-lg .form-control {
    height: auto;
}

.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 {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: thin dotted;
        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;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        pointer-events: none;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #87EECD;
    border-color: #2d908a;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #277c78;
        border-color: #1e615d;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #87EECD;
        border-color: #2d908a;
    }

    .btn-primary .badge {
        color: #87EECD;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #8cb615;
    border-color: #7a9f12;
}

    .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #698810;
        border-color: #50680c;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: #8cb615;
        border-color: #7a9f12;
    }

    .btn-success .badge {
        color: #8cb615;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #ff4249;
    border-color: #bc1c25;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #a61820;
        border-color: #86141a;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #ff4249;
        border-color: #bc1c25;
    }

    .btn-danger .badge {
        color: #ff4249;
        background-color: #fff;
    }

.btn-link {
    color: #87EECD;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #216965;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    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%;
}

.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.428571429;
            text-decoration: none;
            color: #87EECD;
            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 > a:focus,
        .pagination > li > span:hover,
        .pagination > li > span:focus {
            color: #216965;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
    .pagination > .active > span,
    .pagination > .active > span:hover,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #87EECD;
        border-color: #87EECD;
        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;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

    .pager:before, .pager:after {
        content: " ";
        display: table;
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #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;
    }

.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;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #87EECD;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #8cb615;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.progress-bar-danger {
    background-color: #ff4249;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

    .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;
    }

    .list-group-item > .badge {
        float: right;
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px;
        }

a.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

.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: #87EECD;
    border-color: #87EECD;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .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: #b9e9e6;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #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: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #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-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:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead: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:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody: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:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-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: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #87EECD;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #87EECD;
        border-color: #87EECD;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #87EECD;
        }

        .panel-primary > .panel-heading .badge {
            color: #87EECD;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #87EECD;
    }

.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;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #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;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@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;
    }

    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;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

body {
    background: #4A64FF !important;
}

.clearfix:before, .dropdown:before, .btn-group.alt:before, .container-inside:before, .bubbles:before,
.clearfix:after,
.dropdown:after,
.btn-group.alt:after,
.container-inside:after,
.bubbles:after {
    display: table;
    content: "";
}

.clearfix:after, .dropdown:after, .btn-group.alt:after, .container-inside:after, .bubbles:after {
    clear: both;
}

div.container {
    width: 100%;
}

.site-header {
    width: 100%;
    position: relative;
    z-index: 5;
}

.wrap-inner,
.inner-layer-alpha,
.inner-layer-omega {
    width: 100%;
    height: 100%;
    position: relative;
    float: right;
}

.wrap-inner {
    background: white;
    overflow: hidden;
}

.inner-layer-alpha {
    background: #e9e9e9;
    left: 18%;
}

.inner-layer-omega {
    background: white;
    left: 62%;
}

.sidebar {
    height: 100%;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .sidebar.primary {
        width: 17%;
    }

    .sidebar.complimentary {
        width: 18%;
    }

    .sidebar .widget {
        padding: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

.inner {
    width: 62%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar,
.inner {
    position: relative;
    padding: 15px;
    right: 80%;
}

.column {
    display: inline-block;
    float: right;
}

    .column.alt {
        float: left;
    }

.column-clear {
    float: none;
    overflow: hidden;
    display: block;
}

.widget + .widget {
    margin-top: 15px;
}

.widget > h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #c7c7c7;
}

.module {
    /*    background: white;
    border: 1px solid #c7c7c7;*/
    background-color: transparent;
    padding: 10px;
    position: relative;
    /*    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
}

    .module + .module {
        margin-top: 15px;
    }

.module-head {
    position: relative;
    color: white;
    width: 89%;
}

    .module-head > h3 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 35px;
        font-weight: 700;
    }

        .module-head > h3.crmlogin {
            font-size: 24px;
        }

    .module-head [class^="icon-"] {
        vertical-align: middle;
        margin-left: 10px;
    }

.module-body {
    width: 90%;
}

    .module-body > :first-child {
        margin-top: 15px;
        padding-right: 0px;
        padding-left: 0px;
    }

.head-toolbar {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .head-toolbar .btn-medium {
        padding-left: 30px;
        padding-right: 30px;
    }

.greet-day {
    font-size: 22px;
    margin-left: 40px;
    margin-top: 20px;
}

.logo {
    margin-top: 5px;
    margin-bottom: 0;
}

.contain-nav-primary {
    background: #282828;
    color: white;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

    .contain-nav-primary > .container {
        padding-right: 0;
        padding-top: 8px;
        height: 48px;
    }

    .contain-nav-primary .btn {
        font-size: 21px;
        height: 33px;
        padding-top: 2px;
    }

    .contain-nav-primary h3 {
        display: inline-block;
        background: url(images/nav-title-bg.png) repeat-x left bottom;
        position: relative;
        height: 48px;
        padding: 8px 15px;
        margin-top: -8px;
        margin-left: 40px;
        margin-bottom: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .contain-nav-primary h3:after {
            content: "";
            display: block;
            width: 22px;
            height: 48px;
            background: url(images/nav-title-arrow.png);
            position: absolute;
            left: -21px;
            top: 0;
        }

.nav-primary > li .tooltip.fade.in {
    display: none !important;
}

.nav-primary .dropdown > .dropdown-menu {
    background: #5b5b5b;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .nav-primary .dropdown > .dropdown-menu:before {
        width: 0;
        height: 0;
        background: transparent;
        margin-left: -5px;
        top: -8px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #5b5b5b;
    }

    .nav-primary .dropdown > .dropdown-menu > li > a, .nav-primary .dropdown > .dropdown-menu > li > a:visited {
        color: white;
    }

        .nav-primary .dropdown > .dropdown-menu > li > a:hover, .nav-primary .dropdown > .dropdown-menu > li > a:visited:hover {
            color: #e9e9e9;
        }

.nav-secondary > li + li {
    margin-right: 0;
}

.nav-secondary .btn-link,
.nav-secondary .btn-link:visited {
    height: auto;
    padding: 0;
    line-height: 1;
    color: white;
    display: inline-block;
    margin-top: 4px;
    border-bottom: 1px solid #c7c7c7;
}

    .nav-secondary .btn-link:hover,
    .nav-secondary .btn-link:visited:hover {
        text-decoration: none;
        border-bottom: none;
    }

.nav-menu li {
    border-bottom: 1px solid #e9e9e9;
}

    .nav-menu li.parent {
        border-bottom: none;
    }

    .nav-menu li.active {
        position: relative;
    }

        .nav-menu li.active:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 14px solid transparent;
            border-bottom: 14px solid transparent;
            border-right: 12px solid white;
            position: absolute;
            left: -27px;
            z-index: 5;
            top: 10px;
        }

    .nav-menu li > a, .nav-menu li > a:visited, .nav-menu li > a:focus {
        font-size: 25px;
        display: block;
        padding-top: 15px;
        padding-bottom: 15px;
        text-decoration: none;
    }

        .nav-menu li > a [class^="icon-menu-"], .nav-menu li > a:visited [class^="icon-menu-"], .nav-menu li > a:focus [class^="icon-menu-"] {
            vertical-align: middle;
            margin-left: 10px;
        }

        .nav-menu li > a .icon-menu-home, .nav-menu li > a:visited .icon-menu-home, .nav-menu li > a:focus .icon-menu-home {
            margin-top: -4px;
        }

.nav-sub > li {
    padding: 0 42px;
}

    .nav-sub > li:first-child {
        border-top: 1px solid #e9e9e9;
    }

    .nav-sub > li > a, .nav-sub > li > a:visited, .nav-sub > li > a:focus {
        font-size: 19px;
        color: #949494;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .nav-sub > li.active > a, .nav-sub > li:hover > a {
        color: #000;
        text-decoration: none;
    }

    .nav-sub > li.active:after {
        margin-left: -10px;
    }

.media,
.media-body {
    overflow: hidden;
    *zoom: 1;
}

.btn {
    font-weight: normal;
    font-size: 19px;
}

    .btn:focus {
        outline: none;
    }

    .btn.alt {
        text-align: right;
    }

    .btn [class^="icon-"] {
        vertical-align: middle;
        margin-left: 10px;
    }

        .btn [class^="icon-"].alone {
            margin-left: 0;
        }

.btn-danger,
.btn-danger:visited,
.btn-primary,
.btn-primary:visited,
.btn-success,
.btn-success:visited {
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.btn-default,
.btn-default:visited {
    background-color: #545454;
    border: none;
    color: white;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.15);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.15);
}

    .btn-default:hover,
    .btn-default:visited:hover {
        background-color: #424242;
        color: white;
    }

    .btn-default.alt,
    .btn-default:visited.alt {
        background-color: #8c8c8c;
        color: #000;
    }

        .btn-default.alt:hover,
        .btn-default:visited.alt:hover {
            background-color: #707070;
            color: white;
        }

.btn-primary,
.btn-primary:visited {
    background-color: #39b6b0;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF39B6B0', endColorstr='#FF39B6B0');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM5YjZiMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzNhMzlkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzliNmIwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #39b6b0), color-stop(50%, #87EECD), color-stop(100%, #39b6b0));
    background-image: -moz-linear-gradient(top, #39b6b0 0%, #87EECD 50%, #39b6b0 100%);
    background-image: -webkit-linear-gradient(top, #39b6b0 0%, #87EECD 50%, #39b6b0 100%);
    background-image: linear-gradient(to bottom, #39b6b0 0%, #87EECD 50%, #39b6b0 100%);
}

    .btn-primary:hover,
    .btn-primary:visited:hover {
        background-color: #3dc2bb;
        *zoom: 1;
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3DC2BB', endColorstr='#FF3DC2BB');
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNkYzJiYiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzNhMzlkIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2RjMmJiIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3dc2bb), color-stop(50%, #87EECD), color-stop(100%, #3dc2bb));
        background-image: -moz-linear-gradient(top, #3dc2bb 0%, #87EECD 50%, #3dc2bb 100%);
        background-image: -webkit-linear-gradient(top, #3dc2bb 0%, #87EECD 50%, #3dc2bb 100%);
        background-image: linear-gradient(to bottom, #3dc2bb 0%, #87EECD 50%, #3dc2bb 100%);
    }

.btn-medium {
    font-size: 23px;
    height: 40px;
    padding-top: 2px;
}

.btn-close {
    position: absolute;
    top: 0;
    line-height: 1;
    left: 0;
}

.btn-mute.btn-xs {
    padding: 0;
}

    .btn-mute.btn-xs [class^="icon-"] {
        margin-left: 0;
    }

.btn-group > .btn, .btn-group > .dropdown {
    display: inline-block;
}

    .btn-group > .btn + .btn, .btn-group > .btn + .dropdown, .btn-group > .dropdown + .btn, .btn-group > .dropdown + .dropdown {
        margin-right: 10px;
    }

.dropdown {
    position: relative;
}

    .dropdown > .btn {
        padding-left: 45px;
        padding-right: 45px;
    }

    .dropdown > .dropdown-menu {
        background: white;
        border: 1px solid #e4e4e4;
        position: absolute;
        width: 100%;
        margin-right: 0;
        margin-top: 8px;
        top: 100%;
        max-width: none;
        padding: 15px;
        font-size: 12px;
        display: none;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 1px #c7c7c7;
        box-shadow: 1px 1px 1px #c7c7c7;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .dropdown > .dropdown-menu strong {
            font-weight: normal;
        }

        .dropdown > .dropdown-menu [class^="icon-"] {
            vertical-align: middle;
            margin-left: 5px;
        }

        .dropdown > .dropdown-menu:before {
            content: "";
            display: block;
            width: 26px;
            height: 13px;
            background: url(images/arrow-up.png);
            position: absolute;
            left: 50%;
            margin-left: -13px;
            top: -13px;
        }

        .dropdown > .dropdown-menu > li + li {
            margin-top: 10px;
        }

        .dropdown > .dropdown-menu > li > a, .dropdown > .dropdown-menu > li > a:visited {
            color: #000;
        }

            .dropdown > .dropdown-menu > li > a:hover, .dropdown > .dropdown-menu > li > a:visited:hover {
                text-decoration: none;
            }

    .dropdown.open > .dropdown-menu {
        display: block;
    }

.form-control {
    height: 44px;
    font-size: 19px;
}

    .form-control::-moz-placeholder {
        color: #000000;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #000000;
    }

    .form-control::-webkit-input-placeholder {
        color: #000000;
    }

.input-icon {
    position: relative;
}

    .input-icon [class^="icon-"] {
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -8px;
    }

    .input-icon .form-control {
        padding-left: 30px;
    }

.list-inline > li {
    float: right;
}

.list-toolbar {
    display: inline-block;
    margin-top: 5px;
    margin-right: 15px;
}

    .list-toolbar a,
    .list-toolbar a:visited {
        color: #000;
    }

    .list-toolbar [class^="icon-nav-"] {
        vertical-align: middle;
    }

    .list-toolbar > li + li {
        margin-right: 10px;
    }

.list-regular > li {
    font-size: 19px;
}

    .list-regular > li strong {
        font-weight: normal;
    }

    .list-regular > li .add-pad {
        font-size: 17px;
        display: inline-block;
        padding-right: 15px;
    }

    .list-regular > li.highlight {
        font-size: 23px;
        text-decoration: underline;
        margin-bottom: 15px;
    }

        .list-regular > li.highlight .add-pad {
            font-size: 20px;
        }

.table-important > thead > tr > td, .table-important > thead > tr > th, .table-important > tbody > tr > td, .table-important > tbody > tr > th {
    border-bottom: 3px solid white;
    vertical-align: middle;
}

.table-important > thead > tr > th {
    background: rgba(210, 31, 41, 0.08);
    font-size: 14px;
    padding: 4px 10px;
}

.lt-ie9 .table-important > thead > tr > th {
    background: #fdf3f3;
}

.table-important > tfoot > tr > td {
    font-weight: bold;
}

    .table-important > tfoot > tr > td .lead {
        font-size: 20px;
        line-height: 1.1;
    }

.table-important > tbody > tr > td {
    background: rgba(233, 233, 233, 0.5);
}

.lt-ie9 .table-important > tbody > tr > td {
    background: #f6f6f6;
}

.table-important > tbody > tr:nth-of-type(even) > td {
    background: #e9e9e9;
}

.lt-ie9 .table-important > tbody > tr:nth-of-type(even) {
    background: #e9e9e9;
}

.table > thead > tr > td:first-child, .table > thead > tr > th:first-child, .table > tbody > tr > td:first-child, .table > tbody > tr > th:first-child {
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0;
    border-radius: 0 5px 5px 0;
}

.table > thead > tr > td:last-child, .table > thead > tr > th:last-child, .table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child {
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
}

.table > thead > tr > th {
    text-align: right;
    padding: 8px 12px;
}

.table > tbody > tr.success > td {
    background: rgba(140, 182, 21, 0.08);
    border-bottom: 2px solid white;
}

    .table > tbody > tr.success > td:last-child {
        text-align: left;
    }

.table > tbody > tr > td {
    text-align: right;
    padding: 8px 12px;
}

.table-small > tbody > tr > td {
    font-size: 12px;
    border-top: none;
}

.contain-pagination {
    position: relative;
}

    .contain-pagination .btn-mute {
        position: absolute;
        top: 0;
        z-index: 3;
        padding: 4px 6px;
        color: white;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
    }

    .contain-pagination .prev {
        left: 0;
    }

    .contain-pagination .next {
        right: 0;
    }

    .contain-pagination nav {
        display: block;
        width: 100%;
        text-align: center;
    }

        .contain-pagination nav > .pagination {
            display: inline-block;
            margin-top: 0;
            margin-bottom: 0;
        }

            .contain-pagination nav > .pagination > li {
                vertical-align: middle;
                display: inline-block;
            }

                .contain-pagination nav > .pagination > li > a, .contain-pagination nav > .pagination > li > a:visited {
                    background-color: transparent;
                    border: none;
                    font-size: 12px;
                    padding: 0 2px;
                    color: #c7c7c7;
                }

                    .contain-pagination nav > .pagination > li > a:hover, .contain-pagination nav > .pagination > li > a:visited:hover {
                        color: #000;
                        background-color: transparent;
                    }

                .contain-pagination nav > .pagination > li.active > a, .contain-pagination nav > .pagination > li.active > a:visited {
                    font-size: 14px;
                    color: #000;
                }

                    .contain-pagination nav > .pagination > li.active > a:hover, .contain-pagination nav > .pagination > li.active > a:visited:hover {
                        background-color: transparent;
                    }

.search-cloud {
    overflow: hidden;
}

    .search-cloud > a, .search-cloud > a:visited {
        display: inline;
        vertical-align: middle;
        margin-left: 10px;
        color: #000;
        white-space: pre;
    }

.quick-search form {
    margin-top: 15px;
}

.quick-links .btn {
    text-align: right;
}

.quick-links .nav-stacked > li + li {
    margin-top: 10px;
}

.likebox iframe {
    width: 100% !important;
    height: 160px !important;
}

.custom-alert {
    overflow: hidden;
    position: relative;
    font-size: 21px;
    min-height: 44px;
}

    .custom-alert > [class^="icon-"] {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -22px;
    }

    .custom-alert > p {
        text-align: center;
        margin-top: 4px;
        margin-bottom: 0;
    }

    .custom-alert > .btn-close {
        top: 50%;
        left: 10px;
        margin-top: -12px;
    }

.chart-image {
    width: 66.67%;
    margin-left: 30px;
}

    .chart-image img {
        max-width: 100%;
    }

.chart-report {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .chart-report .list-regular {
        margin-top: -7px;
    }

.information .post {
    padding: 15px;
}

.information .row {
    margin-bottom: 10px;
}

.post.feed {
    font-size: 12px;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .post.feed h4 {
        margin-top: 0;
        margin-bottom: 4px;
        font-size: 14px;
        font-weight: bold;
    }

.label-clean {
    background: white;
    font-size: 17px;
    padding: 4px 10px;
    margin-bottom: 6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .label-clean strong {
        font-size: 19px;
    }

    .label-clean.alt {
        font-size: 19px;
    }

.label-head > span {
    font-size: 19px;
    margin-bottom: 6px;
}

.statuses .progress {
    clear: both;
    margin-bottom: 0;
}

.site-footer {
    background: #282828;
    color: white;
    z-index: 5;
    width: 100%;
    clear: both;
    padding: 15px 0;
    -webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.5);
}

    .site-footer .container {
        position: relative;
    }

    .site-footer nav {
        display: block;
        text-align: center;
    }

        .site-footer nav > .nav {
            display: inline-block;
        }

            .site-footer nav > .nav > li {
                color: white;
                margin-left: 0;
                margin-right: 0;
                padding-left: 0;
                padding-right: 0;
                font-size: 12px;
            }

                .site-footer nav > .nav > li + li:before {
                    content: "|";
                    display: inline-block;
                    margin: 0 10px;
                }

                .site-footer nav > .nav > li > a, .site-footer nav > .nav > li > a:visited {
                    color: white;
                }

    .site-footer .copyright,
    .site-footer .list-socials {
        position: absolute;
        top: 0;
        font-size: 12px;
    }

    .site-footer .copyright {
        right: 15px;
        margin-bottom: 0;
    }

    .site-footer .list-socials {
        left: 15px;
        margin-left: 0;
        top: -4px;
    }

        .site-footer .list-socials a,
        .site-footer .list-socials a:visited {
            display: block;
            background: #5b5b5b;
            width: 30px;
            height: 30px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

            .site-footer .list-socials a:hover,
            .site-footer .list-socials a:visited:hover {
                background: #87EECD;
            }

[class^="col-md-"] {
    float: right;
}

.row-even > .col-md-6:first-child {
    padding-left: 7px;
}

.row-even > .col-md-6:last-child {
    padding-right: 7px;
}

.row-even.alt > .col-md-6:first-child {
    padding-left: 3px;
}

.row-even.alt > .col-md-6:last-child {
    padding-right: 3px;
}

.caret {
    display: inline-block;
    width: 10px;
    height: 7px;
    background: url(images/dropdown.png);
    margin-right: 10px;
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 5px 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.75);
    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: rgba(0, 0, 0, 0.75);
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    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;
}

.collapse {
    display: none;
    visibility: hidden;
}

    .collapse.in {
        display: block;
        visibility: visible;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, padding-top, visibility;
    -o-transition-property: height, padding-top, visibility;
    transition-property: height, padding-top, visibility;
}

.full-wrap,
.full-container {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #4A64FF;
}

.full-wrap {
    display: table;
}

.full-container {
    display: table-cell;
}

.full-height {
    height: 100%;
}

.well.alt {
    padding: 8px;
    line-height: 1;
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .well.alt + .well {
        margin-top: 3px;
    }

.widget-form-login {
    width: 465px;
    margin: 170px auto;
    font-size: 12px;
}

    .widget-form-login .control-label,
    .widget-form-login .control-input {
        display: inline-block;
        float: right;
        padding: 0 10px;
    }

    .widget-form-login .control-label {
        width: 25%;
    }

    .widget-form-login .control-input {
        width: 75%;
    }

    .widget-form-login .link-forgot {
        display: inline-block;
        text-decoration: underline;
        margin-top: 4px;
    }

.form-control {
    height: 30px;
    font-size: 12px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.control-label {
    font-weight: normal;
    margin-top: 8px;
}

.label-checkbox {
    font-weight: normal;
}

    .label-checkbox > span {
        display: inline-block;
        margin-right: 10px;
    }

.btn-group.alt {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 10px;
}

    .btn-group.alt > li {
        display: block;
        text-align: center;
        float: right;
        padding: 0 4px;
    }

        .btn-group.alt > li.signUpButton {
            float: left;
        }

        .btn-group.alt > li.btnLogin {
            width: 25%;
            float: left;
        }

.btn-inverse,
.btn-inverse:visited {
    color: white;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5);
}

    .btn-inverse:hover,
    .btn-inverse:visited:hover {
        color: white;
    }

/* CSS Update 11-05-2015 */
.icon-nav-color-sprite, .icon-nav-color-clock, .icon-nav-color-email, .icon-nav-color-facebook, .icon-nav-color-fax, .icon-nav-color-phone, .icon-nav-color-website {
    background-image: url('images/icon-nav-color-s456fb9447a.png');
    background-repeat: no-repeat;
}

.icon-nav-color-clock {
    background-position: 0 0;
    height: 26px;
    width: 26px;
}

.icon-nav-color-email {
    background-position: 0 -26px;
    height: 26px;
    width: 26px;
}

.icon-nav-color-facebook {
    background-position: 0 -52px;
    height: 26px;
    width: 26px;
}

.icon-nav-color-fax {
    background-position: 0 -78px;
    height: 26px;
    width: 26px;
}

.icon-nav-color-phone {
    background-position: 0 -104px;
    height: 26px;
    width: 26px;
}

.icon-nav-color-website {
    background-position: 0 -130px;
    height: 26px;
    width: 26px;
}

html {
    height: 100%;
}

.full-height {
    height: 100%;
}

.container-inside {
    width: 96%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.inside {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

    .inside.crmlogin {
        max-width: 700px;
    }

.bubbles {
    position: relative;
    z-index: 3;
    padding-bottom: 60px;
}

    .bubbles.alt {
        padding-top: 30px;
    }

.bubble {
    position: relative;
    padding: 10px 40px;
    color: white;
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

    .bubble:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-top-width: 30px;
        border-bottom-width: 30px;
        position: absolute;
        z-index: -1;
    }

    .bubble.top:before {
        top: -30px;
    }

    .bubble.bottom:before {
        bottom: -30px;
    }

    .bubble.left:before {
        right: 60px;
        border-right-width: 30px;
        border-left-width: 0;
    }

    .bubble.right:before {
        left: 60px;
        border-left-width: 30px;
        border-right-width: 0;
    }

.module-login-new {
    padding: 40px;
    border: none;
    /*    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
}

    .module-login-new .media > .pull-left {
        width: 50%;
        padding-left: 40px;
    }

    .module-login-new .module-head [class^="icon"] {
        margin-top: -8px;
    }

.module-head-logo {
    position: absolute;
    left: 0;
    top: 23%;
    max-height: 28px;
}

.panel-item {
    padding: 15px 0 0 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.text-small {
    font-size: 12px;
}

.text-medium {
    font-size: 16px;
}

.btn-group.alt > li > .btn.text-medium {
    font-size: 25px;
    padding-top: 3px;
}

.landing-screenshot {
    width: 500px;
    margin-top: -90px;
}

.contain-list-icons {
    background: #4A64FF;
    text-align: center;
    position: absolute;
    /*bottom: 50px;*/
    margin: 0 auto;
    left: 0;
    right: 0;
}

    .contain-list-icons > .list-inline {
        display: inline-block;
        font-size: 14px;
        color: white;
    }

        .contain-list-icons > .list-inline > li > a, .contain-list-icons > .list-inline > li > a:visited {
            color: white;
        }

img.icons-footer-login {
    max-height: 18px;
    margin: 0px 5px;
}

.contain-list-icons > .list-inline > li [class^="icon-"] {
    vertical-align: middle;
}

.form-control.normal {
    padding: 10px;
    font-size: 14px;
    height: 35px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

    .form-control.normal::-moz-placeholder {
        color: #c3c3c3;
        opacity: 1;
    }

    .form-control.normal:-ms-input-placeholder {
        color: #c3c3c3;
    }

    .form-control.normal::-webkit-input-placeholder {
        color: #c3c3c3;
    }

.spaced {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .spaced.top {
        margin-bottom: 0;
    }

    .spaced.bottom {
        margin-top: 0;
    }

.btn-secondary,
.btn-secondary:visited {
    color: white;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.5);
}

    .btn-secondary:hover,
    .btn-secondary:visited:hover {
        color: white;
    }

.btn-glow {
    position: relative;
    overflow: hidden;
    height: 44px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

    .btn-glow:after {
        content: "";
        display: block;
        width: 130%;
        height: 44px;
        background: rgba(255, 255, 255, 0.3);
        position: absolute;
        left: 50%;
        margin-left: -65%;
        top: -22px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.label-checkbox-custom {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
}

    .label-checkbox-custom > input[type=checkbox] {
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: white;
        border-radius: 50%;
        vertical-align: middle;
        border: 1px solid #ddd;
        appearance: none;
        -webkit-appearance: none;
        outline: none;
        cursor: pointer;
    }

        .label-checkbox-custom > input[type=checkbox]:checked {
            background-color: gray;
        }

    .label-checkbox-custom > span:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px;
    }


@media only screen and (min-width: 1918px) {
    html .contain-list-icons .list-inline {
        font-size: 14px;
    }

        html .contain-list-icons .list-inline > li {
            padding-left: 15px;
            padding-right: 15px;
        }
}

@media only screen and (max-width: 1420px) {
    html .greet-day {
        margin-top: 32px;
    }

    html .logo {
        margin-top: 20px;
    }

    html .head-toolbar {
        width: 75%;
    }

        html .head-toolbar .btn-danger {
            margin-top: 15px;
        }

        html .head-toolbar .list-toolbar {
            float: right;
            max-width: 80%;
            margin-bottom: -10px;
        }

            html .head-toolbar .list-toolbar > li {
                font-size: 11px;
                margin-bottom: 10px;
            }

                html .head-toolbar .list-toolbar > li:first-child {
                    margin-right: 10px;
                }

    html .nav-menu > li > a, html .nav-menu > li > a:visited, html .nav-menu > li > a:focus {
        font-size: 21px;
    }

    html .nav-primary > li > .dropdown > a, html .nav-primary > li > a {
        max-width: 38px;
        padding-left: 12px;
        padding-right: 12px;
        overflow: hidden;
    }

    html .nav-primary > li .tooltip.fade.in {
        display: block !important;
    }

    html .nav-primary > li > .dropdown {
        position: static;
    }

        html .nav-primary > li > .dropdown > .dropdown-menu {
            max-width: 200px;
            margin-right: -76px;
        }

    html .chart-image {
        width: 55%;
    }

    html .label-clean {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1281px) {
    html .likebox iframe {
        height: 150px !important;
    }
}


.nav.nav-secondary.column.alt.list-inline.rtl {
    float: left;
}


    .nav.nav-secondary.column.alt.list-inline.rtl .btn-default:hover, .nav.nav-secondary.column.alt.list-inline.rtl .btn-default:visited:hover, .nav.nav-secondary.column.alt.list-inline.rtl .btn-default, .nav.nav-secondary.column.alt.list-inline.rtl .btn-default:visited {
        background-color: transparent;
    }



.container-inside.crmlogin {
    margin-top: 200px;
}

.container.login-container {
    margin-top: 23px;
    padding-left: 30px;
    padding-right: 40px;
}

.btnLogin-inner {
    background-color: #4CF1CB;
    color: #4A64FF !important;
    border-radius: 25px;
    padding: 3px 7px;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.btnSignup {
    color: #FFF !important;
    border-radius: 25px;
    padding: 3px 7px;
    font-size: 20px !important;
    text-decoration: underline;
}

li.btnLogin_crmlogin {
    width: 100% !important;
}

.icon-lang {
    background-position: 0 -295px;
    height: 16px;
    width: 22px;
    background-image: url('images/flag.svg');
    background-repeat: no-repeat;
}

.show-hide-password {
    text-align: left;
    position: absolute;
    left: 25px;
    top: 5px;
}

.remember-me {
    color: #4CF1CB !important;
    font-weight: 100 !important;
    font-family: OpenSansRegular;
}

.lang-li {
    position: absolute;
    left: 50px;
    top: 18px;
}

.logo-header {
    position: absolute;
    right: 50px;
    color: #87EECD;
    font-size: 35px;
    width: 250px;
    text-align: center;
    top: 18px;
    line-height: 1.1;
}

    .logo-header .letter-4u-logo {
        color: white;
    }

    .logo-header .logo-header-sub {
        color: white;
        font-size: 13px;
        display: block;
    }

.errors {
    text-align: right;
    margin-top: 10px;
    font-weight: 100;
    font-size: 20px;
    color: #ffb3cf;
}

    .errors a, .errors a:hover {
        color: #ffb6d2;
        text-decoration: underline;
    }

    .errors#TopContent_errorLoginByCode {
        text-align: center;
    }

.whtup {
    position: relative;
}

.chatICn {
    position: fixed;
    bottom: 60px;
    left: 12px;
    z-index: 100;
}

    .chatICn img {
        width: 60px;
    }

.loginTab {
    font-family: OpenSansBold;
    font-weight: bold;
    font-size: 27px;
    color: #A5B2FF;
    text-align: right;
    border-bottom: solid 3px #A5B2FF;
    text-decoration: none;
    padding: 5px;
    cursor: pointer;
}

    .loginTab:hover {
        color: #A5B2FF;
        text-decoration: none;
    }

    .loginTab.active {
        color: #4cf1cb;
        border-bottom: solid 3px #4cf1cb;
        position: relative;
    }

        .loginTab.active img {
            position: absolute;
            left: 50%;
            top: 50px;
            display: inline-block;
        }

    .loginTab img {
        display: none;
    }

.containerLogin {
    padding-top: 20px;
}

.twoFAstep1 .left {
    float: right;
    width: 40%;
    margin-bottom: 10px;
}

.twoFAstep1 .right {
    float: right;
    width: 60%;
    margin-bottom: 40px;
    position: relative;
}

.fillData {
    display: inline-block;
    max-width: 400px;
}

.lblInputLogin {
    font-weight: 700;
    font-size: 20px;
    color: white;
    display: inline-block;
    direction: rtl !important;
}

.lblMobileNum {
    font-weight: 700;
    font-size: 20px;
    color: white;
    display: inline-block;
    direction: ltr !important;
}

.lblInputSmall {
    font-weight: 700;
    font-size: 12px;
    color: white;
    display: inline-block;
    direction: rtl !important;
    position: absolute;
    right: 0;
    top: 40px;
}

.leftRight .left {
    float: right;
    width: 70%;
}

.leftRight .right {
    float: right;
    width: 30%;
    margin-bottom: 10px;
}

.btnLoginTwoFA {
    background-color: #4CF1CB;
    color: #4A64FF !important;
    border-radius: 25px;
    padding: 3px 7px;
    font-size: 20px !important;
    font-weight: 700 !important;
    float: left;
    width: 200px;
}

.tryAgain {
    text-align: center;
}

    .tryAgain a, .tryAgain a:hover {
        color: #FFF;
        text-decoration: underline;
    }

.btnRetry {
    background-color: #4CF1CB;
    color: #4A64FF !important;
    border-radius: 25px;
    padding: 3px 7px;
    font-size: 20px !important;
    font-weight: 700 !important;
    width: auto;
    text-align: center;
    margin-top: 30px;
}

.swal2-html-container {
    direction: rtl !important;
}

.swal2-container {
    direction: rtl !important;
}

.swal-modal, .swal2-popup {
    direction: rtl !important;
    border-radius: 25px !important;
    border: 2px solid #4A64FF !important;
    color: black;
}

.swal-title, .swal2-title, .swal2-content {
    color: black !important;
}

.custom-ref-popup .swal2-title {
    font-size: 27px !important;
}

.custom-ref-popup .txt {
    font-weight: 600;
    text-transform: none;
    padding: 13px 16px;
    font-size: 27px;
    line-height: normal;
    text-align: center;
}

.custom-ref-popup .linkText {
    font-weight: 600;
    font-size: 27px;
}

.custom-ref-popup .swal2-warning {
    background-image: url(../img/new-branding/icon-swal-warning.svg?v=2) !important;
    background-repeat: no-repeat;
    border: none !important;
}

    .custom-ref-popup .swal2-warning .swal2-icon-content {
        display: none;
    }

.custom-ref-popup .swal2-confirm {
    border-radius: 25px;
    border: none !important;
    background-color: #87EECD !important;
    color: black !important;
    font-size: 14px;
    font-family: OpenSansRegular, sans-serif;
    font-weight: 600;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}

.swal-text {
    text-align: center !important;
    white-space: pre-wrap;
    font-size: 18px;
}

.swal-documents-draft .swal-text {
    font-weight: 700;
    color: #4A64FF;
}

.swal2-actions .swal2-confirm, .swal2-actions .swal2-cancel, .swal2-actions .swal2-deny {
    border-radius: 25px !important;
}

.swal-button, .swal-button:focus, .swal-button:hover {
    border-radius: 25px;
    border: none !important;
}

    .swal-button.swal-button--proceed, .swal2-confirm, .swal-button.swal-button--confirm, .swal-button.swal-button--ok, .swal-button.swal-button--send,
    .swal-button.swal-button--Receipt, .swal-button.swal-button--InvoiceCredit {
        background-color: #87EECD !important;
        color: black !important;
    }

.swal-button--decline {
    background-color: #c1c1c1;
}

.swal-button--do_not_show {
    background-color: #ff4249;
    margin-right: 20px;
    margin-left: 20px;
}

.swal2-content {
    font-size: 1em;
}

.swal2-styled {
    font-size: 14px !important;
    font-weight: 600;
    padding: 10px 24px !important;
}

.swal2-popup {
    padding: 0;
}

.swal2-modal {
    /*width: 478px;*/
    width: 23em;
}

.swal2-content {
    font-size: 1em;
}

.swal2-styled {
    font-size: 14px !important;
    font-weight: 600;
    padding: 10px 24px !important;
}

.swal2-popup {
    padding: 0;
}

.swal2-modal {
    /*width: 478px;*/
    width: 23em;
}

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    outline: none !important;
    border: 1px solid #6db8ff !important;
    box-shadow: unset;
}

.swal2-input {
    padding: 0 20px;
    margin-top: 20px;
    font-size: medium;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0,0,0,.14);
    padding: 10px 13px;
    border-radius: 2px;
    transition: border-color .2s;
    height: 43px;
}

.swal2-actions {
    padding-bottom: 13px;
}

.swal2-confirm {
    background-color: #87EECD !important;
    color: black !important;
}

.swal2-header:first-child {
    margin-top: 26px;
}

.swal2-html-container {
    text-align: center !important;
    white-space: pre-wrap;
    font-size: 18px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    font-weight: 400;
    color: rgba(0,0,0,.64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}


.swal2-cancel {
    background-color: #c1c1c1 !important;
}

.swal2-deny {
    background-color: #ff4249 !important;
}

.swal-content {
    font-size: 20px !important;
}

.swal-icon--success {
    background-image: url(../shared-masters/img/new-branding/icon-swal-success.svg?v=2) !important;
    background-repeat: no-repeat;
    border: none !important;
}

.swal2-icon.swal2-success {
    background-image: url(../shared-masters/img/new-branding/icon-swal-success.svg?v=2) !important;
    background-repeat: no-repeat;
    border: none !important;
}

    .swal2-icon.swal2-success .swal2-success-circular-line-left,
    .swal2-icon.swal2-success .swal2-success-line-tip,
    .swal2-icon.swal2-success .swal2-success-line-long,
    .swal2-icon.swal2-success .swal2-success-ring,
    .swal2-icon.swal2-success .swal2-success-fix,
    .swal2-icon.swal2-success .swal2-success-circular-line-right {
        display: none;
    }

.swal-icon--info {
    background-image: url(../shared-masters/img/new-branding/icon-swal-info.svg?v=2) !important;
    background-repeat: no-repeat;
    border: none !important;
}

.swal-icon--warning {
    background-image: url(../shared-masters/img/new-branding/icon-swal-warning.svg?v=2) !important;
    background-repeat: no-repeat;
    border: none !important;
}

.swal2-icon.swal2-warning::before {
    content: none !important;
}

.swal-icon--error {
    background-image: url(../shared-masters/img/new-branding/icon-swal-error.svg?v=2) !important;
    background-repeat: no-repeat;
    border: none !important;
}

.swal2-icon.swal2-error {
    background-image: url(../shared-masters/img/new-branding/icon-swal-error.svg?v=2) !important;
    background-repeat: no-repeat;
    border: none !important;
}

    .swal2-icon.swal2-error .swal2-x-mark {
        display: none;
    }

.swal-icon--warning__body, .swal-icon--info:after, .swal-icon--info:before, .swal-icon--error__x-mark, .swal-icon--success__line.swal-icon--success__line--long,
.swal-icon--success__line.swal-icon--success__line--tip, .swal-icon--success__ring, .swal-icon--success__hide-corners,
.swal-icon--success:before, .swal-icon--success:after {
    display: none !important;
}
