﻿@charset 'utf-8';

/*!
  * Copyright 2017 Shellpoint Mortgage Servicing.  All rights reserved.
  */

fieldset {
    border: 0 none;
}

select {
    height: 35px;
    width: 100%;
    margin-top: 10px;
    padding: 5px;
}

iframe {
    visibility: hidden;
}

ul {
    list-style-type: none;
    font-size: 18px;
}

input {
    font-family: Open sans;
}

@media (min-width: 768px) {
    * {
        -webkit-box-sizing: border-box;
    }
}

input[type='text'],
input[type='email'],
input[type='password'] {
    margin-top: 25px;
    padding: 13px;
    width: 465px;
    height: 55px;
    border: 1px #919191 solid;
    border-radius: 6px;
    font-family: Open sans;
    font-size: 16px;
    color: #0f2d38;
    box-sizing: border-box;
}

    input[type='text']:focus,
    input[type='email']:focus,
    input[type='password']:focus,
    input[type='text']:active,
    input[type='email']:active,
    input[type='password']:active {
        outline: none;
        border: 2px #43de95 solid;
    }

        input[type='text']:focus::-webkit-input-placeholder,
        input[type='text']:active::-webkit-input-placeholder,
        input[type='text']:focus::-moz-input-placeholder,
        input[type='text']:active::-moz-input-placeholder {
            font-family: Open sans;
            font-size: 16px;
            color: #0f2d3875;
            width: 100%;
        }

    input[type='text']::-webkit-input-placeholder,
    input[type='text']::-moz-input-placeholder {
        font-family: Open sans;
        font-size: 16px;
        color: #0f2d3875;
    }

/* 
  ticket: EZ-1981 
  change: add rule to reduce top margin
*/

.registration-page input[type='text'],
.registration-page input[type='email'],
.registration-page input[type='password'] {
    margin-top: 6px;
}

/*
    ticket: EZ-2084
    change: cut down margin of subheading
*/

.registration-page h5.page-subtitle.text-center {
    margin-bottom: 5px;
}

/*
    ticket: EZ-2084
    change: add rule to constrain error div width
*/

.registration-page .text-danger {
    color: red;
    max-width: 465px;
    text-align: center;
}

/* 
  ticket: EZ-1982 
  change: add rule to style input 
*/

.confirm-code-page input[type='text'] {
    margin-top: 15px;
}

@media screen and (max-width: 1080px) {
    .confirm-email-page .form-group .forgot-username-button-wrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-brand img,
    .navbar-preauth .navbar-brand img {
        padding-top: 15px;
        max-width: 80%;
        max-height: 100%;
    }

    input[type='text'],
    input[type='email'],
    input[type='password'] {
        margin-top: 30px;
        padding: 0 13px 0 13px;
        width: 100%;
        height: 55px;
    }
}

/*Mobile View of Ezhub */

@media (max-width: 500px) {
    input[type='text'],
    input[type='email'],
    input[type='password'] {
        margin-top: 30px;
        padding: 0 13px 0 13px;
        width: 90%;
        height: 55px;
    }

    .btn {
        background-color: #00a9e0;
        border-color: #00a9e0;
        height: 45px;
        margin-top: 35px;
        width: 80%;
        letter-spacing: 0.1em;
        font-size: 1.2em;
        text-align: center;
        font-family: Open sans;
    }

    footer .info .col-sm-4 {
        width: 100%;
        border-width: 1px;
        border-bottom-style: solid;
        border-color: darkgrey;
        padding-bottom: 10px;
    }

    footer .copyright-text,
    .copyright-text-justify {
        border-width: 1px;
        border-bottom-style: solid;
        border-color: darkgrey;
        padding-bottom: 20px;
    }

    .copyright-text-justify {
        margin-left: 25%;
    }

    .col-lg-2,
    .col-lg-3 {
        width: 80%;
    }

    .navbar-default .navbar-brand img,
    .navbar-preauth .navbar-brand img {
        padding-top: 15px;
        max-width: 80%;
        max-height: 100%;
    }

    .navbar-brand > img {
        display: inherit;
    }
}

/*end of Mobile View*/

html {
    overflow-x: hidden;
}

.page-title {
    text-align: center;
    font-size: 50px;
    font-family: Recoleta Medium;
    color: #241f21;
}

.page-subtitle {
    margin-top: 15px;
    font-size: 24px;
    color: #241f21 !important;
}

.page-body {
    font-size: 20px !important;
    font-family: Open Sans !important;
    color: #241f21;
}

.confirm-email-page .page-body {
    margin-bottom: -20px;
}

.login-page .form-group:nth-child(6),
.login-page .form-group:nth-child(7) {
    margin-top: 15px;
}

/*
  ticket: EZ-2130
  change: add space between uname and pwd inputs
*/

.login-page input#Password {
    margin-top: 30px;
}

.login-page .AltTitle {
    font-family: Open sans;
    font-size: 18px;
    font-weight: bold;
    color: #002855;
    padding-top: 2rem;
}

/*
  ticket: EZ-1904
  change: add margin-left/right to center btn 
          color to #002E3C
          fontweight to 400
*/

.login-page a.btn.btn-primary.btn-customer-support {
    background-color: #fff !important;
    border: 1px solid #002e3c !important;
    font-weight: 400;
    color: #002e3c;
    display: block;
    text-decoration: none;
    border-radius: 6px;
    height: 55px;
    width: 304px;
    padding: 12px;
    letter-spacing: unset;
    text-align: center;
    font-size: 24px;
    font-family: Open sans;
    margin-left: auto;
    margin-right: auto;
}

a.btn.btn-primary.btn-customer-support:hover {
    border: 2px solid #325762 !important;
    border-style: inset;
    font: #325762;
}

.login-page button.btn.btn-primary.btn-customer a:hover {
    color: #002855;
}

.login-page ul {
    padding: 0px;
}

/*
  ticket: EZ-1904
  change: margin-left 1rem to auto
  <tab>   add margin-right auto fix for EZ-
          color to #002E3C
          fontweight to 400
          width from 90% to 304px
*/

@media (max-width: 768px) {
    .login-page a.btn.btn-primary.btn-customer-support {
        color: #002e3c;
        background-color: #fff !important;
        border: 1px #002e3c Solid;
        border-radius: 6px;
        margin-top: 1rem;
        padding: 10px;
        height: 1.5em;
        width: 304px;
        letter-spacing: unset;
        text-align: center;
        font-size: 24px;
        font-family: Open sans;
        font-weight: 400;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/*
  ticket: EZ-2130
  change: shrink margins
*/

.login-page #register-account {
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
    position: relative;
    display: block;
    font-size: 0px;
    text-decoration: none;
}

    .login-page #register-account:active {
        text-decoration: none;
    }

    .login-page #register-account:hover {
        text-decoration: underline;
    }

.login-page a#register-account {
    text-decoration: none;
    font-family: Open sans;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    visibility: visible;
    color: #002e3c;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.login-page h3 {
    font-size: 0px !important;
    font-family: Montserrat;
    color: #ffffff;
}

    /*
  ticket: EZ-1900
  change: color from #002855 to #241F21
          font-size from 28px to 50px
*/

    .login-page h3:before {
        font-size: 50px;
        font-family: Recoleta Medium;
        color: #241f21;
        content: 'Welcome to ezHub \a';
        white-space: pre;
    }

    /*
  ticket: EZ-1900
  change: color from #002855 to #241F21
  font-size 14 to 24px
  font-family to open sans
  add margin-top 20px
*/

    .login-page h3:after {
        color: #241f21;
        font-size: 24px;
        font-weight: 300;
        font-family: open sans;
        content: 'An easy way to manage your mortgage online.';
        white-space: pre;
        margin-top: 20px;
    }

.login-page button.btn.btn-primary {
    font-size: 0px !important;
}

    .login-page button.btn.btn-primary:after {
        font-size: 20px;
        color: #ffffff;
        content: 'Sign In';
    }

/* 
  ticket: EZ-1981 
  change: add rule to center account reg form
*/

.registration-page {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.change-password-page {
    display: flex;
    flex-flow: column;
    align-items: center;
}

    .change-password-page .form-horizontal {
        width: 100%;
    }

@media screen and (min-width: 1081px) {
    .change-password-page button.btn.btn-default {
        margin-left: -28px;
    }

    .change-password-page button.btn.btn-primary {
        margin-right: -28px;
    }
}

/* 
  ticket: EZ-2064
  change: add rule to constrain button distance
*/

@media screen and (min-width: 1080px) {
    .forgot-password-request-page,
    .ask-security-question-page > form,
    .confirm-code-page > form,
    .forgot-password-reset-password-page > form,
    .change-password-page > form {
        text-align: center;
        margin: 0 auto;
        max-width: 468px;
    }

    .forgot-username-request-page > form {
        max-width: 545px;
    }
}

.confirm-code-page {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.forgot-username-request-page {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.forgot-password-request-page {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.ask-security-question-page {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.logout-page {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.confirm-email-page .col-sm-12.text-center {
    display: flex;
    justify-content: center;
}

div.forgot-password-request-page,
div.ask-security-question-page,
div.confirm-code-page div.forgot-username-request-page,
div.confirm-email-confirmation-page {
    display: flex;
    flex-flow: column;
}

/*
  ticket: EZ-2085
  change: take out account reg title
*/

.confirm-email-confirmation-page .page-title.text-center {
    display: none;
}

.ask-security-question-page fieldset > div > div > p {
    font-family: Open sans !important;
    font-size: 24px !important;
    color: #241f21 !important;
    margin-top: 20px !important;
}

.forgot-password-request-page {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.ask-security-question-page {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.logout-page {
    display: flex;
    flex-flow: column;
    align-items: center;
}

div.forgot-password-request-page,
div.ask-security-question-page,
div.confirm-code-page div.forgot-username-request-page,
div.confirm-email-confirmation-page {
    display: flex;
    flex-flow: column;
}

.ask-security-question-page fieldset > div > div > p {
    font-family: Open sans !important;
    font-size: 24px !important;
    color: #241f21 !important;
    margin-top: 20px !important;
}

/*
  ticket: EZ-1904
  change: add width of 304px
*/

.login-page button.btn.btn-primary {
    font-size: 20px;
    width: 304px;
}

/* 
  ticket: EZ-1900
  change: add padding-top
*/

.login-page fieldset {
    padding-top: 30px;
}

/*
    ticket: EZ-1900
    change:  Add media rule to scale down welcome text
*/

@media (max-width: 500px) {
    .login-page h3:before {
        font-size: 40px;
        font-family: Recoleta Medium;
        color: #241f21;
        content: 'Welcome to ezHub \a';
        white-space: pre;
    }

    .login-page h3:after {
        color: #241f21;
        font-size: 20px;
        font-weight: 300;
        font-family: open sans;
        content: 'An easy way to manage your mortgage online.';
        white-space: pre-wrap;
    }

    .login-page fieldset:before {
        visibility: visible;
        content: 'Sign into your account';
        white-space: pre-wrap;
        font-size: 28px;
        font-family: Open sans;
        text-align: left;
        color: #241f21;
    }
}

/*
  ticket: EZ-1960 bug fix
  change: add style to center create accoutn btn
*/

.registration-page button.btn.btn-primary,
.registration-page .btn-default {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.confirm-code-page button.btn.btn-primary,
.confirm-code-page .btn-default {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.forgot-username-request-page,
.forgot-password-request-page,
.page-header.logged-out,
.confirm-code-page,
.ask-security-question-page,
.confirm-email-confirmation-page,
.forgot-password-reset-password-page,
.logout-page,
.logged-out {
    height: 525px;
}

@media (max-width: 768px) {
    .forgot-username-request-page,
    .forgot-password-request-page,
    .page-header.logged-out,
    .confirm-code-page,
    .ask-security-question-page,
    .confirm-email-confirmation-page,
    .forgot-password-reset-password-page,
    .logout-page,
    .logged-out {
        height: auto;
    }
}

/*
  ticket: EZ-1981
  change: add margin-bot 15px
*/

.registration-page .page-header h3.text-center {
    text-transform: none !important;
    color: #241f21;
    font-size: 50px !important;
    font-weight: bolder !important;
    font-family: Recoleta Medium;
    margin-bottom: 15px;
}

// .registration-page h3:after {
    // font-weight: bolder;
    // font-size: larger;
    // font-size: 12px;
    // content: "\A";
    //
}

.registration-page .form-horizontal {
    text-align: left;
}

.forgot-password-reset-password-page hr {
    display: none;
}

.forgot-password-reset-password-page hr {
    display: none;
}

.confirm-email-confirmation-page .form-group.text-center {
    color: #241f21;
    font-weight: normal;
    font-size: larger;
    font-size: 24px;
    font-family: Open Sans;
}

.forgot-password-reset-password-page hr {
    display: none;
}

.forgot-password-reset-password-page hr {
    display: none;
}

.forgot-username-request-page form.form-horizontal,
.forgot-password-request-page form.form-horizontal {
    width: 100%;
}

.forgot-password-reset-password-page .text-center {
    color: #241f21;
    font-weight: normal;
    font-size: larger;
    font-size: 24px;
    font-family: Open Sans;
}

.confirm-email-confirmation-page .form-group.text-center {
    color: #241f21;
    font-weight: normal;
    font-size: larger;
    font-size: 24px;
    font-family: Open Sans;
}

/*
  ticket: EZ-1981
  change: add color
          font from Montserrat to open sans
*/

.registration-page .form-group:nth-child(1) .input-group:before {
    padding-top: 2.5rem;
    color: #241f21;
    font-size: larger;
    font-size: 16px;
    font-family: Open Sans;
    display: flex;
    content: 'Create a username';
}

/*
  ticket: EZ-1981
  change: add color
          font from Montserrat to open sans
*/

.registration-page .form-group:nth-child(2) .input-group:before {
    padding-top: 2rem;
    color: #241f21;
    font-size: larger;
    font-size: 16px;
    font-family: Open Sans;
    display: flex;
    content: 'Enter your email address';
}

/*
  ticket: EZ-1981
  change: add rule to display cancel btn
*/

.registration-page .btn-default {
    color: #002e3c;
    background-color: #ffffff;
    border: 1px #002e3c solid;
    border-radius: 6px;
    margin-top: 30px;
    padding: 10px;
    width: 205px;
    height: 50px;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 20px;
    font-family: Open sans;
    text-transform: uppercase;
}

    /* 
  ticket: EZ-1981 
  change: add rule to style cancel
*/

    .registration-page .btn-default:active:focus,
    .registration-page .btn-default:active,
    .registration-page .btn-default:focus {
        background-color: #fff;
    }

        /* 
  ticket: EZ-1981 
  change: add rule to style cancel
*/

        .registration-page .btn-default:active:hover,
        .registration-page .btn-default:hover {
            background-color: #fff;
            border: 2px #002e3c solid;
        }

/* 
  ticket: EZ-1981 
  change: add rule to set width/ height for submit
*/

.registration-page button.btn.btn-primary {
    width: 225px;
    height: 50px;
}

/* 
  ticket: EZ-1981 
  change: add rule to style cancel
*/

.registration-page .btn:active {
    /*outline: 0;*/
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.registration-page .form-control {
    padding: 10px;
    font-size: 1rem;
    border-radius: 6px;
    height: 3.25rem;
    border: 1px solid #bbbbbb;
}

/*.registration-page*/

.form-group .col-sm-12 .text-center .btn .btn-primary {
    font-weight: bolder;
    font-size: larger;
    font-size: 40px !important;
}

/* 
  ticket: EZ-1982 
  change: add rule to style subheading
*/

.confirm-code-page form > div > p > strong {
    font-family: 'Open Sans' !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    color: #241f21;
}

/* 
  ticket: EZ-1982 
  change: add rule to style input 
*/

.confirm-code-page input[type='text'] {
    margin-top: 15px;
}

/*
  ticket: EZ-1904
  change: height from 3.5rem to 56px
          margin-top from 35px to 30px
  change: width from 100% to 304px
*/

button.btn.btn-primary {
    color: #fff;
    background-color: #002e3c;
    border: none;
    border-radius: 6px;
    margin-top: 30px;
    padding: 10px;
    height: 56px;
    width: 304px;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 20px;
    font-family: Open sans;
    text-transform: uppercase;
}

    /*
  ticket: EZ-1904
  change: color from #0095c7 to #325762
*/

    button.btn.btn-primary:hover {
        background-color: #325762;
    }

.forgot-username-request-page button.btn-primary:hover,
.forgot-password-request-page button.btn-primary:hover {
    color: #ffffff;
}

.logout-page .row {
    width: 100%;
}

.logout-page .text-center {
    text-align: center;
}

/*
  ticket: EZ-1904
  change: bgcolor from #00bbfa to #002E3C
*/

button.btn.btn-primary:active {
    background-color: #002e3c;
    border-radius: 6px;
    border: none;
    opacity: 0.8;
}

.confirm-email-page hr {
    display: none;
}

.confirm-email-page .input-group {
    width: 100%;
}

.confirm-email-page button.btn.btn-default {
    margin-right: auto;
}

.confirm-email-page button.btn.btn-primary {
    margin-left: auto;
}

select#SecurityQuestion1,
select#SecurityQuestion2,
select#SecurityQuestion3 {
    margin-top: 15px;
    padding: 13px;
    width: 100%;
    height: 55px;
    border: 1px #919191 solid;
    border-radius: 6px;
    font-family: Open sans;
    font-size: 16px;
    color: #0f2d38;
    appearance: none;
}

.confirm-email-page .input-group.select-caret:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 30px;
    color: #0f2d38;
    opacity: 0.75;
    right: 14px;
    top: 27px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
}

.login-page button.btn.btn-primary {
    font-size: 20px;
}

.ask-security-question-page {
    margin-top: 20%;
}

.block-ui-message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    padding: 20px;
}

    .block-ui-message i {
        color: #ffffff;
    }

@media (min-width: 768px) {
    .btn {
        background-color: #00a9e0;
        border-color: #00a9e0;
        height: 45px;
        margin-top: 35px;
        width: 100%;
        letter-spacing: 0.1em;
        font-size: 1.2em;
        text-align: center;
        font-family: Open sans;
    }
}

@media (max-width: 768px) {
    button.btn.btn-primary {
        color: #fff;
        background-color: #002e3c;
        border: none;
        border-radius: 6px;
        margin-top: 30px;
        padding: 10px;
        height: 3.5rem;
        width: 90%;
        letter-spacing: 0.1em;
        text-align: center;
        font-size: 20px;
        font-family: Open sans;
        text-transform: uppercase;
    }
}

.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);
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    /*
  ticket: EZ-1981
  change: add margin-left/right to center btn 
          color to #002E3C
          fontweight to 400
*/

    .btn-default:hover {
        color: #333;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover,
        .btn-default.active:hover,
        .open > .dropdown-toggle.btn-default:hover,
        .btn-default:active:focus,
        .btn-default.active:focus,
        .open > .dropdown-toggle.btn-default:focus,
        .btn-default:active.focus,
        .btn-default.active.focus,
        .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

.btn-primary {
    color: #fff;
    background-color: #00a9e0;
}

/***************************************************************************************************
EZ-1940, EZ-1944, EZ-1945: Rebranding for forgot password page. and for  EZ-1938/EZ-1939 Forgot Username page.
***************************************************************************************************/

@font-face {
    font-family: Recoleta Medium;
    src: url('/fonts/Recoleta-Medium.woff2') format('woff2'), url('/fonts/Recoleta-Medium.woff') format('woff');
}

@media (min-width: 768px) {
    .content-preauth .preauth-container {
        position: relative;
        margin: 0 auto;
    }

    .content-preauth {
        width: 50%;
    }

    div.forgot-username-request-page,
    div.confirm-email-confirmation-page,
    div.registration-page {
        margin: 0 45px;
    }
}

div.forgot-password-request-page,
div.ask-security-question-page,
div.confirm-code-page,
div.forgot-password-reset-password-page {
    margin: 0 auto;
}

.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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

/* default button styles for .btn-default */

.forgot-password-request-page button.btn.btn-default,
.ask-security-question-page button.btn.btn-default,
.confirm-code-page button.btn.btn-default,
.forgot-password-reset-password-page button.btn.btn-default,
.forgot-username-request-page button.btn.btn-default,
.confirm-email-confirmation-page button.btn.btn-default,
.logout-page button.btn.btn-default,
.change-password-page button.btn.btn-default,
.confirm-email-page button.btn.btn-default,
.login-page button.btn.btn-default {
    color: #002e3c;
    background-color: #ffffff;
    border: 1px #002e3c solid;
    border-radius: 6px;
    margin-top: 30px;
    padding: 10px;
    width: 205px;
    height: 50px;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 20px;
    font-family: Open sans;
    text-transform: uppercase;
}

.confirm-email-confirmation-page button.btn.btn-primary,
.login-page button.btn.btn-default {
    width: 304px;
}

    .forgot-password-request-page .btn-default:focus,
    .forgot-password-request-page .btn-default.focus,
    .ask-security-question-page .btn-default:focus,
    .ask-security-question-page .btn-default.focus,
    .confirm-code-page .btn-default:focus,
    .confirm-code-page .btn-default.focus,
    .forgot-password-reset-password-page .btn-default:focus,
    .forgot-username-request-page .btn-default:focus,
    .forgot-username-request-page .btn-default.focus,
    .confirm-email-confirmation-page .btn-default:focus,
    .confirm-email-confirmation-page .btn-default.focus,
    .change-password-page .btn-default.focus,
    .confirm-email-page .btn-default.focus,
    .login-page button.btn.btn-default:focus {
        background-color: #ffffff;
        border: 1px #002e3c solid;
    }

    .forgot-password-request-page button.btn.btn-default:hover,
    .ask-security-question-page button.btn.btn-default:hover,
    .confirm-code-page button.btn.btn-default:hover,
    .forgot-password-reset-password-page button.btn.btn-default:hover,
    .forgot-username-request-page button.btn.btn-default:hover,
    .confirm-email-confirmation-page button.btn.btn-default:hover,
    .change-password-page button.btn.btn-default:hover,
    .confirm-email-page button.btn.btn-default:hover,
    .login-page button.btn.btn-default:hover {
        background-color: #ffffff;
        border: 2px #002e3c solid;
    }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.forgot-password-reset-password-page {
    /* width: 465px; */
}

.display-error-wrapper {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 1rem;
}

.confirm-email-page fieldset {
    border: 0 none;
    width: 465px;
    margin-left: auto;
    margin-right: auto;
}

.confirm-email-page .display-error-wrapper,
.change-password-page .display-error-wrapper {
    text-align: left;
    display: block;
    margin-left: 10px;
}

.forgot-password-request-page,
.ask-security-question-page,
.confirm-code-page .form-group,
.forgot-password-reset-password-page {
    /* width: 468px; */
}

@media screen and (min-width: 1080px) {
    .forgot-password-request-page .form-group > div,
    .ask-security-question-page .form-group > div,
    .confirm-code-page .form-group > div,
    .forgot-password-reset-password-page .form-group > div,
    .forgot-username-request-page .form-group > div,
    .confirm-email-confirmation-page .form-group > div,
    .registration-page .form-group > div,
    .confirm-email-page .form-group > div,
    .change-password-page .form-group > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .forgot-password-request-page .form-group > div,
    .ask-security-question-page .form-group > div,
    .confirm-code-page .form-group > div,
    .forgot-password-reset-password-page .form-group > div {
        justify-content: space-between;
    }

    .forgot-password-request-page .input-group,
    .ask-security-question-page .text-center,
    .confirm-code-page .text-center,
    .forgot-password-reset-password-page .input-group,
    .forgot-username-request-page .input-group,
    .confirm-email-confirmation-page .text-center {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .registration-page .registration-button-wrapper,
    .registration-page .forgot-username-button-wrapper,
    .forgot-username-request-page .form-group > div > div.forgot-username-button-wrapper,
    .confirm-email-confirmation-page .form-group > div > div.forgot-username-button-wrapper,
    .registration-page .form-group > div > div.forgot-username-button-wrapper,
    .confirm-email-page .form-group > div > div.forgot-username-button-wrapper,
    .change-password-page .form-group > div > div.forgot-username-button-wrapper {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
        align-items: center;
    }

    .forgot-password-request-page .form-group > div > div.forgot-username-button-wrapper,
    .ask-security-question-page .form-group > div > div.forgot-username-button-wrapper,
    .confirm-code-page .form-group > div > div.forgot-username-button-wrapper,
    .forgot-password-reset-password-page .form-group > div > div.forgot-username-button-wrapper {
        display: flex;
        flex-direction: column;
    }

        .forgot-password-request-page .form-group > div > div.forgot-username-button-wrapper > button,
        .ask-security-question-page .form-group > div > div.forgot-username-button-wrapper > button,
        .confirm-code-page .form-group > div > div.forgot-username-button-wrapper > button,
        .forgot-password-reset-password-page .form-group > div > div.forgot-username-button-wrapper > button,
        .forgot-username-request-page .form-group > div > div.forgot-username-button-wrapper > button,
        .confirm-email-confirmation-page .form-group > div > div.forgot-username-button-wrapper > button,
        .change-password-page .form-group > div > div.forgot-username-button-wrapper > button {
            width: 205px;
            height: 50px;
        }
}

@media screen and (max-width: 1080px) {
    .forgot-password-request-page .form-group > div,
    .ask-security-question-page .form-group > div,
    .confirm-code-page .form-group > div,
    .forgot-password-reset-password-page .form-group > div,
    .forgot-username-request-page .form-group > div,
    .confirm-email-confirmation-page .form-group > div,
    .registration-page .form-group > div,
    .confirm-email-page .form-group > div,
    .change-password-page .form-group > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .forgot-password-request-page .input-group,
    .ask-security-question-page .text-center,
    .confirm-code-page .text-center,
    .forgot-password-reset-password-page .input-group,
    .forgot-username-request-page .input-group,
    .confirm-email-confirmation-page .text-center,
    .registration-page .text-center,
    .registration-page .input-group > input {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
    /*
        ticket: EZ-2084
        change: add to expand input fields on mobile
    */
    .registration-page .input-group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .forgot-password-request-page .form-group > div > div.forgot-username-button-wrapper,
    .ask-security-question-page .form-group > div > div.forgot-username-button-wrapper,
    .confirm-code-page .form-group > div > div.forgot-username-button-wrapper,
    .forgot-password-reset-password-page .form-group > div > div.forgot-username-button-wrapper,
    .forgot-username-request-page .form-group > div > div.forgot-username-button-wrapper,
    .confirm-email-confirmation-page .form-group > div > div.forgot-username-button-wrapper,
    .confirm-email-page .form-group > div > div.forgot-username-button-wrapper,
    .change-password-page .form-group > div > div.forgot-username-button-wrapper {
        display: flex;
        flex-direction: row;
        flex-basis: 100%;
        align-items: center;
    }

        .forgot-password-request-page .form-group > div > div.forgot-username-button-wrapper > button,
        .ask-security-question-page .form-group > div > div.forgot-username-button-wrapper > button,
        .confirm-code-page .form-group > div > div.forgot-username-button-wrapper > button,
        .forgot-password-reset-password-page .form-group > div > div.forgot-username-button-wrapper > button,
        .forgot-username-request-page .form-group > div > div.forgot-username-button-wrapper > button,
        .confirm-email-confirmation-page .form-group > div > div.forgot-username-button-wrapper > button,
        .confirm-email-page .form-group > div > div.forgot-username-button-wrapper > button,
        .change-password-page .form-group > div > div.forgot-username-button-wrapper > button {
            width: 100%;
            height: 50px;
        }

    .forgot-password-request-page .form-group > div > button,
    .ask-security-question-page .form-group > div > button,
    .confirm-code-page .form-group > div > button,
    .forgot-password-reset-password-page .form-group > div > button,
    .forgot-username-request-page .form-group > div > button,
    .confirm-email-confirmation-page .form-group > div > button {
        width: 100%;
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .forgot-password-request-page .form-group > div,
    .ask-security-question-page .form-group > div,
    .confirm-code-page .form-group > div,
    .forgot-password-reset-password-page .form-group > div,
    .forgot-username-request-page .form-group > div,
    .confirm-email-confirmation-page .form-group > div,
    .confirm-email-page .form-group > div,
    .registration-page .form-group > div,
    .change-password-page .form-group > div {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }

    .forgot-password-request-page .input-group,
    .ask-security-question-page .text-center,
    .confirm-code-page .text-center,
    .forgot-password-reset-password-page .input-group,
    .forgot-username-request-page .input-group,
    .confirm-email-confirmation-page .text-center {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .registration-page .registration-button-wrapper,
    .forgot-password-request-page .form-group > div > div.forgot-username-button-wrapper,
    .ask-security-question-page .form-group > div > div.forgot-username-button-wrapper,
    .confirm-code-page .form-group > div > div.forgot-username-button-wrapper,
    .forgot-password-reset-password-page .form-group > div > div.forgot-username-button-wrapper,
    .forgot-username-request-page .form-group > div > div.forgot-username-button-wrapper,
    .confirm-email-confirmation-page .form-group > div > div.forgot-username-button-wrapper,
    .confirm-email-page .form-group > div > div.forgot-username-button-wrapper,
    .change-password-page .form-group > div > div.forgot-username-button-wrapper {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        align-items: center;
    }
}

@media screen and (max-width: 1080px) {
    .forgot-password-request-page .btn.btn-primary,
    .ask-security-question-page .btn.btn-primary,
    .confirm-code-page .btn.btn-primary,
    .forgot-password-reset-password-page .btn.btn-primary,
    .forgot-username-request-page .btn.btn-primary,
    .ask-confirm-email-confirmation-page .btn.btn-primary,
    .change-password-page .btn.btn-primary {
        width: 100%;
    }
}

.forgot-password-request-page .btn.btn-primary,
.ask-security-question-page .btn.btn-primary,
.confirm-code-page .btn.btn-primary,
.forgot-password-reset-password-page .btn.btn-primary,
.forgot-username-request-page .btn.btn-primary,
.confirm-email-confirmation-page .btn.btn-primary,
.logout-page .btn.btn-primary,
.change-password-page .btn.btn-primary,
.confirm-email-page .btn.btn-primary,
.confirm-email-confirmation-page .btn.btn-primary {
    color: #ffffff;
    background-color: #002e3c;
    font-family: Open sans;
    text-transform: uppercase;
    width: 205px;
    height: 50px;
}

    .forgot-password-request-page .btn.btn-primary.active,
    .ask-security-question-page .btn.btn-primary.active,
    .confirm-code-page .btn.btn-primary.active,
    .forgot-password-reset-password-page .btn.btn-primary.active,
    .forgot-username-request-page .btn.btn-primary.active,
    .confirm-email-confirmation-page .btn.btn-primary.active,
    .logout-page .btn.btn-primary.active,
    .change-password-page .btn.btn-primary.active,
    .confirm-email-page .btn.btn-primary.active {
        color: #ffffff;
        background-color: #002e3c;
    }

    .forgot-password-request-page .btn.btn-primary:hover,
    .forgot-password-reset-password-page .btn.btn-primary:hover,
    .forgot-username-request-page .btn.btn-primary:hover,
    .change-password-page .btn.btn-primary:hover,
    .ask-security-question-page .btn.btn-primary:hover,
    .confirm-code-page .btn.btn-primary:hover,
    .forgot-password-reset-password-page .btn.btn-primary:hover,
    .confirm-email-confirmation-page .btn.btn-primary:hover,
    .logout-page .btn.btn-primary:hover,
    .confirm-email-page .btn.btn-primary:hover {
        color: #ffffff;
        background-color: #325762;
    }

.forgot-password-request-page div.page-header > h3.text-center,
.ask-security-question-page div.page-header > h3.text-center,
.confirm-code-page div.page-header > h3.text-center,
.forgot-password-reset-password-page div.page-header > h3.text-center,
.forgot-username-request-page div.page-header > h3.text-center,
.confirm-email-confirmation-page div.page-header > h3.text-center,
.change-password-page div.page-header > h3.text-center {
    font-family: Recoleta Medium;
    font-size: 50px;
    color: #241f21;
    margin: 0;
}

.confirm-email-confirmation-page div h5 {
    margin-bottom: 0px;
}

.confirm-email-confirmation-page form div a {
    margin-top: 35px;
}

.forgot-password-request-page form.form-horizontal > p,
.ask-security-question-page form.form-horizontal > div > p,
.confirm-code-page form.form-horizontal > p,
.forgot-password-reset-password-page form.form-horizontal > p,
.forgot-username-request-page form.form-horizontal > p,
.confirm-email-confirmation-page form.form-horizontal > div > p,
.confirm-email-confirmation-page form.form-horizontal > div > p {
    font-family: Open sans;
    font-size: 24px;
    color: #241f21;
    margin-top: 20px;
}

.ask-security-question-page fieldset > div > div > p,
.confirm-code-page fieldset > div > div > p,
.forgot-password-reset-password-page fieldset > div > div > p,
.confirm-email-confirmation-page fieldset > div > div > p {
    font-family: Open sans;
    font-size: 16px;
    color: #241f21;
    margin: 0;
}

.forgot-password-reset-password-page .display-error-wrapper {
    padding-left: 10px;
}

/* 
  ticket: EZ-2084
  change: reverse button order 
*/

@media (max-width: 1216px) {
    .registration-page .form-group > div {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        width: 100%;
    }

    .registration-page .btn-primary,
    .registration-page .btn-default {
        width: 100% !important;
    }

    .registration-page .registration-button-wrapper,
    .registration-page .forgot-username-button-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1217px) {
    .registration-page button.btn.btn-default {
        margin-right: 35px;
    }
}

/*// .forgot-password-request-page input[type=text],
// .ask-security-question-page input[type=text],
// .forgot-username-request-page input[type=text],
// .confirm-email-confirmation-page input[type=text] {
//     border: 1px #919191 solid;
//     border-radius: 6px;
//     width: 80%;
// }
// .forgot-password-request-page input[type=text]:focus,
// .ask-security-question-page input[type=text]:focus,
// .confirm-code-page input[type=text]:focus,
// .forgot-password-request-page input[type=text]:active,
// .ask-security-question-page input[type=text]:active,
// .forgot-username-request-page input[type=text]:focus,
// .confirm-email-confirmation-page input[type=text]:focus,
// .forgot-username-request-page input[type=text]:active,
// .confirm-email-confirmation-page input[type=text]:active {
//     border: 2px #43DE95 solid;
//     border-radius: 6px;
// }
// .forgot-password-request-page input[type=text]:focus::-webkit-input-placeholder,
// .forgot-password-request-page input[type=text]:active::-webkit-input-placeholder,
// .ask-security-question-page input[type=text]:focus::-webkit-input-placeholder,
// .ask-security-question-page input[type=text]:active::-webkit-input-placeholder,
// .confirm-code-page input[type=text]:active::-webkit-input-placeholder,
// .confirm-code-page input[type=text]:focus::-webkit-input-placeholder,
// .forgot-password-request-page input[type=text]:focus::-moz-input-placeholder,
// .forgot-password-request-page input[type=text]:active::-moz-input-placeholder,
// .ask-security-question-page input[type=text]:focus::-moz-input-placeholder,
// .ask-security-question-page input[type=text]:active::-moz-input-placeholder,
// .forgot-username-request-page input[type=text]:focus::-webkit-input-placeholder,
// .forgot-username-request-page input[type=text]:active::-webkit-input-placeholder,
// .confirm-email-confirmation-page input[type=text]:focus::-webkit-input-placeholder,
// .confirm-email-confirmation-page input[type=text]:active::-webkit-input-placeholder,
// .forgot-username-request-page input[type=text]:focus::-moz-input-placeholder,
// .forgot-username-request-page input[type=text]:active::-moz-input-placeholder,
// .confirm-email-confirmation-page input[type=text]:focus::-moz-input-placeholder,
// .confirm-email-confirmation-page input[type=text]:active::-moz-input-placeholder {
//     font-family: Open sans;
//     font-size: 16px;
//     color: #0F2D3875;
//     width: 100%;
// }*/

@media (max-width: 768px) {
    .confirm-email-page fieldset {
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    .confirm-email-page .col-sm-12.text-center {
        justify-content: none;
        align-items: none;
    }
}

@media screen and (max-width: 1080px) {
    .confirm-email-page .form-group .forgot-username-button-wrapper {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .confirm-email-page input[type='text'],
    .confirm-email-page input[type='email'],
    .confirm-email-page input[type='password'] {
        margin-top: 30px;
        padding: 0 13px 0 13px;
        width: 100%;
        height: 55px;
    }
}

/***************************************************************************************************
END EZ-1940, EZ-1944, EZ-1945
***************************************************************************************************/

.switch {
    margin: 0;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    .switch input {
        display: none;
    }

.switch-container {
    display: flex;
    align-items: center;
}

.switch-group-container {
    float: right;
}

.switch-outer-container {
    min-width: 146px;
}

.switch-label {
    padding: 0 5px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 24px;
}

    .slider:before {
        position: absolute;
        content: '';
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #3c78a6;
}

    input:checked + .slider:before {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
    }

input:disabled + .slider {
    opacity: 0.65;
    cursor: not-allowed;
}

.carousel-faq {
    height: 146px;
}

    .carousel-faq .carousel-inner {
        height: 146px;
    }

        .carousel-faq .carousel-inner .item {
            height: 146px;
            color: #ffffff;
        }

    .carousel-faq .carousel-caption {
        top: 0;
        right: 0;
        left: 0;
        text-shadow: none;
        padding-top: 10px;
    }

a.control-label.pad-vertical-xs {
    display: inline-block;
}

.control-error {
    font-weight: normal;
    text-align: left !important;
}

    .control-error.alone {
        margin-top: -15px;
    }

.control-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

    .control-label.left {
        text-align: left !important;
    }

    .control-label.pad-vertical-xs {
        padding-top: 15px;
    }

.form-control {
    /* padding: 6px 0px; */
    font-size: 14px;
    line-height: 1.42857143;
    /* color: #555555; */
    background-color: #fff;
    /* background-image: none; */
}

    .form-control.pad-vertical-xs {
        margin-bottom: 15px;
    }

.form-group.bottom-sm {
    margin-bottom: 5px;
}

.form-group.no-bottom {
    margin-bottom: 0;
}

.form-horizontal {
    text-align: center;
}

.has-error {
    color: white;
}

    .has-error .control-label {
        color: white;
    }

.row .control-label {
    padding-top: 6px;
    padding-bottom: 0;
}

.row-group {
    margin-bottom: 15px;
}

.input-group .input-group-addon {
    /*border: 1px solid #cacbcc;*/
    border-radius: 0;
    /*background-color: #f2f3f5;*/
}

    .input-group .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .input-group-addon:last-child {
        border-left: 1px solid transparent;
    }

    .input-group .input-group-addon.text-danger:hover,
    .input-group .input-group-addon.text-info:hover,
    .input-group .input-group-addon.text-success:hover,
    .input-group .input-group-addon.text-warning:hover {
        cursor: pointer;
    }

    .input-group .input-group-addon.text-danger {
        background-color: #f7dfdf;
    }

        .input-group .input-group-addon.text-danger .fa,
        .input-group .input-group-addon.text-danger .glyphicon {
            color: #b34747;
        }

    .input-group .input-group-addon.text-info {
        background-color: #daeaf7;
    }

        .input-group .input-group-addon.text-info .fa,
        .input-group .input-group-addon.text-info .glyphicon {
            color: #31668f;
        }

    .input-group .input-group-addon.text-success {
        background-color: #ecf7df;
    }

        .input-group .input-group-addon.text-success .fa,
        .input-group .input-group-addon.text-success .glyphicon {
            color: #79a642;
        }

    .input-group .input-group-addon.text-warning {
        background-color: #f7f4e4;
    }

        .input-group .input-group-addon.text-warning .fa,
        .input-group .input-group-addon.text-warning .glyphicon {
            color: #b39f3e;
        }

    .input-group .input-group-addon .fa,
    .input-group .input-group-addon .glyphicon {
        min-width: 14px;
        color: #b8b9ba;
    }

.dl-14 dt {
    float: left;
    width: 14px;
}

.dl-14 dd {
    margin-left: 24px;
}

.dl-20 dt {
    float: left;
    width: 20px;
}

.dl-20 dd {
    margin-left: 30px;
}

.dl-control {
    margin-bottom: 0;
}

    .dl-control dt {
        float: left;
        width: 39px;
        height: 34px;
        line-height: 22px;
    }

        .dl-control dt .input-group-addon {
            height: 34px;
            border: 1px solid #cacbcc;
            background-color: #f2f3f5;
            color: #b8b9ba;
        }

    .dl-control dd {
        font-size: 14px;
        line-height: 22px;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        padding-top: 4px;
        margin-bottom: 0;
        margin-left: 49px;
    }

.dl-horizontal > dd {
    margin-bottom: 10px;
}

.dl-horizontal.no-bottom {
    margin-bottom: 0;
}

.list-group-faq-category .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-faq-category .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-faq-category .item-faq-category {
    border: 1px solid #dedfe0;
    background-color: #f7f8fa;
}

    .list-group-faq-category .item-faq-category dl {
        padding-top: 6px;
    }

    .list-group-faq-category .item-faq-category .fa-arrows {
        color: #002855;
    }

        .list-group-faq-category .item-faq-category .fa-arrows:active,
        .list-group-faq-category .item-faq-category .fa-arrows:hover,
        .list-group-faq-category .item-faq-category .fa-arrows:focus {
            color: #6eb2e6;
            cursor: pointer;
        }

.nav-container {
    height: 128px;
    max-height: 128px;
    min-height: 128px;
}

.navbar-default,
.navbar-preauth {
    min-height: 100px;
    background-color: #ffffff;
}

    .navbar-default > div.container,
    .navbar-preauth > div.container {
        background-color: #ffffff;
    }

    .navbar-default .navbar-header,
    .navbar-preauth .navbar-header {
        min-height: 100px;
        text-align: center;
    }

a.navbar-brand {
    /* text-align: center; */
    /* width: 50%; */
}

.navbar-default .navbar-brand,
.navbar-preauth .navbar-brand {
    display: inline-block;
    float: none;
    height: 75px;
    color: #ffffff;
    padding-top: 25px 0 0 0;
    margin-right: 0;
    margin-left: 0;
    /* float: left; */
}

@media (min-width: 768px) {
    .navbar-default .navbar-brand img,
    .navbar-preauth .navbar-brand img {
        max-width: 100%;
        max-height: 100%;
    }
}

.navbar-default .navbar-toggle {
    display: inline-block;
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    border-color: transparent;
    font-size: 16px;
    color: #6c6f73;
    line-height: 1;
    z-index: 1031;
    padding: 5px 6px;
    margin: 24px 0 8px 15px;
}

    .navbar-default .navbar-toggle.active,
    .navbar-default .navbar-toggle:active,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        border-color: transparent;
        background-color: transparent;
        color: #b8b9ba;
        text-decoration: none;
        cursor: pointer;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #356e8f;
    }

.navbar-default .navbar-collapse {
    padding: 0;
}

.navbar-brand {
    /* float: left; */
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-default .navbar-nav {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin-right: 0;
    margin-left: 0;
}

    .navbar-default .navbar-nav.loan-menu {
        padding-top: 5px;
        padding-bottom: 5px;
        margin: 0;
    }

        .navbar-default .navbar-nav.loan-menu > li.open a:hover,
        .navbar-default .navbar-nav.loan-menu > li.open a:focus,
        .navbar-default .navbar-nav.loan-menu > li.open > a:visited {
            background-color: #f2f3f5;
            color: #002855;
        }

        .navbar-default .navbar-nav.loan-menu > li > a {
            color: #356e8f;
            line-height: 24px;
            padding: 0 15px;
        }

            .navbar-default .navbar-nav.loan-menu > li > a:hover,
            .navbar-default .navbar-nav.loan-menu > li > a:focus {
                background-color: #f2f3f5;
                color: #002855;
            }

        .navbar-default .navbar-nav.loan-menu > li > ul {
            background-color: #ffffff;
        }

    .navbar-default .navbar-nav > li.open a:hover,
    .navbar-default .navbar-nav > li.open a:focus,
    .navbar-default .navbar-nav > li.open > a:visited {
        background-color: #f2f3f5;
        color: #7ab43d;
    }

    .navbar-default .navbar-nav > li.open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav > li.open .dropdown-menu > li > a:focus {
        background-color: #f2f3f5;
        color: #002855;
    }

    .navbar-default .navbar-nav > li a {
        color: #6c6f73;
        padding-top: 7px;
        padding-bottom: 7px;
    }

        .navbar-default .navbar-nav > li a:hover,
        .navbar-default .navbar-nav > li a:focus {
            background-color: #f2f3f5;
            color: #002855;
        }

    .navbar-default .navbar-nav > li label {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #6c6f73;
        padding-top: 7px;
        padding-right: 15px;
        padding-bottom: 7px;
    }

    .navbar-default .navbar-nav > li li a {
        color: #6c6f73;
        padding-top: 7px;
        padding-bottom: 7px;
    }

.navbar-preauth {
    border-bottom: 1px solid transparent !important;
    background-color: transparent;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

    .navbar-preauth.hide {
        opacity: 0;
        filter: alpha(opacity=0);
    }

.navbar-top-collapse {
    background-color: #ffffff;
}

.navbar-admin {
    min-height: 128px;
}

    .navbar-admin .navbar-header {
        min-height: 128px;
    }

.navbar-fixed-top {
    /* border-top: 4px solid #356e8f; */
    border-bottom: 1px solid #f0f1f2;
    position: relative !important;
}

@media (min-width: 768px) {
    .navbar-default,
    .navbar-preauth {
        min-height: 100px;
    }

        .navbar-default .navbar-header,
        .navbar-preauth .navbar-header {
            min-height: 128px;
        }

        .navbar-default .navbar-brand,
        .navbar-preauth .navbar-brand {
            padding-top: 25px;
            padding-left: 15px;
        }

            .navbar-default .navbar-brand img,
            .navbar-preauth .navbar-brand img {
                max-width: 150px;
                max-height: 50px;
            }

        .navbar-default .navbar-toggle,
        .navbar-preauth .navbar-toggle {
            display: none;
        }

    .navbar-account.navbar-collapse.collapse {
        /*height: 40px !important;*/
    }

    .navbar-account .navbar-nav > li {
        float: none;
        line-height: 10px;
    }

        .navbar-account .navbar-nav > li a,
        .navbar-account .navbar-nav > li label {
            line-height: 20px;
            padding-bottom: 2px;
            padding-top: 2px;
        }

        .navbar-account .navbar-nav > li label {
            color: #afaeae;
            font-size: 0.85em;
            font-style: italic;
            margin-bottom: 0;
            margin-top: -3px;
            padding-bottom: 0;
            padding-left: 10px;
        }

    .navbar-account li {
        float: none;
        line-height: 10px;
    }

        .navbar-account li a {
            margin: 2px;
        }

    .navbar-main ul {
        margin-top: -37px;
        padding-bottom: 0px;
    }

    .navbar-main > ul > li > a {
        padding-top: 11px !important;
        padding-bottom: 11px !important;
    }

    .navbar-main > ul > li a.active {
        background: linear-gradient(#628e33, #577d2f) !important;
    }

    .navbar-main > ul > li .fa {
        color: #ffffff;
    }

    .navbar-main .navbar-nav.menu-main-menu > li a.dropdown-toggle {
        font-size: 14px;
        color: #ffffff;
        margin: 0 1px 0 0;
        line-height: 1;
        border-radius: 5px 5px 0 0;
        background: linear-gradient(#7ab43d, #5f922b);
        font-weight: bold;
        text-shadow: 1px 1px 1px #577d2f;
    }

        .navbar-main .navbar-nav.menu-main-menu > li a.dropdown-toggle:hover {
            color: #ffffff;
            background: linear-gradient(#628e33, #577d2f);
        }

    .navbar-nav {
        margin-top: 10px;
    }

        .navbar-nav > li > a {
            padding-right: 10px;
            padding-left: 10px;
        }

        .navbar-nav > li label {
            padding-right: 10px;
        }

        .navbar-nav > li a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .navbar-nav > li a.signed-in {
                color: #356e8f;
            }

    .navbar-preauth .navbar-header {
        float: none;
    }

    .navbar-admin {
        min-height: 128px;
    }

        .navbar-admin .navbar-header {
            min-height: 128px;
        }
}

@media (min-width: 768px) {
    .navbar-default,
    .navbar-preauth {
        min-height: 100px;
    }

        .navbar-default .navbar-header,
        .navbar-preauth .navbar-header {
            min-height: 100px;
        }

        .navbar-default .navbar-brand,
        .navbar-preauth .navbar-brand {
            padding-top: 25px;
        }

            .navbar-default .navbar-brand img,
            .navbar-preauth .navbar-brand img {
                /* padding-top: 10%;  */
                max-width: 100%;
                max-height: 65px;
            }

    .navbar-account.navbar-collapse.collapse {
        /*height: 45px !important;*/
    }

    .navbar-account .navbar-nav > li label {
        padding-left: 15px;
    }

    .navbar-nav {
        margin-top: 16px;
    }

        .navbar-nav > li > a {
            padding-right: 15px;
            padding-left: 15px;
        }

        .navbar-nav > li a {
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .navbar-nav > li label {
            padding-right: 15px;
        }

    .navbar-admin {
        min-height: 128px;
    }

        .navbar-admin .navbar-header {
            min-height: 128px;
        }
}

@media (min-width: 768px) {
    .navbar-default,
    .navbar-preauth {
        min-height: 100px;
    }

        .navbar-default .navbar-header,
        .navbar-preauth .navbar-header {
            min-height: 100px;
        }

        .navbar-default .navbar-brand,
        .navbar-preauth .navbar-brand {
            padding-top: 21px;
        }
            /* 
        ticket: EZ-1899
        change: margin-left 100px
    */
            .navbar-default .navbar-brand img,
            .navbar-preauth .navbar-brand img {
                margin-left: 10px;
                max-width: 300px;
                max-height: 300px;
            }

    .navbar-nav {
        margin-top: 15px;
    }

    .navbar-admin {
        min-height: 128px;
    }

        .navbar-admin .navbar-header {
            min-height: 100px;
        }
}

/*
  ticket: EZ-1899
  change: rm border bot style
          rm border bot color
          rm border bot width
          bg color #2853 to #fff
          display flex
*/

.navbar .navbar-header {
    background-color: #fff;
    display: flex;
}

.panel-dash {
    float: none;
    min-height: 305px;
    border-radius: 0;
    color: #ffffff;
    margin: 15px auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .panel-dash a,
    .panel-dash h4 {
        color: #ffffff;
    }

    .panel-dash a {
        outline: none;
    }

        .panel-dash a:active,
        .panel-dash a:hover,
        .panel-dash a:focus {
            color: #ffffff;
            outline: none;
            text-decoration: none;
            cursor: pointer;
        }

    .panel-dash .dash-circle {
        display: inline-block;
        width: 72px;
        height: 72px;
        border-radius: 50%;
        line-height: 82px;
        vertical-align: middle;
        -webkit-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
    }

        .panel-dash .dash-circle .fa,
        .panel-dash .dash-circle .glyphicon {
            display: inline-block;
            font-size: 32px;
        }

    .panel-dash .panel-heading {
        padding-top: 15px;
        padding-bottom: 0;
    }

        .panel-dash .panel-heading a {
            display: block;
            padding: 5px 0 5px;
            -webkit-transition: background-color 0.4s ease;
            -o-transition: background-color 0.4s ease;
            transition: background-color 0.4s ease;
        }

        .panel-dash .panel-heading h4 {
            margin-top: 15px;
        }

    .panel-dash .panel-body {
        text-align: center;
        padding-top: 0;
    }

        .panel-dash .panel-body a {
            line-height: 26px;
            padding: 3px;
        }

        .panel-dash .panel-body ul {
            margin-top: 10px;
        }

    .panel-dash.contact {
        background-color: #6b9fc7;
    }

        .panel-dash.contact .dash-circle {
            background: url('../../images/phone.png') no-repeat center center;
            background-color: #84b0d1;
        }

        .panel-dash.contact .panel-heading a:active,
        .panel-dash.contact .panel-heading a:hover,
        .panel-dash.contact .panel-heading a:focus {
            background-color: #84b0d1;
        }

            .panel-dash.contact .panel-heading a:active .dash-circle,
            .panel-dash.contact .panel-heading a:hover .dash-circle,
            .panel-dash.contact .panel-heading a:focus .dash-circle {
                background-color: #6b9fc7;
            }

        .panel-dash.contact .panel-body a:active,
        .panel-dash.contact .panel-body a:hover,
        .panel-dash.contact .panel-body a:focus {
            background-color: #84b0d1;
        }

    .panel-dash.faq {
        background-color: #ff9e6e;
    }

        .panel-dash.faq .dash-circle {
            background: url('../../images/question-mark.png') no-repeat center center;
            background-color: #ffad85;
        }

        .panel-dash.faq .panel-heading a:active,
        .panel-dash.faq .panel-heading a:hover,
        .panel-dash.faq .panel-heading a:focus {
            background-color: #ffad85;
        }

            .panel-dash.faq .panel-heading a:active .dash-circle,
            .panel-dash.faq .panel-heading a:hover .dash-circle,
            .panel-dash.faq .panel-heading a:focus .dash-circle {
                background-color: #ff9e6e;
            }

        .panel-dash.faq .panel-body a:active,
        .panel-dash.faq .panel-body a:hover,
        .panel-dash.faq .panel-body a:focus {
            background-color: #ffad85;
        }

    .panel-dash.loan {
        background-color: #2f9994;
    }

        .panel-dash.loan .dash-circle {
            background: url('../../images/home.png') no-repeat center center;
            background-color: #51a8a4;
        }

        .panel-dash.loan .panel-heading a:active,
        .panel-dash.loan .panel-heading a:hover,
        .panel-dash.loan .panel-heading a:focus {
            background-color: #51a8a4;
        }

            .panel-dash.loan .panel-heading a:active .dash-circle,
            .panel-dash.loan .panel-heading a:hover .dash-circle,
            .panel-dash.loan .panel-heading a:focus .dash-circle {
                background-color: #2f9994;
            }

        .panel-dash.loan .panel-body a:active,
        .panel-dash.loan .panel-body a:hover,
        .panel-dash.loan .panel-body a:focus {
            background-color: #51a8a4;
        }

    .panel-dash.mitigation {
        background-color: #968cba;
    }

        .panel-dash.mitigation .dash-circle {
            background: url('../../images/umbrella.png') no-repeat center center;
            background-color: #a89fc7;
        }

        .panel-dash.mitigation .panel-heading a:active,
        .panel-dash.mitigation .panel-heading a:hover,
        .panel-dash.mitigation .panel-heading a:focus {
            background-color: #a89fc7;
        }

            .panel-dash.mitigation .panel-heading a:active .dash-circle,
            .panel-dash.mitigation .panel-heading a:hover .dash-circle,
            .panel-dash.mitigation .panel-heading a:focus .dash-circle {
                background-color: #968cba;
            }

        .panel-dash.mitigation .panel-body a:active,
        .panel-dash.mitigation .panel-body a:hover,
        .panel-dash.mitigation .panel-body a:focus {
            background-color: #a89fc7;
        }

    .panel-dash.payment {
        background-color: #96c261;
    }

        .panel-dash.payment .dash-circle {
            background: url('../../images/dollar-sign.png') no-repeat center center;
            background-color: #a7cc7a;
        }

        .panel-dash.payment .panel-heading a:active,
        .panel-dash.payment .panel-heading a:hover,
        .panel-dash.payment .panel-heading a:focus {
            background-color: #a7cc7a;
        }

            .panel-dash.payment .panel-heading a:active .dash-circle,
            .panel-dash.payment .panel-heading a:hover .dash-circle,
            .panel-dash.payment .panel-heading a:focus .dash-circle {
                background-color: #96c261;
            }

        .panel-dash.payment .panel-body a:active,
        .panel-dash.payment .panel-body a:hover,
        .panel-dash.payment .panel-body a:focus {
            background-color: #a7cc7a;
        }

    .panel-dash.statement {
        background-color: #a2b5bd;
    }

        .panel-dash.statement .dash-circle {
            background: url('../../images/document.png') no-repeat center center;
            background-color: #b1c1c8;
        }

        .panel-dash.statement .panel-heading a:active,
        .panel-dash.statement .panel-heading a:hover,
        .panel-dash.statement .panel-heading a:focus {
            background-color: #b1c1c8;
        }

            .panel-dash.statement .panel-heading a:active .dash-circle,
            .panel-dash.statement .panel-heading a:hover .dash-circle,
            .panel-dash.statement .panel-heading a:focus .dash-circle {
                background-color: #a2b5bd;
            }

        .panel-dash.statement .panel-body a:active,
        .panel-dash.statement .panel-body a:hover,
        .panel-dash.statement .panel-body a:focus {
            background-color: #b1c1c8;
        }

.panel-faq,
.panel-faq-category {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel-faq .panel-heading,
    .panel-faq-category .panel-heading {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .panel-faq .panel-heading + .panel-collapse > .panel-body,
        .panel-faq-category .panel-heading + .panel-collapse > .panel-body {
            border-top: 1px solid transparent;
        }

        .panel-faq .panel-heading .trigger dt,
        .panel-faq-category .panel-heading .trigger dt {
            display: inline-block;
            width: 20px;
            font-family: 'FontAwesome';
        }

            .panel-faq .panel-heading .trigger dt:before,
            .panel-faq-category .panel-heading .trigger dt:before {
                content: '\f107';
            }

        .panel-faq .panel-heading .trigger.collapsed dt:before,
        .panel-faq-category .panel-heading .trigger.collapsed dt:before {
            content: '\f105';
        }

    .panel-faq:nth-of-type(even) {
        border: 1px solid #f2f3f5;
        background-color: #f7f8fa;
    }

    .panel-faq:last-child {
        margin-bottom: 0;
    }

    .panel-faq > .panel-collapse .panel-body {
        padding-top: 0;
    }

    .panel-faq .panel-body {
        padding-left: 45px;
    }

    .panel-faq-category > .panel-heading {
        border: 1px solid #dedfe0;
        background-color: #f7f8fa;
    }

        .panel-faq-category > .panel-heading a:active dd,
        .panel-faq-category > .panel-heading a:hover dd,
        .panel-faq-category > .panel-heading a:focus dd {
            color: #666666;
            text-decoration: underline;
        }

        .panel-faq-category > .panel-heading dl {
            padding-top: 6px;
        }

            .panel-faq-category > .panel-heading dl dd {
                color: #666666;
            }

        .panel-faq-category > .panel-heading .fa-arrows {
            color: #002855;
        }

            .panel-faq-category > .panel-heading .fa-arrows:active,
            .panel-faq-category > .panel-heading .fa-arrows:hover,
            .panel-faq-category > .panel-heading .fa-arrows:focus {
                color: #6eb2e6;
                cursor: pointer;
            }

        .panel-faq-category > .panel-heading .trigger dt,
        .panel-faq-category > .panel-heading .trigger dd {
            font-size: 18px;
        }

.match-height-container {
    display: flex;
}

.panel-lossmit-solutions {
    flex: 1;
    float: none;
    min-height: 350px;
    max-width: 405px;
    border: 1px solid #a2b5bd;
    border-radius: 0;
    margin: 15px auto;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .panel-lossmit-solutions .panel-heading {
        padding-top: 15px;
        padding-bottom: 0;
    }

        .panel-lossmit-solutions .panel-heading h4 {
            margin-top: 15px;
        }

    .panel-lossmit-solutions .panel-body {
        text-align: left;
        padding-top: 0;
    }

        .panel-lossmit-solutions .panel-body ul {
            margin-top: 10px;
        }

.panel-results {
    float: none;
    min-height: 217px;
    border-radius: 0;
    margin: 15px auto;
}

    .panel-results .fa-check {
        color: #96c261;
    }

    .panel-results .header {
        margin-bottom: 20px !important;
    }

.panel-side-nav {
    line-height: 60px;
    padding-left: 7px;
    margin-bottom: 15px;
    -webkit-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

    .panel-side-nav h5,
    .panel-side-nav .h5 {
        display: inline-block;
        color: #ffffff;
    }

    .panel-side-nav .dash-circle {
        display: inline-block;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        line-height: 36px;
        text-align: center;
        vertical-align: middle;
        margin-right: 7px;
        -webkit-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
    }

        .panel-side-nav .dash-circle img {
            width: 80%;
            height: 80%;
        }

    .panel-side-nav.contact {
        background-color: #6b9fc7;
    }

        .panel-side-nav.contact .dash-circle {
            background-color: #84b0d1;
        }

        .panel-side-nav.contact:hover,
        .panel-side-nav.contact:focus {
            background-color: #84b0d1;
        }

            .panel-side-nav.contact:hover .dash-circle,
            .panel-side-nav.contact:focus .dash-circle {
                background-color: #6b9fc7;
            }

    .panel-side-nav.faq {
        background-color: #ff9e6e;
    }

        .panel-side-nav.faq .dash-circle {
            background-color: #ffad85;
        }

        .panel-side-nav.faq:hover,
        .panel-side-nav.faq:focus {
            background-color: #ffad85;
        }

            .panel-side-nav.faq:hover .dash-circle,
            .panel-side-nav.faq:focus .dash-circle {
                background-color: #ff9e6e;
            }

    .panel-side-nav.loan {
        background-color: #2f9994;
    }

        .panel-side-nav.loan .dash-circle {
            background-color: #51a8a4;
        }

        .panel-side-nav.loan:hover,
        .panel-side-nav.loan:focus {
            background-color: #51a8a4;
        }

            .panel-side-nav.loan:hover .dash-circle,
            .panel-side-nav.loan:focus .dash-circle {
                background-color: #2f9994;
            }

    .panel-side-nav.mitigation {
        background-color: #968cba;
    }

        .panel-side-nav.mitigation .dash-circle {
            background-color: #a89fc7;
        }

        .panel-side-nav.mitigation:hover,
        .panel-side-nav.mitigation:focus {
            background-color: #a89fc7;
        }

            .panel-side-nav.mitigation:hover .dash-circle,
            .panel-side-nav.mitigation:focus .dash-circle {
                background-color: #968cba;
            }

    .panel-side-nav.payment {
        background-color: #96c261;
    }

        .panel-side-nav.payment .dash-circle {
            background-color: #a7cc7a;
        }

        .panel-side-nav.payment:hover,
        .panel-side-nav.payment:focus {
            background-color: #a7cc7a;
        }

            .panel-side-nav.payment:hover .dash-circle,
            .panel-side-nav.payment:focus .dash-circle {
                background-color: #96c261;
            }

    .panel-side-nav.statement {
        background-color: #a2b5bd;
    }

        .panel-side-nav.statement .dash-circle {
            background-color: #b1c1c8;
        }

        .panel-side-nav.statement:hover,
        .panel-side-nav.statement:focus {
            background-color: #b1c1c8;
        }

            .panel-side-nav.statement:hover .dash-circle,
            .panel-side-nav.statement:focus .dash-circle {
                background-color: #a2b5bd;
            }

.panel-side-nav-refi {
    text-align: center;
}

@media (min-width: 768px) {
    .dashboard {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .results {
        display: block;
    }

    .panel-dash,
    .panel-results {
        display: inline-block;
        min-width: 300px;
        vertical-align: top;
        margin: 15px 15px;
    }

    .panel-lossmit-solutions {
        display: inline-block;
        min-width: 200px;
        vertical-align: top;
        margin: 15px 15px;
    }

    .panel-side-nav {
        display: block;
        float: right;
        width: 170px;
    }

    .panel-side-nav-refi img {
        float: right;
        width: 170px;
    }
}

.popover {
    border: 1px solid #b8b9ba;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

    .popover.top > .arrow {
        border-top-color: #b8b9ba;
    }

        .popover.top > .arrow:after {
            border-top-color: #ffffff;
        }

    .popover.right > .arrow {
        border-right-color: #b8b9ba;
    }

        .popover.right > .arrow:after {
            border-right-color: #ffffff;
        }

    .popover.bottom > .arrow {
        border-bottom-color: #b8b9ba;
    }

        .popover.bottom > .arrow:after {
            border-bottom-color: #ffffff;
        }

    .popover.left > .arrow {
        border-left-color: #b8b9ba;
    }

        .popover.left > .arrow:after {
            border-left-color: #ffffff;
        }

.popover-title {
    border-bottom: 1px solid #b8b9ba;
    background-color: #ffffff;
    font-size: Arial, Helvetica, sans-serif;
}

.progress {
    border-radius: 0;
}

.progress-bar {
    background-color: #3c78a6;
}

.progress-bar-danger {
    background-color: #c75858;
}

.progress-bar-info {
    background-color: #6b9fc7;
}

.progress-bar-success {
    background-color: #96c261;
}

.progress-bar-warning {
    background-color: #d9c877;
}

body {
    /* background: #002855; */
    font-family: Open Sans;
    color: #002855;
    padding-right: 0 !important;
}

    /*body {*/

    /*background: url(C:/ids/fullscreen.background.jpg) center center no-repeat;*/

    /*opacity: .15;*/

    /*background-size: cover;*/

    /*position: absolute;*/

    /*top: 0;*/

    /*left: 0;*/

    /*width: 100vw;*/

    /*height: 100vh;*/

    /*z-index: -1;*/

    /*background: #06425b;*/

    /*}*/

    body > section {
        min-height: 200px;
        /* background-color: #ffffff; */
        width: 100%;
    }

    body.print {
        background-color: #ffffff;
    }

        body.print > section {
            background-color: #ffffff;
        }

/*body.print .content {*/

/*padding-top: 20px !important;*/

/*padding-left: 20px;*/

/*}*/

dl dt,
dl dd {
    margin-bottom: 5px;
}

dl dt {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

hr {
    border-top-color: #dedfe0;
}

.content {
    background: #ffffff;
    padding-bottom: 20px;
}

.content-preauth {
    /* border-bottom: 13px solid #06425b; */
    /* padding-top: 95px; */
}

/* .content-preauth .preauth-container { */

/* max-width: 50%; */

/* padding-left:25%; */

/* text-align: center; */

/* } */

@media (min-width: 768px) {
    .content-preauth .preauth-container {
        /* max-width: 50%; */
        /* padding-left:25%;           */
        text-align: center;
    }

    .content-preauth {
        width: 50%;
    }
}

.content-preauth .preauth-container .btn-group {
    margin-bottom: 10px;
}

.content-preauth .preauth-container .page-header {
    border-top: 0 none transparent;
    border-bottom: 0 none transparent;
}

    .content-preauth .preauth-container .page-header h1,
    .content-preauth .preauth-container .page-header h2,
    /*.content-preauth .preauth-container .page-header h3,*/
    .content-preauth .preauth-container .page-header h4,
    .content-preauth .preauth-container .page-header h5,
    .content-preauth .preauth-container .page-header h6 {
        color: #3a77a6;
    }

.page-header,
.page-header-admin {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #f0f1f2;
    padding-bottom: 0;
    font-family: Open sans;
    text-align: center;
    /* margin-top:15%;  */
}

    .page-header h3,
    .page-header-admin h3,
    .page-header .h3,
    .page-header-admin .h3 {
        /* text-transform: uppercase; */
        text-align: center;
        font-size: 36px;
        font-family: Recoleta Medium;
    }

/*
  ticket: EZ-1900
  change: color to #241F21
          copy altered
          font to Open sans
          font-size from 28px to 32px
*/

.login-page fieldset:before {
    visibility: visible;
    content: 'Sign into your account';
    white-space: pre-wrap;
    font-size: 32px;
    font-family: Open sans;
    text-align: left;
    color: #241f21;
}

.page-header:after h3 {
    margin-top: 10px;
    margin-bottom: 12px;
}

.page-header-admin {
    /* margin-top: 128px; */
    /* margin-bottom: 20px; */
}

.row-spacer {
    height: 15px;
}

.tandc {
    max-height: 335px;
    overflow: auto;
}

.top-level-actions {
    float: none;
    text-align: right;
}

.contact-us-content-alert {
    margin-top: 8px;
    margin-bottom: 0px;
}

@media (min-width: 768px) {
    footer .copyright {
        text-align: left;
    }

        footer .copyright .copyright-text {
            text-align: center;
            margin-bottom: 15px;
        }

        footer .copyright .copyright-text-justify {
            text-align: justify;
            margin-bottom: 15px;
        }

        footer .copyright .copyright-image {
            float: right !important;
            text-align: right;
        }

            footer .copyright .copyright-image img {
                padding-bottom: 25px;
            }

    footer .info {
        padding-bottom: 15px;
    }

        footer .info h4,
        footer .info h5,
        footer .info h6 {
            margin-bottom: 10px !important;
        }

            footer .info h4:first-child,
            footer .info h5:first-child,
            footer .info h6:first-child {
                margin-top: 0 !important;
            }

        footer .info .info-left,
        footer .info .info-center,
        footer .info .info-right {
            width: 210px;
            text-align: left;
            margin-bottom: 0;
        }

        footer .info .info-left {
            float: left;
        }

        footer .info .info-center {
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

        footer .info .info-right {
            float: right;
        }

    .content {
        min-height: 350px;
    }

    .content-preauth {
        /* padding-top: 128px !important; */
    }
        /* 
        ticket: EZ-1982 
        change: remove width: 50%
    */
        .content-preauth .preauth-container {
            /* padding: 50px 30px 50px 50px; */
            padding-top: 110px;
            padding-bottom: 100px;
            /* padding-left:10px; */
            /* padding-right:10px; */
            height: auto;
        }

    .page-header {
        /* margin-top: 128px !important; */
    }

    .page-header-admin {
        margin-top: 128px;
    }

    .top-level-actions {
        float: right;
    }
}

footer {
    display: block;
}

body {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    padding-right: 0 !important;
    overflow-x: hidden;
    margin: unset;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
        content: '\2014 \00A0';
    }

footer {
    background-color: transparent;
    font-size: 12px;
    color: #ffffff;
}

    /*
  ticket: EZ-1916
  change: color from #ffffff to #241F21
          no text-decoration
*/

    footer a {
        color: #241f21;
        text-decoration: none;
    }

        /*
  ticket: EZ-1916
  change: add rule
*/

        footer a:hover,
        a:active {
            color: #241f21;
            text-decoration: none;
        }

    /*
  ticket: EZ-1916
  change: bg color from #1f282f to #EDEBF0
*/

    footer .copyright {
        padding: 25px 0 15px;
        background-color: #edebf0;
    }

        /*
  ticket: EZ-1916
  change: add rule
*/

        footer .copyright a {
            color: #241f21;
            text-decoration: underline;
        }

            /*
  ticket: EZ-1916
  change: add rule
*/

            footer .copyright a:active:hover {
                color: #241f21;
            }

    /*
  ticket: EZ-1916
  change: add rule
*/

    footer #copyright a {
        color: #241f21;
        border-right: 1px solid #241f21;
        padding-right: 4px;
        text-decoration: none;
    }

        /*
  ticket: EZ-1916
  change: add rule
*/

        footer #copyright a:first-child {
            color: #241f21;
            border-right: none;
        }

        /*
  ticket: EZ-1916
  change: add rule
*/

        footer #copyright a:last-child {
            color: #241f21;
            border-right: none;
        }

    /*
  ticket: EZ-1916
  change: add color #241F21
          text-align left
*/

    footer .copyright .copyright-text {
        text-align: left;
        margin-bottom: 15px;
        color: #241f21;
    }

    /*
  ticket: EZ-1916
  change: color added
*/

    footer .copyright .copyright-text-justify {
        text-align: justify;
        color: #241f21;
        margin-bottom: 15px;
    }

    footer .copyright .copyright-image {
        text-align: center;
        margin-bottom: 15px;
    }

        footer .copyright .copyright-image img {
            padding-left: 25px;
            padding-right: 25px;
            height: auto;
            width: 125px;
        }

    /*
  ticket: EZ-1916
  change: color from #1f282f to #EDEBF0
*/

    footer .info {
        background-color: #edebf0;
        padding: 25px 0 0;
    }

        /*
  ticket: EZ-1916
  change: rm margin-top
          color from #a1c6e3 to #241F21
*/

        footer .info h4,
        footer .info h5,
        footer .info h6 {
            color: #241f21;
            font-family: Recoleta Medium !important;
            font-weight: 600;
            /*margin-top: 25px !important;*/
        }

        /*
  ticket: EZ-1916
  change: rule modified 
*/

        footer .info .info-left,
        footer .info .info-center,
        footer .info .info-right {
            font-family: 'Open Sans';
            font-style: normal;
            color: #241f21;
            text-align: left;
        }

@media (max-width: 767px) {
    footer .info {
        background-color: #edebf0;
        padding: 25px 0px 0px;
    }
}

@media (max-width: 500px) {
    footer .info .col-sm-4 {
        width: auto;
        float: none;
        border-width: 1px;
        padding: 25px 25px;
        border-bottom-style: solid;
        border-color: darkgrey;
        padding-bottom: 10px;
    }
}

.content {
    min-height: 350px;
}

table td {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
    color: #000000;
}

    table td.cell-error {
        background-color: #faebeb;
        color: white;
    }

table th {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #666666;
}

table.table-detail td:first-child {
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #666666;
    text-align: right;
}

table.table-detail .value {
    width: 120px;
    text-align: right;
}

table.table-history th,
table.table-history td {
    font-size: 12px;
}

table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f8fa;
}

.table > thead > tr > th {
    border-bottom: 0;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 1px solid #dedfe0;
}

.sortable-table-header {
    cursor: pointer;
    font-weight: bold;
}

.table-header {
    font-weight: bold;
}

div[text-angular-toolbar] .btn-default {
    border-color: #3c78a6;
    background-color: #3c78a6;
    color: #ffffff;
    -webkit-transition: background-color 0.4s ease, border-color 0.4s ease;
    -o-transition: background-color 0.4s ease, border-color 0.4s ease;
    transition: background-color 0.4s ease, border-color 0.4s ease;
}

    div[text-angular-toolbar] .btn-default:active,
    div[text-angular-toolbar] .btn-default.active,
    div[text-angular-toolbar] .btn-default:active:focus,
    div[text-angular-toolbar] .btn-default.active:focus,
    div[text-angular-toolbar] .btn-default:focus,
    div[text-angular-toolbar] .btn-default.focus,
    div[text-angular-toolbar] .btn-default.focus:active,
    div[text-angular-toolbar] .btn-default:hover {
        border-color: #6eb2e6;
        background-color: #ffffff;
        color: #6eb2e6;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px rgba(60, 120, 166, 0.4);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px rgba(60, 120, 166, 0.4);
    }

.tooltip {
    font-family: 'Open Sans', sans-serif;
}

    .tooltip.top .tooltip-arrow {
        border-top-color: #3c78a6;
    }

    .tooltip.top-left .tooltip-arrow {
        border-top-color: #3c78a6;
    }

    .tooltip.top-right .tooltip-arrow {
        border-top-color: #3c78a6;
    }

    .tooltip.right .tooltip-arrow {
        border-right-color: #3c78a6;
    }

    .tooltip.left .tooltip-arrow {
        border-left-color: #3c78a6;
    }

    .tooltip.bottom .tooltip-arrow {
        border-bottom-color: #3c78a6;
    }

    .tooltip.bottom-left .tooltip-arrow {
        border-bottom-color: #3c78a6;
    }

    .tooltip.bottom-right .tooltip-arrow {
        border-bottom-color: #3c78a6;
    }

.tooltip-inner {
    border-radius: 0;
    background-color: #3c78a6;
    color: #ffffff;
}

a {
    color: #00a9e0;
    font-family: Open Sans;
}

    a:active,
    a:hover,
    a:focus {
        color: #6eb2e6;
        outline: none;
    }

b,
strong,
.strong {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    text-transform: none !important;
    font-size: 28px !important;
    font-weight: bolder !important;
    font-family: Recoleta Medium !important;
}

a#forgot-username:hover {
    color: #43de95;
    text-decoration: none;
}

a#forgot-username {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #241f21;
}

a#forgot-password:hover {
    color: #43de95;
    text-decoration: none;
}

a#forgot-password {
    font-family: 'Open Sans';
    font-size: 16px;
    color: #241f21;
}

.bold {
    font-weight: bold;
}

.display-4 {
    font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: Open sans, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #356e8f;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        color: #8b8b8c;
    }

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 26px;
}

h3,
.h4 {
    font-size: 22px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 14px;
}

i {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

input {
    max-width: 100%;
}

label {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.text-muted {
    color: #aba9a9;
}

.text-dark {
    color: #666666;
}

.international-phone {
    display: inline-block;
    padding: 3px 5px;
}

.link-danger {
    color: red;
}

    .link-danger:active,
    .link-danger:hover,
    .link-danger:focus {
        color: #c75858;
        text-decoration: underline;
    }

.text-danger {
    color: red;
}

.text-info {
    color: #6b9fc7;
}

.text-primary {
    color: #3c78a6;
}

.text-success {
    color: #96c261;
}

.text-warning {
    color: #d9c877;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/2B7944_0_0.eot');
    src: url('../../fonts/2B7944_0_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/2B7944_0_0.woff') format('woff'), url('../../fonts/2B7944_0_0.ttf') format('truetype'), url('../../fonts/2B7944_0_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/2B7944_1_0.eot');
    src: url('../../fonts/2B7944_1_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/2B7944_1_0.woff') format('woff'), url('../../fonts/2B7944_1_0.ttf') format('truetype'), url('../../fonts/2B7944_1_0.svg#wf') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    src: url('../../fonts/2B7944_2_0.eot');
    src: url('../../fonts/2B7944_2_0.eot?#iefix') format('embedded-opentype'), url('../../fonts/2B7944_2_0.woff') format('woff'), url('../../fonts/2B7944_2_0.ttf') format('truetype'), url('../../fonts/2B7944_2_0.svg#wf') format('svg');
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'Open Sans';
        src: url('../../fonts/2B7944_0_0.svg#wf') format('svg');
    }

    @font-face {
        font-family: 'Open Sans';
        src: url('../../fonts/2B7944_1_0.svg#wf') format('svg');
    }

    @font-face {
        font-family: 'Open Sans';
        src: url('../../fonts/2B7944_2_0.svg#wf') format('svg');
    }
}

.exclamation-warning {
    color: gold;
}

.check-success {
    color: forestgreen;
}

.times-failure {
    color: red;
}

/* Mobile */

@media (max-width: 500px) {
    section.full-width {
        background-repeat: no-repeat;
        /* background-image: url('https://servicehubcdn.azureedge.net/images/ezhub/ezhubnew-basic.png'); */
        background-color: white;
        background-position: center center;
        color: #002855;
        background-size: cover;
        background-position-x: center;
        background-position-y: center;
        background: center;
        overflow: hidden;
        /* width:100%; */
    }
}

@media (max-width: 768px) {
    section.full-width {
        background-image: none;
        /*background-repeat: no-repeat;    
        background-position: center center; */
        color: #002855;
        /* /* background-size: contain; 	  */
        /* min-width:50%; */
        /* overflow: hidden;  */
        /* 	 background-attachment: fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover; 
        background-size: cover;  */
    }
}

@media (min-width: 768px) {
    section.full-width {
        background-image: url('https://servicehubqa.azureedge.net/images/ezhub/ezhubnew-basic.png');
        background-repeat: no-repeat;
        background-position: center center;
        color: #002855;
        /* /* background-size: contain; 	  */
        /* min-width:50%; */
        /* overflow: hidden;  */
        background-attachment: absolute;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        max-width: 1940px;
    }
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.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-right: 15px; */
    /* padding-left: 15px; */
}

.input-group-addon {
    display: none;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    float: left;
}

.col-sm-12 {
    width: 100%;
}

.col-sm-11 {
    width: 91.66666667%;
}

.col-sm-10 {
    width: 83.33333333%;
}

.col-sm-9 {
    width: 75%;
}

.col-sm-8 {
    width: 66.66666667%;
}

.col-sm-7 {
    width: 58.33333333%;
}

.col-sm-6 {
    width: 50%;
}

.col-sm-5 {
    width: 41.66666667%;
}

.col-sm-4 {
    width: 33.33333333%;
}

@media (min-width: 768px) {
    .col-lg-3 {
        width: 25%;
    }
}

.col-sm-2 {
    width: 16.66666667%;
}

.col-sm-1 {
    width: 8.33333333%;
}

.col-sm-pull-12 {
    right: 100%;
}

.col-sm-pull-11 {
    right: 91.66666667%;
}

.col-sm-pull-10 {
    right: 83.33333333%;
}

.col-sm-pull-9 {
    right: 75%;
}

.col-sm-pull-8 {
    right: 66.66666667%;
}

.col-sm-pull-7 {
    right: 58.33333333%;
}

.col-sm-pull-6 {
    right: 50%;
}

.col-sm-pull-5 {
    right: 41.66666667%;
}

.col-sm-pull-4 {
    right: 33.33333333%;
}

.col-sm-pull-3 {
    right: 25%;
}

.col-sm-pull-2 {
    right: 16.66666667%;
}

.col-sm-pull-1 {
    right: 8.33333333%;
}

.col-sm-pull-0 {
    right: auto;
}

.col-sm-push-12 {
    left: 100%;
}

.col-sm-push-11 {
    left: 91.66666667%;
}

.col-sm-push-10 {
    left: 83.33333333%;
}

.col-sm-push-9 {
    left: 75%;
}

.col-sm-push-8 {
    left: 66.66666667%;
}

.col-sm-push-7 {
    left: 58.33333333%;
}

.col-sm-push-6 {
    left: 50%;
}

.col-sm-push-5 {
    left: 41.66666667%;
}

.col-sm-push-4 {
    left: 33.33333333%;
}

.col-sm-push-3 {
    left: 25%;
}

.col-sm-push-2 {
    left: 16.66666667%;
}

.col-sm-push-1 {
    left: 8.33333333%;
}

.col-sm-push-0 {
    left: auto;
}

.col-sm-offset-12 {
    margin-left: 100%;
}

.col-sm-offset-11 {
    margin-left: 91.66666667%;
}

.col-sm-offset-10 {
    margin-left: 83.33333333%;
}

.col-sm-offset-9 {
    margin-left: 75%;
}

.col-sm-offset-8 {
    margin-left: 66.66666667%;
}

.col-sm-offset-7 {
    margin-left: 58.33333333%;
}

.col-sm-offset-6 {
    margin-left: 50%;
}

.col-sm-offset-5 {
    margin-left: 41.66666667%;
}

.col-sm-offset-4 {
    margin-left: 33.33333333%;
}

.col-sm-offset-3 {
    margin-left: 25%;
}

.col-sm-offset-2 {
    margin-left: 16.66666667%;
}

.col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.col-sm-offset-0 {
    margin-left: 0;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    float: left;
}

.col-md-12 {
    width: 100%;
}

.col-md-11 {
    width: 91.66666667%;
}

.col-md-10 {
    width: 83.33333333%;
}

.col-md-9 {
    width: 75%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-7 {
    width: 58.33333333%;
}

.col-md-6 {
    width: 50%;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-3 {
    width: 25%;
}

.col-md-2 {
    width: 16.66666667%;
}

.col-md-1 {
    width: 8.33333333%;
}

.col-md-pull-12 {
    right: 100%;
}

.col-md-pull-11 {
    right: 91.66666667%;
}

.col-md-pull-10 {
    right: 83.33333333%;
}

.col-md-pull-9 {
    right: 75%;
}

.col-md-pull-8 {
    right: 66.66666667%;
}

.col-md-pull-7 {
    right: 58.33333333%;
}

.col-md-pull-6 {
    right: 50%;
}

.col-md-pull-5 {
    right: 41.66666667%;
}

.col-md-pull-4 {
    right: 33.33333333%;
}

.col-md-pull-3 {
    right: 25%;
}

.col-md-pull-2 {
    right: 16.66666667%;
}

.col-md-pull-1 {
    right: 8.33333333%;
}

.col-md-pull-0 {
    right: auto;
}

.col-md-push-12 {
    left: 100%;
}

.col-md-push-11 {
    left: 91.66666667%;
}

.col-md-push-10 {
    left: 83.33333333%;
}

.col-md-push-9 {
    left: 75%;
}

.col-md-push-8 {
    left: 66.66666667%;
}

.col-md-push-7 {
    left: 58.33333333%;
}

.col-md-push-6 {
    left: 50%;
}

.col-md-push-5 {
    left: 41.66666667%;
}

.col-md-push-4 {
    left: 33.33333333%;
}

.col-md-push-3 {
    left: 25%;
}

.col-md-push-2 {
    left: 16.66666667%;
}

.col-md-push-1 {
    left: 8.33333333%;
}

.col-md-push-0 {
    left: auto;
}

.col-md-offset-12 {
    margin-left: 100%;
}

.col-md-offset-11 {
    margin-left: 91.66666667%;
}

.col-md-offset-10 {
    margin-left: 83.33333333%;
}

.col-md-offset-9 {
    margin-left: 75%;
}

.col-md-offset-8 {
    margin-left: 66.66666667%;
}

.col-md-offset-7 {
    margin-left: 58.33333333%;
}

.col-md-offset-6 {
    margin-left: 50%;
}

.col-md-offset-5 {
    margin-left: 41.66666667%;
}

.col-md-offset-4 {
    margin-left: 33.33333333%;
}

.col-md-offset-3 {
    margin-left: 25%;
}

.col-md-offset-2 {
    margin-left: 16.66666667%;
}

.col-md-offset-1 {
    margin-left: 8.33333333%;
}

.col-md-offset-0 {
    margin-left: 0;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    float: left;
}

.col-lg-12 {
    width: 100%;
}

.col-lg-11 {
    width: 91.66666667%;
}

.col-lg-10 {
    width: 83.33333333%;
}

.col-lg-9 {
    width: 75%;
}

.col-lg-8 {
    width: 66.66666667%;
}

.col-lg-7 {
    width: 58.33333333%;
}

.col-lg-6 {
    width: 50%;
}

.col-lg-5 {
    width: 41.66666667%;
}

.col-lg-4 {
    width: 33.33333333%;
}

.col-lg-3 {
    width: 25%;
}

@media (min-width: 768px) {
    .col-lg-2 {
        width: 16.66666667%;
    }
}

.col-lg-1 {
    width: 8.33333333%;
}

.col-lg-pull-12 {
    right: 100%;
}

.col-lg-pull-11 {
    right: 91.66666667%;
}

.col-lg-pull-10 {
    right: 83.33333333%;
}

.col-lg-pull-9 {
    right: 75%;
}

.col-lg-pull-8 {
    right: 66.66666667%;
}

.col-lg-pull-7 {
    right: 58.33333333%;
}

.col-lg-pull-6 {
    right: 50%;
}

.col-lg-pull-5 {
    right: 41.66666667%;
}

.col-lg-pull-4 {
    right: 33.33333333%;
}

.col-lg-pull-3 {
    right: 25%;
}

.col-lg-pull-2 {
    right: 16.66666667%;
}

.col-lg-pull-1 {
    right: 8.33333333%;
}

.col-lg-pull-0 {
    right: auto;
}

.col-lg-push-12 {
    left: 100%;
}

.col-lg-push-11 {
    left: 91.66666667%;
}

.col-lg-push-10 {
    left: 83.33333333%;
}

.col-lg-push-9 {
    left: 75%;
}

.col-lg-push-8 {
    left: 66.66666667%;
}

.col-lg-push-7 {
    left: 58.33333333%;
}

.col-lg-push-6 {
    left: 50%;
}

.col-lg-push-5 {
    left: 41.66666667%;
}

.col-lg-push-4 {
    left: 33.33333333%;
}

.col-lg-push-3 {
    left: 25%;
}

.col-lg-push-2 {
    left: 16.66666667%;
}

.col-lg-push-1 {
    left: 8.33333333%;
}

.col-lg-push-0 {
    left: auto;
}

.col-lg-offset-12 {
    margin-left: 100%;
}

.col-lg-offset-11 {
    margin-left: 91.66666667%;
}

.col-lg-offset-10 {
    margin-left: 83.33333333%;
}

.col-lg-offset-9 {
    margin-left: 75%;
}

.col-lg-offset-8 {
    margin-left: 66.66666667%;
}

.col-lg-offset-7 {
    margin-left: 58.33333333%;
}

.col-lg-offset-6 {
    margin-left: 50%;
}

.col-lg-offset-5 {
    margin-left: 41.66666667%;
}

.col-lg-offset-4 {
    margin-left: 33.33333333%;
}

.col-lg-offset-3 {
    margin-left: 25%;
}

.col-lg-offset-2 {
    margin-left: 16.66666667%;
}

.col-lg-offset-1 {
    margin-left: 8.33333333%;
}

.col-lg-offset-0 {
    margin-left: 0;
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: white;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover,
    .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }

    .navbar-brand > img {
        display: block;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon,
        .navbar-form .input-group .input-group-btn,
        .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label,
        .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type='radio'],
        .navbar-form .checkbox input[type='checkbox'] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover,
        .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a,
    .navbar-default .navbar-nav > .disabled > a:hover,
    .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover,
        .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover,
    .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-default .btn-link:hover,
    .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a,
    .navbar-inverse .navbar-nav > .disabled > a:hover,
    .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover,
        .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: '/\00a0';
        }

    .breadcrumb > .active {
        color: #777;
    }

.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;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            z-index: 3;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .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: #eee;
            }

    .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: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.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 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .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;
    }
}

@-o-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 {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    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: #337ab7;
    -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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    -webkit-background-size: 40px 40px;
    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: #5cb85c;
}

.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.progress-bar-danger {
    background-color: #d9534f;
}

.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%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.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-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item,
button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading,
    button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover,
    button.list-group-item:hover,
    a.list-group-item:focus,
    button.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .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: #777;
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading,
    button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover,
    button.list-group-item-success:hover,
    a.list-group-item-success:focus,
    button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active,
    button.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    button.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus,
    button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading,
    button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover,
    button.list-group-item-info:hover,
    a.list-group-item-info:focus,
    button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active,
    button.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    button.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus,
    button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading,
    button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover,
    button.list-group-item-warning:hover,
    a.list-group-item-warning:focus,
    button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active,
    button.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    button.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus,
    button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading,
    button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover,
    button.list-group-item-danger:hover,
    a.list-group-item-danger:focus,
    button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active,
    button.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    button.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus,
    button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #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-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #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-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 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: #333;
        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: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -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;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .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: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    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;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: '';
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: ' ';
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: ' ';
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: ' ';
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: ' ';
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: 0.6s ease-in-out left;
        -o-transition: 0.6s ease-in-out left;
        transition: 0.6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: 0.9;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: ' ';
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-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 !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*# sourceMappingURL=bootstrap.css.map */

/*!
 * Bootstrap IE 10 fix (http://getbootstrap.com)
 */
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eeeeee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: '\f000';
}

.fa-music:before {
    content: '\f001';
}

.fa-search:before {
    content: '\f002';
}

.fa-heart:before {
    content: '\f004';
}

.fa-star:before {
    content: '\f005';
}

.fa-star-o:before {
    content: '\f006';
}

.fa-film:before {
    content: '\f008';
}

.fa-th-large:before {
    content: '\f009';
}

.fa-th:before {
    content: '\f00a';
}

.fa-th-list:before {
    content: '\f00b';
}

.fa-check:before {
    content: '\f00c';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: '\f00d';
}

.fa-search-plus:before {
    content: '\f00e';
}

.fa-search-minus:before {
    content: '\f010';
}

.fa-power-off:before {
    content: '\f011';
}

.fa-signal:before {
    content: '\f012';
}

.fa-gear:before,
.fa-cog:before {
    content: '\f013';
}

.fa-trash-o:before {
    content: '\f014';
}

.fa-home:before {
    content: '\f015';
}

.fa-file-o:before {
    content: '\f016';
}

.fa-clock-o:before {
    content: '\f017';
}

.fa-road:before {
    content: '\f018';
}

.fa-download:before {
    content: '\f019';
}

.fa-arrow-circle-o-down:before {
    content: '\f01a';
}

.fa-arrow-circle-o-up:before {
    content: '\f01b';
}

.fa-inbox:before {
    content: '\f01c';
}

.fa-play-circle-o:before {
    content: '\f01d';
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: '\f01e';
}

.fa-refresh:before {
    content: '\f021';
}

.fa-list-alt:before {
    content: '\f022';
}

.fa-flag:before {
    content: '\f024';
}

.fa-headphones:before {
    content: '\f025';
}

.fa-volume-off:before {
    content: '\f026';
}

.fa-volume-down:before {
    content: '\f027';
}

.fa-volume-up:before {
    content: '\f028';
}

.fa-qrcode:before {
    content: '\f029';
}

.fa-barcode:before {
    content: '\f02a';
}

.fa-tag:before {
    content: '\f02b';
}

.fa-tags:before {
    content: '\f02c';
}

.fa-book:before {
    content: '\f02d';
}

.fa-bookmark:before {
    content: '\f02e';
}

.fa-print:before {
    content: '\f02f';
}

.fa-camera:before {
    content: '\f030';
}

.fa-font:before {
    content: '\f031';
}

.fa-bold:before {
    content: '\f032';
}

.fa-italic:before {
    content: '\f033';
}

.fa-text-height:before {
    content: '\f034';
}

.fa-text-width:before {
    content: '\f035';
}

.fa-align-left:before {
    content: '\f036';
}

.fa-align-center:before {
    content: '\f037';
}

.fa-align-right:before {
    content: '\f038';
}

.fa-align-justify:before {
    content: '\f039';
}

.fa-list:before {
    content: '\f03a';
}

.fa-dedent:before,
.fa-outdent:before {
    content: '\f03b';
}

.fa-indent:before {
    content: '\f03c';
}

.fa-video-camera:before {
    content: '\f03d';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: '\f03e';
}

.fa-pencil:before {
    content: '\f040';
}

.fa-map-marker:before {
    content: '\f041';
}

.fa-adjust:before {
    content: '\f042';
}

.fa-tint:before {
    content: '\f043';
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: '\f044';
}

.fa-share-square-o:before {
    content: '\f045';
}

.fa-check-square-o:before {
    content: '\f046';
}

.fa-arrows:before {
    content: '\f047';
}

.fa-step-backward:before {
    content: '\f048';
}

.fa-fast-backward:before {
    content: '\f049';
}

.fa-backward:before {
    content: '\f04a';
}

.fa-play:before {
    content: '\f04b';
}

.fa-pause:before {
    content: '\f04c';
}

.fa-stop:before {
    content: '\f04d';
}

.fa-forward:before {
    content: '\f04e';
}

.fa-fast-forward:before {
    content: '\f050';
}

.fa-step-forward:before {
    content: '\f051';
}

.fa-eject:before {
    content: '\f052';
}

.fa-chevron-left:before {
    content: '\f053';
}

.fa-chevron-right:before {
    content: '\f054';
}

.fa-plus-circle:before {
    content: '\f055';
}

.fa-minus-circle:before {
    content: '\f056';
}

.fa-times-circle:before {
    content: '\f057';
}

.fa-check-circle:before {
    content: '\f058';
}

.fa-question-circle:before {
    content: '\f059';
}

.fa-info-circle:before {
    content: '\f05a';
}

.fa-crosshairs:before {
    content: '\f05b';
}

.fa-times-circle-o:before {
    content: '\f05c';
}

.fa-check-circle-o:before {
    content: '\f05d';
}

.fa-ban:before {
    content: '\f05e';
}

.fa-arrow-left:before {
    content: '\f060';
}

.fa-arrow-right:before {
    content: '\f061';
}

.fa-arrow-up:before {
    content: '\f062';
}

.fa-arrow-down:before {
    content: '\f063';
}

.fa-mail-forward:before,
.fa-share:before {
    content: '\f064';
}

.fa-expand:before {
    content: '\f065';
}

.fa-compress:before {
    content: '\f066';
}

.fa-plus:before {
    content: '\f067';
}

.fa-minus:before {
    content: '\f068';
}

.fa-asterisk:before {
    content: '\f069';
}

.fa-exclamation-circle:before {
    content: '\f06a';
}

.fa-gift:before {
    content: '\f06b';
}

.fa-leaf:before {
    content: '\f06c';
}

.fa-fire:before {
    content: '\f06d';
}

.fa-eye:before {
    content: '\f06e';
}

.fa-eye-slash:before {
    content: '\f070';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: '\f071';
}

.fa-plane:before {
    content: '\f072';
}

.fa-calendar:before {
    content: '\f073';
}

.fa-random:before {
    content: '\f074';
}

.fa-comment:before {
    content: '\f075';
}

.fa-magnet:before {
    content: '\f076';
}

.fa-chevron-up:before {
    content: '\f077';
}

.fa-chevron-down:before {
    content: '\f078';
}

.fa-retweet:before {
    content: '\f079';
}

.fa-shopping-cart:before {
    content: '\f07a';
}

.fa-folder:before {
    content: '\f07b';
}

.fa-folder-open:before {
    content: '\f07c';
}

.fa-arrows-v:before {
    content: '\f07d';
}

.fa-arrows-h:before {
    content: '\f07e';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: '\f080';
}

.fa-twitter-square:before {
    content: '\f081';
}

.fa-facebook-square:before {
    content: '\f082';
}

.fa-camera-retro:before {
    content: '\f083';
}

.fa-key:before {
    content: '\f084';
}

.fa-gears:before,
.fa-cogs:before {
    content: '\f085';
}

.fa-comments:before {
    content: '\f086';
}

.fa-thumbs-o-up:before {
    content: '\f087';
}

.fa-thumbs-o-down:before {
    content: '\f088';
}

.fa-star-half:before {
    content: '\f089';
}

.fa-heart-o:before {
    content: '\f08a';
}

.fa-sign-out:before {
    content: '\f08b';
}

.fa-linkedin-square:before {
    content: '\f08c';
}

.fa-thumb-tack:before {
    content: '\f08d';
}

.fa-external-link:before {
    content: '\f08e';
}

.fa-sign-in:before {
    content: '\f090';
}

.fa-trophy:before {
    content: '\f091';
}

.fa-github-square:before {
    content: '\f092';
}

.fa-upload:before {
    content: '\f093';
}

.fa-lemon-o:before {
    content: '\f094';
}

.fa-phone:before {
    content: '\f095';
}

.fa-square-o:before {
    content: '\f096';
}

.fa-bookmark-o:before {
    content: '\f097';
}

.fa-phone-square:before {
    content: '\f098';
}

.fa-twitter:before {
    content: '\f099';
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: '\f09a';
}

.fa-github:before {
    content: '\f09b';
}

.fa-unlock:before {
    content: '\f09c';
}

.fa-credit-card:before {
    content: '\f09d';
}

.fa-feed:before,
.fa-rss:before {
    content: '\f09e';
}

.fa-hdd-o:before {
    content: '\f0a0';
}

.fa-bullhorn:before {
    content: '\f0a1';
}

.fa-bell:before {
    content: '\f0f3';
}

.fa-certificate:before {
    content: '\f0a3';
}

.fa-hand-o-right:before {
    content: '\f0a4';
}

.fa-hand-o-left:before {
    content: '\f0a5';
}

.fa-hand-o-up:before {
    content: '\f0a6';
}

.fa-hand-o-down:before {
    content: '\f0a7';
}

.fa-arrow-circle-left:before {
    content: '\f0a8';
}

.fa-arrow-circle-right:before {
    content: '\f0a9';
}

.fa-arrow-circle-up:before {
    content: '\f0aa';
}

.fa-arrow-circle-down:before {
    content: '\f0ab';
}

.fa-globe:before {
    content: '\f0ac';
}

.fa-wrench:before {
    content: '\f0ad';
}

.fa-tasks:before {
    content: '\f0ae';
}

.fa-filter:before {
    content: '\f0b0';
}

.fa-briefcase:before {
    content: '\f0b1';
}

.fa-arrows-alt:before {
    content: '\f0b2';
}

.fa-group:before,
.fa-chain:before,
.fa-link:before {
    content: '\f0c1';
}

.fa-cloud:before {
    content: '\f0c2';
}

.fa-flask:before {
    content: '\f0c3';
}

.fa-cut:before,
.fa-scissors:before {
    content: '\f0c4';
}

.fa-copy:before,
.fa-files-o:before {
    content: '\f0c5';
}

.fa-paperclip:before {
    content: '\f0c6';
}

.fa-save:before,
.fa-floppy-o:before {
    content: '\f0c7';
}

.fa-square:before {
    content: '\f0c8';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: '\f0c9';
}

.fa-list-ul:before {
    content: '\f0ca';
}

.fa-list-ol:before {
    content: '\f0cb';
}

.fa-strikethrough:before {
    content: '\f0cc';
}

.fa-underline:before {
    content: '\f0cd';
}

.fa-table:before {
    content: '\f0ce';
}

.fa-magic:before {
    content: '\f0d0';
}

.fa-truck:before {
    content: '\f0d1';
}

.fa-pinterest:before {
    content: '\f0d2';
}

.fa-pinterest-square:before {
    content: '\f0d3';
}

.fa-google-plus-square:before {
    content: '\f0d4';
}

.fa-google-plus:before {
    content: '\f0d5';
}

.fa-money:before {
    content: '\f0d6';
}

.fa-caret-down:before {
    content: '\f0d7';
}

.fa-caret-up:before {
    content: '\f0d8';
}

.fa-caret-left:before {
    content: '\f0d9';
}

.fa-caret-right:before {
    content: '\f0da';
}

.fa-columns:before {
    content: '\f0db';
}

.fa-unsorted:before,
.fa-sort:before {
    content: '\f0dc';
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: '\f0dd';
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: '\f0de';
}

.fa-linkedin:before {
    content: '\f0e1';
}

.fa-rotate-left:before,
.fa-undo:before {
    content: '\f0e2';
}

.fa-legal:before,
.fa-gavel:before {
    content: '\f0e3';
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: '\f0e4';
}

.fa-comment-o:before {
    content: '\f0e5';
}

.fa-comments-o:before {
    content: '\f0e6';
}

.fa-flash:before,
.fa-bolt:before {
    content: '\f0e7';
}

.fa-sitemap:before {
    content: '\f0e8';
}

.fa-umbrella:before {
    content: '\f0e9';
}

.fa-paste:before,
.fa-clipboard:before {
    content: '\f0ea';
}

.fa-lightbulb-o:before {
    content: '\f0eb';
}

.fa-exchange:before {
    content: '\f0ec';
}

.fa-cloud-download:before {
    content: '\f0ed';
}

.fa-cloud-upload:before {
    content: '\f0ee';
}

.fa-stethoscope:before {
    content: '\f0f1';
}

.fa-suitcase:before {
    content: '\f0f2';
}

.fa-bell-o:before {
    content: '\f0a2';
}

.fa-coffee:before {
    content: '\f0f4';
}

.fa-cutlery:before {
    content: '\f0f5';
}

.fa-file-text-o:before {
    content: '\f0f6';
}

.fa-building-o:before {
    content: '\f0f7';
}

.fa-hospital-o:before {
    content: '\f0f8';
}

.fa-ambulance:before {
    content: '\f0f9';
}

.fa-medkit:before {
    content: '\f0fa';
}

.fa-fighter-jet:before {
    content: '\f0fb';
}

.fa-beer:before {
    content: '\f0fc';
}

.fa-h-square:before {
    content: '\f0fd';
}

.fa-plus-square:before {
    content: '\f0fe';
}

.fa-angle-double-left:before {
    content: '\f100';
}

.fa-angle-double-right:before {
    content: '\f101';
}

.fa-angle-double-up:before {
    content: '\f102';
}

.fa-angle-double-down:before {
    content: '\f103';
}

.fa-angle-left:before {
    content: '\f104';
}

.fa-angle-right:before {
    content: '\f105';
}

.fa-angle-up:before {
    content: '\f106';
}

.fa-angle-down:before {
    content: '\f107';
}

.fa-desktop:before {
    content: '\f108';
}

.fa-laptop:before {
    content: '\f109';
}

.fa-tablet:before {
    content: '\f10a';
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: '\f10b';
}

.fa-circle-o:before {
    content: '\f10c';
}

.fa-quote-left:before {
    content: '\f10d';
}

.fa-quote-right:before {
    content: '\f10e';
}

.fa-spinner:before {
    content: '\f110';
}

.fa-circle:before {
    content: '\f111';
}

.fa-mail-reply:before,
.fa-reply:before {
    content: '\f112';
}

.fa-github-alt:before {
    content: '\f113';
}

.fa-folder-o:before {
    content: '\f114';
}

.fa-folder-open-o:before {
    content: '\f115';
}

.fa-smile-o:before {
    content: '\f118';
}

.fa-frown-o:before {
    content: '\f119';
}

.fa-meh-o:before {
    content: '\f11a';
}

.fa-gamepad:before {
    content: '\f11b';
}

.fa-keyboard-o:before {
    content: '\f11c';
}

.fa-flag-o:before {
    content: '\f11d';
}

.fa-flag-checkered:before {
    content: '\f11e';
}

.fa-terminal:before {
    content: '\f120';
}

.fa-code:before {
    content: '\f121';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: '\f122';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: '\f123';
}

.fa-location-arrow:before {
    content: '\f124';
}

.fa-crop:before {
    content: '\f125';
}

.fa-code-fork:before {
    content: '\f126';
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: '\f127';
}

.fa-question:before {
    content: '\f128';
}

.fa-info:before {
    content: '\f129';
}

.fa-exclamation:before {
    content: '\f12a';
}

.fa-superscript:before {
    content: '\f12b';
}

.fa-subscript:before {
    content: '\f12c';
}

.fa-eraser:before {
    content: '\f12d';
}

.fa-puzzle-piece:before {
    content: '\f12e';
}

.fa-microphone:before {
    content: '\f130';
}

.fa-microphone-slash:before {
    content: '\f131';
}

.fa-shield:before {
    content: '\f132';
}

.fa-calendar-o:before {
    content: '\f133';
}

.fa-fire-extinguisher:before {
    content: '\f134';
}

.fa-rocket:before {
    content: '\f135';
}

.fa-maxcdn:before {
    content: '\f136';
}

.fa-chevron-circle-left:before {
    content: '\f137';
}

.fa-chevron-circle-right:before {
    content: '\f138';
}

.fa-chevron-circle-up:before {
    content: '\f139';
}

.fa-chevron-circle-down:before {
    content: '\f13a';
}

.fa-html5:before {
    content: '\f13b';
}

.fa-css3:before {
    content: '\f13c';
}

.fa-anchor:before {
    content: '\f13d';
}

.fa-unlock-alt:before {
    content: '\f13e';
}

.fa-bullseye:before {
    content: '\f140';
}

.fa-ellipsis-h:before {
    content: '\f141';
}

.fa-ellipsis-v:before {
    content: '\f142';
}

.fa-rss-square:before {
    content: '\f143';
}

.fa-play-circle:before {
    content: '\f144';
}

.fa-ticket:before {
    content: '\f145';
}

.fa-minus-square:before {
    content: '\f146';
}

.fa-minus-square-o:before {
    content: '\f147';
}

.fa-level-up:before {
    content: '\f148';
}

.fa-level-down:before {
    content: '\f149';
}

.fa-check-square:before {
    content: '\f14a';
}

.fa-pencil-square:before {
    content: '\f14b';
}

.fa-external-link-square:before {
    content: '\f14c';
}

.fa-share-square:before {
    content: '\f14d';
}

.fa-compass:before {
    content: '\f14e';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: '\f150';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: '\f151';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: '\f152';
}

.fa-euro:before,
.fa-eur:before {
    content: '\f153';
}

.fa-gbp:before {
    content: '\f154';
}

.fa-dollar:before,
.fa-usd:before {
    content: '\f155';
}

.fa-rupee:before,
.fa-inr:before {
    content: '\f156';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: '\f157';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: '\f158';
}

.fa-won:before,
.fa-krw:before {
    content: '\f159';
}

.fa-bitcoin:before,
.fa-btc:before {
    content: '\f15a';
}

.fa-file:before {
    content: '\f15b';
}

.fa-file-text:before {
    content: '\f15c';
}

.fa-sort-alpha-asc:before {
    content: '\f15d';
}

.fa-sort-alpha-desc:before {
    content: '\f15e';
}

.fa-sort-amount-asc:before {
    content: '\f160';
}

.fa-sort-amount-desc:before {
    content: '\f161';
}

.fa-sort-numeric-asc:before {
    content: '\f162';
}

.fa-sort-numeric-desc:before {
    content: '\f163';
}

.fa-thumbs-up:before {
    content: '\f164';
}

.fa-thumbs-down:before {
    content: '\f165';
}

.fa-youtube-square:before {
    content: '\f166';
}

.fa-youtube:before {
    content: '\f167';
}

.fa-xing:before {
    content: '\f168';
}

.fa-xing-square:before {
    content: '\f169';
}

.fa-youtube-play:before {
    content: '\f16a';
}

.fa-dropbox:before {
    content: '\f16b';
}

.fa-stack-overflow:before {
    content: '\f16c';
}

.fa-instagram:before {
    content: '\f16d';
}

.fa-flickr:before {
    content: '\f16e';
}

.fa-adn:before {
    content: '\f170';
}

.fa-bitbucket:before {
    content: '\f171';
}

.fa-bitbucket-square:before {
    content: '\f172';
}

.fa-tumblr:before {
    content: '\f173';
}

.fa-tumblr-square:before {
    content: '\f174';
}

.fa-long-arrow-down:before {
    content: '\f175';
}

.fa-long-arrow-up:before {
    content: '\f176';
}

.fa-long-arrow-left:before {
    content: '\f177';
}

.fa-long-arrow-right:before {
    content: '\f178';
}

.fa-apple:before {
    content: '\f179';
}

.fa-windows:before {
    content: '\f17a';
}

.fa-android:before {
    content: '\f17b';
}

.fa-linux:before {
    content: '\f17c';
}

.fa-dribbble:before {
    content: '\f17d';
}

.fa-skype:before {
    content: '\f17e';
}

.fa-foursquare:before {
    content: '\f180';
}

.fa-trello:before {
    content: '\f181';
}

.fa-female:before {
    content: '\f182';
}

.fa-male:before {
    content: '\f183';
}

.fa-gittip:before,
.fa-gratipay:before {
    content: '\f184';
}

.fa-sun-o:before {
    content: '\f185';
}

.fa-moon-o:before {
    content: '\f186';
}

.fa-archive:before {
    content: '\f187';
}

.fa-bug:before {
    content: '\f188';
}

.fa-vk:before {
    content: '\f189';
}

.fa-weibo:before {
    content: '\f18a';
}

.fa-renren:before {
    content: '\f18b';
}

.fa-pagelines:before {
    content: '\f18c';
}

.fa-stack-exchange:before {
    content: '\f18d';
}

.fa-arrow-circle-o-right:before {
    content: '\f18e';
}

.fa-arrow-circle-o-left:before {
    content: '\f190';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: '\f191';
}

.fa-dot-circle-o:before {
    content: '\f192';
}

.fa-wheelchair:before {
    content: '\f193';
}

.fa-vimeo-square:before {
    content: '\f194';
}

.fa-turkish-lira:before,
.fa-try:before {
    content: '\f195';
}

.fa-plus-square-o:before {
    content: '\f196';
}

.fa-space-shuttle:before {
    content: '\f197';
}

.fa-slack:before {
    content: '\f198';
}

.fa-wordpress:before {
    content: '\f19a';
}

.fa-openid:before {
    content: '\f19b';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: '\f19c';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: '\f19d';
}

.fa-yahoo:before {
    content: '\f19e';
}

.fa-google:before {
    content: '\f1a0';
}

.fa-reddit:before {
    content: '\f1a1';
}

.fa-reddit-square:before {
    content: '\f1a2';
}

.fa-stumbleupon-circle:before {
    content: '\f1a3';
}

.fa-stumbleupon:before {
    content: '\f1a4';
}

.fa-delicious:before {
    content: '\f1a5';
}

.fa-digg:before {
    content: '\f1a6';
}

.fa-pied-piper-pp:before {
    content: '\f1a7';
}

.fa-pied-piper-alt:before {
    content: '\f1a8';
}

.fa-drupal:before {
    content: '\f1a9';
}

.fa-joomla:before {
    content: '\f1aa';
}

.fa-language:before {
    content: '\f1ab';
}

.fa-fax:before {
    content: '\f1ac';
}

.fa-building:before {
    content: '\f1ad';
}

.fa-child:before {
    content: '\f1ae';
}

.fa-paw:before {
    content: '\f1b0';
}

.fa-spoon:before {
    content: '\f1b1';
}

.fa-cube:before {
    content: '\f1b2';
}

.fa-cubes:before {
    content: '\f1b3';
}

.fa-behance:before {
    content: '\f1b4';
}

.fa-behance-square:before {
    content: '\f1b5';
}

.fa-steam:before {
    content: '\f1b6';
}

.fa-steam-square:before {
    content: '\f1b7';
}

.fa-recycle:before {
    content: '\f1b8';
}

.fa-automobile:before,
.fa-car:before {
    content: '\f1b9';
}

.fa-cab:before,
.fa-taxi:before {
    content: '\f1ba';
}

.fa-tree:before {
    content: '\f1bb';
}

.fa-spotify:before {
    content: '\f1bc';
}

.fa-deviantart:before {
    content: '\f1bd';
}

.fa-soundcloud:before {
    content: '\f1be';
}

.fa-database:before {
    content: '\f1c0';
}

.fa-file-pdf-o:before {
    content: '\f1c1';
}

.fa-file-word-o:before {
    content: '\f1c2';
}

.fa-file-excel-o:before {
    content: '\f1c3';
}

.fa-file-powerpoint-o:before {
    content: '\f1c4';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: '\f1c5';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: '\f1c6';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: '\f1c7';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: '\f1c8';
}

.fa-file-code-o:before {
    content: '\f1c9';
}

.fa-vine:before {
    content: '\f1ca';
}

.fa-codepen:before {
    content: '\f1cb';
}

.fa-jsfiddle:before {
    content: '\f1cc';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: '\f1cd';
}

.fa-circle-o-notch:before {
    content: '\f1ce';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: '\f1d0';
}

.fa-ge:before,
.fa-empire:before {
    content: '\f1d1';
}

.fa-git-square:before {
    content: '\f1d2';
}

.fa-git:before {
    content: '\f1d3';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: '\f1d4';
}

.fa-tencent-weibo:before {
    content: '\f1d5';
}

.fa-qq:before {
    content: '\f1d6';
}

.fa-wechat:before,
.fa-weixin:before {
    content: '\f1d7';
}

.fa-send:before,
.fa-paper-plane:before {
    content: '\f1d8';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: '\f1d9';
}

.fa-history:before {
    content: '\f1da';
}

.fa-circle-thin:before {
    content: '\f1db';
}

.fa-header:before {
    content: '\f1dc';
}

.fa-paragraph:before {
    content: '\f1dd';
}

.fa-sliders:before {
    content: '\f1de';
}

.fa-share-alt:before {
    content: '\f1e0';
}

.fa-share-alt-square:before {
    content: '\f1e1';
}

.fa-bomb:before {
    content: '\f1e2';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: '\f1e3';
}

.fa-tty:before {
    content: '\f1e4';
}

.fa-binoculars:before {
    content: '\f1e5';
}

.fa-plug:before {
    content: '\f1e6';
}

.fa-slideshare:before {
    content: '\f1e7';
}

.fa-twitch:before {
    content: '\f1e8';
}

.fa-yelp:before {
    content: '\f1e9';
}

.fa-newspaper-o:before {
    content: '\f1ea';
}

.fa-wifi:before {
    content: '\f1eb';
}

.fa-calculator:before {
    content: '\f1ec';
}

.fa-paypal:before {
    content: '\f1ed';
}

.fa-google-wallet:before {
    content: '\f1ee';
}

.fa-cc-visa:before {
    content: '\f1f0';
}

.fa-cc-mastercard:before {
    content: '\f1f1';
}

.fa-cc-discover:before {
    content: '\f1f2';
}

.fa-cc-amex:before {
    content: '\f1f3';
}

.fa-cc-paypal:before {
    content: '\f1f4';
}

.fa-cc-stripe:before {
    content: '\f1f5';
}

.fa-bell-slash:before {
    content: '\f1f6';
}

.fa-bell-slash-o:before {
    content: '\f1f7';
}

.fa-trash:before {
    content: '\f1f8';
}

.fa-copyright:before {
    content: '\f1f9';
}

.fa-at:before {
    content: '\f1fa';
}

.fa-eyedropper:before {
    content: '\f1fb';
}

.fa-paint-brush:before {
    content: '\f1fc';
}

.fa-birthday-cake:before {
    content: '\f1fd';
}

.fa-area-chart:before {
    content: '\f1fe';
}

.fa-pie-chart:before {
    content: '\f200';
}

.fa-line-chart:before {
    content: '\f201';
}

.fa-lastfm:before {
    content: '\f202';
}

.fa-lastfm-square:before {
    content: '\f203';
}

.fa-toggle-off:before {
    content: '\f204';
}

.fa-toggle-on:before {
    content: '\f205';
}

.fa-bicycle:before {
    content: '\f206';
}

.fa-bus:before {
    content: '\f207';
}

.fa-ioxhost:before {
    content: '\f208';
}

.fa-angellist:before {
    content: '\f209';
}

.fa-cc:before {
    content: '\f20a';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: '\f20b';
}

.fa-meanpath:before {
    content: '\f20c';
}

.fa-buysellads:before {
    content: '\f20d';
}

.fa-connectdevelop:before {
    content: '\f20e';
}

.fa-dashcube:before {
    content: '\f210';
}

.fa-forumbee:before {
    content: '\f211';
}

.fa-leanpub:before {
    content: '\f212';
}

.fa-sellsy:before {
    content: '\f213';
}

.fa-shirtsinbulk:before {
    content: '\f214';
}

.fa-simplybuilt:before {
    content: '\f215';
}

.fa-skyatlas:before {
    content: '\f216';
}

.fa-cart-plus:before {
    content: '\f217';
}

.fa-cart-arrow-down:before {
    content: '\f218';
}

.fa-diamond:before {
    content: '\f219';
}

.fa-ship:before {
    content: '\f21a';
}

.fa-motorcycle:before {
    content: '\f21c';
}

.fa-street-view:before {
    content: '\f21d';
}

.fa-heartbeat:before {
    content: '\f21e';
}

.fa-venus:before {
    content: '\f221';
}

.fa-mars:before {
    content: '\f222';
}

.fa-mercury:before {
    content: '\f223';
}

.fa-intersex:before,
.fa-transgender:before {
    content: '\f224';
}

.fa-transgender-alt:before {
    content: '\f225';
}

.fa-venus-double:before {
    content: '\f226';
}

.fa-mars-double:before {
    content: '\f227';
}

.fa-venus-mars:before {
    content: '\f228';
}

.fa-mars-stroke:before {
    content: '\f229';
}

.fa-mars-stroke-v:before {
    content: '\f22a';
}

.fa-mars-stroke-h:before {
    content: '\f22b';
}

.fa-neuter:before {
    content: '\f22c';
}

.fa-genderless:before {
    content: '\f22d';
}

.fa-facebook-official:before {
    content: '\f230';
}

.fa-pinterest-p:before {
    content: '\f231';
}

.fa-whatsapp:before {
    content: '\f232';
}

.fa-server:before {
    content: '\f233';
}

.fa-hotel:before,
.fa-bed:before {
    content: '\f236';
}

.fa-viacoin:before {
    content: '\f237';
}

.fa-train:before {
    content: '\f238';
}

.fa-subway:before {
    content: '\f239';
}

.fa-medium:before {
    content: '\f23a';
}

.fa-yc:before,
.fa-y-combinator:before {
    content: '\f23b';
}

.fa-optin-monster:before {
    content: '\f23c';
}

.fa-opencart:before {
    content: '\f23d';
}

.fa-expeditedssl:before {
    content: '\f23e';
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: '\f240';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: '\f241';
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: '\f242';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: '\f243';
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: '\f244';
}

.fa-mouse-pointer:before {
    content: '\f245';
}

.fa-i-cursor:before {
    content: '\f246';
}

.fa-object-group:before {
    content: '\f247';
}

.fa-object-ungroup:before {
    content: '\f248';
}

.fa-sticky-note:before {
    content: '\f249';
}

.fa-sticky-note-o:before {
    content: '\f24a';
}

.fa-cc-jcb:before {
    content: '\f24b';
}

.fa-cc-diners-club:before {
    content: '\f24c';
}

.fa-clone:before {
    content: '\f24d';
}

.fa-balance-scale:before {
    content: '\f24e';
}

.fa-hourglass-o:before {
    content: '\f250';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: '\f251';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: '\f252';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: '\f253';
}

.fa-hourglass:before {
    content: '\f254';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: '\f255';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: '\f256';
}

.fa-hand-scissors-o:before {
    content: '\f257';
}

.fa-hand-lizard-o:before {
    content: '\f258';
}

.fa-hand-spock-o:before {
    content: '\f259';
}

.fa-hand-pointer-o:before {
    content: '\f25a';
}

.fa-hand-peace-o:before {
    content: '\f25b';
}

.fa-trademark:before {
    content: '\f25c';
}

.fa-registered:before {
    content: '\f25d';
}

.fa-creative-commons:before {
    content: '\f25e';
}

.fa-gg:before {
    content: '\f260';
}

.fa-gg-circle:before {
    content: '\f261';
}

.fa-tripadvisor:before {
    content: '\f262';
}

.fa-odnoklassniki:before {
    content: '\f263';
}

.fa-odnoklassniki-square:before {
    content: '\f264';
}

.fa-get-pocket:before {
    content: '\f265';
}

.fa-wikipedia-w:before {
    content: '\f266';
}

.fa-safari:before {
    content: '\f267';
}

.fa-chrome:before {
    content: '\f268';
}

.fa-firefox:before {
    content: '\f269';
}

.fa-opera:before {
    content: '\f26a';
}

.fa-internet-explorer:before {
    content: '\f26b';
}

.fa-tv:before,
.fa-television:before {
    content: '\f26c';
}

.fa-contao:before {
    content: '\f26d';
}

.fa-500px:before {
    content: '\f26e';
}

.fa-amazon:before {
    content: '\f270';
}

.fa-calendar-plus-o:before {
    content: '\f271';
}

.fa-calendar-minus-o:before {
    content: '\f272';
}

.fa-calendar-times-o:before {
    content: '\f273';
}

.fa-calendar-check-o:before {
    content: '\f274';
}

.fa-industry:before {
    content: '\f275';
}

.fa-map-pin:before {
    content: '\f276';
}

.fa-map-signs:before {
    content: '\f277';
}

.fa-map-o:before {
    content: '\f278';
}

.fa-map:before {
    content: '\f279';
}

.fa-commenting:before {
    content: '\f27a';
}

.fa-commenting-o:before {
    content: '\f27b';
}

.fa-houzz:before {
    content: '\f27c';
}

.fa-vimeo:before {
    content: '\f27d';
}

.fa-black-tie:before {
    content: '\f27e';
}

.fa-fonticons:before {
    content: '\f280';
}

.fa-reddit-alien:before {
    content: '\f281';
}

.fa-edge:before {
    content: '\f282';
}

.fa-credit-card-alt:before {
    content: '\f283';
}

.fa-codiepie:before {
    content: '\f284';
}

.fa-modx:before {
    content: '\f285';
}

.fa-fort-awesome:before {
    content: '\f286';
}

.fa-usb:before {
    content: '\f287';
}

.fa-product-hunt:before {
    content: '\f288';
}

.fa-mixcloud:before {
    content: '\f289';
}

.fa-scribd:before {
    content: '\f28a';
}

.fa-pause-circle:before {
    content: '\f28b';
}

.fa-pause-circle-o:before {
    content: '\f28c';
}

.fa-stop-circle:before {
    content: '\f28d';
}

.fa-stop-circle-o:before {
    content: '\f28e';
}

.fa-shopping-bag:before {
    content: '\f290';
}

.fa-shopping-basket:before {
    content: '\f291';
}

.fa-hashtag:before {
    content: '\f292';
}

.fa-bluetooth:before {
    content: '\f293';
}

.fa-bluetooth-b:before {
    content: '\f294';
}

.fa-percent:before {
    content: '\f295';
}

.fa-gitlab:before {
    content: '\f296';
}

.fa-wpbeginner:before {
    content: '\f297';
}

.fa-wpforms:before {
    content: '\f298';
}

.fa-envira:before {
    content: '\f299';
}

.fa-universal-access:before {
    content: '\f29a';
}

.fa-wheelchair-alt:before {
    content: '\f29b';
}

.fa-question-circle-o:before {
    content: '\f29c';
}

.fa-blind:before {
    content: '\f29d';
}

.fa-audio-description:before {
    content: '\f29e';
}

.fa-volume-control-phone:before {
    content: '\f2a0';
}

.fa-braille:before {
    content: '\f2a1';
}

.fa-assistive-listening-systems:before {
    content: '\f2a2';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: '\f2a3';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: '\f2a4';
}

.fa-glide:before {
    content: '\f2a5';
}

.fa-glide-g:before {
    content: '\f2a6';
}

.fa-signing:before,
.fa-sign-language:before {
    content: '\f2a7';
}

.fa-low-vision:before {
    content: '\f2a8';
}

.fa-viadeo:before {
    content: '\f2a9';
}

.fa-viadeo-square:before {
    content: '\f2aa';
}

.fa-snapchat:before {
    content: '\f2ab';
}

.fa-snapchat-ghost:before {
    content: '\f2ac';
}

.fa-snapchat-square:before {
    content: '\f2ad';
}

.fa-pied-piper:before {
    content: '\f2ae';
}

.fa-first-order:before {
    content: '\f2b0';
}

.fa-yoast:before {
    content: '\f2b1';
}

.fa-themeisle:before {
    content: '\f2b2';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: '\f2b3';
}

.fa-fa:before,
.fa-font-awesome:before {
    content: '\f2b4';
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*!
   angular-block-ui v0.2.2
   (c) 2016 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/
.block-ui {
    position: relative;
}

body.block-ui {
    /* IE8 doesn't support .block-ui:not(body) */
    position: static;
}

    body.block-ui > .block-ui-container,
    .block-ui-main > .block-ui-container {
        position: fixed;
    }

.block-ui-container {
    position: absolute;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=00);
}

.block-ui-active > .block-ui-container {
    height: 100%;
    cursor: wait;
}

.block-ui-active .block-ui-active > .block-ui-container {
    height: 0;
}

.block-ui-visible > .block-ui-container {
    opacity: 1;
    filter: alpha(opacity=100);
}

.block-ui-overlay {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: white;
}

.block-ui-message-container {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    height: 0;
    text-align: center;
    z-index: 10001;
}

.block-ui-message {
    display: inline-block;
    text-align: left;
    background-color: #333;
    color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: bold;
    /* needed for IE */
    filter: alpha(opacity=100);
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.block-ui-anim-fade > .block-ui-container {
    transition: height 0s linear 200ms, opacity 200ms ease 0s;
}

.block-ui-anim-fade.block-ui-active > .block-ui-container {
    /*this resets the initial delay of the height */
    /*and sizes the block to full height at once at the start of the block. */
    transition-delay: 0s;
}

/* - - - - - - 8-< - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*# sourceMappingURL=angular-block-ui.css.map */
.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    /*overrides*/
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -moz-box-shadow: 0 0 12px #999999;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

    #toast-container > :hover {
        -moz-box-shadow: 0 0 12px #000000;
        -webkit-box-shadow: 0 0 12px #000000;
        box-shadow: 0 0 12px #000000;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
        cursor: pointer;
    }

    #toast-container > .toast-info {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=') !important;
    }

    #toast-container > .toast-error {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=') !important;
    }

    #toast-container > .toast-success {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==') !important;
    }

    #toast-container > .toast-warning {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=') !important;
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2f96b4;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}
