﻿body
{
}
/*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;
}*/

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;
    }

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-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-highlight-alt,
.link-highlight-alt,
.link-highlight-alt:visited,
.btn-link.link-highlight-alt,
.btn-link.link-highlight-alt:visited
{
    color: #02559f;
}

    .link-highlight-alt:hover,
    .btn-link.link-highlight-alt:hover
    {
        color: #024886;
    }

.box-highlight-alt,
.btn-highlight-alt,
.legend-highlight-alt,
.bg-solid-highlight-alt
{
    background-color: #02559f;
}

.bubble.bg-solid-highlight-alt:before
{
    border-left-color: #02559f;
    border-right-color: #02559f;
}

body .bg-highlight-alt
{
    background-color: rgba(2, 85, 159, 0.08);
}

.lt-ie9 body .bg-highlight-alt
{
    background-color: #a2d3fe;
}

.btn-highlight-alt:hover,
.btn-highlight-alt:visited:hover
{
    background-color: #024886;
}

.line-highlight-alt
{
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #02559f;
}

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: #f8f7f7;
}

.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;
}

@font-face
{
    font-family: "Fb Reforma Narrow";
    src: url('fonts/fbreformanarrow-mediumwebfont.eot?1417504274');
    src: url('fonts/fbreformanarrow-mediumwebfont.eot?&1417504274#iefix') format('embedded-opentype'), url('fonts/fbreformanarrow-mediumwebfont.woff?1417504274') format('woff'), url('fonts/fbreformanarrow-mediumwebfont.ttf?1417504274') format('truetype'), url('fonts/fbreformanarrow-mediumwebfont.svg?1417504274') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-sprite, .icon-about, .icon-account, .icon-alert-alt, .icon-alert, .icon-arrow-down-alt, .icon-arrow-down, .icon-arrow-submit, .icon-arrow-tiny, .icon-catalogue, .icon-check, .icon-checkbox-on, .label-checkbox-custom > input[type=checkbox]:checked ~ span:before, .icon-checkbox, .label-checkbox-custom > span:before, .icon-close-alt, .icon-close, .icon-collapse, .icon-credit, .icon-customer, .icon-document, .icon-edit, .icon-en, .icon-event, .icon-expand, .icon-facebook, .icon-filling, .icon-friend, .icon-google-plus, .icon-information, .icon-invoice, .icon-language, .icon-lock-alt, .icon-lock-inverse, .icon-lock, .icon-plus, .icon-report, .icon-rule, .icon-search-alt, .icon-search, .icon-setting, .icon-thumb-up, .icon-twitter
{
    background-image: url('images/icon-s34a7c5ce64.png');
    background-repeat: no-repeat;
}

.icon-menu-sprite, .icon-menu-account-alt, [aria-expanded="true"] .icon-menu-account, .icon-menu-account, .icon-menu-credit-alt, [aria-expanded="true"] .icon-menu-credit, .icon-menu-credit, .icon-menu-customer-alt, [aria-expanded="true"] .icon-menu-customer, .icon-menu-customer, .icon-menu-document-alt, [aria-expanded="true"] .icon-menu-document, .icon-menu-document, .icon-menu-home-alt, [aria-expanded="true"] .icon-menu-home, .icon-menu-home, .icon-menu-report-alt, [aria-expanded="true"] .icon-menu-report, .icon-menu-report, .icon-menu-setting-alt, [aria-expanded="true"] .icon-menu-setting, .icon-menu-setting
{
    background-image: url('images/icon-menu-sd22f5ba0cc.png');
    background-repeat: no-repeat;
}

.icon-nav-sprite, .icon-nav-clock, .icon-nav-email, .icon-nav-facebook, .icon-nav-fax, .icon-nav-phone, .icon-nav-support, .icon-nav-website
{
    background-image: url('images/icon-nav-s20d8ea06dd.png');
    background-repeat: no-repeat;
}

.icon-nav-alt-sprite, .icon-nav-alt-clock, .icon-nav-alt-email, .icon-nav-alt-facebook, .icon-nav-alt-fax, .icon-nav-alt-phone, .icon-nav-alt-website
{
    background-image: url('images/icon-nav-alt-s303f055395.png');
    background-repeat: no-repeat;
}

.social-sprite, .social-facebook, .social-google-plus, .social-twitter, .social-youtube
{
    background-image: url('images/social-s321d92e4a1.png');
    background-repeat: no-repeat;
}

.icon-about
{
    background-position: 0 0;
    height: 22px;
    width: 23px;
}

.icon-account
{
    background-position: 0 -22px;
    height: 16px;
    width: 16px;
}

.icon-alert-alt
{
    background-position: 0 -38px;
    height: 44px;
    width: 43px;
}

.icon-alert
{
    background-position: 0 -82px;
    height: 44px;
    width: 42px;
}

.icon-arrow-down-alt
{
    background-position: 0 -126px;
    height: 7px;
    width: 11px;
}

.icon-arrow-down
{
    background-position: 0 -133px;
    height: 30px;
    width: 30px;
}

.icon-arrow-submit
{
    background-position: 0 -163px;
    height: 12px;
    width: 8px;
}

.icon-arrow-tiny
{
    background-position: 0 -175px;
    height: 5px;
    width: 3px;
}

.icon-catalogue
{
    background-position: 0 -180px;
    height: 16px;
    width: 16px;
}

.icon-check
{
    background-position: 0 -196px;
    height: 30px;
    width: 30px;
}

.icon-checkbox-on, .label-checkbox-custom > input[type=checkbox]:checked ~ span:before
{
    background-position: 0 -226px;
    height: 13px;
    width: 13px;
}

.icon-checkbox, .label-checkbox-custom > span:before
{
    background-position: 0 -239px;
    height: 13px;
    width: 13px;
}

.icon-close-alt
{
    background-position: 0 -252px;
    height: 14px;
    width: 14px;
}

.icon-close
{
    background-position: 0 -266px;
    height: 22px;
    width: 22px;
}

.icon-collapse
{
    background-position: 0 -288px;
    height: 22px;
    width: 22px;
}

.icon-credit
{
    background-position: 0 -310px;
    height: 14px;
    width: 17px;
}

.icon-customer
{
    background-position: 0 -324px;
    height: 16px;
    width: 19px;
}

.icon-document
{
    background-position: 0 -340px;
    height: 16px;
    width: 14px;
}

.icon-edit
{
    background-position: 0 -356px;
    height: 16px;
    width: 17px;
}

.icon-en
{
    background-position: 0 -372px;
    height: 16px;
    width: 22px;
}

.icon-event
{
    background-position: 0 -388px;
    height: 32px;
    width: 32px;
}

.icon-expand
{
    background-position: 0 -420px;
    height: 22px;
    width: 22px;
}

.icon-facebook
{
    background-position: 0 -442px;
    height: 29px;
    width: 29px;
}

.icon-filling
{
    background-position: 0 -471px;
    height: 32px;
    width: 32px;
}

.icon-friend
{
    background-position: 0 -503px;
    height: 23px;
    width: 22px;
}

.icon-google-plus
{
    background-position: 0 -526px;
    height: 29px;
    width: 29px;
}

.icon-information
{
    background-position: 0 -555px;
    height: 32px;
    width: 32px;
}

.icon-invoice
{
    background-position: 0 -587px;
    height: 32px;
    width: 32px;
}

.icon-language
{
    background-position: 0 -619px;
    height: 20px;
    width: 20px;
}

.icon-lock-alt
{
    background-position: 0 -639px;
    height: 32px;
    width: 32px;
}

.icon-lock-inverse
{
    background-position: 0 -671px;
    height: 26px;
    width: 26px;
}

.icon-lock
{
    background-position: 0 -697px;
    height: 16px;
    width: 14px;
}

.icon-plus
{
    background-position: 0 -713px;
    height: 30px;
    width: 30px;
}

.icon-report
{
    background-position: 0 -743px;
    height: 32px;
    width: 32px;
}

.icon-rule
{
    background-position: 0 -775px;
    height: 20px;
    width: 20px;
}

.icon-search-alt
{
    background-position: 0 -795px;
    height: 16px;
    width: 13px;
}

.icon-search
{
    background-position: 0 -811px;
    height: 30px;
    width: 30px;
}

.icon-setting
{
    background-position: 0 -841px;
    height: 16px;
    width: 16px;
}

.icon-thumb-up
{
    background-position: 0 -857px;
    height: 21px;
    width: 21px;
}

.icon-twitter
{
    background-position: 0 -878px;
    height: 29px;
    width: 29px;
}

.icon-menu-account-alt, [aria-expanded="true"] .icon-menu-account
{
    background-position: 0 0;
    height: 26px;
    width: 29px;
}

.icon-menu-account
{
    background-position: 0 -26px;
    height: 26px;
    width: 29px;
}

.icon-menu-credit-alt, [aria-expanded="true"] .icon-menu-credit
{
    background-position: 0 -52px;
    height: 20px;
    width: 29px;
}

.icon-menu-credit
{
    background-position: 0 -72px;
    height: 20px;
    width: 29px;
}

.icon-menu-customer-alt, [aria-expanded="true"] .icon-menu-customer
{
    background-position: 0 -92px;
    height: 24px;
    width: 29px;
}

.icon-menu-customer
{
    background-position: 0 -116px;
    height: 24px;
    width: 29px;
}

.icon-menu-document-alt, [aria-expanded="true"] .icon-menu-document
{
    background-position: 0 -140px;
    height: 26px;
    width: 28px;
}

.icon-menu-document
{
    background-position: 0 -166px;
    height: 26px;
    width: 28px;
}

.icon-menu-home-alt, [aria-expanded="true"] .icon-menu-home
{
    background-position: 0 -192px;
    height: 26px;
    width: 28px;
}

.icon-menu-home
{
    background-position: 0 -218px;
    height: 26px;
    width: 28px;
}

.icon-menu-report-alt, [aria-expanded="true"] .icon-menu-report
{
    background-position: 0 -244px;
    height: 25px;
    width: 29px;
}

.icon-menu-report
{
    background-position: 0 -269px;
    height: 25px;
    width: 29px;
}

.icon-menu-setting-alt, [aria-expanded="true"] .icon-menu-setting
{
    background-position: 0 -294px;
    height: 26px;
    width: 29px;
}

.icon-menu-setting
{
    background-position: 0 -320px;
    height: 26px;
    width: 29px;
}

.icon-nav-clock
{
    background-position: 0 0;
    height: 26px;
    width: 26px;
}

.icon-nav-email
{
    background-position: 0 -26px;
    height: 26px;
    width: 26px;
}

.icon-nav-facebook
{
    background-position: 0 -52px;
    height: 26px;
    width: 26px;
}

.icon-nav-fax
{
    background-position: 0 -78px;
    height: 26px;
    width: 26px;
}

.icon-nav-phone
{
    background-position: 0 -104px;
    height: 26px;
    width: 26px;
}

.icon-nav-support
{
    background-position: 0 -130px;
    height: 26px;
    width: 26px;
}

.icon-nav-website
{
    background-position: 0 -156px;
    height: 26px;
    width: 26px;
}

.icon-nav-alt-clock
{
    background-position: 0 0;
    height: 26px;
    width: 26px;
}

.icon-nav-alt-email
{
    background-position: 0 -26px;
    height: 27px;
    width: 26px;
}

.icon-nav-alt-facebook
{
    background-position: 0 -53px;
    height: 26px;
    width: 26px;
}

.icon-nav-alt-fax
{
    background-position: 0 -79px;
    height: 26px;
    width: 26px;
}

.icon-nav-alt-phone
{
    background-position: 0 -105px;
    height: 27px;
    width: 26px;
}

.icon-nav-alt-website
{
    background-position: 0 -132px;
    height: 26px;
    width: 26px;
}

.social-facebook
{
    background-position: 0 0;
    height: 23px;
    width: 11px;
}

.social-google-plus
{
    background-position: 0 -23px;
    height: 23px;
    width: 24px;
}

.social-twitter
{
    background-position: 0 -46px;
    height: 23px;
    width: 23px;
}

.social-youtube
{
    background-position: 0 -69px;
    height: 23px;
    width: 23px;
}

[class^="icon-"],
[class^="icon-menu-"],
[class^="icon-nav-"],
[class^="social-"]
{
    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;
}

.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: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}

audio,
canvas,
progress,
video
{
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls])
    {
        display: none;
        height: 0;
    }

[hidden],
template
{
    display: none;
}

a
{
    background-color: transparent;
}

    a:active,
    a:hover
    {
        outline: 0;
    }

abbr[title]
{
    border-bottom: 1px dotted;
}

b,
strong
{
    font-weight: bold;
}

dfn
{
    font-style: italic;
}

h1
{
    font-size: 2em;
    margin: 0.67em 0;
}

mark
{
    background: #ff0;
    color: #000;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup
{
    top: -0.5em;
}

sub
{
    bottom: -0.25em;
}

svg:not(:root)
{
    overflow: hidden;
}

figure
{
    margin: 1em 40px;
}

hr
{
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre
{
    overflow: auto;
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea
{
    color: inherit;
    font: inherit;
    margin: 0;
}

button
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled]
    {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner
    {
        border: 0;
        padding: 0;
    }

input
{
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"]
    {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button
    {
        height: auto;
    }

    input[type="search"]
    {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration
        {
            -webkit-appearance: none;
        }

fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend
{
    border: 0;
    padding: 0;
}

textarea
{
    overflow: auto;
}

optgroup
{
    font-weight: bold;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th
{
    padding: 0;
}

*
{
    -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: "Helvetica Neue", Helvetica, Arial, sans-serif;
    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-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-family: inherit;
    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;
}

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-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 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"]
{
    display: block;
}

input[type="range"]
{
    display: block;
    width: 100%;
}

select[multiple],
select[size]
{
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus
{
    outline: 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: #e9e9e9;
}*/

body.bg-clean
{
    background: white;
}

.clearfix:before, .dropdown:before, .btn-group.alt:before, .container-inside:before, .bubbles:before, .single-page-container:before, .page-head:before,
.clearfix:after,
.dropdown:after,
.btn-group.alt:after,
.container-inside:after,
.bubbles:after,
.single-page-container:after,
.page-head:after
{
    display: table;
    content: "";
}

.clearfix:after, .dropdown:after, .btn-group.alt:after, .container-inside:after, .bubbles:after, .single-page-container:after, .page-head:after
{
    clear: both;
}

.column-clear
{
    float: none;
    overflow: hidden;
    display: block;
}

.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;
}


.media,
.media-body
{
    overflow: hidden;
    *zoom: 1;
}

/*.btn
{
    font-weight: normal;
    font-size: 19px;
    font-family: "MiriamLibreRegular";
}*/

.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;
}



.form-control::-moz-placeholder
{
    color: #000000;
    opacity: 1;
}

.form-control:-ms-input-placeholder
{
    color: #000000;
}

.form-control::-webkit-input-placeholder
{
    color: #000000;
}

.form-control.alt
{
    height: 52px;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.form-group + .form-group
{
    margin-top: 10px;
}

.input-icon
{
    position: relative;
}

.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;
        font-family: "MiriamLibreRegular";
    }

    .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;
        }

.list-buttons > li + li
{
    margin-top: 15px;
}

.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;
        font-family: "MiriamLibreRegular";
    }

.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;
        font-family: Arial, Helvetica, sans-serif;
    }

    .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;
                    }

.likebox iframe
{
    width: 100% !important;
    height: 160px !important;
}

.custom-alert
{
    overflow: hidden;
    position: relative;
    font-size: 21px;
    min-height: 44px;
    font-family: "MiriamLibreRegular";
}

    .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;
        margin-left: 35px;
    }

    .custom-alert > .btn-close
    {
        top: 50%;
        left: 10px;
        margin-top: -12px;
    }

    .custom-alert.alt
    {
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 30px;
        padding-right: 90px;
    }

        .custom-alert.alt > [class^="icon-"]
        {
            margin-right: 20px;
        }

        .custom-alert.alt > p
        {
            text-align: left;
        }

        .custom-alert.alt .alert-head
        {
            margin-bottom: -5px;
            margin-top: 0;
            line-height: 1;
            margin-left: 35px;
        }

.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;
    font-family: "MiriamLibreRegular";
}

    .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-family: Arial, sans-serif;
    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;
}

.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;
    }

.form-primary .inline-fields .control-label
{
    width: 150px;
}

.form-primary .inline-fields .inline-field-item .control-label
{
    width: 60px;
}

.form-primary .inline-fields .inline-field-item .control-input
{
    margin-left: 15px;
}

.form-primary .control-label
{
    width: 225px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.form-primary .control-input
{
    width: 260px;
    float: left;
    position: relative;
}

    .form-primary .control-input.required:before
    {
        content: "*";
        color: #ff4249;
        position: absolute;
        left: 0;
        top: 10px;
        margin-left: -10px;
    }

    .form-primary .control-input.required label.error
    {
        color: #ff4249;
        font-weight: normal;
        font-size: 12px;
        text-align: right;
    }

/*.form-primary .control-input.required .tt-hint + label.error
    {
        display: none !important;
    }*/

.form-primary .form-control
{
    font-size: 14px;
}

.form-primary .btn-group
{
    margin-top: 10px;
}

.btn-group.alt
{
    margin-left: -4px;
    margin-right: -4px;
    margin-top: 10px;
}

    .btn-group.alt > li
    {
        display: block;
        text-align: center;
        width: 50%;
        float: right;
        padding: 0 4px;
    }

        .btn-group.alt > li > .btn
        {
            width: 100%;
            font-weight: normal;
            font-size: 22px;
        }

.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;
    }

.btn-normalize
{
    min-width: 130px;
}

/* 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;
}

.inside
{
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.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;
    font-family: "MiriamLibreRegular";
    -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;
    }

.bg-pattern
{
    width: 100%;
    height: 224px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -112px;
    z-index: -1;
    background-color: #b7e730;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFB7E730', endColorstr='#FF8CB615');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iNTAlIj48c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjYjdlNzMwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4Y2I2MTUiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -moz-radial-gradient(center, ellipse cover, #b7e730 1%, #8cb615 50%);
    background-image: -webkit-radial-gradient(center, ellipse cover, #b7e730 1%, #8cb615 50%);
    background-image: radial-gradient(ellipse cover at center, #b7e730 1%, #8cb615 50%);
}

    .bg-pattern:after
    {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background: url(images/pattern.png);
    }

.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: 50%;
    margin-top: -25px;
    max-width: 155px;
}

.panel-item
{
    padding: 15px;
    -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
{
    margin-top: -20px;
    margin-bottom: -40px;
}

.contain-list-icons
{
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

.form-control.normal
{
    padding: 10px;
    font-size: 14px;
    height: 44px;
    border: 1px solid #e9e9e9;
    font-family: Arial, Helvetica, sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .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%;
    }

.btn-glow-dark
{
    position: relative;
    overflow: hidden;
    height: 50px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.25), 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.25), 1px 1px 1px rgba(0, 0, 0, 0.25);
}

    .btn-glow-dark.btn-facebook
    {
        background-color: #7088ae;
        border-color: #486299;
    }

    .btn-glow-dark.btn-linkedin
    {
        background-color: #69badd;
        border-color: #3990bf;
    }

    .btn-glow-dark.btn-google-plus
    {
        background-color: #df4927;
        border-color: #be2919;
    }

    .btn-glow-dark:after
    {
        content: "";
        display: block;
        width: 130%;
        height: 50px;
        background: rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 50%;
        margin-left: -65%;
        bottom: -25px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .btn-glow-dark:hover:after
    {
        background: rgba(0, 0, 0, 0.2);
    }

    .btn-glow-dark img
    {
        position: relative;
        z-index: 3;
    }

.label-checkbox-custom
{
    position: relative;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
}

    .label-checkbox-custom > input[type=checkbox]
    {
        position: absolute;
        z-index: -1;
        width: 0;
        height: 0;
        overflow: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .label-checkbox-custom > span:before
    {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -6px;
    }

.login-new
{
    margin-bottom: -80px;
}

.stretch-vertical
{
    min-height: 1230px;
}

span.twitter-typeahead
{
    width: 100%;
}

    span.twitter-typeahead .tt-dropdown-menu
    {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        width: 100%;
        max-height: 285px;
        overflow-y: auto;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    span.twitter-typeahead .tt-suggestion > p
    {
        display: block;
        padding: 6px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        font-size: 14px;
        margin-bottom: 0;
        cursor: pointer;
        white-space: nowrap;
    }

        span.twitter-typeahead .tt-suggestion > p:hover, span.twitter-typeahead .tt-suggestion > p:focus
        {
            color: #ffffff;
            text-decoration: none;
            outline: 0;
            background-color: #428bca;
        }

    span.twitter-typeahead .tt-suggestion.tt-cursor
    {
        color: #ffffff;
        background-color: #428bca;
    }

.input-group span.twitter-typeahead
{
    display: block !important;
}

    .input-group span.twitter-typeahead .tt-dropdown-menu
    {
        top: 32px !important;
    }

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu
{
    top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu
{
    top: 28px !important;
}

.single-page-container
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

    .single-page-container .page-primary
    {
        width: 550px;
        float: right;
    }

    .single-page-container .page-complimentary
    {
        width: 400px;
        margin-right: 30px;
        float: right;
    }

.page-head .logo
{
    display: inline-block;
    float: right;
}

.page-head .dropdown-lang
{
    display: inline-block;
    float: left;
    margin-top: 20px;
}

.dropdown
{
    /*background: white;*/
    font-size: 12px;
    text-align: center;
}

    .dropdown > li
    {
        padding: 7px 9px;
        border: 1px solid #e9e9e9;
    }

        .dropdown > li [class^="icon-"]
        {
            display: inline-block;
            vertical-align: middle;
        }

            .dropdown > li [class^="icon-"].icon-down-alt
            {
                margin-left: 6px;
            }

            .dropdown > li [class^="icon-"].icon-language
            {
                margin-right: 3px;
                margin-top: -2px;
            }

        .dropdown > li:hover > .dropdown-menu
        {
            z-index: 2;
            opacity: 1;
            filter: alpha(opacity=100);
        }

        .dropdown > li > .dropdown-menu
        {
            position: absolute;
            border: 1px solid #e9e9e9;
            width: 100%;
            right: 0;
            top: 100%;
            margin-top: -1px;
            z-index: -1;
            opacity: 0;
            filter: alpha(opacity=0);
        }

            .dropdown > li > .dropdown-menu > li > a, .dropdown > li > .dropdown-menu > li > a:visited
            {
                background: white;
                display: block;
                padding: 7px 9px;
                color: #c7c7c7;
            }

                .dropdown > li > .dropdown-menu > li > a:hover, .dropdown > li > .dropdown-menu > li > a:visited:hover
                {
                    text-decoration: none;
                    background: #f6f6f6;
                }

            .dropdown > li > .dropdown-menu > li + li
            {
                border-top: 1px solid #e9e9e9;
            }

.landing-signup
{
    margin-top: 30px;
}

    .landing-signup > .lead
    {
        font-size: 42px;
        margin-bottom: 20px;
        line-height: 1.1;
        font-family: "MiriamLibreRegular";
    }

    .landing-signup > .foot-note
    {
        margin-top: 20px;
        font-size: 16px;
        margin-bottom: 20px;
    }

        .landing-signup > .foot-note strong
        {
            font-size: 18px;
        }

.section-widget-foot
{
    padding: 30px;
}

.block
{
    display: block;
}

.widget-simple .widget-body
{
    padding: 20px;
}

.widget-simple .widget-head
{
    position: relative;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #e9e9e9;
}

    .widget-simple .widget-head:before, .widget-simple .widget-head:after
    {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        position: absolute;
        left: 50%;
        margin-left: -6px;
        bottom: -8px;
    }

    .widget-simple .widget-head:before
    {
        border-top: 8px solid white;
        z-index: 2;
    }

    .widget-simple .widget-head:after
    {
        border-top: 8px solid gainsboro;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        margin-left: -8px;
        bottom: -8px;
    }

.single-page-footer
{
    border-top: 1px solid #e9e9e9;
}

    .single-page-footer p,
    .single-page-footer a
    {
        font-size: 12px;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 0;
    }

        .single-page-footer a,
        .single-page-footer a:visited
        {
            color: #000000;
            text-decoration: underline;
        }

            .single-page-footer a:hover,
            .single-page-footer a:visited:hover
            {
                color: #02559f;
            }

    .single-page-footer .list-socials
    {
        display: inline-block;
        float: right;
        margin-left: 30px;
        margin-top: 12px;
    }

    .single-page-footer .contact-info
    {
        display: inline-block;
        float: right;
    }

.wrap-signup-action
{
    min-height: 666px;
}

.section-module
{
    padding: 40px;
    padding-top: 24px;
    position: relative;
}

    .section-module.bg-solid-danger, .section-module.bg-solid-default
    {
        color: white;
    }

    .section-module.section-head
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section-module h3
    {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 20px;
        font-family: "MiriamLibreRegular";
    }

.section-head
{
    font-size: 28px;
    line-height: 1.1;
    font-family: "MiriamLibreRegular";
}

.btn-remove-section
{
    position: absolute;
    left: 10px;
    top: 10px;
}

.bg-radial-grey
{
    background-color: white;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFFFFFFF', endColorstr='#FFDCDCDC');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #dcdcdc 100%);
    background-image: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #dcdcdc 100%);
    background-image: radial-gradient(ellipse cover at center, #ffffff 0%, #dcdcdc 100%);
}

.btn-submit-landing
{
    font-size: 28px;
    padding-top: 3px;
}

.media-tax .media-body
{
    padding-right: 15px;
    padding-top: 10px;
}

a.show-pass
{
    font-size: 11px;
    float: left;
    cursor: pointer;
    padding-bottom: 9px;
    color: white;
}

    a.show-pass:hover
    {
        color: white;
    }

@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;
    }
}

.errorField
{
    border: #ff4249 3px solid;
}

.wrap-inner
{
    background-color: transparent;
}

.inner.column {
    width: 83%;
    box-shadow: inset 5px -4px 14px 1px #ccccc9!important;
}

ul.ui-widget
{
    text-align: right;
    font-size: 14px;
    font-family: "MiriamLibreRegular";
}

li.ui-state-focus,
ul.ui-widget-content li.ui-state-focus,
ul.ui-widget-header li.ui-state-focus
{
    color: black;
    background: none;
    border: 1px #66afe9 solid;
    font-weight: normal;
}

.occupationTypeAutocomplete li
{
    padding: 7px;
    font-size: 13px;
}

    .occupationTypeAutocomplete li.ac_over, .occupationTypeAutocomplete li.ac_odd
    {
        background-color: white;
        color: black;
    }

    .occupationTypeAutocomplete li.ac_over
    {
        border: 1px #66afe9 solid;
    }

.occupationTypeAutocomplete.ac_results
{
    border: 1px #ccc solid;
}

.fillingForm .form-control
{
    font-family: "Arial";
}

.error-field.form-control
{
    border: 1px solid red;
}

.error-msg
{
    color: red;
}

#register
{
    color: #fff;
    background-color: #ff4249;
    border-color: #bc1c25;
    margin-bottom: 0;
    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;
    font-weight: normal;
    font-size: 28px;
    font-family: "MiriamLibreRegular";
}

.custom-alert p
{
    font-family: "MiriamLibreRegular";
}

@font-face
{
    font-family: "Fb Reforma Narrow";
    src: url('fonts/fbreformanarrow-mediumwebfont.eot?1417504274');
    src: url('fonts/fbreformanarrow-mediumwebfont.eot?&1417504274#iefix') format('embedded-opentype'), url('fonts/fbreformanarrow-mediumwebfont.woff?1417504274') format('woff'), url('fonts/fbreformanarrow-mediumwebfont.ttf?1417504274') format('truetype'), url('fonts/fbreformanarrow-mediumwebfont.svg?1417504274') format('svg');
    font-weight: normal;
    font-style: normal;
}
.ac_results ul
{
    text-align:left;
}
.control-input.contain-input-datepicker {
    display: inline-flex;
}

.contain-input-datepicker > .input-datepicker.long {
    width: 223px;
    margin-right: 5px;
}